<86>Jan 25 10:11:07 userdel[1651780]: delete user 'rooter' <86>Jan 25 10:11:07 userdel[1651780]: removed group 'rooter' owned by 'rooter' <86>Jan 25 10:11:07 userdel[1651780]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 25 10:11:07 groupadd[1651796]: group added to /etc/group: name=rooter, GID=1805 <86>Jan 25 10:11:07 groupadd[1651796]: group added to /etc/gshadow: name=rooter <86>Jan 25 10:11:07 groupadd[1651796]: new group: name=rooter, GID=1805 <86>Jan 25 10:11:07 useradd[1651813]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>Jan 25 10:11:07 userdel[1651834]: delete user 'builder' <86>Jan 25 10:11:07 userdel[1651834]: removed group 'builder' owned by 'builder' <86>Jan 25 10:11:07 userdel[1651834]: removed shadow group 'builder' owned by 'builder' <86>Jan 25 10:11:07 groupadd[1651852]: group added to /etc/group: name=builder, GID=1806 <86>Jan 25 10:11:07 groupadd[1651852]: group added to /etc/gshadow: name=builder <86>Jan 25 10:11:07 groupadd[1651852]: new group: name=builder, GID=1806 <86>Jan 25 10:11:07 useradd[1651868]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash, from=none <13>Jan 25 10:11:13 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Jan 25 10:11:14 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Jan 25 10:11:15 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Jan 25 10:11:15 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.62825 + 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.62825 + 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.32018 + 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.32018 + 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 20000 hashfull 0 tbhits 0 time 1 pv e2e4 info depth 2 seldepth 2 multipv 1 score cp 14 nodes 48 nps 48000 hashfull 0 tbhits 0 time 1 pv c2c3 info depth 3 seldepth 2 multipv 1 score cp 22 nodes 76 nps 76000 hashfull 0 tbhits 0 time 1 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 62000 hashfull 0 tbhits 0 time 2 pv e2e4 info depth 6 seldepth 4 multipv 1 score cp 35 nodes 197 nps 98500 hashfull 0 tbhits 0 time 2 pv g1f3 info depth 7 seldepth 4 multipv 1 score cp 42 nodes 309 nps 103000 hashfull 0 tbhits 0 time 3 pv d2d4 d7d5 g1f3 info depth 8 seldepth 9 multipv 1 score cp 38 nodes 1984 nps 82666 hashfull 0 tbhits 0 time 24 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 9 seldepth 10 multipv 1 score cp 40 nodes 3415 nps 85375 hashfull 1 tbhits 0 time 40 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 10 seldepth 9 multipv 1 score cp 40 nodes 3634 nps 86523 hashfull 1 tbhits 0 time 42 pv e2e4 e7e5 g1f3 b8c6 d2d4 e5d4 f3d4 info depth 11 seldepth 17 multipv 1 score cp 40 nodes 8402 nps 89382 hashfull 2 tbhits 0 time 94 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 89256 hashfull 4 tbhits 0 time 125 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 86583 hashfull 5 tbhits 0 time 173 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 38666 hashfull 0 tbhits 0 time 3 pv e2a6 b4c3 info depth 2 seldepth 4 multipv 1 score cp -121 nodes 180 nps 60000 hashfull 0 tbhits 0 time 3 pv e2a6 b4c3 info depth 3 seldepth 4 multipv 1 score cp -121 nodes 234 nps 78000 hashfull 0 tbhits 0 time 3 pv e2a6 b4c3 info depth 4 seldepth 4 multipv 1 score cp -121 nodes 290 nps 96666 hashfull 0 tbhits 0 time 3 pv e2a6 b4c3 info depth 5 seldepth 4 multipv 1 score cp -121 nodes 346 nps 115333 hashfull 0 tbhits 0 time 3 pv e2a6 b4c3 info depth 6 seldepth 8 multipv 1 score cp -144 nodes 1245 nps 124500 hashfull 0 tbhits 0 time 10 pv d5e6 a6e2 e6f7 e8d8 info depth 7 seldepth 12 multipv 1 score cp -164 nodes 2197 nps 122055 hashfull 0 tbhits 0 time 18 pv d5e6 a6e2 e6f7 e8d8 c3e2 e7e5 info depth 8 seldepth 12 multipv 1 score cp -143 nodes 2769 nps 125863 hashfull 0 tbhits 0 time 22 pv e2a6 b4c3 d2c3 e6d5 e4d5 h3g2 f3g2 info depth 9 seldepth 8 multipv 1 score cp -143 nodes 2857 nps 129863 hashfull 0 tbhits 0 time 22 pv e2a6 b4c3 d2c3 e6d5 e4d5 h3g2 f3g2 info depth 10 seldepth 15 multipv 1 score cp -132 nodes 8842 nps 117893 hashfull 3 tbhits 0 time 75 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 123444 hashfull 3 tbhits 0 time 81 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 112946 hashfull 12 tbhits 0 time 318 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 112771 hashfull 13 tbhits 0 time 332 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 8500 hashfull 0 tbhits 0 time 2 pv b4f4 h4g3 info depth 2 seldepth 3 multipv 1 score cp 72 nodes 48 nps 24000 hashfull 0 tbhits 0 time 2 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 54000 hashfull 0 tbhits 0 time 3 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 116789 hashfull 0 tbhits 0 time 57 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 131801 hashfull 19 tbhits 0 time 569 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 157064 hashfull 56 tbhits 0 time 1655 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 95500 hashfull 0 tbhits 0 time 2 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 113000 hashfull 0 tbhits 0 time 4 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 126166 hashfull 0 tbhits 0 time 6 pv f5d3 f1f8 e8f8 d4e5 d7e5 info depth 9 seldepth 9 multipv 1 score cp 20 nodes 1655 nps 103437 hashfull 1 tbhits 0 time 16 pv f5c2 d4d5 c2d3 f1f8 d6f8 info depth 10 seldepth 9 multipv 1 score cp 30 nodes 2812 nps 108153 hashfull 2 tbhits 0 time 26 pv f5d3 f1f8 d6f8 h6f8 d7f8 info depth 11 seldepth 12 multipv 1 score cp 23 nodes 6825 nps 97500 hashfull 4 tbhits 0 time 70 pv f5c2 f1f8 e8f8 h6h4 c5d4 d2h6 f8f6 info depth 12 seldepth 20 multipv 1 score cp 21 nodes 25777 nps 105212 hashfull 9 tbhits 0 time 245 pv f5d3 f1f8 e8f8 d4e5 d7e5 h6h4 f8e8 e1e3 b7b6 h2h3 info depth 13 seldepth 20 multipv 1 score cp 14 nodes 34381 nps 107440 hashfull 10 tbhits 0 time 320 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 149000 hashfull 0 tbhits 0 time 2 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 145000 hashfull 0 tbhits 0 time 4 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 147555 hashfull 0 tbhits 0 time 9 pv f7e6 d5b6 a7b6 c1b1 b8e8 info depth 13 seldepth 8 multipv 1 score cp 64 nodes 2922 nps 132818 hashfull 2 tbhits 0 time 22 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 78333 hashfull 0 tbhits 0 time 3 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 92636 hashfull 0 tbhits 0 time 11 pv a8a5 h5h4 f8f6 f2f3 info depth 9 seldepth 7 multipv 1 score cp 214 nodes 1664 nps 97882 hashfull 0 tbhits 0 time 17 pv e7c6 f2f3 a8a5 h5h3 c6d4 info depth 10 seldepth 9 multipv 1 score cp 198 nodes 1978 nps 94190 hashfull 0 tbhits 0 time 21 pv e7c6 c3b5 f4f3 h2h3 a8a5 info depth 11 seldepth 10 multipv 1 score cp 213 nodes 3540 nps 88500 hashfull 1 tbhits 0 time 40 pv e7c6 f2f3 c6d4 c3b1 b6b5 c2c3 info depth 12 seldepth 12 multipv 1 score cp 207 nodes 5419 nps 88836 hashfull 2 tbhits 0 time 61 pv e7c6 c3b5 c8d7 g1h1 info depth 13 seldepth 13 multipv 1 score cp 198 nodes 9095 nps 87451 hashfull 4 tbhits 0 time 104 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 26500 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 2 seldepth 2 multipv 1 score cp -103 nodes 101 nps 50500 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 3 seldepth 2 multipv 1 score cp -103 nodes 149 nps 74500 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 4 seldepth 2 multipv 1 score cp -103 nodes 197 nps 98500 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 5 seldepth 3 multipv 1 score cp -34 nodes 248 nps 124000 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 6 seldepth 3 multipv 1 score cp -18 nodes 303 nps 151500 hashfull 0 tbhits 0 time 2 pv b4b2 info depth 7 seldepth 5 multipv 1 score cp -56 nodes 721 nps 180250 hashfull 0 tbhits 0 time 4 pv b4b2 e3c5 b2c2 info depth 8 seldepth 5 multipv 1 score cp -30 nodes 903 nps 180600 hashfull 0 tbhits 0 time 5 pv b4b2 e3c5 b2c2 info depth 9 seldepth 10 multipv 1 score cp -29 nodes 1636 nps 136333 hashfull 0 tbhits 0 time 12 pv b4b2 c3a4 b2c2 a4c5 c2b2 h2h3 f6d7 a1c1 info depth 10 seldepth 13 multipv 1 score cp -29 nodes 4127 nps 108605 hashfull 1 tbhits 0 time 38 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 93174 hashfull 8 tbhits 0 time 195 pv b4b2 e3d2 f6d7 c3e2 c6c5 e2f4 b2b6 h2h3 f7f6 info depth 12 seldepth 14 multipv 1 score cp -36 nodes 20990 nps 94125 hashfull 10 tbhits 0 time 223 pv b4b2 e3d2 f6d7 c3e2 c6c5 e2f4 a8b8 h2h3 b2b4 info depth 13 seldepth 14 multipv 1 score cp -38 nodes 27524 nps 92986 hashfull 11 tbhits 0 time 296 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 30500 hashfull 0 tbhits 0 time 2 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 121666 hashfull 0 tbhits 0 time 3 pv f4g3 c8g4 info depth 7 seldepth 7 multipv 1 score cp 295 nodes 1106 nps 100545 hashfull 0 tbhits 0 time 11 pv f4d6 c8g4 d1e1 g4e6 info depth 8 seldepth 8 multipv 1 score cp 303 nodes 1327 nps 102076 hashfull 0 tbhits 0 time 13 pv f4g3 c8g4 d1d3 info depth 9 seldepth 8 multipv 1 score cp 313 nodes 1632 nps 108800 hashfull 1 tbhits 0 time 15 pv f4d6 g8e7 d6a3 c8g4 d1d2 info depth 10 seldepth 10 multipv 1 score cp 330 nodes 2089 nps 104450 hashfull 1 tbhits 0 time 20 pv f4g3 g8e7 c4d6 e8f8 b5d4 c6d4 d1d4 info depth 11 seldepth 11 multipv 1 score cp 322 nodes 2820 nps 104444 hashfull 1 tbhits 0 time 27 pv f4g3 e8f8 b5d4 c6d4 d1d4 c8e6 info depth 12 seldepth 14 multipv 1 score cp 300 nodes 4399 nps 102302 hashfull 2 tbhits 0 time 43 pv f4d6 g8e7 d6c5 e8g8 b5d4 c6d4 c5d4 info depth 13 seldepth 13 multipv 1 score cp 310 nodes 6814 nps 101701 hashfull 2 tbhits 0 time 67 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 107000 hashfull 0 tbhits 0 time 2 pv d2f3 info depth 5 seldepth 3 multipv 1 score cp 125 nodes 266 nps 133000 hashfull 0 tbhits 0 time 2 pv d2f3 info depth 6 seldepth 3 multipv 1 score cp 146 nodes 366 nps 183000 hashfull 0 tbhits 0 time 2 pv b3c2 info depth 7 seldepth 3 multipv 1 score cp 186 nodes 427 nps 213500 hashfull 0 tbhits 0 time 2 pv b3c2 info depth 8 seldepth 5 multipv 1 score cp 66 nodes 954 nps 159000 hashfull 0 tbhits 0 time 6 pv b3c2 g7g6 h5h6 e6g7 info depth 9 seldepth 10 multipv 1 score cp 76 nodes 4672 nps 106181 hashfull 2 tbhits 0 time 44 pv b3c2 g7g6 h5f3 f7f6 e3h6 e6g7 g2g4 info depth 10 seldepth 16 multipv 1 score cp 75 nodes 9605 nps 100052 hashfull 3 tbhits 0 time 96 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 102562 hashfull 5 tbhits 0 time 144 pv a1e1 a7a5 b3c2 g7g6 h5e2 info depth 12 seldepth 15 multipv 1 score cp 84 nodes 23556 nps 102417 hashfull 9 tbhits 0 time 230 pv a1e1 a7a5 b3c2 g7g6 h5e2 g8g7 d2b3 info depth 13 seldepth 12 multipv 1 score cp 87 nodes 25434 nps 102144 hashfull 11 tbhits 0 time 249 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 41000 hashfull 0 tbhits 0 time 2 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 124666 hashfull 0 tbhits 0 time 3 pv a1e1 info depth 7 seldepth 5 multipv 1 score cp 430 nodes 440 nps 146666 hashfull 0 tbhits 0 time 3 pv a1e1 f6d7 f4g4 d7e5 info depth 8 seldepth 8 multipv 1 score cp 287 nodes 762 nps 152400 hashfull 0 tbhits 0 time 5 pv f4f6 g7f6 e3g3 c7e5 g3g4 g8f8 info depth 9 seldepth 10 multipv 1 score cp 266 nodes 947 nps 157833 hashfull 0 tbhits 0 time 6 pv f4f6 g7f6 e3g3 c7e5 g3g4 g8f8 g4d4 info depth 10 seldepth 12 multipv 1 score cp 266 nodes 1618 nps 124461 hashfull 0 tbhits 0 time 13 pv f4f6 g7f6 e3g3 f6f5 d3f5 c7e5 g3g4 g8f8 info depth 11 seldepth 14 multipv 1 score cp 116 nodes 4290 nps 115945 hashfull 1 tbhits 0 time 37 pv f4f6 g7f6 e3g3 h7h5 h2h3 c7e5 g3e5 f6e5 h3g4 h5g4 info depth 12 seldepth 17 multipv 1 score cp 141 nodes 7699 nps 118446 hashfull 2 tbhits 0 time 65 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 122880 hashfull 3 tbhits 0 time 92 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 94000 hashfull 0 tbhits 0 time 2 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 111600 hashfull 0 tbhits 0 time 20 pv e5d7 c1e3 a7a6 b5d4 f8g7 info depth 9 seldepth 8 multipv 1 score cp -152 nodes 3091 nps 118884 hashfull 0 tbhits 0 time 26 pv e5d7 e1g1 f8g7 c1e3 info depth 10 seldepth 14 multipv 1 score cp -151 nodes 4868 nps 110636 hashfull 0 tbhits 0 time 44 pv e5g4 e1g1 f8g7 f4f5 e6d5 c4d5 info depth 11 seldepth 13 multipv 1 score cp -155 nodes 7444 nps 107884 hashfull 1 tbhits 0 time 69 pv e5g4 e1g1 f8g7 f4f5 g6f5 d5c7 c8c7 e4f5 info depth 12 seldepth 18 multipv 1 score cp -155 nodes 8391 nps 108974 hashfull 1 tbhits 0 time 77 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 109528 hashfull 1 tbhits 0 time 87 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 104307 hashfull 0 tbhits 0 time 13 pv f1e1 a7b6 d1d3 info depth 8 seldepth 8 multipv 1 score cp 25 nodes 4882 nps 103872 hashfull 0 tbhits 0 time 47 pv f1e1 a7b6 d1d3 e7g6 info depth 9 seldepth 14 multipv 1 score cp 27 nodes 7267 nps 99547 hashfull 1 tbhits 0 time 73 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 96034 hashfull 4 tbhits 0 time 143 pv a2a4 b5a4 a1a4 a8b8 a4a3 f7f5 e4f5 e7f5 b3c2 info depth 11 seldepth 14 multipv 1 score cp 21 nodes 15467 nps 94889 hashfull 5 tbhits 0 time 163 pv a2a4 b5a4 a1a4 a8b8 a4a3 c7c6 d1d3 f7f5 e4f5 e7f5 info depth 12 seldepth 14 multipv 1 score cp 25 nodes 19135 nps 95199 hashfull 6 tbhits 0 time 201 pv a2a4 a8b8 a4b5 b8b5 b3c4 b5b2 c4a6 info depth 13 seldepth 18 multipv 1 score cp 26 nodes 22336 nps 95452 hashfull 7 tbhits 0 time 234 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 137500 hashfull 0 tbhits 0 time 2 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 99454 hashfull 0 tbhits 0 time 11 pv c6c5 e2d3 c5d4 e3d4 info depth 10 seldepth 9 multipv 1 score cp 205 nodes 1472 nps 98133 hashfull 0 tbhits 0 time 15 pv c6c5 e2d3 a3b4 b1b3 c5d4 e3d4 info depth 11 seldepth 11 multipv 1 score cp 233 nodes 3111 nps 100354 hashfull 0 tbhits 0 time 31 pv c6c5 e2d3 c5d4 e3d4 f8e8 f2e2 a3f8 d3c3 info depth 12 seldepth 16 multipv 1 score cp 219 nodes 11242 nps 96913 hashfull 4 tbhits 0 time 116 pv c6c5 f2f3 h7h6 e2d1 a4d1 b1d1 info depth 13 seldepth 18 multipv 1 score cp 225 nodes 13098 nps 97022 hashfull 4 tbhits 0 time 135 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 43333 hashfull 0 tbhits 0 time 3 pv h2h3 info depth 4 seldepth 2 multipv 1 score cp 34 nodes 168 nps 56000 hashfull 0 tbhits 0 time 3 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 124961 hashfull 0 tbhits 0 time 26 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 140812 hashfull 2 tbhits 0 time 64 pv a4b5 f7f5 b2b3 e7f6 b5f5 info depth 9 seldepth 8 multipv 1 score cp -25 nodes 9948 nps 136273 hashfull 3 tbhits 0 time 73 pv a4b5 f7f5 b2b3 e7h4 a2a4 info depth 10 seldepth 15 multipv 1 score cp -40 nodes 27975 nps 124888 hashfull 7 tbhits 0 time 224 pv a4b5 f7f5 a2a4 h5f7 b5f5 f7c4 f5e4 e7f6 e4c2 c4f7 info depth 11 seldepth 15 multipv 1 score cp -50 nodes 53210 nps 113212 hashfull 15 tbhits 0 time 470 pv g2g3 a8a6 a4b5 f7f5 b5b7 e7f6 d4b5 c8b7 c6b7 info depth 12 seldepth 13 multipv 1 score cp -48 nodes 57465 nps 109875 hashfull 18 tbhits 0 time 523 pv g2g3 e7f6 c1b1 a8a6 a4b5 h5g6 info depth 13 seldepth 20 multipv 1 score cp -52 nodes 80889 nps 105737 hashfull 27 tbhits 0 time 765 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 36500 hashfull 0 tbhits 0 time 2 pv c3a3 info depth 3 seldepth 2 multipv 1 score cp 60 nodes 110 nps 55000 hashfull 0 tbhits 0 time 2 pv c3c6 info depth 4 seldepth 2 multipv 1 score cp 60 nodes 140 nps 70000 hashfull 0 tbhits 0 time 2 pv c3c6 info depth 5 seldepth 3 multipv 1 score cp 64 nodes 176 nps 88000 hashfull 0 tbhits 0 time 2 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 117333 hashfull 0 tbhits 0 time 3 pv c3a3 info depth 9 seldepth 6 multipv 1 score cp 181 nodes 1137 nps 126333 hashfull 0 tbhits 0 time 9 pv e8d7 f3e5 d7e7 info depth 10 seldepth 8 multipv 1 score cp 161 nodes 2110 nps 111052 hashfull 0 tbhits 0 time 19 pv e8d7 b5b3 c3b3 a2b3 h8a8 info depth 11 seldepth 7 multipv 1 score cp 163 nodes 2830 nps 104814 hashfull 0 tbhits 0 time 27 pv e8d7 b5b2 h8a8 g1f1 a8a6 info depth 12 seldepth 14 multipv 1 score cp 141 nodes 12448 nps 92207 hashfull 2 tbhits 0 time 135 pv e8d7 g2g4 f7f6 b1b2 h8a8 info depth 13 seldepth 22 multipv 1 score cp 140 nodes 21289 nps 94617 hashfull 5 tbhits 0 time 225 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 34500 hashfull 0 tbhits 0 time 2 pv d8e7 info depth 2 seldepth 2 multipv 1 score cp 126 nodes 125 nps 62500 hashfull 0 tbhits 0 time 2 pv d8e7 info depth 3 seldepth 2 multipv 1 score cp 126 nodes 179 nps 89500 hashfull 0 tbhits 0 time 2 pv d8e7 info depth 4 seldepth 2 multipv 1 score cp 126 nodes 234 nps 117000 hashfull 0 tbhits 0 time 2 pv d8e7 info depth 5 seldepth 3 multipv 1 score cp 126 nodes 291 nps 145500 hashfull 0 tbhits 0 time 2 pv d8e7 a1b1 info depth 6 seldepth 4 multipv 1 score cp 137 nodes 455 nps 151666 hashfull 0 tbhits 0 time 3 pv c5d5 info depth 7 seldepth 4 multipv 1 score cp 154 nodes 528 nps 176000 hashfull 0 tbhits 0 time 3 pv c5d5 info depth 8 seldepth 4 multipv 1 score cp 181 nodes 615 nps 205000 hashfull 0 tbhits 0 time 3 pv c5d5 d1d5 e6d5 info depth 9 seldepth 7 multipv 1 score cp 182 nodes 748 nps 187000 hashfull 0 tbhits 0 time 4 pv c5d5 d1d5 e6d5 c4b2 info depth 10 seldepth 12 multipv 1 score cp 129 nodes 4101 nps 107921 hashfull 0 tbhits 0 time 38 pv d8e7 a1b1 e6e5 f4e2 b7a6 info depth 11 seldepth 13 multipv 1 score cp 150 nodes 5798 nps 118326 hashfull 1 tbhits 0 time 49 pv c5d5 d1d5 e6d5 c4e5 d8d6 f4d3 b7a6 info depth 12 seldepth 10 multipv 1 score cp 217 nodes 7140 nps 132222 hashfull 1 tbhits 0 time 54 pv c5d5 d1d5 e6d5 c4e5 d8d6 f4d3 b7a6 info depth 13 seldepth 14 multipv 1 score cp 182 nodes 10187 nps 125765 hashfull 2 tbhits 0 time 81 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 24000 hashfull 0 tbhits 0 time 1 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 107000 hashfull 0 tbhits 0 time 2 pv e4d6 info depth 7 seldepth 4 multipv 1 score cp 37 nodes 238 nps 119000 hashfull 0 tbhits 0 time 2 pv e4d6 h4h5 g8f8 info depth 8 seldepth 13 multipv 1 score cp 3 nodes 4467 nps 103883 hashfull 0 tbhits 0 time 43 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 116245 hashfull 0 tbhits 0 time 53 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 115441 hashfull 0 tbhits 0 time 68 pv e4d2 f3e2 d2e4 e2f3 info depth 11 seldepth 5 multipv 1 score cp 0 nodes 8730 nps 114868 hashfull 1 tbhits 0 time 76 pv e4d2 f3e2 d2e4 e2f3 info depth 12 seldepth 5 multipv 1 score cp 0 nodes 9337 nps 116712 hashfull 1 tbhits 0 time 80 pv e4d2 f3e2 d2e4 e2f3 info depth 13 seldepth 5 multipv 1 score cp 0 nodes 9550 nps 116463 hashfull 1 tbhits 0 time 82 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 61000 hashfull 0 tbhits 0 time 1 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 90600 hashfull 0 tbhits 0 time 10 pv c4c5 d6c5 e3c4 f7e7 d3e3 info depth 9 seldepth 11 multipv 1 score cp 171 nodes 3367 nps 108612 hashfull 1 tbhits 0 time 31 pv c4c5 f7e7 c5b6 d8b6 e3c4 info depth 10 seldepth 11 multipv 1 score cp 197 nodes 4962 nps 115395 hashfull 1 tbhits 0 time 43 pv c4c5 d6c5 d5d6 f7f8 d3c4 f8e8 c4d5 c5c4 e3c4 e8d7 info depth 11 seldepth 11 multipv 1 score cp 197 nodes 5283 nps 117400 hashfull 1 tbhits 0 time 45 pv c4c5 d6c5 d5d6 f7f8 d3c4 f8e8 c4d5 c5c4 e3c4 e8d7 info depth 12 seldepth 15 multipv 1 score cp 318 nodes 11898 nps 133685 hashfull 1 tbhits 0 time 89 pv c4c5 f7e7 c5b6 d8b6 e3c4 b6d8 b5b6 e7d7 b6b7 d8c7 info depth 13 seldepth 14 multipv 1 score cp 338 nodes 18316 nps 131769 hashfull 3 tbhits 0 time 139 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 32000 hashfull 0 tbhits 0 time 2 pv g5h5 info depth 4 seldepth 2 multipv 1 score cp 90 nodes 80 nps 40000 hashfull 0 tbhits 0 time 2 pv g5h5 info depth 5 seldepth 4 multipv 1 score cp 99 nodes 106 nps 53000 hashfull 0 tbhits 0 time 2 pv h6h7 info depth 6 seldepth 4 multipv 1 score cp 108 nodes 136 nps 68000 hashfull 0 tbhits 0 time 2 pv h6h7 a2c2 c8d7 info depth 7 seldepth 6 multipv 1 score cp 103 nodes 499 nps 83166 hashfull 0 tbhits 0 time 6 pv g5h5 a2e2 c8d7 info depth 8 seldepth 6 multipv 1 score cp 130 nodes 929 nps 116125 hashfull 0 tbhits 0 time 8 pv g5h5 a2e2 c8d7 info depth 9 seldepth 6 multipv 1 score cp 148 nodes 1708 nps 155272 hashfull 1 tbhits 0 time 11 pv g5h5 a2e2 c8d7 info depth 10 seldepth 14 multipv 1 score cp 127 nodes 10822 nps 136987 hashfull 3 tbhits 0 time 79 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 148853 hashfull 6 tbhits 0 time 157 pv g5f5 f3g4 f5h5 a2f2 h5h1 f2f8 c8d7 f8h8 d7e6 info depth 12 seldepth 19 multipv 1 score cp 23 nodes 58216 nps 169232 hashfull 13 tbhits 0 time 344 pv g5h5 a2c2 c8d7 c2b2 d7e6 f5f4 h6h7 b2b8 info depth 13 seldepth 17 multipv 1 score cp 119 nodes 61735 nps 171963 hashfull 13 tbhits 0 time 359 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 104000 hashfull 0 tbhits 0 time 2 pv d1d3 h7h6 d3d6 h6h5 info depth 6 seldepth 6 multipv 1 score cp 125 nodes 399 nps 133000 hashfull 0 tbhits 0 time 3 pv d1d3 g7g6 d3d7 h7h6 info depth 7 seldepth 7 multipv 1 score cp 128 nodes 1057 nps 132125 hashfull 0 tbhits 0 time 8 pv d1c2 g7g6 c2c7 h7h6 info depth 8 seldepth 9 multipv 1 score cp 108 nodes 1475 nps 134090 hashfull 0 tbhits 0 time 11 pv d1d3 g7g6 d3d7 h7h6 d7d4 h4h3 d4h8 h6g5 info depth 9 seldepth 9 multipv 1 score cp 104 nodes 2227 nps 131000 hashfull 0 tbhits 0 time 17 pv d1d3 h7h6 d3d6 h6h7 a4a5 b6a5 b4a5 h4h3 info depth 10 seldepth 15 multipv 1 score cp 102 nodes 3292 nps 143130 hashfull 0 tbhits 0 time 23 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 141411 hashfull 1 tbhits 0 time 51 pv a4a5 b6a5 b4a5 h2h3 d1c2 h7h6 info depth 12 seldepth 14 multipv 1 score cp 136 nodes 8740 nps 140967 hashfull 1 tbhits 0 time 62 pv a4a5 b6a5 b4a5 h2h3 d1c2 h7h6 c2c6 g7g6 a5a6 info depth 13 seldepth 15 multipv 1 score cp 147 nodes 11796 nps 142120 hashfull 2 tbhits 0 time 83 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 20000 hashfull 0 tbhits 0 time 2 pv e4a8 e6g8 info depth 2 seldepth 5 multipv 1 score cp -428 nodes 73 nps 36500 hashfull 0 tbhits 0 time 2 pv e4a8 e6g8 info depth 3 seldepth 5 multipv 1 score cp -428 nodes 104 nps 52000 hashfull 0 tbhits 0 time 2 pv e4a8 e6g8 info depth 4 seldepth 5 multipv 1 score cp -428 nodes 135 nps 67500 hashfull 0 tbhits 0 time 2 pv e4a8 e6g8 info depth 5 seldepth 5 multipv 1 score cp -417 nodes 182 nps 91000 hashfull 0 tbhits 0 time 2 pv e4e6 d7e6 f3g2 info depth 6 seldepth 5 multipv 1 score cp -428 nodes 238 nps 119000 hashfull 0 tbhits 0 time 2 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 214700 hashfull 0 tbhits 0 time 10 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 208025 hashfull 4 tbhits 0 time 118 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 234006 hashfull 5 tbhits 0 time 164 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 296701 hashfull 7 tbhits 0 time 258 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 17000 hashfull 0 tbhits 0 time 1 pv e5f5 c5d5 info depth 2 seldepth 3 multipv 1 score cp 143 nodes 32 nps 32000 hashfull 0 tbhits 0 time 1 pv e5f5 c5d5 info depth 3 seldepth 3 multipv 1 score cp 143 nodes 44 nps 44000 hashfull 0 tbhits 0 time 1 pv e5f5 c5d5 info depth 4 seldepth 3 multipv 1 score cp 143 nodes 58 nps 58000 hashfull 0 tbhits 0 time 1 pv e5f5 c5d5 info depth 5 seldepth 3 multipv 1 score cp 143 nodes 72 nps 72000 hashfull 0 tbhits 0 time 1 pv e5f5 c5d5 info depth 6 seldepth 4 multipv 1 score cp 134 nodes 200 nps 66666 hashfull 0 tbhits 0 time 3 pv d5d6 c7d6 e5f5 info depth 7 seldepth 5 multipv 1 score cp 151 nodes 246 nps 82000 hashfull 0 tbhits 0 time 3 pv d5d6 c7d6 e5f5 info depth 8 seldepth 5 multipv 1 score cp 147 nodes 341 nps 113666 hashfull 0 tbhits 0 time 3 pv e5f5 c5d5 f5f4 info depth 9 seldepth 8 multipv 1 score cp 158 nodes 496 nps 124000 hashfull 0 tbhits 0 time 4 pv e5f5 c5d5 f5f4 c7c6 f4f5 info depth 10 seldepth 9 multipv 1 score cp 188 nodes 997 nps 142428 hashfull 0 tbhits 0 time 7 pv d5d6 c7d6 e5f5 d6d5 f5g5 d5d4 g5h5 info depth 11 seldepth 10 multipv 1 score cp 212 nodes 1875 nps 144230 hashfull 0 tbhits 0 time 13 pv d5d6 c7d6 e5f5 d6d5 f5g6 info depth 12 seldepth 13 multipv 1 score cp 198 nodes 5234 nps 141459 hashfull 1 tbhits 0 time 37 pv e5f5 c5d5 f5f4 c7c6 f4f5 c6c5 f5f4 info depth 13 seldepth 25 multipv 1 score cp 192 nodes 10162 nps 145171 hashfull 3 tbhits 0 time 70 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 64000 hashfull 0 tbhits 0 time 2 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 95750 hashfull 0 tbhits 0 time 8 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 8 seldepth 10 multipv 1 score cp -63 nodes 1474 nps 122833 hashfull 0 tbhits 0 time 12 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 9 seldepth 11 multipv 1 score cp -17 nodes 2370 nps 158000 hashfull 0 tbhits 0 time 15 pv f5f6 g7f6 f2f4 c4d4 g4g5 f6g5 f4g5 info depth 10 seldepth 12 multipv 1 score cp 23 nodes 4356 nps 198000 hashfull 0 tbhits 0 time 22 pv f5f6 g7f6 f2f4 f6f5 g4g5 info depth 11 seldepth 10 multipv 1 score cp 41 nodes 6017 nps 214892 hashfull 0 tbhits 0 time 28 pv f5f6 g7f6 f2f4 c4d5 g4g5 f6g5 f4g5 info depth 12 seldepth 11 multipv 1 score cp 69 nodes 8630 nps 239722 hashfull 0 tbhits 0 time 36 pv f5f6 g7f6 f2f4 c4d4 g4g5 info depth 13 seldepth 12 multipv 1 score cp 116 nodes 12181 nps 264804 hashfull 0 tbhits 0 time 46 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 98500 hashfull 0 tbhits 0 time 8 pv g3f3 g7h7 info depth 10 seldepth 10 multipv 1 score cp 129 nodes 1839 nps 108176 hashfull 0 tbhits 0 time 17 pv f4f5 e6f5 g3f4 info depth 11 seldepth 8 multipv 1 score cp 193 nodes 2660 nps 120909 hashfull 0 tbhits 0 time 22 pv f4f5 e6f5 g3f4 info depth 12 seldepth 12 multipv 1 score cp 185 nodes 3442 nps 118689 hashfull 1 tbhits 0 time 29 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 130911 hashfull 2 tbhits 0 time 79 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 83000 hashfull 0 tbhits 0 time 4 pv c6b7 f1g2 d6c6 b4a3 c6c5 info depth 7 seldepth 7 multipv 1 score cp 48 nodes 534 nps 89000 hashfull 0 tbhits 0 time 6 pv c6b7 f1e2 info depth 8 seldepth 8 multipv 1 score cp 43 nodes 1265 nps 105416 hashfull 0 tbhits 0 time 12 pv c6b7 b4a3 d6c6 a3b4 d7d5 info depth 9 seldepth 8 multipv 1 score cp 44 nodes 1667 nps 104187 hashfull 0 tbhits 0 time 16 pv c6b7 f1g2 d6c6 g2h1 d7d5 e4e5 info depth 10 seldepth 9 multipv 1 score cp 43 nodes 2006 nps 105578 hashfull 0 tbhits 0 time 19 pv c6b7 f1g2 d6c6 g2h1 d7d5 e4e5 b7c8 h1g2 info depth 11 seldepth 14 multipv 1 score cp 60 nodes 4425 nps 105357 hashfull 0 tbhits 0 time 42 pv c6b7 f1g2 d6c6 g2h1 d7d6 b4a3 c6c5 h1g2 d6d5 info depth 12 seldepth 14 multipv 1 score cp 69 nodes 5957 nps 114557 hashfull 0 tbhits 0 time 52 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 116660 hashfull 0 tbhits 0 time 53 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 75500 hashfull 0 tbhits 0 time 2 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 117933 hashfull 0 tbhits 0 time 15 pv h4h3 h7h6 a4a3 h6h3 c4a4 info depth 9 seldepth 10 multipv 1 score cp -51 nodes 2817 nps 134142 hashfull 0 tbhits 0 time 21 pv h4h3 h7h6 a4a3 h6h3 c4a4 h3h8 f8e7 h8h7 e7f8 info depth 10 seldepth 10 multipv 1 score cp -43 nodes 3907 nps 144703 hashfull 0 tbhits 0 time 27 pv h4h3 h7h6 a4a3 h6h8 f8e7 info depth 11 seldepth 14 multipv 1 score cp -35 nodes 4640 nps 149677 hashfull 0 tbhits 0 time 31 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 160500 hashfull 0 tbhits 0 time 46 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 176900 hashfull 1 tbhits 0 time 60 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 79000 hashfull 0 tbhits 0 time 3 pv g2g4 f4f3 info depth 7 seldepth 7 multipv 1 score cp 64 nodes 3184 nps 102709 hashfull 0 tbhits 0 time 31 pv e1b1 b2f6 g1h2 g8h7 info depth 8 seldepth 8 multipv 1 score cp 184 nodes 4488 nps 106857 hashfull 0 tbhits 0 time 42 pv e1e4 a5c5 e4e8 g8f7 a6a7 info depth 9 seldepth 12 multipv 1 score cp 199 nodes 6931 nps 117474 hashfull 2 tbhits 0 time 59 pv e1e4 a5a1 g1h2 a1a5 e4a4 info depth 10 seldepth 9 multipv 1 score cp 182 nodes 8364 nps 123000 hashfull 2 tbhits 0 time 68 pv e1e4 f4f3 e4a4 a5c5 a6a7 c5c1 g1h2 info depth 11 seldepth 10 multipv 1 score cp 221 nodes 14473 nps 152347 hashfull 4 tbhits 0 time 95 pv e1e4 g8f7 e4a4 a5a4 c5a4 b2d4 g1f1 f7e6 info depth 12 seldepth 16 multipv 1 score cp 219 nodes 17199 nps 153562 hashfull 5 tbhits 0 time 112 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 152418 hashfull 5 tbhits 0 time 117 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 111000 hashfull 0 tbhits 0 time 2 pv c6c7 info depth 7 seldepth 7 multipv 1 score cp 198 nodes 517 nps 129250 hashfull 0 tbhits 0 time 4 pv g3g4 f4f3 e2f3 info depth 8 seldepth 8 multipv 1 score cp 191 nodes 1142 nps 114200 hashfull 0 tbhits 0 time 10 pv d1c3 f4g3 c6c7 b8c8 c4g4 e7c7 info depth 9 seldepth 9 multipv 1 score cp 221 nodes 1829 nps 114312 hashfull 1 tbhits 0 time 16 pv g3g4 e7g7 d1c3 g7g4 d5f3 info depth 10 seldepth 13 multipv 1 score cp 212 nodes 2965 nps 109814 hashfull 1 tbhits 0 time 27 pv d1c3 b8c8 c3b5 f4g3 c4g4 info depth 11 seldepth 11 multipv 1 score cp 211 nodes 4354 nps 106195 hashfull 2 tbhits 0 time 41 pv g3g4 e7a7 d1c3 a7a1 c6c7 b8c8 c4c6 f4f3 e2f3 info depth 12 seldepth 13 multipv 1 score cp 237 nodes 8168 nps 103392 hashfull 4 tbhits 0 time 79 pv d1c3 e7g5 c6c7 b8c8 c4c6 g5e7 c3b5 f4g3 info depth 13 seldepth 16 multipv 1 score cp 218 nodes 16471 nps 100432 hashfull 7 tbhits 0 time 164 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 12500 hashfull 0 tbhits 0 time 2 pv a5a6 info depth 2 seldepth 2 multipv 1 score cp 138 nodes 49 nps 24500 hashfull 0 tbhits 0 time 2 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 92000 hashfull 0 tbhits 0 time 9 pv g1f1 f7f6 info depth 9 seldepth 6 multipv 1 score cp 167 nodes 1363 nps 97357 hashfull 0 tbhits 0 time 14 pv a5a6 b3b8 g1f1 b8a8 f1e2 info depth 10 seldepth 10 multipv 1 score cp 159 nodes 1922 nps 101157 hashfull 0 tbhits 0 time 19 pv a5a6 b3b8 d2a5 f7f5 a5c7 b8a8 a6a7 info depth 11 seldepth 12 multipv 1 score cp 172 nodes 3111 nps 100354 hashfull 1 tbhits 0 time 31 pv a5a6 b3b8 a6a7 b8a8 a4a6 e7e6 f2f4 e5f6 info depth 12 seldepth 13 multipv 1 score cp 201 nodes 6155 nps 102583 hashfull 1 tbhits 0 time 60 pv a5a6 b3b1 g1g2 b1b8 a6a7 b8a8 f2f4 info depth 13 seldepth 18 multipv 1 score cp 172 nodes 15000 nps 101351 hashfull 3 tbhits 0 time 148 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 45000 hashfull 0 tbhits 0 time 2 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 67750 hashfull 0 tbhits 0 time 4 pv b3a4 a2a3 a4a5 info depth 9 seldepth 7 multipv 1 score cp 64 nodes 1128 nps 94000 hashfull 0 tbhits 0 time 12 pv b3a4 h3g4 a4a5 a2a3 a5a6 g4f3 info depth 10 seldepth 13 multipv 1 score cp 108 nodes 3403 nps 130884 hashfull 0 tbhits 0 time 26 pv b3a4 a2a3 a4a5 info depth 11 seldepth 9 multipv 1 score cp 134 nodes 7370 nps 167500 hashfull 0 tbhits 0 time 44 pv b3a4 a2b3 info depth 12 seldepth 9 multipv 1 score cp 171 nodes 13271 nps 192333 hashfull 1 tbhits 0 time 69 pv b3a4 a2b3 a4a5 h3g4 g1f2 g4d1 a5a6 info depth 13 seldepth 20 multipv 1 score cp 181 nodes 35733 nps 184190 hashfull 5 tbhits 0 time 194 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 108500 hashfull 0 tbhits 0 time 2 pv g3d6 info depth 6 seldepth 8 multipv 1 score cp 26 nodes 3881 nps 129366 hashfull 0 tbhits 0 time 30 pv a1h1 f8a8 info depth 7 seldepth 11 multipv 1 score cp 28 nodes 6216 nps 119538 hashfull 1 tbhits 0 time 52 pv g3h2 f5f7 info depth 8 seldepth 8 multipv 1 score cp 26 nodes 8438 nps 122289 hashfull 2 tbhits 0 time 69 pv g3h2 f5f3 a1h1 a7f7 b2c3 f7f5 info depth 9 seldepth 10 multipv 1 score cp 26 nodes 9053 nps 124013 hashfull 2 tbhits 0 time 73 pv g3h2 f5f3 a1h1 a7f7 b2c3 f7f5 info depth 10 seldepth 15 multipv 1 score cp 30 nodes 17067 nps 121042 hashfull 5 tbhits 0 time 141 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 123472 hashfull 5 tbhits 0 time 184 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 135079 hashfull 17 tbhits 0 time 543 pv g3h2 f5f7 a1h1 f7g7 h2d6 a7a8 d6e6 info depth 13 seldepth 13 multipv 1 score cp 0 nodes 107011 nps 150296 hashfull 23 tbhits 0 time 712 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 39000 hashfull 0 tbhits 0 time 2 pv f3d5 e7f7 d5f7 f8f7 info depth 2 seldepth 6 multipv 1 score cp 203 nodes 138 nps 69000 hashfull 0 tbhits 0 time 2 pv f3d5 e7f7 d5f7 f8f7 info depth 3 seldepth 7 multipv 1 score cp -30 nodes 935 nps 187000 hashfull 0 tbhits 0 time 5 pv h1h4 g5h4 f3g4 c5d4 info depth 4 seldepth 6 multipv 1 score cp -30 nodes 1193 nps 198833 hashfull 0 tbhits 0 time 6 pv h1h4 g5h4 f3g4 c5d4 info depth 5 seldepth 6 multipv 1 score cp -30 nodes 1254 nps 209000 hashfull 0 tbhits 0 time 6 pv h1h4 g5h4 f3g4 c5d4 info depth 6 seldepth 11 multipv 1 score cp -69 nodes 3142 nps 209466 hashfull 0 tbhits 0 time 15 pv h1h2 c5d4 f3d5 g8h8 d3d4 f8f1 e1f1 g3f1 e5e6 d7f6 info depth 7 seldepth 11 multipv 1 score cp -71 nodes 3944 nps 197200 hashfull 0 tbhits 0 time 20 pv h1h2 c5d4 f3d5 g8g7 e5e6 info depth 8 seldepth 11 multipv 1 score cp -121 nodes 11105 nps 152123 hashfull 3 tbhits 0 time 73 pv h1h2 c5d4 f3d5 g8g7 d3d4 f8f1 e1f1 g3f1 info depth 9 seldepth 13 multipv 1 score cp -122 nodes 13355 nps 142074 hashfull 3 tbhits 0 time 94 pv h1h2 c5d4 d2b4 d7c5 d3d4 c5e6 d4b6 e7d7 b4f8 e8f8 info depth 10 seldepth 12 multipv 1 score cp -107 nodes 14942 nps 139644 hashfull 4 tbhits 0 time 107 pv h1h2 c5d4 d2b4 d7c5 d3d4 c5e6 d4d2 info depth 11 seldepth 12 multipv 1 score cp -97 nodes 17163 nps 135141 hashfull 4 tbhits 0 time 127 pv h1h2 c5d4 d2b4 d7c5 d3d4 b7b6 f3g4 h5g4 d4g4 f8f4 info depth 12 seldepth 17 multipv 1 score cp -92 nodes 31610 nps 116642 hashfull 10 tbhits 0 time 271 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 117385 hashfull 13 tbhits 0 time 405 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 121500 hashfull 5 tbhits 0 time 2 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 91708 hashfull 6 tbhits 0 time 24 pv f4f5 e8g8 d1d2 info depth 10 seldepth 13 multipv 1 score cp 125 nodes 4590 nps 93673 hashfull 7 tbhits 0 time 49 pv f4f5 a8c8 f5e6 f7e6 f3g5 info depth 11 seldepth 13 multipv 1 score cp 121 nodes 10391 nps 92776 hashfull 9 tbhits 0 time 112 pv f4f5 e6f5 g4f5 d7f6 e3g5 g6f5 a1c1 f5e4 info depth 12 seldepth 23 multipv 1 score cp 102 nodes 21578 nps 90284 hashfull 14 tbhits 0 time 239 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 96021 hashfull 17 tbhits 0 time 321 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 102125 hashfull 11 tbhits 0 time 8 pv b7d7 b6d7 h4h3 info depth 6 seldepth 4 multipv 1 score cp -305 nodes 856 nps 107000 hashfull 11 tbhits 0 time 8 pv b7d7 b6d7 h4h3 info depth 7 seldepth 7 multipv 1 score cp -316 nodes 1465 nps 104642 hashfull 12 tbhits 0 time 14 pv h4h3 g2g4 g7f8 b1c1 h3h2 info depth 8 seldepth 8 multipv 1 score cp -296 nodes 1561 nps 104066 hashfull 12 tbhits 0 time 15 pv h4h3 g2g4 g7f8 b1c1 h3h2 b6c8 b7d7 info depth 9 seldepth 9 multipv 1 score cp -323 nodes 1823 nps 101277 hashfull 12 tbhits 0 time 18 pv h4h3 g2g4 g7f8 h1h2 h5h7 info depth 10 seldepth 12 multipv 1 score cp -311 nodes 2473 nps 98920 hashfull 12 tbhits 0 time 25 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 97358 hashfull 14 tbhits 0 time 39 pv g7f8 g2g4 h4h3 h1h2 e7e6 b1c1 f8e7 d8a8 e7g5 info depth 12 seldepth 13 multipv 1 score cp -296 nodes 9220 nps 96041 hashfull 16 tbhits 0 time 96 pv g7f8 g2g4 h4h3 b1c1 e7e6 d8a8 h3h2 b6c8 info depth 13 seldepth 14 multipv 1 score cp -279 nodes 15841 nps 95427 hashfull 18 tbhits 0 time 166 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 44000 hashfull 51 tbhits 0 time 3 pv d3g3 c4b6 info depth 2 seldepth 4 multipv 1 score cp 142 nodes 183 nps 61000 hashfull 51 tbhits 0 time 3 pv d3g3 c4b6 info depth 3 seldepth 4 multipv 1 score cp 142 nodes 228 nps 76000 hashfull 51 tbhits 0 time 3 pv d3g3 c4b6 info depth 4 seldepth 4 multipv 1 score cp 142 nodes 274 nps 91333 hashfull 51 tbhits 0 time 3 pv d3g3 c4b6 info depth 5 seldepth 4 multipv 1 score cp 142 nodes 325 nps 108333 hashfull 51 tbhits 0 time 3 pv d3g3 c4b6 info depth 6 seldepth 5 multipv 1 score cp 87 nodes 1746 nps 116400 hashfull 52 tbhits 0 time 15 pv b6d7 g3e2 d7c5 info depth 7 seldepth 13 multipv 1 score cp 109 nodes 1863 nps 124200 hashfull 52 tbhits 0 time 15 pv b6d7 g3e2 d7c5 info depth 8 seldepth 7 multipv 1 score cp 109 nodes 1981 nps 123812 hashfull 52 tbhits 0 time 16 pv b6d7 g3e2 d7c5 e2d4 f5d4 info depth 9 seldepth 13 multipv 1 score cp 143 nodes 3996 nps 137793 hashfull 54 tbhits 0 time 29 pv b6d7 g3e2 d7c5 e2f4 b3a4 e8f8 c5e6 f4e6 info depth 10 seldepth 14 multipv 1 score cp 120 nodes 9432 nps 115024 hashfull 57 tbhits 0 time 82 pv b6d7 g3e2 d7e5 c4e5 d4e5 e2f4 b3d5 f4d5 info depth 11 seldepth 13 multipv 1 score cp 163 nodes 11452 nps 121829 hashfull 58 tbhits 0 time 94 pv b6d7 g3e2 d7e5 e2f4 e5c4 d5c4 b3c4 info depth 12 seldepth 17 multipv 1 score cp 146 nodes 17566 nps 120315 hashfull 60 tbhits 0 time 146 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 118794 hashfull 67 tbhits 0 time 336 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 142200 hashfull 9 tbhits 0 time 5 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 170857 hashfull 9 tbhits 0 time 7 pv d1f2 g4g3 f2h3 f4f3 b1c2 info depth 9 seldepth 7 multipv 1 score cp 99 nodes 1336 nps 167000 hashfull 9 tbhits 0 time 8 pv d1f2 g4g3 f2h3 f4f3 b1c2 g3g2 info depth 10 seldepth 11 multipv 1 score cp 94 nodes 2077 nps 159769 hashfull 9 tbhits 0 time 13 pv d1f2 g4g3 f2h3 f4e5 b1c2 g3g2 c2d3 e5d6 info depth 11 seldepth 9 multipv 1 score cp 93 nodes 3859 nps 142925 hashfull 10 tbhits 0 time 27 pv d1c3 f4e3 b1c2 g4g3 c2d1 e3d3 c3e2 g3g2 info depth 12 seldepth 13 multipv 1 score cp 151 nodes 9992 nps 153723 hashfull 13 tbhits 0 time 65 pv b1c2 g4g3 c2d3 g3g2 d1c3 f4e5 c3e2 info depth 13 seldepth 25 multipv 1 score cp 150 nodes 26818 nps 166571 hashfull 16 tbhits 0 time 161 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 41000 hashfull 1 tbhits 0 time 1 pv d1e1 info depth 3 seldepth 2 multipv 1 score cp 16 nodes 66 nps 66000 hashfull 1 tbhits 0 time 1 pv d1e2 info depth 4 seldepth 2 multipv 1 score cp 16 nodes 83 nps 83000 hashfull 1 tbhits 0 time 1 pv d1e2 info depth 5 seldepth 3 multipv 1 score cp 29 nodes 110 nps 110000 hashfull 1 tbhits 0 time 1 pv d1e1 info depth 6 seldepth 3 multipv 1 score cp 40 nodes 147 nps 147000 hashfull 1 tbhits 0 time 1 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 103000 hashfull 1 tbhits 0 time 3 pv c1a2 h1g1 d1e1 info depth 9 seldepth 5 multipv 1 score cp 85 nodes 499 nps 124750 hashfull 1 tbhits 0 time 4 pv c1a2 h1g1 d1e1 info depth 10 seldepth 8 multipv 1 score cp 85 nodes 1222 nps 111090 hashfull 1 tbhits 0 time 11 pv c1a2 h1h2 d1e2 h2g2 f5e3 g2h2 info depth 11 seldepth 17 multipv 1 score cp 61 nodes 17678 nps 129036 hashfull 8 tbhits 0 time 137 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 136982 hashfull 10 tbhits 0 time 174 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 139607 hashfull 10 tbhits 0 time 196 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 130000 hashfull 3 tbhits 0 time 1 pv e2f3 info depth 5 seldepth 4 multipv 1 score cp 357 nodes 170 nps 170000 hashfull 3 tbhits 0 time 1 pv e2e1 info depth 6 seldepth 5 multipv 1 score cp 378 nodes 241 nps 241000 hashfull 3 tbhits 0 time 1 pv e2f3 d7c6 e3c5 info depth 7 seldepth 5 multipv 1 score cp 385 nodes 383 nps 383000 hashfull 3 tbhits 0 time 1 pv c1a3 info depth 8 seldepth 6 multipv 1 score cp 374 nodes 698 nps 349000 hashfull 4 tbhits 0 time 2 pv e2f1 d7c6 c1a3 info depth 9 seldepth 8 multipv 1 score cp 392 nodes 1433 nps 477666 hashfull 4 tbhits 0 time 3 pv c1a3 d7c6 e2f3 c6d5 f3f4 d5c4 info depth 10 seldepth 11 multipv 1 score cp 419 nodes 3238 nps 647600 hashfull 5 tbhits 0 time 5 pv c1a3 d7c6 e2f3 c6b7 f3f4 info depth 11 seldepth 12 multipv 1 score cp 425 nodes 7658 nps 696181 hashfull 7 tbhits 0 time 11 pv c1b2 d7c6 e2f3 c6d7 b2f6 d7c6 e3c1 info depth 12 seldepth 16 multipv 1 score cp 418 nodes 20451 nps 786576 hashfull 10 tbhits 0 time 26 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 831685 hashfull 12 tbhits 0 time 35 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 125972 hashfull 11 tbhits 0 time 73 pv e3e5 g5g6 e5b5 f5f4 info depth 10 seldepth 10 multipv 1 score cp 94 nodes 10248 nps 129721 hashfull 12 tbhits 0 time 79 pv e3e5 g5g1 c1c2 info depth 11 seldepth 8 multipv 1 score cp 111 nodes 11802 nps 137232 hashfull 12 tbhits 0 time 86 pv e3e5 g5g1 c1c2 g1g6 e5b5 info depth 12 seldepth 8 multipv 1 score cp 157 nodes 13634 nps 146602 hashfull 12 tbhits 0 time 93 pv e3e5 g5g1 c1c2 g1g6 e5b5 info depth 13 seldepth 15 multipv 1 score cp 89 nodes 23499 nps 150634 hashfull 15 tbhits 0 time 156 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 87000 hashfull 2 tbhits 0 time 2 pv b1a2 a5a6 h7h8q info depth 9 seldepth 8 multipv 1 score cp 200 nodes 535 nps 133750 hashfull 2 tbhits 0 time 4 pv b1a1 b5h5 g4g5 h5g5 h7h8q g5g1 a1b2 info depth 10 seldepth 13 multipv 1 score cp 154 nodes 2154 nps 179500 hashfull 2 tbhits 0 time 12 pv b1a1 b5h5 g4g5 h5g5 h7h8q a5b5 a1b2 g5c5 info depth 11 seldepth 15 multipv 1 score cp 95 nodes 28591 nps 240260 hashfull 8 tbhits 0 time 119 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 267040 hashfull 13 tbhits 0 time 199 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 267594 hashfull 13 tbhits 0 time 202 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 18000 hashfull 6 tbhits 0 time 1 pv f1d2 b1c2 info depth 2 seldepth 3 multipv 1 score cp -77 nodes 33 nps 33000 hashfull 6 tbhits 0 time 1 pv f1d2 b1c2 info depth 3 seldepth 3 multipv 1 score cp -77 nodes 47 nps 47000 hashfull 6 tbhits 0 time 1 pv f1d2 b1c2 info depth 4 seldepth 3 multipv 1 score cp -77 nodes 62 nps 62000 hashfull 6 tbhits 0 time 1 pv f1d2 b1c2 info depth 5 seldepth 3 multipv 1 score cp -77 nodes 80 nps 80000 hashfull 6 tbhits 0 time 1 pv f1d2 b1c2 info depth 6 seldepth 4 multipv 1 score cp -66 nodes 124 nps 62000 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 d2c4 info depth 7 seldepth 5 multipv 1 score cp -63 nodes 173 nps 86500 hashfull 6 tbhits 0 time 2 pv f1d2 b1c2 d2c4 info depth 8 seldepth 5 multipv 1 score cp -62 nodes 295 nps 98333 hashfull 6 tbhits 0 time 3 pv f1d2 b1c2 d2c4 d6d7 info depth 9 seldepth 7 multipv 1 score cp -38 nodes 566 nps 113200 hashfull 6 tbhits 0 time 5 pv f1d2 b1c2 d2e4 info depth 10 seldepth 7 multipv 1 score cp -66 nodes 2136 nps 152571 hashfull 7 tbhits 0 time 14 pv f1d2 b1a2 b4b3 a2a1 d2c4 d6d7 info depth 11 seldepth 14 multipv 1 score cp -283 nodes 12176 nps 264695 hashfull 7 tbhits 0 time 46 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 308780 hashfull 8 tbhits 0 time 50 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 439490 hashfull 9 tbhits 0 time 55 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 32000 hashfull 2 tbhits 0 time 1 pv h1h2 info depth 2 seldepth 2 multipv 1 score cp 66 nodes 57 nps 57000 hashfull 2 tbhits 0 time 1 pv h1h2 info depth 3 seldepth 2 multipv 1 score cp 66 nodes 81 nps 81000 hashfull 2 tbhits 0 time 1 pv h1h2 info depth 4 seldepth 2 multipv 1 score cp 66 nodes 106 nps 106000 hashfull 2 tbhits 0 time 1 pv h1h2 info depth 5 seldepth 4 multipv 1 score cp 100 nodes 135 nps 135000 hashfull 2 tbhits 0 time 1 pv h1h2 info depth 6 seldepth 4 multipv 1 score cp 112 nodes 171 nps 171000 hashfull 2 tbhits 0 time 1 pv h1h2 c6c1 a1a2 info depth 7 seldepth 6 multipv 1 score cp 107 nodes 218 nps 109000 hashfull 2 tbhits 0 time 2 pv h1h2 c6c1 a1a2 c1c4 b2b3 info depth 8 seldepth 8 multipv 1 score cp 48 nodes 1346 nps 168250 hashfull 2 tbhits 0 time 8 pv h1h2 g4g3 h2h5 c6c1 a1a2 c1c4 a2a3 info depth 9 seldepth 18 multipv 1 score cp 2 nodes 5952 nps 186000 hashfull 3 tbhits 0 time 32 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 189489 hashfull 4 tbhits 0 time 47 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 184520 hashfull 5 tbhits 0 time 73 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 184586 hashfull 5 tbhits 0 time 75 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 186177 hashfull 5 tbhits 0 time 79 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 90000 hashfull 1 tbhits 0 time 3 pv c5a4 info depth 6 seldepth 6 multipv 1 score cp -30 nodes 803 nps 114714 hashfull 1 tbhits 0 time 7 pv h4h1 e3g1 h7h4 info depth 7 seldepth 6 multipv 1 score cp -23 nodes 853 nps 121857 hashfull 1 tbhits 0 time 7 pv h4h1 e3g1 h7h4 info depth 8 seldepth 6 multipv 1 score cp -22 nodes 914 nps 130571 hashfull 1 tbhits 0 time 7 pv h4h1 e3g1 h7h4 info depth 9 seldepth 6 multipv 1 score cp 41 nodes 1024 nps 146285 hashfull 1 tbhits 0 time 7 pv h4h1 e3g1 h7h4 info depth 10 seldepth 7 multipv 1 score cp 171 nodes 1156 nps 165142 hashfull 1 tbhits 0 time 7 pv h4h1 e3g1 h7h4 info depth 11 seldepth 11 multipv 1 score cp 305 nodes 1378 nps 172250 hashfull 1 tbhits 0 time 8 pv h4h1 e3g1 h7h4 info depth 12 seldepth 9 multipv 1 score cp 797 nodes 1792 nps 199111 hashfull 1 tbhits 0 time 9 pv h4f4 e2f3 f4e3 f3h5 h7h5 b4c5 info depth 13 seldepth 9 multipv 1 score cp 875 nodes 2691 nps 244636 hashfull 1 tbhits 0 time 11 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 25000 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 2 seldepth 2 multipv 1 score cp 206 nodes 90 nps 45000 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 3 seldepth 2 multipv 1 score cp 206 nodes 124 nps 62000 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 4 seldepth 2 multipv 1 score cp 206 nodes 164 nps 82000 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 5 seldepth 3 multipv 1 score cp 315 nodes 201 nps 100500 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 6 seldepth 3 multipv 1 score cp 357 nodes 244 nps 122000 hashfull 6 tbhits 0 time 2 pv f1e1 info depth 7 seldepth 3 multipv 1 score cp 364 nodes 281 nps 140500 hashfull 6 tbhits 0 time 2 pv f1e1 d8d7 info depth 8 seldepth 5 multipv 1 score cp 301 nodes 887 nps 110875 hashfull 6 tbhits 0 time 8 pv f1b1 f7e8 b1b7 info depth 9 seldepth 7 multipv 1 score cp 306 nodes 1556 nps 111142 hashfull 6 tbhits 0 time 14 pv c3c4 d5a5 g4g7 f7e8 g3f3 info depth 10 seldepth 11 multipv 1 score cp 359 nodes 2301 nps 115050 hashfull 7 tbhits 0 time 20 pv c3c4 d5a5 d4d5 e6d5 g4h5 f7e6 info depth 11 seldepth 13 multipv 1 score cp 332 nodes 3155 nps 116851 hashfull 7 tbhits 0 time 27 pv c3c4 d5a5 f1b1 d8d7 info depth 12 seldepth 14 multipv 1 score cp 389 nodes 4650 nps 122368 hashfull 8 tbhits 0 time 38 pv c3c4 d5a5 d4d5 e6d5 g4g7 f7e6 info depth 13 seldepth 15 multipv 1 score cp 477 nodes 8929 nps 124013 hashfull 9 tbhits 0 time 72 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 33000 hashfull 4 tbhits 0 time 1 pv b2b4 info depth 2 seldepth 2 multipv 1 score cp 172 nodes 75 nps 75000 hashfull 4 tbhits 0 time 1 pv b2b3 info depth 3 seldepth 2 multipv 1 score cp 172 nodes 105 nps 105000 hashfull 4 tbhits 0 time 1 pv b2b3 info depth 4 seldepth 2 multipv 1 score cp 172 nodes 134 nps 134000 hashfull 4 tbhits 0 time 1 pv b2b3 info depth 5 seldepth 3 multipv 1 score cp 205 nodes 166 nps 166000 hashfull 4 tbhits 0 time 1 pv b2b3 info depth 6 seldepth 3 multipv 1 score cp 215 nodes 200 nps 200000 hashfull 4 tbhits 0 time 1 pv b2b3 h3g4 info depth 7 seldepth 4 multipv 1 score cp 82 nodes 573 nps 143250 hashfull 4 tbhits 0 time 4 pv f2f3 b7b6 d1f2 info depth 8 seldepth 5 multipv 1 score cp 34 nodes 1234 nps 154250 hashfull 4 tbhits 0 time 8 pv e7e3 b7b6 b2b4 info depth 9 seldepth 6 multipv 1 score cp 31 nodes 1971 nps 131400 hashfull 4 tbhits 0 time 15 pv e7e3 b7b6 b2b4 info depth 10 seldepth 6 multipv 1 score cp 34 nodes 2941 nps 127869 hashfull 5 tbhits 0 time 23 pv e7e3 b7b6 b2b4 info depth 11 seldepth 8 multipv 1 score cp 43 nodes 3999 nps 121181 hashfull 5 tbhits 0 time 33 pv e7e3 b7b6 b2b4 c7c6 e3d3 info depth 12 seldepth 13 multipv 1 score cp 41 nodes 9174 nps 105448 hashfull 5 tbhits 0 time 87 pv e7e3 b7b6 b2b4 d8e6 f2f4 c7c5 d1f2 c5d4 a1d4 info depth 13 seldepth 20 multipv 1 score cp -2 nodes 62655 nps 101056 hashfull 27 tbhits 0 time 620 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 10000 hashfull 1 tbhits 0 time 2 pv f1g1 info depth 2 seldepth 2 multipv 1 score cp 79 nodes 40 nps 20000 hashfull 1 tbhits 0 time 2 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 85642 hashfull 2 tbhits 0 time 28 pv c2c3 f8g8 e2e4 d7d5 e4d5 a8b6 info depth 8 seldepth 15 multipv 1 score cp 33 nodes 6393 nps 91328 hashfull 3 tbhits 0 time 70 pv f1g1 c7c5 c2c3 f8g8 e2e4 e7e5 info depth 9 seldepth 8 multipv 1 score cp 34 nodes 7021 nps 91181 hashfull 3 tbhits 0 time 77 pv f1g1 c7c5 d2d3 f8g8 c2c4 info depth 10 seldepth 14 multipv 1 score cp 35 nodes 13041 nps 88114 hashfull 5 tbhits 0 time 148 pv f1g1 f8g8 d2d4 d7d5 c2c3 c7c6 f2f4 g7g6 g2g3 b8d6 info depth 11 seldepth 11 multipv 1 score cp 35 nodes 14691 nps 87970 hashfull 5 tbhits 0 time 167 pv f1g1 f8g8 d2d4 d7d5 c2c3 c7c6 f2f4 g7g6 g2g3 b8d6 info depth 12 seldepth 16 multipv 1 score cp 26 nodes 23593 nps 90394 hashfull 8 tbhits 0 time 261 pv f1g1 f8g8 d2d4 d7d5 c2c3 f7f5 c1f4 a8b6 g2g3 info depth 13 seldepth 18 multipv 1 score cp 13 nodes 69973 nps 91707 hashfull 23 tbhits 0 time 763 pv f1g1 f8g8 g2g3 e7e5 e2e4 c7c5 h1g2 g7g6 bestmove f1g1 ponder f8g8 =========================== Total time (ms) : 10942 Nodes searched : 1484730 Nodes/second : 135690 + exit 0 Processing files: stockfish-17-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.47644 + 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.o1un07 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.FnQk7L 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.M5MTfJ 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.TFdZXz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lh6UtU 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) 81.75user 6.26system 0:40.93elapsed 215%CPU (0avgtext+0avgdata 348788maxresident)k 0inputs+0outputs (0major+1282988minor)pagefaults 0swaps 3.06user 2.38system 0:53.76elapsed 10%CPU (0avgtext+0avgdata 130100maxresident)k 0inputs+0outputs (0major+207441minor)pagefaults 0swaps