<86>Jan 18 10:05:19 userdel[4036394]: delete user 'rooter' <86>Jan 18 10:05:19 userdel[4036394]: removed group 'rooter' owned by 'rooter' <86>Jan 18 10:05:19 userdel[4036394]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 18 10:05:19 groupadd[4036419]: group added to /etc/group: name=rooter, GID=1841 <86>Jan 18 10:05:19 groupadd[4036419]: group added to /etc/gshadow: name=rooter <86>Jan 18 10:05:19 groupadd[4036419]: new group: name=rooter, GID=1841 <86>Jan 18 10:05:19 useradd[4036438]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Jan 18 10:05:19 userdel[4036458]: delete user 'builder' <86>Jan 18 10:05:19 userdel[4036458]: removed group 'builder' owned by 'builder' <86>Jan 18 10:05:19 userdel[4036458]: removed shadow group 'builder' owned by 'builder' <86>Jan 18 10:05:19 groupadd[4036489]: group added to /etc/group: name=builder, GID=1842 <86>Jan 18 10:05:19 groupadd[4036489]: group added to /etc/gshadow: name=builder <86>Jan 18 10:05:19 groupadd[4036489]: new group: name=builder, GID=1842 <86>Jan 18 10:05:19 useradd[4036511]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none <13>Jan 18 10:05:26 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Jan 18 10:05:26 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Jan 18 10:05:27 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Jan 18 10:05:27 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139881 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/stockfish-17-alt1.1.nosrc.rpm (w1.gzdio) Installing stockfish-17-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85446 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD ++ sha256sum /usr/src/RPM/SOURCES/nn-1111cefa1111.nnue ++ cut -c1-12 + test 1111cefa1111 = 1111cefa1111 ++ sha256sum /usr/src/RPM/SOURCES/nn-37f18f62d772.nnue ++ cut -c1-12 + test 37f18f62d772 = 37f18f62d772 + cd /usr/src/RPM/BUILD + rm -rf stockfish-17 + echo 'Source #0 (stockfish-17.tar):' Source #0 (stockfish-17.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/stockfish-17.tar + cd stockfish-17 + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/engine-interface.txt ./ + cp /usr/src/RPM/SOURCES/nn-1111cefa1111.nnue ./src/ + cp /usr/src/RPM/SOURCES/nn-37f18f62d772.nnue ./src/ + sed -i 's,\r$,,' engine-interface.txt + sed -e 's,\(EngineDir = \).*,\1/usr/bin,' -e 's,\(EngineCommand = \).*,\1stockfish,' -e 's,\(LogFile = \).*,\1~/,' -e 's,\(LogFile = \).*,\1false,' /usr/src/RPM/SOURCES/polyglot.ini + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34925 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stockfish-17 + make -j16 -C src build ARCH=x86-32 make: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' Default net: nn-1111cefa1111.nnue Neither curl nor wget is installed. Install one of these tools unless the net has been downloaded manually nn-1111cefa1111.nnue available : OK Network validated Default net: nn-37f18f62d772.nnue Neither curl nor wget is installed. Install one of these tools unless the net has been downloaded manually nn-37f18f62d772.nnue available : OK Network validated make: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' Config: debug: 'no' sanitize: 'none' optimize: 'yes' arch: 'i386' bits: '32' kernel: 'Linux' os: 'GNU/Linux' prefetch: 'no' popcnt: 'no' pext: 'no' sse: 'no' mmx: 'yes' sse2: 'no' ssse3: 'no' sse41: 'no' avx2: 'no' avxvnni: 'no' avx512: 'no' vnni256: 'no' vnni512: 'no' neon: 'no' dotprod: 'no' arm_version: '0' target_windows: '' Flags: CXX: g++ CXXFLAGS: -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one LDFLAGS: -m32 -Wl,--no-as-needed -lpthread -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -flto=jobserver Testing config sanity. If this fails, try 'make help' ... make: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make ARCH=x86-32 COMP=gcc all make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o benchmark.o benchmark.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o ucioption.o ucioption.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o bitboard.o bitboard.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o tune.o tune.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o movegen.o movegen.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o movepick.o movepick.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o misc.o misc.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o timeman.o timeman.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o memory.o memory.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o main.o main.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o evaluate.o evaluate.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o half_ka_v2_hm.o nnue/features/half_ka_v2_hm.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o position.o position.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o uci.o uci.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o tt.o tt.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o tbprobe.o syzygy/tbprobe.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o network.o nnue/network.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o search.o search.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o thread.o thread.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o nnue_misc.o nnue/nnue_misc.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o score.o score.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' make[1]: Entering directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -c -o engine.o engine.cpp make[1]: Leaving directory '/usr/src/RPM/BUILD/stockfish-17/src' g++ -o stockfish benchmark.o bitboard.o evaluate.o main.o misc.o movegen.o movepick.o position.o search.o thread.o timeman.o tt.o uci.o ucioption.o tune.o tbprobe.o nnue_misc.o half_ka_v2_hm.o network.o engine.o score.o memory.o -m32 -Wl,--no-as-needed -lpthread -Wall -Wcast-qual -fno-exceptions -std=c++17 -pedantic -Wextra -Wshadow -Wmissing-declarations -m32 -DUSE_PTHREADS -DNDEBUG -O3 -funroll-loops -DNO_PREFETCH -mmmx -DARCH=x86-32 -flto -flto-partition=one -flto=jobserver + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29223 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/stockfish-buildroot + : + /bin/rm -rf -- /usr/src/tmp/stockfish-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd stockfish-17 + mkdir -p /usr/src/tmp/stockfish-buildroot/usr/bin + install -m 755 -p src/stockfish /usr/src/tmp/stockfish-buildroot/usr/bin + mkdir -p /usr/src/tmp/stockfish-buildroot/etc/stockfish + cp -p polyglot.ini /usr/src/tmp/stockfish-buildroot/etc/stockfish + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/stockfish-buildroot (auto) Verifying and fixing files in /usr/src/tmp/stockfish-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/stockfish-buildroot/ (default) Compressing files in /usr/src/tmp/stockfish-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/stockfish-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/stockfish: uses non-LFS functions: fstat mmap open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/stockfish-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.33510 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stockfish-17 + ./src/stockfish bench Stockfish 17 by the Stockfish developers (see AUTHORS file) info string Using 1 thread Position: 1/48 (rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 13 nodes 20 nps 10000 hashfull 0 tbhits 0 time 2 pv e2e4 info depth 2 seldepth 2 multipv 1 score cp 14 nodes 48 nps 24000 hashfull 0 tbhits 0 time 2 pv c2c3 info depth 3 seldepth 2 multipv 1 score cp 22 nodes 76 nps 38000 hashfull 0 tbhits 0 time 2 pv e2e4 info depth 4 seldepth 2 multipv 1 score cp 22 nodes 97 nps 48500 hashfull 0 tbhits 0 time 2 pv e2e4 info depth 5 seldepth 3 multipv 1 score cp 42 nodes 124 nps 41333 hashfull 0 tbhits 0 time 3 pv e2e4 info depth 6 seldepth 4 multipv 1 score cp 35 nodes 197 nps 65666 hashfull 0 tbhits 0 time 3 pv g1f3 info depth 7 seldepth 4 multipv 1 score cp 42 nodes 309 nps 77250 hashfull 0 tbhits 0 time 4 pv d2d4 d7d5 g1f3 info depth 8 seldepth 9 multipv 1 score cp 38 nodes 1984 nps 76307 hashfull 0 tbhits 0 time 26 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 9 seldepth 10 multipv 1 score cp 40 nodes 3415 nps 79418 hashfull 1 tbhits 0 time 43 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 10 seldepth 9 multipv 1 score cp 40 nodes 3634 nps 80755 hashfull 1 tbhits 0 time 45 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 11 seldepth 17 multipv 1 score cp 40 nodes 8402 nps 80019 hashfull 2 tbhits 0 time 105 pv e2e4 c7c5 g1f3 b8c6 d2d4 c5d4 f3d4 g8f6 b1c3 e7e6 c1e3 f8e7 info depth 12 seldepth 16 multipv 1 score cp 39 nodes 11157 nps 80266 hashfull 4 tbhits 0 time 139 pv e2e4 c7c5 g1f3 b8c6 d2d4 c5d4 f3d4 e7e6 b1c3 g8f6 c1e3 d7d5 e4d5 e6d5 info depth 13 seldepth 16 multipv 1 score cp 39 nodes 14979 nps 79253 hashfull 5 tbhits 0 time 189 pv e2e4 c7c5 g1f3 b8c6 f1b5 g7g6 e1g1 f8g7 f1e1 d7d6 b5c6 b7c6 bestmove e2e4 ponder c7c5 Position: 2/48 (r3k2r/p1ppqpb1/bn2pnp1/3PN3/1p2P3/2N2Q1p/PPPBBPPP/R3K2R w KQkq - 0 10) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 6 multipv 1 score cp -121 nodes 116 nps 29000 hashfull 0 tbhits 0 time 4 pv e2a6 b4c3 info depth 2 seldepth 4 multipv 1 score cp -121 nodes 180 nps 45000 hashfull 0 tbhits 0 time 4 pv e2a6 b4c3 info depth 3 seldepth 4 multipv 1 score cp -121 nodes 234 nps 58500 hashfull 0 tbhits 0 time 4 pv e2a6 b4c3 info depth 4 seldepth 4 multipv 1 score cp -121 nodes 290 nps 58000 hashfull 0 tbhits 0 time 5 pv e2a6 b4c3 info depth 5 seldepth 4 multipv 1 score cp -121 nodes 346 nps 69200 hashfull 0 tbhits 0 time 5 pv e2a6 b4c3 info depth 6 seldepth 8 multipv 1 score cp -144 nodes 1245 nps 103750 hashfull 0 tbhits 0 time 12 pv d5e6 a6e2 e6f7 e8d8 info depth 7 seldepth 12 multipv 1 score cp -164 nodes 2197 nps 109850 hashfull 0 tbhits 0 time 20 pv d5e6 a6e2 e6f7 e8d8 c3e2 e7e5 info depth 8 seldepth 12 multipv 1 score cp -143 nodes 2769 nps 115375 hashfull 0 tbhits 0 time 24 pv e2a6 b4c3 d2c3 e6d5 e4d5 h3g2 f3g2 info depth 9 seldepth 8 multipv 1 score cp -143 nodes 2857 nps 119041 hashfull 0 tbhits 0 time 24 pv e2a6 b4c3 d2c3 e6d5 e4d5 h3g2 f3g2 info depth 10 seldepth 15 multipv 1 score cp -132 nodes 8842 nps 111924 hashfull 3 tbhits 0 time 79 pv e2a6 b4c3 d2c3 e6d5 e5g4 f6g4 c3g7 h8h4 e1c1 d5e4 f3g3 h3g2 info depth 11 seldepth 15 multipv 1 score cp -123 nodes 9999 nps 117635 hashfull 3 tbhits 0 time 85 pv e2a6 b4c3 d2c3 e6d5 e5g4 f6g4 c3g7 h8h4 e1c1 d5e4 f3g3 h3g2 h1g1 info depth 12 seldepth 20 multipv 1 score cp -184 nodes 35917 nps 102914 hashfull 12 tbhits 0 time 349 pv d5e6 a6e2 e6f7 e8d8 c3e2 e7e5 d2b4 h3g2 h1g1 f6e4 f7f8b g7f8 b4f8 e5b2 info depth 13 seldepth 18 multipv 1 score cp -165 nodes 37440 nps 102857 hashfull 13 tbhits 0 time 364 pv d5e6 a6e2 e6f7 e8d8 c3e2 e7e5 d2b4 h3g2 h1g1 f6e4 f7f8q g7f8 b4f8 e5b2 a1d1 b2c2 bestmove d5e6 ponder a6e2 Position: 3/48 (8/2p5/3p4/KP5r/1R3p1k/8/4P1P1/8 w - - 0 11) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 49 nodes 17 nps 17000 hashfull 0 tbhits 0 time 1 pv b4f4 h4g3 info depth 2 seldepth 3 multipv 1 score cp 72 nodes 48 nps 48000 hashfull 0 tbhits 0 time 1 pv e2e3 info depth 3 seldepth 2 multipv 1 score cp 72 nodes 70 nps 35000 hashfull 0 tbhits 0 time 2 pv e2e3 info depth 4 seldepth 2 multipv 1 score cp 72 nodes 85 nps 42500 hashfull 0 tbhits 0 time 2 pv e2e3 info depth 5 seldepth 5 multipv 1 score cp 82 nodes 105 nps 52500 hashfull 0 tbhits 0 time 2 pv e2e3 info depth 6 seldepth 5 multipv 1 score cp 93 nodes 162 nps 81000 hashfull 0 tbhits 0 time 2 pv b4f4 h4g3 f4c4 info depth 7 seldepth 5 multipv 1 score cp 93 nodes 197 nps 65666 hashfull 0 tbhits 0 time 3 pv b4f4 h4g3 f4c4 info depth 8 seldepth 5 multipv 1 score cp 99 nodes 264 nps 88000 hashfull 0 tbhits 0 time 3 pv b4f4 h4g3 f4c4 info depth 9 seldepth 5 multipv 1 score cp 131 nodes 334 nps 111333 hashfull 0 tbhits 0 time 3 pv b4f4 h4g3 f4c4 info depth 10 seldepth 9 multipv 1 score cp 143 nodes 641 nps 106833 hashfull 0 tbhits 0 time 6 pv b4f4 h4g3 f4c4 h5c5 c4c5 d6c5 e2e3 info depth 11 seldepth 14 multipv 1 score cp 87 nodes 6657 nps 114775 hashfull 0 tbhits 0 time 58 pv b4f4 h4g3 f4f3 g3g2 f3c3 h5h7 a5a6 g2f1 e2e4 f1e2 a6b7 info depth 12 seldepth 22 multipv 1 score cp 37 nodes 74995 nps 120570 hashfull 19 tbhits 0 time 622 pv b4f4 h4g3 f4f3 g3g2 f3c3 h5h7 a5a6 g2f2 e2e4 h7e7 a6b7 e7e4 b7c7 d6d5 c7d6 d5d4 c3b3 f2e2 d6d5 e4h4 info depth 13 seldepth 29 multipv 1 score cp 15 nodes 259941 nps 146693 hashfull 56 tbhits 0 time 1772 pv b4f4 h4g3 f4c4 h5h7 c4c3 g3g2 a5a6 g2f2 e2e4 h7e7 a6b7 e7e4 b7c7 d6d5 b5b6 d5d4 b6b7 d4c3 b7b8q c3c2 b8b6 f2e2 b6a6 e2d2 bestmove b4f4 ponder h4g3 Position: 4/48 (4rrk1/pp1n3p/3q2pQ/2p1pb2/2PP4/2P3N1/P2B2PP/4RRK1 b - - 7 19) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 9 multipv 1 score cp 9 nodes 71 nps 35500 hashfull 0 tbhits 0 time 2 pv c5d4 info depth 2 seldepth 3 multipv 1 score cp 9 nodes 112 nps 56000 hashfull 0 tbhits 0 time 2 pv c5d4 info depth 3 seldepth 3 multipv 1 score cp 9 nodes 151 nps 75500 hashfull 0 tbhits 0 time 2 pv c5d4 info depth 4 seldepth 3 multipv 1 score cp 9 nodes 191 nps 63666 hashfull 0 tbhits 0 time 3 pv c5d4 info depth 5 seldepth 7 multipv 1 score cp 9 nodes 353 nps 88250 hashfull 0 tbhits 0 time 4 pv f5d3 f1f8 e8f8 info depth 6 seldepth 6 multipv 1 score cp 13 nodes 452 nps 90400 hashfull 0 tbhits 0 time 5 pv f5d3 f1f8 e8f8 info depth 7 seldepth 6 multipv 1 score cp 19 nodes 571 nps 114200 hashfull 0 tbhits 0 time 5 pv f5d3 f1f8 e8f8 info depth 8 seldepth 6 multipv 1 score cp 22 nodes 757 nps 108142 hashfull 0 tbhits 0 time 7 pv f5d3 f1f8 e8f8 d4e5 d7e5 info depth 9 seldepth 9 multipv 1 score cp 20 nodes 1655 nps 97352 hashfull 1 tbhits 0 time 17 pv f5c2 d4d5 c2d3 f1f8 d6f8 info depth 10 seldepth 9 multipv 1 score cp 30 nodes 2812 nps 100428 hashfull 2 tbhits 0 time 28 pv f5d3 f1f8 d6f8 h6f8 d7f8 info depth 11 seldepth 12 multipv 1 score cp 23 nodes 6825 nps 93493 hashfull 4 tbhits 0 time 73 pv f5c2 f1f8 e8f8 h6h4 c5d4 d2h6 f8f6 info depth 12 seldepth 20 multipv 1 score cp 21 nodes 25777 nps 94768 hashfull 9 tbhits 0 time 272 pv f5d3 f1f8 e8f8 d4e5 d7e5 h6h4 f8e8 e1e3 b7b6 h2h3 info depth 13 seldepth 20 multipv 1 score cp 14 nodes 34381 nps 96575 hashfull 10 tbhits 0 time 356 pv f5d3 f1f8 d6f8 h6h4 e5d4 e1e8 f8e8 c3d4 d3c4 d4c5 c4d5 h4a4 d5c6 a4a7 bestmove f5d3 ponder f1f8 Position: 5/48 (rq3rk1/ppp2ppp/1bnpN3/3N2B1/4P3/7P/PPPQ1PP1/2KR3R b - - 0 14) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 7 multipv 1 score cp -115 nodes 35 nps 17500 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 2 seldepth 3 multipv 1 score cp -115 nodes 62 nps 31000 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 3 seldepth 3 multipv 1 score cp -115 nodes 89 nps 44500 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 4 seldepth 3 multipv 1 score cp -115 nodes 116 nps 58000 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 5 seldepth 3 multipv 1 score cp -102 nodes 148 nps 74000 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 6 seldepth 4 multipv 1 score cp -89 nodes 185 nps 92500 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 7 seldepth 4 multipv 1 score cp -80 nodes 233 nps 116500 hashfull 0 tbhits 0 time 2 pv f7e6 info depth 8 seldepth 4 multipv 1 score cp -67 nodes 298 nps 99333 hashfull 0 tbhits 0 time 3 pv f7e6 info depth 9 seldepth 4 multipv 1 score cp -51 nodes 456 nps 114000 hashfull 0 tbhits 0 time 4 pv f7e6 info depth 10 seldepth 5 multipv 1 score cp -22 nodes 580 nps 116000 hashfull 0 tbhits 0 time 5 pv f7e6 info depth 11 seldepth 5 multipv 1 score cp -13 nodes 779 nps 129833 hashfull 0 tbhits 0 time 6 pv f7e6 d5b6 a7b6 info depth 12 seldepth 6 multipv 1 score cp -7 nodes 1328 nps 132800 hashfull 0 tbhits 0 time 10 pv f7e6 d5b6 a7b6 c1b1 b8e8 info depth 13 seldepth 8 multipv 1 score cp 64 nodes 2922 nps 121750 hashfull 2 tbhits 0 time 24 pv f7e6 d5b6 a7b6 c1b1 b8a7 bestmove f7e6 ponder d5b6 Position: 6/48 (r1bq1r1k/1pp1n1pp/1p1p4/4p2Q/4PpP1/1BNP4/PPP2P1P/3R1RK1 b - g3 0 14) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 133 nodes 37 nps 18500 hashfull 0 tbhits 0 time 2 pv e7c6 info depth 2 seldepth 2 multipv 1 score cp 133 nodes 77 nps 38500 hashfull 0 tbhits 0 time 2 pv e7c6 info depth 3 seldepth 2 multipv 1 score cp 133 nodes 109 nps 54500 hashfull 0 tbhits 0 time 2 pv e7c6 info depth 4 seldepth 2 multipv 1 score cp 156 nodes 146 nps 73000 hashfull 0 tbhits 0 time 2 pv f4f3 info depth 5 seldepth 3 multipv 1 score cp 158 nodes 182 nps 91000 hashfull 0 tbhits 0 time 2 pv f4f3 info depth 6 seldepth 5 multipv 1 score cp 163 nodes 235 nps 117500 hashfull 0 tbhits 0 time 2 pv f4f3 h2h3 info depth 7 seldepth 6 multipv 1 score cp 155 nodes 731 nps 91375 hashfull 0 tbhits 0 time 8 pv a8a5 h5h4 e7c6 info depth 8 seldepth 6 multipv 1 score cp 153 nodes 1019 nps 84916 hashfull 0 tbhits 0 time 12 pv a8a5 h5h4 f8f6 f2f3 info depth 9 seldepth 7 multipv 1 score cp 214 nodes 1664 nps 87578 hashfull 0 tbhits 0 time 19 pv e7c6 f2f3 a8a5 h5h3 c6d4 info depth 10 seldepth 9 multipv 1 score cp 198 nodes 1978 nps 86000 hashfull 0 tbhits 0 time 23 pv e7c6 c3b5 f4f3 h2h3 a8a5 info depth 11 seldepth 10 multipv 1 score cp 213 nodes 3540 nps 78666 hashfull 1 tbhits 0 time 45 pv e7c6 f2f3 c6d4 c3b1 b6b5 c2c3 info depth 12 seldepth 12 multipv 1 score cp 207 nodes 5419 nps 71302 hashfull 2 tbhits 0 time 76 pv e7c6 c3b5 c8d7 g1h1 info depth 13 seldepth 13 multipv 1 score cp 198 nodes 9095 nps 71054 hashfull 4 tbhits 0 time 128 pv e7c6 f2f3 c6d4 c3d5 c7c6 d5b4 a8a5 c2c3 d4b3 a2b3 c8e6 bestmove e7c6 ponder f2f3 Position: 7/48 (r3r1k1/2p2ppp/p1p1bn2/8/1q2P3/2NPQN2/PPP3PP/R4RK1 b - - 2 15) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp -103 nodes 53 nps 17666 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 2 seldepth 2 multipv 1 score cp -103 nodes 101 nps 33666 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 3 seldepth 2 multipv 1 score cp -103 nodes 149 nps 49666 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 4 seldepth 2 multipv 1 score cp -103 nodes 197 nps 65666 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 5 seldepth 3 multipv 1 score cp -34 nodes 248 nps 82666 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 6 seldepth 3 multipv 1 score cp -18 nodes 303 nps 101000 hashfull 0 tbhits 0 time 3 pv b4b2 info depth 7 seldepth 5 multipv 1 score cp -56 nodes 721 nps 120166 hashfull 0 tbhits 0 time 6 pv b4b2 e3c5 b2c2 info depth 8 seldepth 5 multipv 1 score cp -30 nodes 903 nps 112875 hashfull 0 tbhits 0 time 8 pv b4b2 e3c5 b2c2 info depth 9 seldepth 10 multipv 1 score cp -29 nodes 1636 nps 102250 hashfull 0 tbhits 0 time 16 pv b4b2 c3a4 b2c2 a4c5 c2b2 h2h3 f6d7 a1c1 info depth 10 seldepth 13 multipv 1 score cp -29 nodes 4127 nps 91711 hashfull 1 tbhits 0 time 45 pv b4b2 c3a4 b2c2 a4c5 f6d7 c5e6 e8e6 f3d4 c2c5 a1c1 c5b6 info depth 11 seldepth 18 multipv 1 score cp -40 nodes 18169 nps 84115 hashfull 8 tbhits 0 time 216 pv b4b2 e3d2 f6d7 c3e2 c6c5 e2f4 b2b6 h2h3 f7f6 info depth 12 seldepth 14 multipv 1 score cp -36 nodes 20990 nps 83625 hashfull 10 tbhits 0 time 251 pv b4b2 e3d2 f6d7 c3e2 c6c5 e2f4 a8b8 h2h3 b2b4 info depth 13 seldepth 14 multipv 1 score cp -38 nodes 27524 nps 82161 hashfull 11 tbhits 0 time 335 pv b4b2 c3e2 b2b6 f3d4 c6c5 d4e6 e8e6 e2f4 e6e7 bestmove b4b2 ponder c3e2 Position: 8/48 (r1bbk1nr/pp3p1p/2n5/1N4p1/2Np1B2/8/PPP2PPP/2KR1B1R w kq - 0 13) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 5 multipv 1 score cp 379 nodes 61 nps 20333 hashfull 0 tbhits 0 time 3 pv d1e1 d8e7 info depth 2 seldepth 3 multipv 1 score cp 328 nodes 188 nps 62666 hashfull 0 tbhits 0 time 3 pv f4g3 info depth 3 seldepth 2 multipv 1 score cp 328 nodes 228 nps 76000 hashfull 0 tbhits 0 time 3 pv f4g3 info depth 4 seldepth 2 multipv 1 score cp 328 nodes 269 nps 89666 hashfull 0 tbhits 0 time 3 pv f4g3 info depth 5 seldepth 3 multipv 1 score cp 422 nodes 312 nps 104000 hashfull 0 tbhits 0 time 3 pv f4g3 info depth 6 seldepth 4 multipv 1 score cp 395 nodes 365 nps 91250 hashfull 0 tbhits 0 time 4 pv f4g3 c8g4 info depth 7 seldepth 7 multipv 1 score cp 295 nodes 1106 nps 92166 hashfull 0 tbhits 0 time 12 pv f4d6 c8g4 d1e1 g4e6 info depth 8 seldepth 8 multipv 1 score cp 303 nodes 1327 nps 94785 hashfull 0 tbhits 0 time 14 pv f4g3 c8g4 d1d3 info depth 9 seldepth 8 multipv 1 score cp 313 nodes 1632 nps 96000 hashfull 1 tbhits 0 time 17 pv f4d6 g8e7 d6a3 c8g4 d1d2 info depth 10 seldepth 10 multipv 1 score cp 330 nodes 2089 nps 94954 hashfull 1 tbhits 0 time 22 pv f4g3 g8e7 c4d6 e8f8 b5d4 c6d4 d1d4 info depth 11 seldepth 11 multipv 1 score cp 322 nodes 2820 nps 94000 hashfull 1 tbhits 0 time 30 pv f4g3 e8f8 b5d4 c6d4 d1d4 c8e6 info depth 12 seldepth 14 multipv 1 score cp 300 nodes 4399 nps 93595 hashfull 2 tbhits 0 time 47 pv f4d6 g8e7 d6c5 e8g8 b5d4 c6d4 c5d4 info depth 13 seldepth 13 multipv 1 score cp 310 nodes 6814 nps 94638 hashfull 2 tbhits 0 time 72 pv f4g3 h7h5 b5d4 c6d4 d1d4 bestmove f4g3 ponder h7h5 Position: 9/48 (r1bq1rk1/ppp1nppp/4n3/3p3Q/3P4/1BP1B3/PP1N2PP/R4RK1 w - - 1 16) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 22 nodes 56 nps 28000 hashfull 0 tbhits 0 time 2 pv b3c2 info depth 2 seldepth 2 multipv 1 score cp 94 nodes 112 nps 56000 hashfull 0 tbhits 0 time 2 pv d2f3 info depth 3 seldepth 2 multipv 1 score cp 94 nodes 163 nps 81500 hashfull 0 tbhits 0 time 2 pv d2f3 info depth 4 seldepth 2 multipv 1 score cp 94 nodes 214 nps 71333 hashfull 0 tbhits 0 time 3 pv d2f3 info depth 5 seldepth 3 multipv 1 score cp 125 nodes 266 nps 88666 hashfull 0 tbhits 0 time 3 pv d2f3 info depth 6 seldepth 3 multipv 1 score cp 146 nodes 366 nps 122000 hashfull 0 tbhits 0 time 3 pv b3c2 info depth 7 seldepth 3 multipv 1 score cp 186 nodes 427 nps 142333 hashfull 0 tbhits 0 time 3 pv b3c2 info depth 8 seldepth 5 multipv 1 score cp 66 nodes 954 nps 119250 hashfull 0 tbhits 0 time 8 pv b3c2 g7g6 h5h6 e6g7 info depth 9 seldepth 10 multipv 1 score cp 76 nodes 4672 nps 93440 hashfull 2 tbhits 0 time 50 pv b3c2 g7g6 h5f3 f7f6 e3h6 e6g7 g2g4 info depth 10 seldepth 16 multipv 1 score cp 75 nodes 9605 nps 87318 hashfull 3 tbhits 0 time 110 pv a1e1 a7a5 b3c2 g7g6 h5e5 d8d6 e5d6 c7d6 e3h6 f8e8 g2g4 info depth 11 seldepth 13 multipv 1 score cp 90 nodes 14769 nps 91732 hashfull 5 tbhits 0 time 161 pv a1e1 a7a5 b3c2 g7g6 h5e2 info depth 12 seldepth 15 multipv 1 score cp 84 nodes 23556 nps 83829 hashfull 9 tbhits 0 time 281 pv a1e1 a7a5 b3c2 g7g6 h5e2 g8g7 d2b3 info depth 13 seldepth 12 multipv 1 score cp 87 nodes 25434 nps 81519 hashfull 11 tbhits 0 time 312 pv a1e1 a7a5 b3c2 g7g6 h5e5 d8d6 e5f6 e6g7 f6d6 c7d6 e3f4 bestmove a1e1 ponder a7a5 Position: 10/48 (4r1k1/r1q2ppp/ppp2n2/4P3/5Rb1/1N1BQ3/PPP3PP/R5K1 w - - 1 17) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 6 multipv 1 score cp 56 nodes 82 nps 27333 hashfull 0 tbhits 0 time 3 pv f4f6 g7f6 info depth 2 seldepth 4 multipv 1 score cp 269 nodes 146 nps 48666 hashfull 0 tbhits 0 time 3 pv a1e1 info depth 3 seldepth 2 multipv 1 score cp 269 nodes 201 nps 67000 hashfull 0 tbhits 0 time 3 pv a1e1 info depth 4 seldepth 2 multipv 1 score cp 269 nodes 255 nps 85000 hashfull 0 tbhits 0 time 3 pv a1e1 info depth 5 seldepth 3 multipv 1 score cp 342 nodes 311 nps 103666 hashfull 0 tbhits 0 time 3 pv a1e1 info depth 6 seldepth 4 multipv 1 score cp 469 nodes 374 nps 93500 hashfull 0 tbhits 0 time 4 pv a1e1 info depth 7 seldepth 5 multipv 1 score cp 430 nodes 440 nps 110000 hashfull 0 tbhits 0 time 4 pv a1e1 f6d7 f4g4 d7e5 info depth 8 seldepth 8 multipv 1 score cp 287 nodes 762 nps 108857 hashfull 0 tbhits 0 time 7 pv f4f6 g7f6 e3g3 c7e5 g3g4 g8f8 info depth 9 seldepth 10 multipv 1 score cp 266 nodes 947 nps 105222 hashfull 0 tbhits 0 time 9 pv f4f6 g7f6 e3g3 c7e5 g3g4 g8f8 g4d4 info depth 10 seldepth 12 multipv 1 score cp 266 nodes 1618 nps 80900 hashfull 0 tbhits 0 time 20 pv f4f6 g7f6 e3g3 f6f5 d3f5 c7e5 g3g4 g8f8 info depth 11 seldepth 14 multipv 1 score cp 116 nodes 4290 nps 91276 hashfull 1 tbhits 0 time 47 pv f4f6 g7f6 e3g3 h7h5 h2h3 c7e5 g3e5 f6e5 h3g4 h5g4 info depth 12 seldepth 17 multipv 1 score cp 141 nodes 7699 nps 99987 hashfull 2 tbhits 0 time 77 pv f4f6 g7f6 e3h6 f6f5 h2h3 e8e6 h6g5 e6g6 g5h4 g4h3 h4h3 c7e5 a1f1 info depth 13 seldepth 20 multipv 1 score cp 184 nodes 11305 nps 104675 hashfull 3 tbhits 0 time 108 pv f4f6 g7f6 e3h6 f6f5 h2h3 e8e6 h6g5 e6g6 g5h4 c7e5 a1e1 e5f6 h4f6 g6f6 h3g4 f5g4 e1e8 g8g7 b3d4 bestmove f4f6 ponder g7f6 Position: 11/48 (2rqkb1r/ppp2p2/2npb1p1/1N1Nn2p/2P1PP2/8/PP2B1PP/R1BQK2R b KQ - 0 11) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 6 multipv 1 score cp -124 nodes 82 nps 41000 hashfull 0 tbhits 0 time 2 pv d8h4 e1f1 info depth 2 seldepth 6 multipv 1 score cp -123 nodes 188 nps 62666 hashfull 0 tbhits 0 time 3 pv e5g4 info depth 3 seldepth 6 multipv 1 score cp -124 nodes 245 nps 81666 hashfull 0 tbhits 0 time 3 pv e5g4 info depth 4 seldepth 6 multipv 1 score cp -124 nodes 292 nps 97333 hashfull 0 tbhits 0 time 3 pv e5g4 info depth 5 seldepth 6 multipv 1 score cp -102 nodes 341 nps 113666 hashfull 0 tbhits 0 time 3 pv e5g4 info depth 6 seldepth 6 multipv 1 score cp -89 nodes 395 nps 131666 hashfull 0 tbhits 0 time 3 pv e5g4 info depth 7 seldepth 6 multipv 1 score cp -92 nodes 451 nps 150333 hashfull 0 tbhits 0 time 3 pv e5g4 h2h3 d8h4 e1d2 info depth 8 seldepth 11 multipv 1 score cp -123 nodes 2232 nps 106285 hashfull 0 tbhits 0 time 21 pv e5d7 c1e3 a7a6 b5d4 f8g7 info depth 9 seldepth 8 multipv 1 score cp -152 nodes 3091 nps 110392 hashfull 0 tbhits 0 time 28 pv e5d7 e1g1 f8g7 c1e3 info depth 10 seldepth 14 multipv 1 score cp -151 nodes 4868 nps 103574 hashfull 0 tbhits 0 time 47 pv e5g4 e1g1 f8g7 f4f5 e6d5 c4d5 info depth 11 seldepth 13 multipv 1 score cp -155 nodes 7444 nps 101972 hashfull 1 tbhits 0 time 73 pv e5g4 e1g1 f8g7 f4f5 g6f5 d5c7 c8c7 e4f5 info depth 12 seldepth 18 multipv 1 score cp -155 nodes 8391 nps 104887 hashfull 1 tbhits 0 time 80 pv e5g4 e1g1 f8g7 f4f5 e6d5 e4d5 c6e5 f5g6 f7g6 h2h3 d8h4 c1f4 a7a6 info depth 13 seldepth 15 multipv 1 score cp -155 nodes 9529 nps 104714 hashfull 1 tbhits 0 time 91 pv e5g4 e1g1 f8g7 f4f5 e6d5 e4d5 c6e5 f5g6 f7g6 h2h3 d8h4 c1f4 a7a6 bestmove e5g4 ponder e1g1 Position: 12/48 (r1bq1r1k/b1p1npp1/p2p3p/1p6/3PP3/1B2NN2/PP3PPP/R2Q1RK1 w - - 1 16) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp -4 nodes 38 nps 19000 hashfull 0 tbhits 0 time 2 pv f1e1 info depth 2 seldepth 2 multipv 1 score cp 15 nodes 78 nps 39000 hashfull 0 tbhits 0 time 2 pv h2h3 info depth 3 seldepth 2 multipv 1 score cp 20 nodes 139 nps 69500 hashfull 0 tbhits 0 time 2 pv g2g3 info depth 4 seldepth 2 multipv 1 score cp 20 nodes 175 nps 87500 hashfull 0 tbhits 0 time 2 pv g2g3 info depth 5 seldepth 3 multipv 1 score cp 53 nodes 212 nps 106000 hashfull 0 tbhits 0 time 2 pv g2g3 info depth 6 seldepth 5 multipv 1 score cp 99 nodes 293 nps 97666 hashfull 0 tbhits 0 time 3 pv a1c1 info depth 7 seldepth 6 multipv 1 score cp 47 nodes 1356 nps 96857 hashfull 0 tbhits 0 time 14 pv f1e1 a7b6 d1d3 info depth 8 seldepth 8 multipv 1 score cp 25 nodes 4882 nps 99632 hashfull 0 tbhits 0 time 49 pv f1e1 a7b6 d1d3 e7g6 info depth 9 seldepth 14 multipv 1 score cp 27 nodes 7267 nps 94376 hashfull 1 tbhits 0 time 77 pv a2a4 b5a4 a1a4 a7b6 f1e1 a6a5 b3c2 a8b8 e4e5 e7g6 e5d6 c7d6 d1d3 info depth 10 seldepth 14 multipv 1 score cp 19 nodes 13733 nps 89758 hashfull 4 tbhits 0 time 153 pv a2a4 b5a4 a1a4 a8b8 a4a3 f7f5 e4f5 e7f5 b3c2 info depth 11 seldepth 14 multipv 1 score cp 21 nodes 15467 nps 87880 hashfull 5 tbhits 0 time 176 pv a2a4 b5a4 a1a4 a8b8 a4a3 c7c6 d1d3 f7f5 e4f5 e7f5 info depth 12 seldepth 14 multipv 1 score cp 25 nodes 19135 nps 87775 hashfull 6 tbhits 0 time 218 pv a2a4 a8b8 a4b5 b8b5 b3c4 b5b2 c4a6 info depth 13 seldepth 18 multipv 1 score cp 26 nodes 22336 nps 85578 hashfull 7 tbhits 0 time 261 pv a2a4 b5a4 a1a4 a8b8 a4a3 c7c6 f1e1 e7g6 b3c4 b8b2 c4a6 bestmove a2a4 ponder b5a4 Position: 13/48 (3r1rk1/p5pp/bpp1pp2/8/q1PP1P2/b3P3/P2NQRPP/1R2B1K1 b - - 6 22) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 8 multipv 1 score cp 151 nodes 67 nps 33500 hashfull 0 tbhits 0 time 2 pv c6c5 info depth 2 seldepth 3 multipv 1 score cp 151 nodes 110 nps 55000 hashfull 0 tbhits 0 time 2 pv c6c5 info depth 3 seldepth 3 multipv 1 score cp 151 nodes 148 nps 74000 hashfull 0 tbhits 0 time 2 pv c6c5 info depth 4 seldepth 3 multipv 1 score cp 151 nodes 187 nps 93500 hashfull 0 tbhits 0 time 2 pv c6c5 info depth 5 seldepth 3 multipv 1 score cp 162 nodes 228 nps 114000 hashfull 0 tbhits 0 time 2 pv c6c5 info depth 6 seldepth 3 multipv 1 score cp 193 nodes 275 nps 91666 hashfull 0 tbhits 0 time 3 pv c6c5 info depth 7 seldepth 5 multipv 1 score cp 225 nodes 329 nps 109666 hashfull 0 tbhits 0 time 3 pv c6c5 info depth 8 seldepth 5 multipv 1 score cp 219 nodes 384 nps 128000 hashfull 0 tbhits 0 time 3 pv c6c5 b1b3 info depth 9 seldepth 8 multipv 1 score cp 224 nodes 1094 nps 91166 hashfull 0 tbhits 0 time 12 pv c6c5 e2d3 c5d4 e3d4 info depth 10 seldepth 9 multipv 1 score cp 205 nodes 1472 nps 86588 hashfull 0 tbhits 0 time 17 pv c6c5 e2d3 a3b4 b1b3 c5d4 e3d4 info depth 11 seldepth 11 multipv 1 score cp 233 nodes 3111 nps 88885 hashfull 0 tbhits 0 time 35 pv c6c5 e2d3 c5d4 e3d4 f8e8 f2e2 a3f8 d3c3 info depth 12 seldepth 16 multipv 1 score cp 219 nodes 11242 nps 88519 hashfull 4 tbhits 0 time 127 pv c6c5 f2f3 h7h6 e2d1 a4d1 b1d1 info depth 13 seldepth 18 multipv 1 score cp 225 nodes 13098 nps 87906 hashfull 4 tbhits 0 time 149 pv c6c5 f2f3 c5d4 e3d4 d8d4 e2e6 g8h8 e6e3 a3c5 d2b3 d4c4 b3c5 c4c5 bestmove c6c5 ponder f2f3 Position: 14/48 (r1q2rk1/2p1bppp/2Pp4/p6b/Q1PNp3/4B3/PP1R1PPP/2K4R w - - 2 18) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 4 nodes 39 nps 19500 hashfull 0 tbhits 0 time 2 pv d4b5 info depth 2 seldepth 2 multipv 1 score cp 23 nodes 85 nps 42500 hashfull 0 tbhits 0 time 2 pv a2a3 info depth 3 seldepth 2 multipv 1 score cp 34 nodes 130 nps 65000 hashfull 0 tbhits 0 time 2 pv h2h3 info depth 4 seldepth 2 multipv 1 score cp 34 nodes 168 nps 84000 hashfull 0 tbhits 0 time 2 pv h2h3 info depth 5 seldepth 3 multipv 1 score cp 44 nodes 209 nps 69666 hashfull 0 tbhits 0 time 3 pv h2h3 info depth 6 seldepth 3 multipv 1 score cp 47 nodes 252 nps 84000 hashfull 0 tbhits 0 time 3 pv h2h3 h5g6 info depth 7 seldepth 17 multipv 1 score cp -14 nodes 3249 nps 101531 hashfull 0 tbhits 0 time 32 pv a4b5 f7f5 b5d5 h5f7 d4f5 e7f6 d5e4 f8e8 e4c2 f7g6 g2g4 c8e6 info depth 8 seldepth 15 multipv 1 score cp -24 nodes 9012 nps 104790 hashfull 2 tbhits 0 time 86 pv a4b5 f7f5 b2b3 e7f6 b5f5 info depth 9 seldepth 8 multipv 1 score cp -25 nodes 9948 nps 103625 hashfull 3 tbhits 0 time 96 pv a4b5 f7f5 b2b3 e7h4 a2a4 info depth 10 seldepth 15 multipv 1 score cp -40 nodes 27975 nps 97473 hashfull 7 tbhits 0 time 287 pv a4b5 f7f5 a2a4 h5f7 b5f5 f7c4 f5e4 e7f6 e4c2 c4f7 info depth 11 seldepth 15 multipv 1 score cp -50 nodes 53210 nps 96394 hashfull 15 tbhits 0 time 552 pv g2g3 a8a6 a4b5 f7f5 b5b7 e7f6 d4b5 c8b7 c6b7 info depth 12 seldepth 13 multipv 1 score cp -48 nodes 57465 nps 94050 hashfull 18 tbhits 0 time 611 pv g2g3 e7f6 c1b1 a8a6 a4b5 h5g6 info depth 13 seldepth 20 multipv 1 score cp -52 nodes 80889 nps 82204 hashfull 27 tbhits 0 time 984 pv g2g3 e7f6 h1e1 h7h6 a4b5 h5g4 a2a4 bestmove g2g3 ponder e7f6 Position: 15/48 (4k2r/1pb2ppp/1p2p3/1R1p4/3P4/2r1PN2/P4PPP/1R4K1 b - - 3 22) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 5 multipv 1 score cp 46 nodes 37 nps 18500 hashfull 0 tbhits 0 time 2 pv e8d7 info depth 2 seldepth 2 multipv 1 score cp 54 nodes 73 nps 24333 hashfull 0 tbhits 0 time 3 pv c3a3 info depth 3 seldepth 2 multipv 1 score cp 60 nodes 110 nps 36666 hashfull 0 tbhits 0 time 3 pv c3c6 info depth 4 seldepth 2 multipv 1 score cp 60 nodes 140 nps 46666 hashfull 0 tbhits 0 time 3 pv c3c6 info depth 5 seldepth 3 multipv 1 score cp 64 nodes 176 nps 58666 hashfull 0 tbhits 0 time 3 pv c3a3 info depth 6 seldepth 3 multipv 1 score cp 81 nodes 230 nps 76666 hashfull 0 tbhits 0 time 3 pv e8d7 info depth 7 seldepth 5 multipv 1 score cp 90 nodes 277 nps 92333 hashfull 0 tbhits 0 time 3 pv c3a3 info depth 8 seldepth 5 multipv 1 score cp 104 nodes 352 nps 88000 hashfull 0 tbhits 0 time 4 pv c3a3 info depth 9 seldepth 6 multipv 1 score cp 181 nodes 1137 nps 81214 hashfull 0 tbhits 0 time 14 pv e8d7 f3e5 d7e7 info depth 10 seldepth 8 multipv 1 score cp 161 nodes 2110 nps 72758 hashfull 0 tbhits 0 time 29 pv e8d7 b5b3 c3b3 a2b3 h8a8 info depth 11 seldepth 7 multipv 1 score cp 163 nodes 2830 nps 69024 hashfull 0 tbhits 0 time 41 pv e8d7 b5b2 h8a8 g1f1 a8a6 info depth 12 seldepth 14 multipv 1 score cp 141 nodes 12448 nps 58716 hashfull 2 tbhits 0 time 212 pv e8d7 g2g4 f7f6 b1b2 h8a8 info depth 13 seldepth 22 multipv 1 score cp 140 nodes 21289 nps 59466 hashfull 5 tbhits 0 time 358 pv e8d7 g2g4 f7f6 b5b2 c3a3 g1g2 h8a8 b1a1 a8a4 h2h4 e6e5 h4h5 g7g5 a1b1 a3a2 b2a2 bestmove e8d7 ponder g2g4 Position: 16/48 (3q2k1/pb3p1p/4pbp1/2r5/PpN2N2/1P2P2P/5PP1/Q2R2K1 b - - 4 26) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 126 nodes 69 nps 23000 hashfull 0 tbhits 0 time 3 pv d8e7 info depth 2 seldepth 2 multipv 1 score cp 126 nodes 125 nps 41666 hashfull 0 tbhits 0 time 3 pv d8e7 info depth 3 seldepth 2 multipv 1 score cp 126 nodes 179 nps 59666 hashfull 0 tbhits 0 time 3 pv d8e7 info depth 4 seldepth 2 multipv 1 score cp 126 nodes 234 nps 78000 hashfull 0 tbhits 0 time 3 pv d8e7 info depth 5 seldepth 3 multipv 1 score cp 126 nodes 291 nps 97000 hashfull 0 tbhits 0 time 3 pv d8e7 a1b1 info depth 6 seldepth 4 multipv 1 score cp 137 nodes 455 nps 113750 hashfull 0 tbhits 0 time 4 pv c5d5 info depth 7 seldepth 4 multipv 1 score cp 154 nodes 528 nps 132000 hashfull 0 tbhits 0 time 4 pv c5d5 info depth 8 seldepth 4 multipv 1 score cp 181 nodes 615 nps 123000 hashfull 0 tbhits 0 time 5 pv c5d5 d1d5 e6d5 info depth 9 seldepth 7 multipv 1 score cp 182 nodes 748 nps 124666 hashfull 0 tbhits 0 time 6 pv c5d5 d1d5 e6d5 c4b2 info depth 10 seldepth 12 multipv 1 score cp 129 nodes 4101 nps 89152 hashfull 0 tbhits 0 time 46 pv d8e7 a1b1 e6e5 f4e2 b7a6 info depth 11 seldepth 13 multipv 1 score cp 150 nodes 5798 nps 99965 hashfull 1 tbhits 0 time 58 pv c5d5 d1d5 e6d5 c4e5 d8d6 f4d3 b7a6 info depth 12 seldepth 10 multipv 1 score cp 217 nodes 7140 nps 115161 hashfull 1 tbhits 0 time 62 pv c5d5 d1d5 e6d5 c4e5 d8d6 f4d3 b7a6 info depth 13 seldepth 14 multipv 1 score cp 182 nodes 10187 nps 111945 hashfull 2 tbhits 0 time 91 pv c5d5 d1d5 e6d5 c4b2 d5d4 a1d1 g8g7 e3d4 d8d4 d1d4 f6d4 b2d3 bestmove c5d5 ponder d1d5 Position: 17/48 (6k1/6p1/6Pp/ppp5/3pn2P/1P3K2/1PP2P2/3N4 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 29 nodes 24 nps 12000 hashfull 0 tbhits 0 time 2 pv e4d2 f3f4 info depth 2 seldepth 6 multipv 1 score cp 21 nodes 82 nps 41000 hashfull 0 tbhits 0 time 2 pv e4d2 f3e2 info depth 3 seldepth 3 multipv 1 score cp 21 nodes 117 nps 58500 hashfull 0 tbhits 0 time 2 pv e4d2 f3e2 info depth 4 seldepth 3 multipv 1 score cp 21 nodes 132 nps 66000 hashfull 0 tbhits 0 time 2 pv e4d2 f3e2 info depth 5 seldepth 3 multipv 1 score cp 21 nodes 152 nps 76000 hashfull 0 tbhits 0 time 2 pv e4d2 f3e2 info depth 6 seldepth 4 multipv 1 score cp 37 nodes 214 nps 71333 hashfull 0 tbhits 0 time 3 pv e4d6 info depth 7 seldepth 4 multipv 1 score cp 37 nodes 238 nps 79333 hashfull 0 tbhits 0 time 3 pv e4d6 h4h5 g8f8 info depth 8 seldepth 13 multipv 1 score cp 3 nodes 4467 nps 99266 hashfull 0 tbhits 0 time 45 pv e4d2 f3e2 d2e4 e2f3 e4f6 f3f4 c5c4 b3c4 b5c4 f4e5 d4d3 info depth 9 seldepth 15 multipv 1 score cp 1 nodes 6161 nps 110017 hashfull 0 tbhits 0 time 56 pv e4d2 f3e2 d2e4 e2f3 e4f6 f3f4 c5c4 b3c4 b5c4 b2b3 c4b3 c2b3 info depth 10 seldepth 17 multipv 1 score cp 0 nodes 7850 nps 107534 hashfull 0 tbhits 0 time 73 pv e4d2 f3e2 d2e4 e2f3 info depth 11 seldepth 5 multipv 1 score cp 0 nodes 8730 nps 106463 hashfull 1 tbhits 0 time 82 pv e4d2 f3e2 d2e4 e2f3 info depth 12 seldepth 5 multipv 1 score cp 0 nodes 9337 nps 107321 hashfull 1 tbhits 0 time 87 pv e4d2 f3e2 d2e4 e2f3 info depth 13 seldepth 5 multipv 1 score cp 0 nodes 9550 nps 107303 hashfull 1 tbhits 0 time 89 pv e4d2 f3e2 d2e4 e2f3 bestmove e4d2 ponder f3e2 Position: 18/48 (3b4/5kp1/1p1p1p1p/pP1PpP1P/P1P1P3/3KN3/8/8 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 70 nodes 12 nps 12000 hashfull 0 tbhits 0 time 1 pv c4c5 d6c5 info depth 2 seldepth 3 multipv 1 score cp 70 nodes 24 nps 24000 hashfull 0 tbhits 0 time 1 pv c4c5 d6c5 info depth 3 seldepth 3 multipv 1 score cp 70 nodes 36 nps 36000 hashfull 0 tbhits 0 time 1 pv c4c5 d6c5 info depth 4 seldepth 3 multipv 1 score cp 70 nodes 48 nps 48000 hashfull 0 tbhits 0 time 1 pv c4c5 d6c5 info depth 5 seldepth 3 multipv 1 score cp 70 nodes 61 nps 30500 hashfull 0 tbhits 0 time 2 pv c4c5 d6c5 info depth 6 seldepth 4 multipv 1 score cp 145 nodes 110 nps 55000 hashfull 0 tbhits 0 time 2 pv c4c5 d6c5 d5d6 info depth 7 seldepth 7 multipv 1 score cp 143 nodes 170 nps 56666 hashfull 0 tbhits 0 time 3 pv c4c5 f7e7 c5c6 info depth 8 seldepth 7 multipv 1 score cp 83 nodes 906 nps 82363 hashfull 0 tbhits 0 time 11 pv c4c5 d6c5 e3c4 f7e7 d3e3 info depth 9 seldepth 11 multipv 1 score cp 171 nodes 3367 nps 88605 hashfull 1 tbhits 0 time 38 pv c4c5 f7e7 c5b6 d8b6 e3c4 info depth 10 seldepth 11 multipv 1 score cp 197 nodes 4962 nps 88607 hashfull 1 tbhits 0 time 56 pv c4c5 d6c5 d5d6 f7f8 d3c4 f8e8 c4d5 c5c4 e3c4 e8d7 info depth 11 seldepth 11 multipv 1 score cp 197 nodes 5283 nps 89542 hashfull 1 tbhits 0 time 59 pv c4c5 d6c5 d5d6 f7f8 d3c4 f8e8 c4d5 c5c4 e3c4 e8d7 info depth 12 seldepth 15 multipv 1 score cp 318 nodes 11898 nps 99150 hashfull 1 tbhits 0 time 120 pv c4c5 f7e7 c5b6 d8b6 e3c4 b6d8 b5b6 e7d7 b6b7 d8c7 info depth 13 seldepth 14 multipv 1 score cp 338 nodes 18316 nps 96400 hashfull 3 tbhits 0 time 190 pv c4c5 f7e7 c5b6 d8b6 e3c4 b6f2 c4a5 e7d8 a5c6 d8e8 bestmove c4c5 ponder f7e7 Position: 19/48 (2K5/p7/7P/5pR1/8/5k2/r7/8 w - - 4 3) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 48 nodes 17 nps 8500 hashfull 0 tbhits 0 time 2 pv g5h5 info depth 2 seldepth 2 multipv 1 score cp 88 nodes 41 nps 20500 hashfull 0 tbhits 0 time 2 pv h6h7 info depth 3 seldepth 2 multipv 1 score cp 90 nodes 64 nps 21333 hashfull 0 tbhits 0 time 3 pv g5h5 info depth 4 seldepth 2 multipv 1 score cp 90 nodes 80 nps 26666 hashfull 0 tbhits 0 time 3 pv g5h5 info depth 5 seldepth 4 multipv 1 score cp 99 nodes 106 nps 35333 hashfull 0 tbhits 0 time 3 pv h6h7 info depth 6 seldepth 4 multipv 1 score cp 108 nodes 136 nps 45333 hashfull 0 tbhits 0 time 3 pv h6h7 a2c2 c8d7 info depth 7 seldepth 6 multipv 1 score cp 103 nodes 499 nps 62375 hashfull 0 tbhits 0 time 8 pv g5h5 a2e2 c8d7 info depth 8 seldepth 6 multipv 1 score cp 130 nodes 929 nps 92900 hashfull 0 tbhits 0 time 10 pv g5h5 a2e2 c8d7 info depth 9 seldepth 6 multipv 1 score cp 148 nodes 1708 nps 106750 hashfull 1 tbhits 0 time 16 pv g5h5 a2e2 c8d7 info depth 10 seldepth 14 multipv 1 score cp 127 nodes 10822 nps 90183 hashfull 3 tbhits 0 time 120 pv g5f5 f3g4 f5h5 a2e2 c8d7 e2d2 d7c7 d2c2 c7b7 g4h5 h6h7 info depth 11 seldepth 18 multipv 1 score cp 61 nodes 23370 nps 94615 hashfull 6 tbhits 0 time 247 pv g5f5 f3g4 f5h5 a2f2 h5h1 f2f8 c8d7 f8h8 d7e6 info depth 12 seldepth 19 multipv 1 score cp 23 nodes 58216 nps 113260 hashfull 13 tbhits 0 time 514 pv g5h5 a2c2 c8d7 c2b2 d7e6 f5f4 h6h7 b2b8 info depth 13 seldepth 17 multipv 1 score cp 119 nodes 61735 nps 116261 hashfull 13 tbhits 0 time 531 pv g5f5 f3g4 f5h5 a2f2 h5h1 f2f8 c8d7 f8h8 d7e6 g4g5 h6h7 g5g6 h1g1 g6h7 e6f7 bestmove g5f5 ponder f3g4 Position: 20/48 (8/6pk/1p6/8/PP3p1p/5P2/4KP1q/3Q4 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 83 nodes 29 nps 14500 hashfull 0 tbhits 0 time 2 pv d1b1 h7g8 info depth 2 seldepth 6 multipv 1 score cp 141 nodes 94 nps 47000 hashfull 0 tbhits 0 time 2 pv d1d3 h7h6 d3d6 h6h5 info depth 3 seldepth 6 multipv 1 score cp 141 nodes 144 nps 72000 hashfull 0 tbhits 0 time 2 pv d1d3 h7h6 d3d6 h6h5 info depth 4 seldepth 6 multipv 1 score cp 138 nodes 172 nps 86000 hashfull 0 tbhits 0 time 2 pv d1d3 h7h6 d3d6 h6h5 info depth 5 seldepth 6 multipv 1 score cp 138 nodes 208 nps 69333 hashfull 0 tbhits 0 time 3 pv d1d3 h7h6 d3d6 h6h5 info depth 6 seldepth 6 multipv 1 score cp 125 nodes 399 nps 99750 hashfull 0 tbhits 0 time 4 pv d1d3 g7g6 d3d7 h7h6 info depth 7 seldepth 7 multipv 1 score cp 128 nodes 1057 nps 117444 hashfull 0 tbhits 0 time 9 pv d1c2 g7g6 c2c7 h7h6 info depth 8 seldepth 9 multipv 1 score cp 108 nodes 1475 nps 122916 hashfull 0 tbhits 0 time 12 pv d1d3 g7g6 d3d7 h7h6 d7d4 h4h3 d4h8 h6g5 info depth 9 seldepth 9 multipv 1 score cp 104 nodes 2227 nps 123722 hashfull 0 tbhits 0 time 18 pv d1d3 h7h6 d3d6 h6h7 a4a5 b6a5 b4a5 h4h3 info depth 10 seldepth 15 multipv 1 score cp 102 nodes 3292 nps 131680 hashfull 0 tbhits 0 time 25 pv d1c2 h7h6 c2c6 g7g6 c6b6 h4h3 b6b8 h2g2 b8f4 h6g7 f4d4 g7f7 d4c4 f7f8 info depth 11 seldepth 15 multipv 1 score cp 124 nodes 7212 nps 116322 hashfull 1 tbhits 0 time 62 pv a4a5 b6a5 b4a5 h2h3 d1c2 h7h6 info depth 12 seldepth 14 multipv 1 score cp 136 nodes 8740 nps 110632 hashfull 1 tbhits 0 time 79 pv a4a5 b6a5 b4a5 h2h3 d1c2 h7h6 c2c6 g7g6 a5a6 info depth 13 seldepth 15 multipv 1 score cp 147 nodes 11796 nps 108220 hashfull 2 tbhits 0 time 109 pv a4a5 b6a5 b4a5 h2h3 d1c2 h7h8 c2c6 h3h1 a5a6 h1a1 c6b7 a1a2 e2f1 bestmove a4a5 ponder b6a5 Position: 21/48 (7k/3p2pp/4q3/8/4Q3/5Kp1/P6b/8 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 5 multipv 1 score cp -428 nodes 40 nps 40000 hashfull 0 tbhits 0 time 1 pv e4a8 e6g8 info depth 2 seldepth 5 multipv 1 score cp -428 nodes 73 nps 73000 hashfull 0 tbhits 0 time 1 pv e4a8 e6g8 info depth 3 seldepth 5 multipv 1 score cp -428 nodes 104 nps 104000 hashfull 0 tbhits 0 time 1 pv e4a8 e6g8 info depth 4 seldepth 5 multipv 1 score cp -428 nodes 135 nps 135000 hashfull 0 tbhits 0 time 1 pv e4a8 e6g8 info depth 5 seldepth 5 multipv 1 score cp -417 nodes 182 nps 182000 hashfull 0 tbhits 0 time 1 pv e4e6 d7e6 f3g2 info depth 6 seldepth 5 multipv 1 score cp -428 nodes 238 nps 238000 hashfull 0 tbhits 0 time 1 pv e4a8 e6g8 info depth 7 seldepth 10 multipv 1 score cp -311 nodes 561 nps 187000 hashfull 0 tbhits 0 time 3 pv e4e6 d7e6 f3g2 h7h5 g2h1 info depth 8 seldepth 8 multipv 1 score cp -359 nodes 648 nps 216000 hashfull 0 tbhits 0 time 3 pv e4e6 d7e6 f3g2 h8g8 a2a4 g7g6 g2h1 info depth 9 seldepth 12 multipv 1 score cp -346 nodes 1021 nps 204200 hashfull 0 tbhits 0 time 5 pv e4e6 d7e6 f3g2 h8g8 g2h1 g3g2 h1h2 g2g1r info depth 10 seldepth 12 multipv 1 score cp -353 nodes 2147 nps 195181 hashfull 0 tbhits 0 time 11 pv e4e6 d7e6 f3g2 h8g8 a2a4 g8f8 g2h1 g3g2 h1h2 f8e7 h2g1 info depth 11 seldepth 14 multipv 1 score cp -72 nodes 24547 nps 160437 hashfull 4 tbhits 0 time 153 pv e4e6 d7e6 f3g2 g7g6 a2a4 g6g5 g2h1 h8g7 a4a5 g7h6 a5a6 info depth 12 seldepth 16 multipv 1 score cp -37 nodes 38377 nps 176041 hashfull 5 tbhits 0 time 218 pv e4e6 d7e6 f3g2 g7g6 a2a4 g6g5 g2h1 h8g7 a4a5 g7g8 h1g2 info depth 13 seldepth 16 multipv 1 score cp -9 nodes 76549 nps 226476 hashfull 7 tbhits 0 time 338 pv e4e6 d7e6 f3g2 g7g6 a2a4 g6g5 g2h1 h8g7 a4a5 g7g6 bestmove e4e6 ponder d7e6 Position: 22/48 (8/2p5/8/2kPKp1p/2p4P/2P5/3P4/8 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 143 nodes 17 nps 8500 hashfull 0 tbhits 0 time 2 pv e5f5 c5d5 info depth 2 seldepth 3 multipv 1 score cp 143 nodes 32 nps 16000 hashfull 0 tbhits 0 time 2 pv e5f5 c5d5 info depth 3 seldepth 3 multipv 1 score cp 143 nodes 44 nps 22000 hashfull 0 tbhits 0 time 2 pv e5f5 c5d5 info depth 4 seldepth 3 multipv 1 score cp 143 nodes 58 nps 29000 hashfull 0 tbhits 0 time 2 pv e5f5 c5d5 info depth 5 seldepth 3 multipv 1 score cp 143 nodes 72 nps 36000 hashfull 0 tbhits 0 time 2 pv e5f5 c5d5 info depth 6 seldepth 4 multipv 1 score cp 134 nodes 200 nps 50000 hashfull 0 tbhits 0 time 4 pv d5d6 c7d6 e5f5 info depth 7 seldepth 5 multipv 1 score cp 151 nodes 246 nps 61500 hashfull 0 tbhits 0 time 4 pv d5d6 c7d6 e5f5 info depth 8 seldepth 5 multipv 1 score cp 147 nodes 341 nps 68200 hashfull 0 tbhits 0 time 5 pv e5f5 c5d5 f5f4 info depth 9 seldepth 8 multipv 1 score cp 158 nodes 496 nps 82666 hashfull 0 tbhits 0 time 6 pv e5f5 c5d5 f5f4 c7c6 f4f5 info depth 10 seldepth 9 multipv 1 score cp 188 nodes 997 nps 90636 hashfull 0 tbhits 0 time 11 pv d5d6 c7d6 e5f5 d6d5 f5g5 d5d4 g5h5 info depth 11 seldepth 10 multipv 1 score cp 212 nodes 1875 nps 104166 hashfull 0 tbhits 0 time 18 pv d5d6 c7d6 e5f5 d6d5 f5g6 info depth 12 seldepth 13 multipv 1 score cp 198 nodes 5234 nps 113782 hashfull 1 tbhits 0 time 46 pv e5f5 c5d5 f5f4 c7c6 f4f5 c6c5 f5f4 info depth 13 seldepth 25 multipv 1 score cp 192 nodes 10162 nps 119552 hashfull 3 tbhits 0 time 85 pv d5d6 c7d6 e5f5 c5d5 f5f4 d5e6 f4g5 d6d5 g5h5 e6f5 h5h6 f5e4 h6g5 d5d4 h4h5 e4d3 h5h6 d3d2 c3d4 c4c3 h6h7 c3c2 h7h8q bestmove d5d6 ponder c7d6 Position: 23/48 (8/1p3pp1/7p/5P1P/2k3P1/8/2K2P2/8 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp -197 nodes 13 nps 6500 hashfull 0 tbhits 0 time 2 pv f5f6 g7f6 info depth 2 seldepth 3 multipv 1 score cp -197 nodes 36 nps 18000 hashfull 0 tbhits 0 time 2 pv f5f6 g7f6 info depth 3 seldepth 3 multipv 1 score cp -197 nodes 55 nps 27500 hashfull 0 tbhits 0 time 2 pv f5f6 g7f6 info depth 4 seldepth 3 multipv 1 score cp -197 nodes 75 nps 37500 hashfull 0 tbhits 0 time 2 pv f5f6 g7f6 info depth 5 seldepth 4 multipv 1 score cp -176 nodes 128 nps 42666 hashfull 0 tbhits 0 time 3 pv f5f6 g7f6 f2f4 info depth 6 seldepth 5 multipv 1 score cp -188 nodes 356 nps 71200 hashfull 0 tbhits 0 time 5 pv f5f6 g7f6 c2d2 b7b5 info depth 7 seldepth 9 multipv 1 score cp -123 nodes 766 nps 85111 hashfull 0 tbhits 0 time 9 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 8 seldepth 10 multipv 1 score cp -63 nodes 1474 nps 113384 hashfull 0 tbhits 0 time 13 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 9 seldepth 11 multipv 1 score cp -17 nodes 2370 nps 148125 hashfull 0 tbhits 0 time 16 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 10 seldepth 12 multipv 1 score cp 23 nodes 4356 nps 174240 hashfull 0 tbhits 0 time 25 pv f5f6 g7f6 f2f4 f6f5 g4g5 info depth 11 seldepth 10 multipv 1 score cp 41 nodes 6017 nps 182333 hashfull 0 tbhits 0 time 33 pv f5f6 g7f6 f2f4 c4d5 g4g5 f6g5 f4g5 info depth 12 seldepth 11 multipv 1 score cp 69 nodes 8630 nps 200697 hashfull 0 tbhits 0 time 43 pv f5f6 g7f6 f2f4 c4d4 g4g5 info depth 13 seldepth 12 multipv 1 score cp 116 nodes 12181 nps 217517 hashfull 0 tbhits 0 time 56 pv f5f6 g7f6 f2f4 b7b5 g4g5 bestmove f5f6 ponder g7f6 Position: 24/48 (8/pp2r1k1/2p1p3/3pP2p/1P1P1P1P/P5KR/8/8 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 25 nodes 11 nps 5500 hashfull 0 tbhits 0 time 2 pv f4f5 e6f5 info depth 2 seldepth 3 multipv 1 score cp 25 nodes 23 nps 11500 hashfull 0 tbhits 0 time 2 pv f4f5 e6f5 info depth 3 seldepth 3 multipv 1 score cp 25 nodes 33 nps 16500 hashfull 0 tbhits 0 time 2 pv f4f5 e6f5 info depth 4 seldepth 3 multipv 1 score cp 25 nodes 44 nps 22000 hashfull 0 tbhits 0 time 2 pv f4f5 e6f5 info depth 5 seldepth 5 multipv 1 score cp 27 nodes 90 nps 45000 hashfull 0 tbhits 0 time 2 pv g3f2 g7h6 info depth 6 seldepth 5 multipv 1 score cp 33 nodes 135 nps 45000 hashfull 0 tbhits 0 time 3 pv g3f3 info depth 7 seldepth 5 multipv 1 score cp 48 nodes 167 nps 55666 hashfull 0 tbhits 0 time 3 pv g3f3 info depth 8 seldepth 5 multipv 1 score cp 84 nodes 300 nps 75000 hashfull 0 tbhits 0 time 4 pv g3f3 info depth 9 seldepth 7 multipv 1 score cp 92 nodes 788 nps 78800 hashfull 0 tbhits 0 time 10 pv g3f3 g7h7 info depth 10 seldepth 10 multipv 1 score cp 129 nodes 1839 nps 91950 hashfull 0 tbhits 0 time 20 pv f4f5 e6f5 g3f4 info depth 11 seldepth 8 multipv 1 score cp 193 nodes 2660 nps 102307 hashfull 0 tbhits 0 time 26 pv f4f5 e6f5 g3f4 info depth 12 seldepth 12 multipv 1 score cp 185 nodes 3442 nps 95611 hashfull 1 tbhits 0 time 36 pv f4f5 e6f5 g3f4 e7e6 h3g3 e6g6 g3g5 g6g5 f4g5 f5f4 g5f4 info depth 13 seldepth 13 multipv 1 score cp 211 nodes 10342 nps 108863 hashfull 2 tbhits 0 time 95 pv f4f5 g7h6 g3f4 e7g7 f5e6 g7g4 f4f5 h6g7 h3b3 g4d4 bestmove f4f5 ponder g7h6 Position: 25/48 (8/3p4/p1bk3p/Pp6/1Kp1PpPp/2P2P1P/2P5/5B2 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 21 nodes 13 nps 13000 hashfull 0 tbhits 0 time 1 pv c6b7 info depth 2 seldepth 2 multipv 1 score cp 80 nodes 30 nps 30000 hashfull 0 tbhits 0 time 1 pv d6e6 info depth 3 seldepth 2 multipv 1 score cp 80 nodes 42 nps 42000 hashfull 0 tbhits 0 time 1 pv d6e6 info depth 4 seldepth 2 multipv 1 score cp 80 nodes 52 nps 52000 hashfull 0 tbhits 0 time 1 pv d6e6 info depth 5 seldepth 3 multipv 1 score cp 166 nodes 63 nps 63000 hashfull 0 tbhits 0 time 1 pv d6e6 info depth 6 seldepth 6 multipv 1 score cp 44 nodes 332 nps 66400 hashfull 0 tbhits 0 time 5 pv c6b7 f1g2 d6c6 b4a3 c6c5 info depth 7 seldepth 7 multipv 1 score cp 48 nodes 534 nps 76285 hashfull 0 tbhits 0 time 7 pv c6b7 f1e2 info depth 8 seldepth 8 multipv 1 score cp 43 nodes 1265 nps 79062 hashfull 0 tbhits 0 time 16 pv c6b7 b4a3 d6c6 a3b4 d7d5 info depth 9 seldepth 8 multipv 1 score cp 44 nodes 1667 nps 79380 hashfull 0 tbhits 0 time 21 pv c6b7 f1g2 d6c6 g2h1 d7d5 e4e5 info depth 10 seldepth 9 multipv 1 score cp 43 nodes 2006 nps 80240 hashfull 0 tbhits 0 time 25 pv c6b7 f1g2 d6c6 g2h1 d7d5 e4e5 b7c8 h1g2 info depth 11 seldepth 14 multipv 1 score cp 60 nodes 4425 nps 83490 hashfull 0 tbhits 0 time 53 pv c6b7 f1g2 d6c6 g2h1 d7d6 b4a3 c6c5 h1g2 d6d5 info depth 12 seldepth 14 multipv 1 score cp 69 nodes 5957 nps 93078 hashfull 0 tbhits 0 time 64 pv c6b7 f1g2 d6c6 g2h1 d7d6 h1g2 c6d7 g2h1 d7e6 h1g2 d6d5 info depth 13 seldepth 14 multipv 1 score cp 69 nodes 6183 nps 95123 hashfull 0 tbhits 0 time 65 pv c6b7 f1g2 d6c6 g2h1 d7d6 h1g2 c6d7 g2h1 d7e6 h1g2 d6d5 bestmove c6b7 ponder f1g2 Position: 26/48 (5k2/7R/4P2p/5K2/p1r2P1p/8/8/8 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp -66 nodes 19 nps 9500 hashfull 0 tbhits 0 time 2 pv a4a3 info depth 2 seldepth 3 multipv 1 score cp -59 nodes 52 nps 26000 hashfull 0 tbhits 0 time 2 pv h4h3 info depth 3 seldepth 3 multipv 1 score cp -52 nodes 82 nps 41000 hashfull 0 tbhits 0 time 2 pv a4a3 info depth 4 seldepth 3 multipv 1 score cp -52 nodes 101 nps 50500 hashfull 0 tbhits 0 time 2 pv a4a3 info depth 5 seldepth 3 multipv 1 score cp -48 nodes 122 nps 61000 hashfull 0 tbhits 0 time 2 pv a4a3 info depth 6 seldepth 3 multipv 1 score cp -10 nodes 151 nps 50333 hashfull 0 tbhits 0 time 3 pv a4a3 info depth 7 seldepth 5 multipv 1 score cp -65 nodes 580 nps 96666 hashfull 0 tbhits 0 time 6 pv c4b4 h7h6 a4a3 info depth 8 seldepth 9 multipv 1 score cp -58 nodes 1769 nps 98277 hashfull 0 tbhits 0 time 18 pv h4h3 h7h6 a4a3 h6h3 c4a4 info depth 9 seldepth 10 multipv 1 score cp -51 nodes 2817 nps 112680 hashfull 0 tbhits 0 time 25 pv h4h3 h7h6 a4a3 h6h3 c4a4 h3h8 f8e7 h8h7 e7f8 info depth 10 seldepth 10 multipv 1 score cp -43 nodes 3907 nps 118393 hashfull 0 tbhits 0 time 33 pv h4h3 h7h6 a4a3 h6h8 f8e7 info depth 11 seldepth 14 multipv 1 score cp -35 nodes 4640 nps 125405 hashfull 0 tbhits 0 time 37 pv h4h3 h7h6 a4a3 h6h8 f8e7 h8h7 e7f8 h7h3 c4a4 h3h8 f8e7 h8h7 e7f8 info depth 12 seldepth 14 multipv 1 score cp -19 nodes 7383 nps 129526 hashfull 0 tbhits 0 time 57 pv h4h3 h7h6 a4a3 h6h8 f8e7 h8h7 e7f8 h7h3 c4a4 h3h8 f8e7 h8h7 e7f8 info depth 13 seldepth 15 multipv 1 score cp -5 nodes 10614 nps 141520 hashfull 1 tbhits 0 time 75 pv h4h3 h7h6 a4a3 h6h8 f8e7 h8h7 e7f8 e6e7 f8e8 bestmove h4h3 ponder h7h6 Position: 27/48 (6k1/6p1/P6p/r1N5/5p2/7P/1b3PP1/4R1K1 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 37 nodes 34 nps 17000 hashfull 0 tbhits 0 time 2 pv g2g4 info depth 2 seldepth 3 multipv 1 score cp 37 nodes 68 nps 34000 hashfull 0 tbhits 0 time 2 pv g2g4 info depth 3 seldepth 3 multipv 1 score cp 37 nodes 96 nps 48000 hashfull 0 tbhits 0 time 2 pv g2g4 info depth 4 seldepth 3 multipv 1 score cp 37 nodes 125 nps 62500 hashfull 0 tbhits 0 time 2 pv g2g4 info depth 5 seldepth 3 multipv 1 score cp 41 nodes 158 nps 79000 hashfull 0 tbhits 0 time 2 pv g2g4 info depth 6 seldepth 5 multipv 1 score cp 83 nodes 237 nps 118500 hashfull 0 tbhits 0 time 2 pv g2g4 f4f3 info depth 7 seldepth 7 multipv 1 score cp 64 nodes 3184 nps 88444 hashfull 0 tbhits 0 time 36 pv e1b1 b2f6 g1h2 g8h7 info depth 8 seldepth 8 multipv 1 score cp 184 nodes 4488 nps 89760 hashfull 0 tbhits 0 time 50 pv e1e4 a5c5 e4e8 g8f7 a6a7 info depth 9 seldepth 12 multipv 1 score cp 199 nodes 6931 nps 97619 hashfull 2 tbhits 0 time 71 pv e1e4 a5a1 g1h2 a1a5 e4a4 info depth 10 seldepth 9 multipv 1 score cp 182 nodes 8364 nps 100771 hashfull 2 tbhits 0 time 83 pv e1e4 f4f3 e4a4 a5c5 a6a7 c5c1 g1h2 info depth 11 seldepth 10 multipv 1 score cp 221 nodes 14473 nps 124767 hashfull 4 tbhits 0 time 116 pv e1e4 g8f7 e4a4 a5a4 c5a4 b2d4 g1f1 f7e6 info depth 12 seldepth 16 multipv 1 score cp 219 nodes 17199 nps 127400 hashfull 5 tbhits 0 time 135 pv e1e4 a5a1 g1h2 g8h7 e4a4 a1a4 c5a4 b2d4 h2g1 h7g6 g1f1 g6f7 f1e2 f7e6 e2f3 info depth 13 seldepth 19 multipv 1 score cp 216 nodes 17833 nps 126475 hashfull 5 tbhits 0 time 141 pv e1e4 a5a1 g1h2 a1a5 e4a4 a5a4 c5a4 b2d4 g2g3 g8f7 h2g2 f4g3 f2g3 bestmove e1e4 ponder a5a1 Position: 28/48 (1r3k2/4q3/2Pp3b/3Bp3/2Q2p2/1p1P2P1/1P2KP2/3N4 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 6 multipv 1 score cp 184 nodes 50 nps 25000 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 2 seldepth 3 multipv 1 score cp 184 nodes 84 nps 42000 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 3 seldepth 3 multipv 1 score cp 184 nodes 115 nps 57500 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 4 seldepth 3 multipv 1 score cp 184 nodes 148 nps 74000 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 5 seldepth 3 multipv 1 score cp 238 nodes 182 nps 91000 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 6 seldepth 5 multipv 1 score cp 491 nodes 222 nps 74000 hashfull 0 tbhits 0 time 3 pv c6c7 info depth 7 seldepth 7 multipv 1 score cp 198 nodes 517 nps 103400 hashfull 0 tbhits 0 time 5 pv g3g4 f4f3 e2f3 info depth 8 seldepth 8 multipv 1 score cp 191 nodes 1142 nps 95166 hashfull 0 tbhits 0 time 12 pv d1c3 f4g3 c6c7 b8c8 c4g4 e7c7 info depth 9 seldepth 9 multipv 1 score cp 221 nodes 1829 nps 96263 hashfull 1 tbhits 0 time 19 pv g3g4 e7g7 d1c3 g7g4 d5f3 info depth 10 seldepth 13 multipv 1 score cp 212 nodes 2965 nps 89848 hashfull 1 tbhits 0 time 33 pv d1c3 b8c8 c3b5 f4g3 c4g4 info depth 11 seldepth 11 multipv 1 score cp 211 nodes 4354 nps 87080 hashfull 2 tbhits 0 time 50 pv g3g4 e7a7 d1c3 a7a1 c6c7 b8c8 c4c6 f4f3 e2f3 info depth 12 seldepth 13 multipv 1 score cp 237 nodes 8168 nps 85978 hashfull 4 tbhits 0 time 95 pv d1c3 e7g5 c6c7 b8c8 c4c6 g5e7 c3b5 f4g3 info depth 13 seldepth 16 multipv 1 score cp 218 nodes 16471 nps 79570 hashfull 7 tbhits 0 time 207 pv g3g4 e7h4 d5f3 e5e4 d3e4 h4e7 d1c3 e7e5 e2d3 h6g5 c6c7 b8c8 bestmove g3g4 ponder e7h4 Position: 29/48 (6k1/4pp1p/3p2p1/P1pPb3/R7/1r2P1PP/3B1P2/6K1 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 138 nodes 25 nps 25000 hashfull 0 tbhits 0 time 1 pv a5a6 info depth 2 seldepth 2 multipv 1 score cp 138 nodes 49 nps 49000 hashfull 0 tbhits 0 time 1 pv a5a6 info depth 3 seldepth 2 multipv 1 score cp 138 nodes 73 nps 36500 hashfull 0 tbhits 0 time 2 pv a5a6 info depth 4 seldepth 2 multipv 1 score cp 138 nodes 97 nps 48500 hashfull 0 tbhits 0 time 2 pv a5a6 info depth 5 seldepth 3 multipv 1 score cp 145 nodes 125 nps 62500 hashfull 0 tbhits 0 time 2 pv a5a6 info depth 6 seldepth 3 multipv 1 score cp 212 nodes 158 nps 79000 hashfull 0 tbhits 0 time 2 pv a5a6 info depth 7 seldepth 3 multipv 1 score cp 228 nodes 199 nps 99500 hashfull 0 tbhits 0 time 2 pv a5a6 b3b5 info depth 8 seldepth 10 multipv 1 score cp 164 nodes 828 nps 82800 hashfull 0 tbhits 0 time 10 pv g1f1 f7f6 info depth 9 seldepth 6 multipv 1 score cp 167 nodes 1363 nps 85187 hashfull 0 tbhits 0 time 16 pv a5a6 b3b8 g1f1 b8a8 f1e2 info depth 10 seldepth 10 multipv 1 score cp 159 nodes 1922 nps 83565 hashfull 0 tbhits 0 time 23 pv a5a6 b3b8 d2a5 f7f5 a5c7 b8a8 a6a7 info depth 11 seldepth 12 multipv 1 score cp 172 nodes 3111 nps 81868 hashfull 1 tbhits 0 time 38 pv a5a6 b3b8 a6a7 b8a8 a4a6 e7e6 f2f4 e5f6 info depth 12 seldepth 13 multipv 1 score cp 201 nodes 6155 nps 83175 hashfull 1 tbhits 0 time 74 pv a5a6 b3b1 g1g2 b1b8 a6a7 b8a8 f2f4 info depth 13 seldepth 18 multipv 1 score cp 172 nodes 15000 nps 81967 hashfull 3 tbhits 0 time 183 pv g1f1 g8f8 f1e2 e7e6 a5a6 b3b8 f2f4 e5g7 e3e4 b8a8 e2d3 f8e8 d3c4 g7d4 bestmove g1f1 ponder g8f8 Position: 30/48 (8/3p3B/5p2/5P2/p7/PP5b/k7/6K1 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 4 nodes 9 nps 4500 hashfull 0 tbhits 0 time 2 pv b3a4 a2a3 info depth 2 seldepth 3 multipv 1 score cp 4 nodes 17 nps 8500 hashfull 0 tbhits 0 time 2 pv b3a4 a2a3 info depth 3 seldepth 3 multipv 1 score cp 4 nodes 25 nps 12500 hashfull 0 tbhits 0 time 2 pv b3a4 a2a3 info depth 4 seldepth 3 multipv 1 score cp 4 nodes 33 nps 16500 hashfull 0 tbhits 0 time 2 pv b3a4 a2a3 info depth 5 seldepth 3 multipv 1 score cp 4 nodes 41 nps 20500 hashfull 0 tbhits 0 time 2 pv b3a4 a2a3 info depth 6 seldepth 5 multipv 1 score cp 12 nodes 90 nps 30000 hashfull 0 tbhits 0 time 3 pv b3a4 a2a3 g1h2 info depth 7 seldepth 5 multipv 1 score cp 21 nodes 148 nps 49333 hashfull 0 tbhits 0 time 3 pv b3a4 a2a3 g1h2 info depth 8 seldepth 5 multipv 1 score cp 70 nodes 271 nps 54200 hashfull 0 tbhits 0 time 5 pv b3a4 a2a3 a4a5 info depth 9 seldepth 7 multipv 1 score cp 64 nodes 1128 nps 75200 hashfull 0 tbhits 0 time 15 pv b3a4 h3g4 a4a5 a2a3 a5a6 g4f3 info depth 10 seldepth 13 multipv 1 score cp 108 nodes 3403 nps 109774 hashfull 0 tbhits 0 time 31 pv b3a4 a2a3 a4a5 info depth 11 seldepth 9 multipv 1 score cp 134 nodes 7370 nps 144509 hashfull 0 tbhits 0 time 51 pv b3a4 a2b3 info depth 12 seldepth 9 multipv 1 score cp 171 nodes 13271 nps 167987 hashfull 1 tbhits 0 time 79 pv b3a4 a2b3 a4a5 h3g4 g1f2 g4d1 a5a6 info depth 13 seldepth 20 multipv 1 score cp 181 nodes 35733 nps 152705 hashfull 5 tbhits 0 time 234 pv b3a4 d7d5 a4a5 d5d4 g1f2 d4d3 bestmove b3a4 ponder d7d5 Position: 31/48 (5rk1/q6p/2p3bR/1pPp1rP1/1P1Pp3/P3B1Q1/1K3P2/R7 w - - 93 90) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 43 nodes 45 nps 22500 hashfull 0 tbhits 0 time 2 pv g3d6 info depth 2 seldepth 2 multipv 1 score cp 43 nodes 95 nps 47500 hashfull 0 tbhits 0 time 2 pv g3d6 info depth 3 seldepth 2 multipv 1 score cp 43 nodes 134 nps 67000 hashfull 0 tbhits 0 time 2 pv g3d6 info depth 4 seldepth 2 multipv 1 score cp 43 nodes 174 nps 87000 hashfull 0 tbhits 0 time 2 pv g3d6 info depth 5 seldepth 3 multipv 1 score cp 77 nodes 217 nps 72333 hashfull 0 tbhits 0 time 3 pv g3d6 info depth 6 seldepth 8 multipv 1 score cp 26 nodes 3881 nps 117606 hashfull 0 tbhits 0 time 33 pv a1h1 f8a8 info depth 7 seldepth 11 multipv 1 score cp 28 nodes 6216 nps 101901 hashfull 1 tbhits 0 time 61 pv g3h2 f5f7 info depth 8 seldepth 8 multipv 1 score cp 26 nodes 8438 nps 100452 hashfull 2 tbhits 0 time 84 pv g3h2 f5f3 a1h1 a7f7 b2c3 f7f5 info depth 9 seldepth 10 multipv 1 score cp 26 nodes 9053 nps 102875 hashfull 2 tbhits 0 time 88 pv g3h2 f5f3 a1h1 a7f7 b2c3 f7f5 info depth 10 seldepth 15 multipv 1 score cp 30 nodes 17067 nps 98086 hashfull 5 tbhits 0 time 174 pv g3d6 f5f2 e3f2 f8f2 b2c3 a7a4 h6g6 h7g6 d6g6 g8f8 g6d6 f8f7 info depth 11 seldepth 17 multipv 1 score cp 38 nodes 22719 nps 101878 hashfull 5 tbhits 0 time 223 pv g3h2 f5f3 a1h1 a7f7 a3a4 b5a4 b2a3 f3f5 h1b1 f5f3 b4b5 c6b5 info depth 12 seldepth 17 multipv 1 score cp 0 nodes 73348 nps 114249 hashfull 17 tbhits 0 time 642 pv g3h2 f5f7 a1h1 f7g7 h2d6 a7a8 d6e6 info depth 13 seldepth 13 multipv 1 score cp 0 nodes 107011 nps 126790 hashfull 23 tbhits 0 time 844 pv g3h2 f5f7 a1h1 f7g7 h2d6 a7a8 h1a1 bestmove g3h2 ponder f5f7 Position: 32/48 (4rrk1/1p1nq3/p7/2p1P1pp/3P2bp/3Q1Bn1/PPPB4/1K2R1NR w - - 40 21) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 7 multipv 1 score cp 203 nodes 78 nps 26000 hashfull 0 tbhits 0 time 3 pv f3d5 e7f7 d5f7 f8f7 info depth 2 seldepth 6 multipv 1 score cp 203 nodes 138 nps 46000 hashfull 0 tbhits 0 time 3 pv f3d5 e7f7 d5f7 f8f7 info depth 3 seldepth 7 multipv 1 score cp -30 nodes 935 nps 133571 hashfull 0 tbhits 0 time 7 pv h1h4 g5h4 f3g4 c5d4 info depth 4 seldepth 6 multipv 1 score cp -30 nodes 1193 nps 170428 hashfull 0 tbhits 0 time 7 pv h1h4 g5h4 f3g4 c5d4 info depth 5 seldepth 6 multipv 1 score cp -30 nodes 1254 nps 179142 hashfull 0 tbhits 0 time 7 pv h1h4 g5h4 f3g4 c5d4 info depth 6 seldepth 11 multipv 1 score cp -69 nodes 3142 nps 165368 hashfull 0 tbhits 0 time 19 pv h1h2 c5d4 f3d5 g8h8 d3d4 f8f1 e1f1 g3f1 e5e6 d7f6 info depth 7 seldepth 11 multipv 1 score cp -71 nodes 3944 nps 157760 hashfull 0 tbhits 0 time 25 pv h1h2 c5d4 f3d5 g8g7 e5e6 info depth 8 seldepth 11 multipv 1 score cp -121 nodes 11105 nps 129127 hashfull 3 tbhits 0 time 86 pv h1h2 c5d4 f3d5 g8g7 d3d4 f8f1 e1f1 g3f1 info depth 9 seldepth 13 multipv 1 score cp -122 nodes 13355 nps 123657 hashfull 3 tbhits 0 time 108 pv h1h2 c5d4 d2b4 d7c5 d3d4 c5e6 d4b6 e7d7 b4f8 e8f8 info depth 10 seldepth 12 multipv 1 score cp -107 nodes 14942 nps 122475 hashfull 4 tbhits 0 time 122 pv h1h2 c5d4 d2b4 d7c5 d3d4 c5e6 d4d2 info depth 11 seldepth 12 multipv 1 score cp -97 nodes 17163 nps 119187 hashfull 4 tbhits 0 time 144 pv h1h2 c5d4 d2b4 d7c5 d3d4 b7b6 f3g4 h5g4 d4g4 f8f4 info depth 12 seldepth 17 multipv 1 score cp -92 nodes 31610 nps 94077 hashfull 10 tbhits 0 time 336 pv h1h2 c5d4 f3d5 g8g7 d3d4 f8f1 e1f1 g3f1 e5e6 d7f6 d2b4 e7d8 h2f2 e8e6 b4c3 e6d6 info depth 13 seldepth 25 multipv 1 score cp -95 nodes 47541 nps 96236 hashfull 13 tbhits 0 time 494 pv h1h2 c5d4 d2b4 e7h7 d3c4 g4e6 f3d5 h7f7 d5e6 f7e6 c4e6 e8e6 b4f8 d7f8 g1f3 e6g6 f3d4 f8e6 c2c3 g8g7 b2b4 bestmove h1h2 ponder c5d4 Position: 33/48 (r3k2r/3nnpbp/q2pp1p1/p7/Pp1PPPP1/4BNN1/1P5P/R2Q1RK1 w kq - 0 16) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 5 multipv 1 score cp 43 nodes 46 nps 23000 hashfull 5 tbhits 0 time 2 pv f4f5 info depth 2 seldepth 3 multipv 1 score cp 59 nodes 92 nps 46000 hashfull 5 tbhits 0 time 2 pv b2b3 info depth 3 seldepth 3 multipv 1 score cp 61 nodes 143 nps 71500 hashfull 5 tbhits 0 time 2 pv f4f5 info depth 4 seldepth 3 multipv 1 score cp 60 nodes 184 nps 92000 hashfull 5 tbhits 0 time 2 pv f4f5 info depth 5 seldepth 5 multipv 1 score cp 67 nodes 243 nps 81000 hashfull 5 tbhits 0 time 3 pv f4f5 e6f5 g4f5 info depth 6 seldepth 5 multipv 1 score cp 86 nodes 301 nps 100333 hashfull 5 tbhits 0 time 3 pv a1c1 info depth 7 seldepth 3 multipv 1 score cp 97 nodes 350 nps 116666 hashfull 5 tbhits 0 time 3 pv a1c1 info depth 8 seldepth 3 multipv 1 score cp 97 nodes 394 nps 131333 hashfull 5 tbhits 0 time 3 pv a1c1 d7f6 info depth 9 seldepth 8 multipv 1 score cp 114 nodes 2201 nps 75896 hashfull 6 tbhits 0 time 29 pv f4f5 e8g8 d1d2 info depth 10 seldepth 13 multipv 1 score cp 125 nodes 4590 nps 80526 hashfull 7 tbhits 0 time 57 pv f4f5 a8c8 f5e6 f7e6 f3g5 info depth 11 seldepth 13 multipv 1 score cp 121 nodes 10391 nps 78127 hashfull 9 tbhits 0 time 133 pv f4f5 e6f5 g4f5 d7f6 e3g5 g6f5 a1c1 f5e4 info depth 12 seldepth 23 multipv 1 score cp 102 nodes 21578 nps 76517 hashfull 14 tbhits 0 time 282 pv f4f5 e8g8 d1d2 e6f5 g4f5 g8h8 g1h1 a8c8 d4d5 e7g8 e3d4 d7e5 info depth 13 seldepth 21 multipv 1 score cp 127 nodes 30823 nps 80477 hashfull 17 tbhits 0 time 383 pv f4f5 e6f5 g4f5 d7f6 e3g5 h7h6 g5f6 g7f6 e4e5 d6e5 d4e5 bestmove f4f5 ponder e6f5 Position: 34/48 (3Qb1k1/1r2ppb1/pN1n2q1/Pp1Pp1Pr/4P2p/4BP2/4B1R1/1R5K b - - 11 40) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp -237 nodes 39 nps 19500 hashfull 11 tbhits 0 time 2 pv f7f5 info depth 2 seldepth 3 multipv 1 score cp -210 nodes 76 nps 38000 hashfull 11 tbhits 0 time 2 pv h4h3 info depth 3 seldepth 2 multipv 1 score cp -210 nodes 114 nps 57000 hashfull 11 tbhits 0 time 2 pv h4h3 info depth 4 seldepth 2 multipv 1 score cp -210 nodes 147 nps 73500 hashfull 11 tbhits 0 time 2 pv h4h3 info depth 5 seldepth 5 multipv 1 score cp -305 nodes 817 nps 90777 hashfull 11 tbhits 0 time 9 pv b7d7 b6d7 h4h3 info depth 6 seldepth 4 multipv 1 score cp -305 nodes 856 nps 95111 hashfull 11 tbhits 0 time 9 pv b7d7 b6d7 h4h3 info depth 7 seldepth 7 multipv 1 score cp -316 nodes 1465 nps 91562 hashfull 12 tbhits 0 time 16 pv h4h3 g2g4 g7f8 b1c1 h3h2 info depth 8 seldepth 8 multipv 1 score cp -296 nodes 1561 nps 91823 hashfull 12 tbhits 0 time 17 pv h4h3 g2g4 g7f8 b1c1 h3h2 b6c8 b7d7 info depth 9 seldepth 9 multipv 1 score cp -323 nodes 1823 nps 86809 hashfull 12 tbhits 0 time 21 pv h4h3 g2g4 g7f8 h1h2 h5h7 info depth 10 seldepth 12 multipv 1 score cp -311 nodes 2473 nps 79774 hashfull 12 tbhits 0 time 31 pv h4h3 g2g4 f7f5 g5f6 g6f6 b1g1 h3h2 g4g7 f6g7 g1g7 g8g7 info depth 11 seldepth 14 multipv 1 score cp -310 nodes 3797 nps 80787 hashfull 14 tbhits 0 time 47 pv g7f8 g2g4 h4h3 h1h2 e7e6 b1c1 f8e7 d8a8 e7g5 info depth 12 seldepth 13 multipv 1 score cp -296 nodes 9220 nps 80877 hashfull 16 tbhits 0 time 114 pv g7f8 g2g4 h4h3 b1c1 e7e6 d8a8 h3h2 b6c8 info depth 13 seldepth 14 multipv 1 score cp -279 nodes 15841 nps 76158 hashfull 18 tbhits 0 time 208 pv h4h3 g2g4 f7f5 g5f6 g6f6 b1g1 h3h2 g4g7 f6g7 g1g7 g8g7 e3c5 bestmove h4h3 ponder g2g4 Position: 35/48 (4k3/3q1r2/1N2r1b1/3ppN2/2nPP3/1B1R2n1/2R1Q3/3K4 w - - 5 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 12 multipv 1 score cp 142 nodes 132 nps 33000 hashfull 51 tbhits 0 time 4 pv d3g3 c4b6 info depth 2 seldepth 4 multipv 1 score cp 142 nodes 183 nps 45750 hashfull 51 tbhits 0 time 4 pv d3g3 c4b6 info depth 3 seldepth 4 multipv 1 score cp 142 nodes 228 nps 45600 hashfull 51 tbhits 0 time 5 pv d3g3 c4b6 info depth 4 seldepth 4 multipv 1 score cp 142 nodes 274 nps 54800 hashfull 51 tbhits 0 time 5 pv d3g3 c4b6 info depth 5 seldepth 4 multipv 1 score cp 142 nodes 325 nps 65000 hashfull 51 tbhits 0 time 5 pv d3g3 c4b6 info depth 6 seldepth 5 multipv 1 score cp 87 nodes 1746 nps 79363 hashfull 52 tbhits 0 time 22 pv b6d7 g3e2 d7c5 info depth 7 seldepth 13 multipv 1 score cp 109 nodes 1863 nps 81000 hashfull 52 tbhits 0 time 23 pv b6d7 g3e2 d7c5 info depth 8 seldepth 7 multipv 1 score cp 109 nodes 1981 nps 86130 hashfull 52 tbhits 0 time 23 pv b6d7 g3e2 d7c5 e2d4 f5d4 info depth 9 seldepth 13 multipv 1 score cp 143 nodes 3996 nps 92930 hashfull 54 tbhits 0 time 43 pv b6d7 g3e2 d7c5 e2f4 b3a4 e8f8 c5e6 f4e6 info depth 10 seldepth 14 multipv 1 score cp 120 nodes 9432 nps 91572 hashfull 57 tbhits 0 time 103 pv b6d7 g3e2 d7e5 c4e5 d4e5 e2f4 b3d5 f4d5 info depth 11 seldepth 13 multipv 1 score cp 163 nodes 11452 nps 98724 hashfull 58 tbhits 0 time 116 pv b6d7 g3e2 d7e5 e2f4 e5c4 d5c4 b3c4 info depth 12 seldepth 17 multipv 1 score cp 146 nodes 17566 nps 96516 hashfull 60 tbhits 0 time 182 pv b6d7 g3e2 d7e5 d5e4 c2c4 f7f5 c4c8 e8e7 d3d2 e2f4 b3e6 g6h5 d1c2 e7e6 info depth 13 seldepth 21 multipv 1 score cp 94 nodes 39915 nps 94361 hashfull 67 tbhits 0 time 423 pv b6d7 g3e2 e4d5 f7f5 c2c4 e2f4 d5e6 f4d3 bestmove b6d7 ponder g3e2 Position: 36/48 (8/8/8/8/5kp1/P7/8/1K1N4 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 90 nodes 11 nps 11000 hashfull 9 tbhits 0 time 1 pv b1c2 info depth 2 seldepth 2 multipv 1 score cp 90 nodes 24 nps 24000 hashfull 9 tbhits 0 time 1 pv b1c2 info depth 3 seldepth 2 multipv 1 score cp 90 nodes 34 nps 34000 hashfull 9 tbhits 0 time 1 pv b1c2 info depth 4 seldepth 2 multipv 1 score cp 90 nodes 44 nps 44000 hashfull 9 tbhits 0 time 1 pv b1c2 info depth 5 seldepth 3 multipv 1 score cp 86 nodes 107 nps 53500 hashfull 9 tbhits 0 time 2 pv b1c2 g4g3 info depth 6 seldepth 5 multipv 1 score cp 31 nodes 711 nps 118500 hashfull 9 tbhits 0 time 6 pv d1f2 g4g3 f2h3 f4f3 info depth 7 seldepth 7 multipv 1 score cp 53 nodes 931 nps 133000 hashfull 9 tbhits 0 time 7 pv d1f2 g4g3 f2h3 f4e4 info depth 8 seldepth 6 multipv 1 score cp 105 nodes 1196 nps 149500 hashfull 9 tbhits 0 time 8 pv d1f2 g4g3 f2h3 f4f3 b1c2 info depth 9 seldepth 7 multipv 1 score cp 99 nodes 1336 nps 148444 hashfull 9 tbhits 0 time 9 pv d1f2 g4g3 f2h3 f4f3 b1c2 g3g2 info depth 10 seldepth 11 multipv 1 score cp 94 nodes 2077 nps 138466 hashfull 9 tbhits 0 time 15 pv d1f2 g4g3 f2h3 f4e5 b1c2 g3g2 c2d3 e5d6 info depth 11 seldepth 9 multipv 1 score cp 93 nodes 3859 nps 124483 hashfull 10 tbhits 0 time 31 pv d1c3 f4e3 b1c2 g4g3 c2d1 e3d3 c3e2 g3g2 info depth 12 seldepth 13 multipv 1 score cp 151 nodes 9992 nps 128102 hashfull 13 tbhits 0 time 78 pv b1c2 g4g3 c2d3 g3g2 d1c3 f4e5 c3e2 info depth 13 seldepth 25 multipv 1 score cp 150 nodes 26818 nps 133422 hashfull 16 tbhits 0 time 201 pv b1c2 g4g3 c2d3 g3g2 d1c3 g2g1n d3d4 g1f3 d4d5 f3d2 a3a4 d2b3 c3b1 f4f5 b1d2 b3d2 a4a5 d2b3 bestmove b1c2 ponder g4g3 Position: 37/48 (8/8/8/5N2/8/p7/8/2NK3k w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 6 nodes 17 nps 17000 hashfull 1 tbhits 0 time 1 pv d1e2 info depth 2 seldepth 2 multipv 1 score cp 10 nodes 41 nps 20500 hashfull 1 tbhits 0 time 2 pv d1e1 info depth 3 seldepth 2 multipv 1 score cp 16 nodes 66 nps 33000 hashfull 1 tbhits 0 time 2 pv d1e2 info depth 4 seldepth 2 multipv 1 score cp 16 nodes 83 nps 41500 hashfull 1 tbhits 0 time 2 pv d1e2 info depth 5 seldepth 3 multipv 1 score cp 29 nodes 110 nps 55000 hashfull 1 tbhits 0 time 2 pv d1e1 info depth 6 seldepth 3 multipv 1 score cp 40 nodes 147 nps 73500 hashfull 1 tbhits 0 time 2 pv c1a2 info depth 7 seldepth 4 multipv 1 score cp 49 nodes 190 nps 95000 hashfull 1 tbhits 0 time 2 pv c1a2 info depth 8 seldepth 4 multipv 1 score cp 55 nodes 309 nps 77250 hashfull 1 tbhits 0 time 4 pv c1a2 h1g1 d1e1 info depth 9 seldepth 5 multipv 1 score cp 85 nodes 499 nps 99800 hashfull 1 tbhits 0 time 5 pv c1a2 h1g1 d1e1 info depth 10 seldepth 8 multipv 1 score cp 85 nodes 1222 nps 87285 hashfull 1 tbhits 0 time 14 pv c1a2 h1h2 d1e2 h2g2 f5e3 g2h2 info depth 11 seldepth 17 multipv 1 score cp 61 nodes 17678 nps 109123 hashfull 8 tbhits 0 time 162 pv c1a2 h1g2 d1e2 g2h2 e2f2 h2h3 f2f3 h3h2 f5h4 h2h3 h4g6 h3h2 g6f4 h2g1 info depth 12 seldepth 16 multipv 1 score cp 57 nodes 23835 nps 112962 hashfull 10 tbhits 0 time 211 pv c1a2 h1h2 d1e2 h2g2 e2e3 g2f1 f5h4 f1g1 e3e2 g1h2 e2f3 h2g1 h4g6 info depth 13 seldepth 23 multipv 1 score cp 61 nodes 27363 nps 111231 hashfull 10 tbhits 0 time 246 pv c1a2 h1h2 d1e2 h2g2 e2e3 g2f1 f5h4 f1g1 e3e2 g1h1 e2f2 h1h2 f2f3 h2g1 bestmove c1a2 ponder h1h2 Position: 38/48 (8/3k4/8/8/8/4B3/4KB2/2B5 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 323 nodes 21 nps 21000 hashfull 3 tbhits 0 time 1 pv e2d3 info depth 2 seldepth 2 multipv 1 score cp 344 nodes 75 nps 75000 hashfull 3 tbhits 0 time 1 pv e2e1 info depth 3 seldepth 2 multipv 1 score cp 344 nodes 96 nps 96000 hashfull 3 tbhits 0 time 1 pv e2e1 info depth 4 seldepth 2 multipv 1 score cp 348 nodes 130 nps 65000 hashfull 3 tbhits 0 time 2 pv e2f3 info depth 5 seldepth 4 multipv 1 score cp 357 nodes 170 nps 85000 hashfull 3 tbhits 0 time 2 pv e2e1 info depth 6 seldepth 5 multipv 1 score cp 378 nodes 241 nps 120500 hashfull 3 tbhits 0 time 2 pv e2f3 d7c6 e3c5 info depth 7 seldepth 5 multipv 1 score cp 385 nodes 383 nps 191500 hashfull 3 tbhits 0 time 2 pv c1a3 info depth 8 seldepth 6 multipv 1 score cp 374 nodes 698 nps 232666 hashfull 4 tbhits 0 time 3 pv e2f1 d7c6 c1a3 info depth 9 seldepth 8 multipv 1 score cp 392 nodes 1433 nps 358250 hashfull 4 tbhits 0 time 4 pv c1a3 d7c6 e2f3 c6d5 f3f4 d5c4 info depth 10 seldepth 11 multipv 1 score cp 419 nodes 3238 nps 404750 hashfull 5 tbhits 0 time 8 pv c1a3 d7c6 e2f3 c6b7 f3f4 info depth 11 seldepth 12 multipv 1 score cp 425 nodes 7658 nps 450470 hashfull 7 tbhits 0 time 17 pv c1b2 d7c6 e2f3 c6d7 b2f6 d7c6 e3c1 info depth 12 seldepth 16 multipv 1 score cp 418 nodes 20451 nps 498804 hashfull 10 tbhits 0 time 41 pv c1b2 d7c6 b2c1 c6d5 e3d4 d5c6 e2f3 c6d7 f3e4 d7d6 c1a3 d6c6 d4f6 c6c7 info depth 13 seldepth 19 multipv 1 score cp 435 nodes 29109 nps 519803 hashfull 12 tbhits 0 time 56 pv e2f3 d7c6 c1a3 c6d7 f2g1 d7c6 e3c1 c6c7 bestmove e2f3 ponder d7c6 Position: 39/48 (8/8/1P6/5pr1/8/4R3/7k/2K5 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 106 nodes 22 nps 11000 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 2 seldepth 2 multipv 1 score cp 106 nodes 47 nps 23500 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 3 seldepth 2 multipv 1 score cp 106 nodes 67 nps 33500 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 4 seldepth 2 multipv 1 score cp 106 nodes 87 nps 43500 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 5 seldepth 4 multipv 1 score cp 219 nodes 111 nps 55500 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 6 seldepth 4 multipv 1 score cp 258 nodes 140 nps 70000 hashfull 10 tbhits 0 time 2 pv b6b7 info depth 7 seldepth 4 multipv 1 score cp 263 nodes 167 nps 83500 hashfull 10 tbhits 0 time 2 pv b6b7 g5g1 c1c2 info depth 8 seldepth 12 multipv 1 score cp 106 nodes 904 nps 113000 hashfull 10 tbhits 0 time 8 pv e3f3 g5g1 c1c2 info depth 9 seldepth 13 multipv 1 score cp 40 nodes 9196 nps 91960 hashfull 11 tbhits 0 time 100 pv e3e5 g5g6 e5b5 f5f4 info depth 10 seldepth 10 multipv 1 score cp 94 nodes 10248 nps 93163 hashfull 12 tbhits 0 time 110 pv e3e5 g5g1 c1c2 info depth 11 seldepth 8 multipv 1 score cp 111 nodes 11802 nps 98350 hashfull 12 tbhits 0 time 120 pv e3e5 g5g1 c1c2 g1g6 e5b5 info depth 12 seldepth 8 multipv 1 score cp 157 nodes 13634 nps 103287 hashfull 12 tbhits 0 time 132 pv e3e5 g5g1 c1c2 g1g6 e5b5 info depth 13 seldepth 15 multipv 1 score cp 89 nodes 23499 nps 102169 hashfull 15 tbhits 0 time 230 pv e3f3 h2g2 b6b7 g2f3 b7b8q g5g1 c1c2 g1g2 c2d3 f5f4 b8h8 bestmove e3f3 ponder h2g2 Position: 40/48 (8/2p4P/8/kr6/6R1/8/8/1K6 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 114 nodes 11 nps 11000 hashfull 1 tbhits 0 time 1 pv b1c2 info depth 2 seldepth 2 multipv 1 score cp 114 nodes 21 nps 21000 hashfull 1 tbhits 0 time 1 pv b1c2 info depth 3 seldepth 2 multipv 1 score cp 114 nodes 26 nps 26000 hashfull 1 tbhits 0 time 1 pv b1c2 info depth 4 seldepth 2 multipv 1 score cp 114 nodes 31 nps 31000 hashfull 1 tbhits 0 time 1 pv b1c2 info depth 5 seldepth 4 multipv 1 score cp 440 nodes 89 nps 44500 hashfull 1 tbhits 0 time 2 pv b1a2 info depth 6 seldepth 4 multipv 1 score cp 531 nodes 107 nps 53500 hashfull 1 tbhits 0 time 2 pv b1a2 info depth 7 seldepth 4 multipv 1 score cp 522 nodes 126 nps 63000 hashfull 1 tbhits 0 time 2 pv b1a2 a5a6 info depth 8 seldepth 4 multipv 1 score cp 458 nodes 174 nps 58000 hashfull 2 tbhits 0 time 3 pv b1a2 a5a6 h7h8q info depth 9 seldepth 8 multipv 1 score cp 200 nodes 535 nps 89166 hashfull 2 tbhits 0 time 6 pv b1a1 b5h5 g4g5 h5g5 h7h8q g5g1 a1b2 info depth 10 seldepth 13 multipv 1 score cp 154 nodes 2154 nps 113368 hashfull 2 tbhits 0 time 19 pv b1a1 b5h5 g4g5 h5g5 h7h8q a5b5 a1b2 g5c5 info depth 11 seldepth 15 multipv 1 score cp 95 nodes 28591 nps 128788 hashfull 8 tbhits 0 time 222 pv b1c2 b5h5 g4g5 h5g5 h7h8q g5c5 c2b3 a5a6 h8a8 a6b6 a8b8 b6c6 b3b4 c5e5 info depth 12 seldepth 23 multipv 1 score cp 99 nodes 53141 nps 136609 hashfull 13 tbhits 0 time 389 pv b1a2 b5h5 g4g5 h5g5 h7h8q g5b5 h8f6 b5c5 f6d4 a5b5 a2b3 c5c1 d4d3 b5c6 d3f3 c6d7 info depth 13 seldepth 21 multipv 1 score cp 97 nodes 54054 nps 137192 hashfull 13 tbhits 0 time 394 pv b1a2 b5h5 g4g5 h5g5 h7h8q g5b5 h8f6 b5c5 f6d4 a5b6 a2b3 b6c6 b3a4 c5c1 d4e4 c6d7 e4f5 d7c6 f5b5 c6d6 bestmove b1a2 ponder b5h5 Position: 41/48 (8/8/3P3k/8/1p6/8/1P6/1K3n2 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp -77 nodes 18 nps 9000 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 info depth 2 seldepth 3 multipv 1 score cp -77 nodes 33 nps 16500 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 info depth 3 seldepth 3 multipv 1 score cp -77 nodes 47 nps 23500 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 info depth 4 seldepth 3 multipv 1 score cp -77 nodes 62 nps 31000 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 info depth 5 seldepth 3 multipv 1 score cp -77 nodes 80 nps 40000 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 info depth 6 seldepth 4 multipv 1 score cp -66 nodes 124 nps 41333 hashfull 6 tbhits 0 time 3 pv f1d2 b1c2 d2c4 info depth 7 seldepth 5 multipv 1 score cp -63 nodes 173 nps 57666 hashfull 6 tbhits 0 time 3 pv f1d2 b1c2 d2c4 info depth 8 seldepth 5 multipv 1 score cp -62 nodes 295 nps 59000 hashfull 6 tbhits 0 time 5 pv f1d2 b1c2 d2c4 d6d7 info depth 9 seldepth 7 multipv 1 score cp -38 nodes 566 nps 62888 hashfull 6 tbhits 0 time 9 pv f1d2 b1c2 d2e4 info depth 10 seldepth 7 multipv 1 score cp -66 nodes 2136 nps 92869 hashfull 7 tbhits 0 time 23 pv f1d2 b1a2 b4b3 a2a1 d2c4 d6d7 info depth 11 seldepth 14 multipv 1 score cp -283 nodes 12176 nps 152200 hashfull 7 tbhits 0 time 80 pv f1d2 b1a2 b4b3 a2a1 h6g5 d6d7 g5f4 d7d8q f4e3 d8f6 e3d3 f6c3 d3e2 info depth 12 seldepth 24 multipv 1 score cp -243 nodes 15439 nps 179523 hashfull 8 tbhits 0 time 86 pv f1d2 b1a2 b4b3 a2a1 h6g5 d6d7 g5f4 d7d8q f4e3 d8d6 e3e2 d6e7 e2d1 e7c5 d1e2 c5h5 e2d3 h5f5 d3e2 f5g4 e2e3 g4d1 info depth 13 seldepth 30 multipv 1 score cp -211 nodes 24172 nps 251791 hashfull 9 tbhits 0 time 96 pv f1d2 b1a2 b4b3 a2a1 h6g5 d6d7 g5f4 d7d8q f4e3 d8d6 e3e2 d6f6 bestmove f1d2 ponder b1a2 Position: 42/48 (8/R7/2q5/8/6k1/8/1P5p/K6R w - - 0 124) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 4 multipv 1 score cp 66 nodes 32 nps 16000 hashfull 2 tbhits 0 time 2 pv h1h2 info depth 2 seldepth 2 multipv 1 score cp 66 nodes 57 nps 28500 hashfull 2 tbhits 0 time 2 pv h1h2 info depth 3 seldepth 2 multipv 1 score cp 66 nodes 81 nps 27000 hashfull 2 tbhits 0 time 3 pv h1h2 info depth 4 seldepth 2 multipv 1 score cp 66 nodes 106 nps 35333 hashfull 2 tbhits 0 time 3 pv h1h2 info depth 5 seldepth 4 multipv 1 score cp 100 nodes 135 nps 45000 hashfull 2 tbhits 0 time 3 pv h1h2 info depth 6 seldepth 4 multipv 1 score cp 112 nodes 171 nps 57000 hashfull 2 tbhits 0 time 3 pv h1h2 c6c1 a1a2 info depth 7 seldepth 6 multipv 1 score cp 107 nodes 218 nps 72666 hashfull 2 tbhits 0 time 3 pv h1h2 c6c1 a1a2 c1c4 b2b3 info depth 8 seldepth 8 multipv 1 score cp 48 nodes 1346 nps 89733 hashfull 2 tbhits 0 time 15 pv h1h2 g4g3 h2h5 c6c1 a1a2 c1c4 a2a3 info depth 9 seldepth 18 multipv 1 score cp 2 nodes 5952 nps 112301 hashfull 3 tbhits 0 time 53 pv h1h2 g4g3 h2h5 c6c1 a1a2 c1c4 a2a3 c4d3 b2b3 d3d6 b3b4 info depth 10 seldepth 22 multipv 1 score cp 12 nodes 8906 nps 115662 hashfull 4 tbhits 0 time 77 pv h1h2 g4g3 h2h7 c6c1 a1a2 c1c4 a2a3 c4c5 b2b4 c5c1 a3b3 c1d1 b3c4 info depth 11 seldepth 24 multipv 1 score cp 0 nodes 13470 nps 111322 hashfull 5 tbhits 0 time 121 pv h1h2 g4g3 h2h7 c6c1 a1a2 c1c4 a2a3 c4c5 a3a4 c5c6 a4a3 info depth 12 seldepth 16 multipv 1 score cp 1 nodes 13844 nps 111645 hashfull 5 tbhits 0 time 124 pv h1h2 g4g3 h2h7 c6c1 a1a2 c1c4 a2a3 c4c5 a3b3 c5b5 b3c2 b5f5 c2c1 info depth 13 seldepth 17 multipv 1 score cp 0 nodes 14708 nps 112274 hashfull 5 tbhits 0 time 131 pv h1h2 g4g3 h2h7 c6c1 a1a2 c1c4 a2a3 c4c5 a3b3 c5b5 b3c2 b5f5 c2c1 f5f1 c1c2 bestmove h1h2 ponder g4g3 Position: 43/48 (6k1/3b3r/1p1p4/p1n2p2/1PPNpP1q/P3Q1p1/1R1RB1P1/5K2 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 7 multipv 1 score cp -32 nodes 62 nps 20666 hashfull 1 tbhits 0 time 3 pv h4h1 e3g1 info depth 2 seldepth 5 multipv 1 score cp -33 nodes 119 nps 39666 hashfull 1 tbhits 0 time 3 pv h4h1 e3g1 info depth 3 seldepth 5 multipv 1 score cp -33 nodes 159 nps 53000 hashfull 1 tbhits 0 time 3 pv h4h1 e3g1 info depth 4 seldepth 5 multipv 1 score cp -33 nodes 202 nps 67333 hashfull 1 tbhits 0 time 3 pv h4h1 e3g1 info depth 5 seldepth 5 multipv 1 score cp -29 nodes 270 nps 67500 hashfull 1 tbhits 0 time 4 pv c5a4 info depth 6 seldepth 6 multipv 1 score cp -30 nodes 803 nps 89222 hashfull 1 tbhits 0 time 9 pv h4h1 e3g1 h7h4 info depth 7 seldepth 6 multipv 1 score cp -23 nodes 853 nps 85300 hashfull 1 tbhits 0 time 10 pv h4h1 e3g1 h7h4 info depth 8 seldepth 6 multipv 1 score cp -22 nodes 914 nps 91400 hashfull 1 tbhits 0 time 10 pv h4h1 e3g1 h7h4 info depth 9 seldepth 6 multipv 1 score cp 41 nodes 1024 nps 102400 hashfull 1 tbhits 0 time 10 pv h4h1 e3g1 h7h4 info depth 10 seldepth 7 multipv 1 score cp 171 nodes 1156 nps 105090 hashfull 1 tbhits 0 time 11 pv h4h1 e3g1 h7h4 info depth 11 seldepth 11 multipv 1 score cp 305 nodes 1378 nps 114833 hashfull 1 tbhits 0 time 12 pv h4h1 e3g1 h7h4 info depth 12 seldepth 9 multipv 1 score cp 797 nodes 1792 nps 112000 hashfull 1 tbhits 0 time 16 pv h4f4 e2f3 f4e3 f3h5 h7h5 b4c5 info depth 13 seldepth 9 multipv 1 score cp 875 nodes 2691 nps 149500 hashfull 1 tbhits 0 time 18 pv h4f4 d4f3 f4e3 b4c5 bestmove h4f4 ponder d4f3 Position: 44/48 (r2r1n2/pp2bk2/2p1p2p/3q4/3PN1QP/2P3R1/P4PP1/5RK1 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 3 multipv 1 score cp 206 nodes 50 nps 16666 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 2 seldepth 2 multipv 1 score cp 206 nodes 90 nps 30000 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 3 seldepth 2 multipv 1 score cp 206 nodes 124 nps 41333 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 4 seldepth 2 multipv 1 score cp 206 nodes 164 nps 54666 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 5 seldepth 3 multipv 1 score cp 315 nodes 201 nps 67000 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 6 seldepth 3 multipv 1 score cp 357 nodes 244 nps 81333 hashfull 6 tbhits 0 time 3 pv f1e1 info depth 7 seldepth 3 multipv 1 score cp 364 nodes 281 nps 70250 hashfull 6 tbhits 0 time 4 pv f1e1 d8d7 info depth 8 seldepth 5 multipv 1 score cp 301 nodes 887 nps 73916 hashfull 6 tbhits 0 time 12 pv f1b1 f7e8 b1b7 info depth 9 seldepth 7 multipv 1 score cp 306 nodes 1556 nps 70727 hashfull 6 tbhits 0 time 22 pv c3c4 d5a5 g4g7 f7e8 g3f3 info depth 10 seldepth 11 multipv 1 score cp 359 nodes 2301 nps 74225 hashfull 7 tbhits 0 time 31 pv c3c4 d5a5 d4d5 e6d5 g4h5 f7e6 info depth 11 seldepth 13 multipv 1 score cp 332 nodes 3155 nps 73372 hashfull 7 tbhits 0 time 43 pv c3c4 d5a5 f1b1 d8d7 info depth 12 seldepth 14 multipv 1 score cp 389 nodes 4650 nps 72656 hashfull 8 tbhits 0 time 64 pv c3c4 d5a5 d4d5 e6d5 g4g7 f7e6 info depth 13 seldepth 15 multipv 1 score cp 477 nodes 8929 nps 75033 hashfull 9 tbhits 0 time 119 pv c3c4 d5f5 g3f3 d8d4 f3f5 e6f5 g4f5 f7g8 f5g4 g8h8 g4e2 bestmove c3c4 ponder d5f5 Position: 45/48 (8/8/8/8/8/6k1/6p1/6K1 w - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 0 score cp 0 bestmove (none) Position: 46/48 (7k/7P/6K1/8/3B4/8/8/8 b - - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 0 score mate 0 bestmove (none) Position: 47/48 (bb1n1rkr/ppp1Q1pp/3n1p2/3p4/3P4/6Pq/PPP1PP1P/BB1NNRKR w HFhf - 0 5) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 43 nodes 33 nps 16500 hashfull 4 tbhits 0 time 2 pv b2b4 info depth 2 seldepth 2 multipv 1 score cp 172 nodes 75 nps 25000 hashfull 4 tbhits 0 time 3 pv b2b3 info depth 3 seldepth 2 multipv 1 score cp 172 nodes 105 nps 35000 hashfull 4 tbhits 0 time 3 pv b2b3 info depth 4 seldepth 2 multipv 1 score cp 172 nodes 134 nps 44666 hashfull 4 tbhits 0 time 3 pv b2b3 info depth 5 seldepth 3 multipv 1 score cp 205 nodes 166 nps 55333 hashfull 4 tbhits 0 time 3 pv b2b3 info depth 6 seldepth 3 multipv 1 score cp 215 nodes 200 nps 66666 hashfull 4 tbhits 0 time 3 pv b2b3 h3g4 info depth 7 seldepth 4 multipv 1 score cp 82 nodes 573 nps 81857 hashfull 4 tbhits 0 time 7 pv f2f3 b7b6 d1f2 info depth 8 seldepth 5 multipv 1 score cp 34 nodes 1234 nps 88142 hashfull 4 tbhits 0 time 14 pv e7e3 b7b6 b2b4 info depth 9 seldepth 6 multipv 1 score cp 31 nodes 1971 nps 75807 hashfull 4 tbhits 0 time 26 pv e7e3 b7b6 b2b4 info depth 10 seldepth 6 multipv 1 score cp 34 nodes 2941 nps 77394 hashfull 5 tbhits 0 time 38 pv e7e3 b7b6 b2b4 info depth 11 seldepth 8 multipv 1 score cp 43 nodes 3999 nps 75452 hashfull 5 tbhits 0 time 53 pv e7e3 b7b6 b2b4 c7c6 e3d3 info depth 12 seldepth 13 multipv 1 score cp 41 nodes 9174 nps 62408 hashfull 5 tbhits 0 time 147 pv e7e3 b7b6 b2b4 d8e6 f2f4 c7c5 d1f2 c5d4 a1d4 info depth 13 seldepth 20 multipv 1 score cp -2 nodes 62655 nps 64526 hashfull 27 tbhits 0 time 971 pv e7e3 b7b6 b2b3 c7c5 f2f3 f8e8 e3d2 g8h8 c2c3 c5c4 e1g2 d8e6 d1f2 bestmove e7e3 ponder b7b6 Position: 48/48 (nqbnrkrb/pppppppp/8/8/8/8/PPPPPPPP/NQBNRKRB w GEge - 0 1) info string NNUE evaluation using nn-1111cefa1111.nnue (133MiB, (22528, 3072, 15, 32, 1)) info string NNUE evaluation using nn-37f18f62d772.nnue (6MiB, (22528, 128, 15, 32, 1)) info depth 1 seldepth 2 multipv 1 score cp 79 nodes 20 nps 20000 hashfull 1 tbhits 0 time 1 pv f1g1 info depth 2 seldepth 2 multipv 1 score cp 79 nodes 40 nps 40000 hashfull 1 tbhits 0 time 1 pv f1g1 info depth 3 seldepth 2 multipv 1 score cp 79 nodes 60 nps 30000 hashfull 1 tbhits 0 time 2 pv f1g1 info depth 4 seldepth 2 multipv 1 score cp 79 nodes 80 nps 40000 hashfull 1 tbhits 0 time 2 pv f1g1 info depth 5 seldepth 3 multipv 1 score cp 93 nodes 103 nps 51500 hashfull 1 tbhits 0 time 2 pv f1g1 info depth 6 seldepth 3 multipv 1 score cp 97 nodes 140 nps 70000 hashfull 1 tbhits 0 time 2 pv c2c4 info depth 7 seldepth 7 multipv 1 score cp 43 nodes 2398 nps 66611 hashfull 2 tbhits 0 time 36 pv c2c3 f8g8 e2e4 d7d5 e4d5 a8b6 info depth 8 seldepth 15 multipv 1 score cp 33 nodes 6393 nps 63297 hashfull 3 tbhits 0 time 101 pv f1g1 c7c5 c2c3 f8g8 e2e4 e7e5 info depth 9 seldepth 8 multipv 1 score cp 34 nodes 7021 nps 62687 hashfull 3 tbhits 0 time 112 pv f1g1 c7c5 d2d3 f8g8 c2c4 info depth 10 seldepth 14 multipv 1 score cp 35 nodes 13041 nps 58743 hashfull 5 tbhits 0 time 222 pv f1g1 f8g8 d2d4 d7d5 c2c3 c7c6 f2f4 g7g6 g2g3 b8d6 info depth 11 seldepth 11 multipv 1 score cp 35 nodes 14691 nps 60706 hashfull 5 tbhits 0 time 242 pv f1g1 f8g8 d2d4 d7d5 c2c3 c7c6 f2f4 g7g6 g2g3 b8d6 info depth 12 seldepth 16 multipv 1 score cp 26 nodes 23593 nps 61761 hashfull 8 tbhits 0 time 382 pv f1g1 f8g8 d2d4 d7d5 c2c3 f7f5 c1f4 a8b6 g2g3 info depth 13 seldepth 18 multipv 1 score cp 13 nodes 69973 nps 60846 hashfull 23 tbhits 0 time 1150 pv f1g1 f8g8 g2g3 e7e5 e2e4 c7c5 h1g2 g7g6 bestmove f1g1 ponder f8g8 =========================== Total time (ms) : 13915 Nodes searched : 1484730 Nodes/second : 106699 + exit 0 Processing files: stockfish-17-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.45808 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd stockfish-17 + DOCDIR=/usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + export DOCDIR + rm -rf /usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + /bin/mkdir -p /usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + cp -prL Copying.txt AUTHORS engine-interface.txt README.md /usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + chmod -R go-w /usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + chmod -R a+rX /usr/src/tmp/stockfish-buildroot/usr/share/doc/stockfish-17 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U0ChUn find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pSMtcb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.4), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.11), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.17), libstdc++.so.6(GLIBCXX_3.4.18), libstdc++.so.6(GLIBCXX_3.4.19), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.22), libstdc++.so.6(GLIBCXX_3.4.29), libstdc++.so.6(GLIBCXX_3.4.30), libstdc++.so.6(GLIBCXX_3.4.32), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BI0zIh Creating stockfish-debuginfo package Processing files: stockfish-debuginfo-17-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.btEuQp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RDZ3NQ find-requires: running scripts (debuginfo) Requires: stockfish = 17-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6) Adding to stockfish-debuginfo a strict dependency on stockfish Wrote: /usr/src/RPM/RPMS/i586/stockfish-17-alt1.1.i586.rpm (w2T16.xzdio) Wrote: /usr/src/RPM/RPMS/i586/stockfish-debuginfo-17-alt1.1.i586.rpm (w2.lzdio) 92.77user 8.22system 0:52.06elapsed 193%CPU (0avgtext+0avgdata 349244maxresident)k 0inputs+0outputs (0major+1283334minor)pagefaults 0swaps 3.16user 2.52system 1:05.39elapsed 8%CPU (0avgtext+0avgdata 131532maxresident)k 0inputs+0outputs (0major+207231minor)pagefaults 0swaps