Skip to content

Instantly share code, notes, and snippets.

@leleobhz
Created February 22, 2015 03:36
Show Gist options
  • Save leleobhz/bb072eb9c45434a0de15 to your computer and use it in GitHub Desktop.
Save leleobhz/bb072eb9c45434a0de15 to your computer and use it in GitHub Desktop.
PPC RunAbove:
=============
No -mcpu=power8, Ubuntu, GIT at 5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b
---------------
leleobhz@cj-bench:~/ovelha/Stockfish/src$ make -j8 build ARCH=ppc-64
make ARCH=ppc-64 COMP=gcc config-sanity
make[1]: Entering directory '/home/leleobhz/ovelha/Stockfish/src'
Config:
debug: 'no'
optimize: 'yes'
arch: 'ppc64'
bits: '64'
prefetch: 'no'
bsfq: 'no'
popcnt: 'no'
sse: 'no'
pext: 'no'
Flags:
CXX: g++
CXXFLAGS: -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
LDFLAGS: -lpthread -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
Testing config sanity. If this fails, try 'make help' ...
make[1]: Leaving directory '/home/leleobhz/ovelha/Stockfish/src'
make ARCH=ppc-64 COMP=gcc all
make[1]: Entering directory '/home/leleobhz/ovelha/Stockfish/src'
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o benchmark.o benchmark.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitbase.o bitbase.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitboard.o bitboard.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o endgame.o endgame.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o evaluate.o evaluate.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o main.o main.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o material.o material.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o misc.o misc.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movegen.o movegen.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movepick.o movepick.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o pawns.o pawns.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o position.o position.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o search.o search.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o thread.o thread.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o timeman.o timeman.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o tt.o tt.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o uci.o uci.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o ucioption.o ucioption.cpp
g++ -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o syzygy/tbprobe.o syzygy/tbprobe.cpp
g++ -o stockfish benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o material.o misc.o movegen.o movepick.o pawns.o position.o search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o -lpthread -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
make[1]: Leaving directory '/home/leleobhz/ovelha/Stockfish/src'
**Bench**
**leleobhz@cj-bench:~/ovelha/Stockfish/src$ time ./stockfish**
Stockfish 220215 64 by Tord Romstad, Marco Costalba and Joona Kiiski
setoption name Threads value 8
go depth 25
info depth 1 seldepth 1 multipv 1 score cp 89 nodes 21 nps 2100 tbhits 0 time 10 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 89 nodes 59 nps 4538 tbhits 0 time 13 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 77 nodes 157 nps 8722 tbhits 0 time 18 pv b1c3 d7d6 e2e3
info depth 4 seldepth 4 multipv 1 score cp 55 nodes 368 nps 16727 tbhits 0 time 22 pv b1c3 e7e6 e2e3 a7a6
info depth 5 seldepth 5 multipv 1 score cp 69 nodes 926 nps 35615 tbhits 0 time 26 pv b1c3 e7e6 g1f3 d7d5 d2d4
info depth 6 seldepth 6 multipv 1 score cp 20 nodes 2906 nps 83028 tbhits 0 time 35 pv b1c3 e7e6 g1f3 g8f6 d2d4 d7d5
info depth 7 seldepth 7 multipv 1 score cp 39 nodes 4356 nps 111692 tbhits 0 time 39 pv b1c3 d7d5 d2d4 b8c6 g1f3 g8f6 e2e3
info depth 8 seldepth 9 multipv 1 score cp 9 nodes 8991 nps 187312 tbhits 0 time 48 pv b1c3 d7d5 d2d4 b8c6 c1f4 e7e6 c3b5 f8b4 c2c3
info depth 9 seldepth 11 multipv 1 score cp 39 nodes 15361 nps 284462 tbhits 0 time 54 pv b1c3 d7d5 d2d4 g8f6 c1f4 b8c6 g1f3 e7e6 e2e3
info depth 10 seldepth 13 multipv 1 score cp 19 nodes 35267 nps 518632 tbhits 0 time 68 pv e2e4 d7d5 e4d5 g8f6 g1f3 f6d5 d2d4 b8c6 b1c3 e7e6
info depth 11 seldepth 15 multipv 1 score cp 35 nodes 94958 nps 887457 tbhits 0 time 107 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1c4 a7a6 d2d4 b7b5 d4e5 b5c4
info depth 12 seldepth 16 multipv 1 score cp 23 nodes 168959 nps 1083070 tbhits 0 time 156 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8c5 e1g1 a7a6 b5c6 d7c6 f3e5 e8g8
info depth 13 seldepth 16 multipv 1 score cp 23 nodes 192758 nps 1127239 tbhits 0 time 171 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8c5 e1g1 a7a6 b5c6 d7c6 f3e5 e8g8
info depth 14 seldepth 18 multipv 1 score cp 19 nodes 502573 nps 1388323 tbhits 0 time 362 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8b4 e1g1 e8g8 d2d3 d7d6 c3d5 f6d5 e4d5 a7a6
info depth 15 seldepth 21 multipv 1 score cp 18 nodes 1062166 nps 1541605 tbhits 0 time 689 pv g1f3 d7d5 d2d4 e7e6 b1c3 g8f6 e2e3 f8e7 c1d2 e8g8 f1e2 b8c6 e1g1 c8d7 a2a3
info depth 16 seldepth 21 multipv 1 score cp 24 nodes 1440357 nps 1582809 tbhits 0 time 910 pv g1f3 d7d5 d2d4 e7e6 c1f4 g8f6 e2e3 b8c6 b1d2 h7h6 f1b5 g7g5 f4g3 g5g4 b5c6 b7c6
info depth 17 seldepth 21 multipv 1 score cp 19 nodes 3140241 nps 1644966 hashfull 896 tbhits 0 time 1909 pv e2e4 e7e5 g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 c8g4 d2d3 g8f6 b1c3 f8e7 h2h3 g4f3 d1f3 e8g8
info depth 18 seldepth 23 multipv 1 score cp 19 nodes 3935639 nps 1619604 hashfull 957 tbhits 0 time 2430 pv g1f3 g8f6 d2d4 d7d5 c1f4 e7e6 e2e3 b8c6 b1d2 f8e7 f1d3 e8g8 e1g1 f6h5 c2c3 h5f4 e3f4 c8d7
info depth 19 seldepth 25 multipv 1 score cp 20 nodes 5359244 nps 1630436 hashfull 989 tbhits 0 time 3287 pv e2e4 e7e5 g1f3 b8c6 f1b5 g8f6 e1g1 f6e4 f1e1 e4d6 f3e5 f8e7 b5d3 e8g8 b1c3 c6b4 d3e2 f7f6 e5f3
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 seldepth 25 multipv 1 score cp 26 lowerbound nodes 6161488 nps 1648338 hashfull 997 tbhits 0 time 3738 pv e2e4
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove b1c3 currmovenumber 5
info depth 20 currmove f2f3 currmovenumber 6
info depth 20 seldepth 25 multipv 1 score cp 20 upperbound nodes 7230666 nps 1629996 hashfull 998 tbhits 0 time 4436 pv e2e4 e7e5
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove e2e3 currmovenumber 5
info depth 20 currmove a2a3 currmovenumber 10
info depth 20 currmove c2c4 currmovenumber 11
info depth 20 currmove c2c3 currmovenumber 12
info depth 20 currmove g2g4 currmovenumber 13
info depth 20 currmove h2h3 currmovenumber 14
info depth 20 currmove b1a3 currmovenumber 15
info depth 20 currmove g2g3 currmovenumber 16
info depth 20 currmove g1h3 currmovenumber 17
info depth 20 currmove b2b3 currmovenumber 18
info depth 20 currmove a2a4 currmovenumber 19
info depth 20 currmove h2h4 currmovenumber 20
info depth 20 seldepth 25 multipv 1 score cp 23 nodes 7798699 nps 1633919 hashfull 999 tbhits 0 time 4773 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 b1c3 e4c3 d2c3 e7e2 f1e2 b8c6 c1e3 c8f5 e2d3 f5d3 c2d3 f8e7 e1g1 e8g8
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove b1c3 currmovenumber 3
info depth 21 seldepth 32 multipv 1 score cp 17 upperbound nodes 9333898 nps 1645609 hashfull 999 tbhits 0 time 5672 pv e2e4 e7e5
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove a2a3 currmovenumber 5
info depth 21 currmove c2c3 currmovenumber 6
info depth 21 currmove d2d3 currmovenumber 8
info depth 21 currmove h2h3 currmovenumber 9
info depth 21 currmove f2f4 currmovenumber 11
info depth 21 currmove b1a3 currmovenumber 12
info depth 21 currmove f2f3 currmovenumber 13
info depth 21 currmove g2g4 currmovenumber 14
info depth 21 currmove b2b3 currmovenumber 17
info depth 21 currmove g2g3 currmovenumber 19
info depth 21 seldepth 32 multipv 1 score cp 23 lowerbound nodes 14699178 nps 1648074 hashfull 999 tbhits 0 time 8919 pv d2d4
info depth 21 currmove d2d4 currmovenumber 1
info depth 21 seldepth 32 multipv 1 score cp 32 lowerbound nodes 16637830 nps 1647962 hashfull 999 tbhits 0 time 10096 pv d2d4
info depth 21 currmove d2d4 currmovenumber 1
info depth 21 currmove f2f4 currmovenumber 9
info depth 21 seldepth 32 multipv 1 score cp 33 nodes 20349640 nps 1647877 hashfull 999 tbhits 0 time 12349 pv d2d4 g8f6 c2c4 e7e6 b1c3 d7d5 g1f3 f8e7 c1g5 b8c6 c4d5 e6d5 e2e3 e8g8 f1e2 f6e4 g5e7 c6e7 c3e4 d5e4 f3e5 g8h8
info depth 22 currmove d2d4 currmovenumber 1
info depth 22 currmove g1f3 currmovenumber 4
info depth 22 currmove c2c4 currmovenumber 7
info depth 22 currmove b2b3 currmovenumber 17
info depth 22 seldepth 32 multipv 1 score cp 27 upperbound nodes 21890003 nps 1649212 hashfull 999 tbhits 0 time 13273 pv d2d4 g8f6
info depth 22 currmove d2d4 currmovenumber 1
info depth 22 currmove e2e3 currmovenumber 3
info depth 22 currmove c2c3 currmovenumber 17
info depth 22 currmove h2h4 currmovenumber 18
info depth 22 currmove b1a3 currmovenumber 19
info depth 22 currmove g2g3 currmovenumber 20
info depth 22 seldepth 32 multipv 1 score cp 26 nodes 27875561 nps 1647199 hashfull 999 tbhits 0 time 16923 pv d2d4 g8f6 c2c4 e7e6 b1c3 d7d5 g1f3 f8e7 c1g5 b8c6 c4d5 e6d5 e2e3 c8e6 f1d3 e8g8 e1g1 h7h6 g5f6 e7f6 a2a3 a8b8
info depth 23 currmove d2d4 currmovenumber 1
info depth 23 currmove g1f3 currmovenumber 4
info depth 23 currmove d2d3 currmovenumber 6
info depth 23 currmove c2c4 currmovenumber 8
info depth 23 currmove b2b4 currmovenumber 11
info depth 23 currmove f2f3 currmovenumber 12
info depth 23 currmove g2g4 currmovenumber 13
info depth 23 currmove b1a3 currmovenumber 16
info depth 23 currmove g2g3 currmovenumber 20
info depth 23 seldepth 32 multipv 1 score cp 20 upperbound nodes 31293227 nps 1645799 hashfull 999 tbhits 0 time 19014 pv d2d4 g8f6
info depth 23 currmove d2d4 currmovenumber 1
info depth 23 currmove g1f3 currmovenumber 6
info depth 23 currmove d2d3 currmovenumber 9
info depth 23 currmove a2a3 currmovenumber 10
info depth 23 currmove f2f4 currmovenumber 11
info depth 23 currmove h2h3 currmovenumber 12
info depth 23 currmove f2f3 currmovenumber 13
info depth 23 currmove c2c3 currmovenumber 14
info depth 23 currmove b1a3 currmovenumber 15
info depth 23 currmove g1h3 currmovenumber 16
info depth 23 currmove g2g4 currmovenumber 17
info depth 23 currmove b2b4 currmovenumber 18
info depth 23 currmove g2g3 currmovenumber 19
info depth 23 currmove h2h4 currmovenumber 20
info depth 23 seldepth 32 multipv 1 score cp 24 nodes 33481011 nps 1639377 hashfull 999 tbhits 0 time 20423 pv d2d4 g8f6 c2c4 e7e6 b1c3 d7d5 g1f3 f8e7 c1g5 b8c6 c4d5 e6d5 e2e3 c8e6 f1d3 e8g8 e1g1 c6b4 d3e2 h7h6 g5f6 e7f6 a2a3 b4c6
info depth 24 currmove d2d4 currmovenumber 1
info depth 24 seldepth 32 multipv 1 score cp 31 lowerbound nodes 48499905 nps 1652129 hashfull 999 tbhits 0 time 29356 pv d2d4
info depth 24 currmove d2d4 currmovenumber 1
info depth 24 currmove e2e3 currmovenumber 4
info depth 24 currmove h2h3 currmovenumber 9
info depth 24 currmove g2g3 currmovenumber 10
info depth 24 currmove g2g4 currmovenumber 13
info depth 24 currmove f2f4 currmovenumber 14
info depth 24 currmove g1h3 currmovenumber 16
info depth 24 seldepth 32 multipv 1 score cp 24 upperbound nodes 52137379 nps 1650230 hashfull 999 tbhits 0 time 31594 pv d2d4 g8f6
info depth 24 currmove d2d4 currmovenumber 1
info depth 24 seldepth 32 multipv 1 score cp 31 lowerbound nodes 52946178 nps 1647207 hashfull 999 tbhits 0 time 32143 pv d2d4
info depth 24 currmove d2d4 currmovenumber 1
info depth 24 currmove e2e3 currmovenumber 4
info depth 24 currmove d2d3 currmovenumber 6
info depth 24 currmove c2c3 currmovenumber 9
info depth 24 currmove g2g4 currmovenumber 11
info depth 24 currmove f2f4 currmovenumber 12
info depth 24 currmove b2b3 currmovenumber 13
info depth 24 currmove g1h3 currmovenumber 14
info depth 24 currmove b2b4 currmovenumber 16
info depth 24 currmove g2g3 currmovenumber 17
info depth 24 currmove h2h4 currmovenumber 20
info depth 24 seldepth 32 multipv 1 score cp 23 upperbound nodes 56143016 nps 1645216 hashfull 999 tbhits 0 time 34125 pv d2d4 g8f6
info depth 24 currmove d2d4 currmovenumber 1
info depth 24 currmove e2e3 currmovenumber 4
info depth 24 currmove c2c4 currmovenumber 7
info depth 24 currmove d2d3 currmovenumber 8
info depth 24 currmove a2a4 currmovenumber 14
info depth 24 currmove h2h4 currmovenumber 18
info depth 24 seldepth 32 multipv 1 score cp 22 nodes 62599009 nps 1640865 hashfull 999 tbhits 0 time 38150 pv d2d4 g8f6 c2c4 e7e6 b1c3 d7d5 g1f3 f8e7 c1g5 b8c6 c4d5 e6d5 e2e3 e8g8 f1d3 c8e6 e1g1 h7h6 g5f6 e7f6 d1b3 a8b8 h2h3 f8e8 a2a3
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 seldepth 32 multipv 1 score cp 28 lowerbound nodes 67317724 nps 1637741 hashfull 999 tbhits 0 time 41104 pv d2d4
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 currmove e2e3 currmovenumber 4
info depth 25 currmove d2d3 currmovenumber 6
info depth 25 currmove a2a3 currmovenumber 7
info depth 25 currmove b2b4 currmovenumber 8
info depth 25 currmove c2c3 currmovenumber 9
info depth 25 currmove g1f3 currmovenumber 10
info depth 25 currmove h2h4 currmovenumber 17
info depth 25 currmove a2a4 currmovenumber 19
info depth 25 seldepth 32 multipv 1 score cp 27 nodes 74407277 nps 1630344 hashfull 999 tbhits 0 time 45639 pv d2d4 g8f6 c2c4 e7e6 g1f3 d7d5 b1c3 f8e7 c1g5 b8c6 e2e3 e8g8 f1e2 d5c4 e2c4 c8d7 g5f6 e7f6 e1g1 h7h6 a2a3 a7a6 c4d3 d8e7 h2h3
bestmove d2d4 ponder g8f6
real 1m50.162s
user 5m38.700s
sys 0m0.576s
-mcpu=power8, Ubuntu
--------------------
leleobhz@cj-bench:~/ovelha/Stockfish/src$ CXXFLAGS="-mcpu=power8" make -j8 build ARCH=ppc-64
make ARCH=ppc-64 COMP=gcc config-sanity
make[1]: Entering directory '/home/leleobhz/ovelha/Stockfish/src'
Config:
debug: 'no'
optimize: 'yes'
arch: 'ppc64'
bits: '64'
prefetch: 'no'
bsfq: 'no'
popcnt: 'no'
sse: 'no'
pext: 'no'
Flags:
CXX: g++
CXXFLAGS: -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
LDFLAGS: -lpthread -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
Testing config sanity. If this fails, try 'make help' ...
make[1]: Leaving directory '/home/leleobhz/ovelha/Stockfish/src'
make ARCH=ppc-64 COMP=gcc all
make[1]: Entering directory '/home/leleobhz/ovelha/Stockfish/src'
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o benchmark.o benchmark.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitbase.o bitbase.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitboard.o bitboard.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o endgame.o endgame.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o evaluate.o evaluate.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o main.o main.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o material.o material.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o misc.o misc.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movegen.o movegen.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movepick.o movepick.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o pawns.o pawns.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o position.o position.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o search.o search.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o thread.o thread.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o timeman.o timeman.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o tt.o tt.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o uci.o uci.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o ucioption.o ucioption.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o syzygy/tbprobe.o syzygy/tbprobe.cpp
g++ -o stockfish benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o material.o misc.o movegen.o movepick.o pawns.o position.o search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o -lpthread -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
make[1]: Leaving directory '/home/leleobhz/ovelha/Stockfish/src'
**Bench**
**leleobhz@cj-bench:~/ovelha/Stockfish/src$ time ./stockfish**
Stockfish 220215 64 by Tord Romstad, Marco Costalba and Joona Kiiski
setoption name Threads value 8
go depth 25
info depth 1 seldepth 1 multipv 1 score cp 89 nodes 21 nps 10500 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 89 nodes 59 nps 29500 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 77 nodes 157 nps 39250 tbhits 0 time 4 pv b1c3 d7d6 e2e3
info depth 4 seldepth 4 multipv 1 score cp 55 nodes 368 nps 73600 tbhits 0 time 5 pv b1c3 e7e6 e2e3 a7a6
info depth 5 seldepth 5 multipv 1 score cp 69 nodes 926 nps 115750 tbhits 0 time 8 pv b1c3 e7e6 g1f3 d7d5 d2d4
info depth 6 seldepth 6 multipv 1 score cp 20 nodes 2906 nps 264181 tbhits 0 time 11 pv b1c3 e7e6 g1f3 g8f6 d2d4 d7d5
info depth 7 seldepth 7 multipv 1 score cp 39 nodes 4362 nps 335538 tbhits 0 time 13 pv b1c3 d7d5 d2d4 b8c6 g1f3 g8f6 e2e3
info depth 8 seldepth 9 multipv 1 score cp 9 nodes 8687 nps 482611 tbhits 0 time 18 pv b1c3 d7d5 d2d4 b8c6 c1f4 e7e6 c3b5 f8b4 c2c3
info depth 9 seldepth 11 multipv 1 score cp 53 nodes 20479 nps 620575 tbhits 0 time 33 pv b1c3 f7f5 d2d4 e7e6 g1f3 g8f6 c1g5 f8b4 e2e3
info depth 10 seldepth 13 multipv 1 score cp 25 nodes 72892 nps 819011 tbhits 0 time 89 pv d2d4 d7d5 g1f3 b8c6 c2c4 e7e6 e2e3 g8f6 d1a4 f8b4 c1d2
info depth 11 seldepth 16 multipv 1 score cp 18 nodes 101353 nps 947224 tbhits 0 time 107 pv d2d4 d7d5 g1f3 b8c6 c2c4 e7e6 e2e3 g8f6 b1c3 f8b4 a2a3 b4c3 b2c3
info depth 12 seldepth 16 multipv 1 score cp 29 nodes 191635 nps 1175674 tbhits 0 time 163 pv e2e4 d7d5 e4d5 g8f6 d2d4 d8d5 g1f3 d5e4 f1e2 c8f5 e1g1 e4c2 b1c3 b8c6
info depth 13 seldepth 16 multipv 1 score cp 29 nodes 272254 nps 1278187 tbhits 0 time 213 pv e2e4 e7e5 b1c3 g8f6 g1f3 b8c6 f1b5 f8b4 e1g1 e8g8 d2d3 b4c3 b5c6 d7c6
info depth 14 seldepth 20 multipv 1 score cp 22 nodes 477104 nps 1411550 tbhits 0 time 338 pv e2e4 e7e5 b1c3 g8f6 g1f3 b8c6 f1b5 f8b4 e1g1 e8g8 d2d3 c6d4 f3d4 e5d4 a2a3 b4d6
info depth 15 seldepth 21 multipv 1 score cp 19 nodes 861063 nps 1513291 tbhits 0 time 569 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8b4 c3d5 f6d5 e4d5 c6d4 b5d3 d4f3 d1f3 b4c5 e1g1
info depth 16 seldepth 21 multipv 1 score cp 22 nodes 1078568 nps 1485630 tbhits 0 time 726 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1b5 f8b4 c3d5 f6d5 e4d5 c6d4 f3d4 e5d4 e1g1 e8g8 d1g4
info depth 17 seldepth 22 multipv 1 score cp 27 nodes 1901202 nps 1552001 hashfull 736 tbhits 0 time 1225 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1c4 f6e4 e1g1 e4c3 d2c3 f8e7 d1d5 e8g8 f3e5 c6e5 d5e5 d7d6 e5h5 a7a6
info depth 18 seldepth 27 multipv 1 score cp 22 nodes 2961338 nps 1559419 hashfull 912 tbhits 0 time 1899 pv e2e4 e7e5 g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 d2d3 f8d6 e1g1 g8f6 h2h3 e8g8 b1c3 h7h6 c1e3 c8d7 a2a3
info depth 19 currmove f2f3 currmovenumber 14
info depth 19 currmove a2a4 currmovenumber 15
info depth 19 currmove g1h3 currmovenumber 16
info depth 19 currmove g2g3 currmovenumber 17
info depth 19 currmove h2h4 currmovenumber 18
info depth 19 currmove b2b3 currmovenumber 19
info depth 19 currmove b1a3 currmovenumber 20
info depth 19 seldepth 27 multipv 1 score cp 16 upperbound nodes 5703852 nps 1515772 hashfull 998 tbhits 0 time 3763 pv e2e4 e7e5
info depth 19 currmove e2e4 currmovenumber 1
info depth 19 seldepth 27 multipv 1 score cp 22 lowerbound nodes 5954671 nps 1520212 hashfull 998 tbhits 0 time 3917 pv e2e4
info depth 19 currmove e2e4 currmovenumber 1
info depth 19 currmove g1f3 currmovenumber 4
info depth 19 currmove c2c4 currmovenumber 11
info depth 19 currmove a2a3 currmovenumber 12
info depth 19 currmove b2b4 currmovenumber 13
info depth 19 currmove b1a3 currmovenumber 14
info depth 19 currmove g1h3 currmovenumber 15
info depth 19 currmove g2g4 currmovenumber 16
info depth 19 currmove h2h4 currmovenumber 17
info depth 19 currmove a2a4 currmovenumber 18
info depth 19 currmove g2g3 currmovenumber 19
info depth 19 currmove b2b3 currmovenumber 20
info depth 19 seldepth 27 multipv 1 score cp 29 nodes 6533130 nps 1530365 hashfull 999 tbhits 0 time 4269 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8c5 e1g1 d7d6 c3a4 c5b6 a4b6 a7b6 d2d4 c8d7 d4d5 c6b4 b5d7 d8d7 c1d2 b4a2
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove e2e3 currmovenumber 5
info depth 20 currmove g1f3 currmovenumber 6
info depth 20 currmove f2f3 currmovenumber 7
info depth 20 currmove b2b4 currmovenumber 9
info depth 20 currmove c2c4 currmovenumber 10
info depth 20 currmove g2g4 currmovenumber 15
info depth 20 currmove g1h3 currmovenumber 16
info depth 20 seldepth 27 multipv 1 score cp 23 upperbound nodes 8223906 nps 1553145 hashfull 999 tbhits 0 time 5295 pv e2e4 e7e5
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove g1f3 currmovenumber 6
info depth 20 currmove a2a3 currmovenumber 7
info depth 20 currmove f2f3 currmovenumber 8
info depth 20 currmove g1h3 currmovenumber 13
info depth 20 currmove b2b4 currmovenumber 14
info depth 20 currmove b1a3 currmovenumber 15
info depth 20 currmove g2g4 currmovenumber 16
info depth 20 currmove g2g3 currmovenumber 17
info depth 20 currmove a2a4 currmovenumber 18
info depth 20 currmove h2h4 currmovenumber 19
info depth 20 seldepth 27 multipv 1 score cp 17 upperbound nodes 9222043 nps 1549923 hashfull 999 tbhits 0 time 5950 pv e2e4 e7e5
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 seldepth 27 multipv 1 score cp 23 lowerbound nodes 10122847 nps 1561444 hashfull 999 tbhits 0 time 6483 pv e2e4
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove c2c3 currmovenumber 7
info depth 20 seldepth 27 multipv 1 score cp 31 nodes 11045118 nps 1566239 hashfull 999 tbhits 0 time 7052 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 b1c3 h7h6 c1d2 b8c6 e1c1 c8f5 d1e1 e8c8 c1b1
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove d2d3 currmovenumber 5
info depth 21 currmove e2e3 currmovenumber 6
info depth 21 currmove a2a3 currmovenumber 7
info depth 21 currmove c2c3 currmovenumber 8
info depth 21 currmove f2f4 currmovenumber 12
info depth 21 currmove h2h4 currmovenumber 13
info depth 21 currmove g2g4 currmovenumber 17
info depth 21 currmove b2b3 currmovenumber 18
info depth 21 seldepth 29 multipv 1 score cp 25 upperbound nodes 12831383 nps 1574016 hashfull 999 tbhits 0 time 8152 pv e2e4 e7e5
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove b1c3 currmovenumber 3
info depth 21 currmove c2c3 currmovenumber 8
info depth 21 currmove a2a3 currmovenumber 9
info depth 21 currmove b1a3 currmovenumber 12
info depth 21 currmove f2f4 currmovenumber 14
info depth 21 currmove g2g3 currmovenumber 15
info depth 21 currmove h2h4 currmovenumber 17
info depth 21 seldepth 29 multipv 1 score cp 25 nodes 15815788 nps 1579683 hashfull 999 tbhits 0 time 10012 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 b1c3 c8e6 c1g5 b8d7 c3b5 d7b6 e1c1 a7a6 b5d4 e6a2 d1e1 e7e2
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove e2e3 currmovenumber 5
info depth 22 currmove d2d3 currmovenumber 6
info depth 22 currmove c2c4 currmovenumber 7
info depth 22 currmove c2c3 currmovenumber 9
info depth 22 currmove f2f3 currmovenumber 11
info depth 22 currmove a2a4 currmovenumber 16
info depth 22 currmove f2f4 currmovenumber 19
info depth 22 seldepth 29 multipv 1 score cp 22 nodes 20095708 nps 1598068 hashfull 999 tbhits 0 time 12575 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 b1c3 c8e6 c1g5 b8d7 c3b5 d7b6 e1c1 a7a6 b5d4 e6a2 d1e1 e7e2 e1e2 e8d7 h2h3
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 seldepth 32 multipv 1 score cp 28 lowerbound nodes 26868855 nps 1602962 hashfull 999 tbhits 0 time 16762 pv e2e4
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove e2e3 currmovenumber 4
info depth 23 currmove c2c4 currmovenumber 8
info depth 23 currmove f2f3 currmovenumber 10
info depth 23 currmove g2g4 currmovenumber 11
info depth 23 currmove h2h4 currmovenumber 12
info depth 23 currmove b2b3 currmovenumber 20
info depth 23 seldepth 32 multipv 1 score cp 22 upperbound nodes 29615377 nps 1604821 hashfull 999 tbhits 0 time 18454 pv e2e4 e7e5
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove b1c3 currmovenumber 4
info depth 23 seldepth 32 multipv 1 score cp 25 nodes 37256260 nps 1607605 hashfull 999 tbhits 0 time 23175 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d2d3 e4f6 b1c3 a7a6 d3d4 b8c6 h2h3 f8e7 c1f4 e8g8 d4d5 c6e5 f3e5 d6e5 f4e5 e7b4 f1e2
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove g1f3 currmovenumber 3
info depth 24 currmove b1a3 currmovenumber 11
info depth 24 currmove h2h3 currmovenumber 12
info depth 24 currmove b2b4 currmovenumber 16
info depth 24 currmove g1h3 currmovenumber 17
info depth 24 currmove a2a4 currmovenumber 18
info depth 24 currmove h2h4 currmovenumber 19
info depth 24 seldepth 32 multipv 1 score cp 24 nodes 41647361 nps 1608875 hashfull 999 tbhits 0 time 25886 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d2d3 e4f6 b1c3 a7a6 d3d4 b8c6 f1e2 f8e7 d4d5 c6e5 f3d4 c8g4 h2h3 g4e2 d1e2 c7c6 d5c6 b7c6
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove b1c3 currmovenumber 3
info depth 25 currmove g2g3 currmovenumber 12
info depth 25 currmove a2a3 currmovenumber 15
info depth 25 seldepth 32 multipv 1 score cp 18 upperbound nodes 51084840 nps 1584320 hashfull 999 tbhits 0 time 32244 pv e2e4 e7e5
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove d2d3 currmovenumber 5
info depth 25 currmove g1f3 currmovenumber 6
info depth 25 seldepth 35 multipv 1 score cp 24 lowerbound nodes 98773097 nps 1593397 hashfull 999 tbhits 0 time 61989 pv d2d4
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 currmove g1f3 currmovenumber 4
info depth 25 seldepth 35 multipv 1 score cp 18 upperbound nodes 105212753 nps 1592877 hashfull 999 tbhits 0 time 66052 pv d2d4 g8f6
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 seldepth 35 multipv 1 score cp 26 lowerbound nodes 123983594 nps 1596471 hashfull 999 tbhits 0 time 77661 pv d2d4
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 currmove d2d3 currmovenumber 7
info depth 25 seldepth 35 multipv 1 score cp 24 nodes 131479518 nps 1595315 hashfull 999 tbhits 0 time 82416 pv d2d4 g8f6 g1f3 e7e6 c2c4 d7d5 c1g5 f8b4 b1c3 e8g8 e2e3 b8d7 c4d5 e6d5 f1d3 h7h6 g5h4 b4e7 e1g1 b7b6 f3e5 c8b7 e5d7 d8d7 h4f6 e7f6 a2a3
bestmove d2d4 ponder g8f6
real 1m30.897s
user 10m21.360s
sys 0m0.778s
Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz - 8Gb RAM DDR3
========================================
Gentoo Linux, GIT at 5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b
Calculating dependencies... done!
[ebuild U *] games-board/stockfish-9999::betagarden [6-r1::gentoo] USE="optimize (-armv7) -debug -general-32 -general-64" CPU_FLAGS_X86="avx2 popcnt sse" 0 KiB
Total: 1 package (1 upgrade), Size of downloads: 0 KiB
/var/lib/layman/kde/sets/kdeedu-live: Validation failed at line: 5, data ~kde-apps/kgeography
Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) games-board/stockfish-9999::betagarden
>>> Unpacking source...
Initialized empty Git repository in /usr/portage/distfiles/git3-src/official-stockfish_Stockfish.git/
* Fetching git://github.com/official-stockfish/Stockfish.git ...
git fetch git://github.com/official-stockfish/Stockfish.git +HEAD:refs/git-r3/HEAD
remote: Counting objects: 17195, done.
remote: Compressing objects: 100% (3809/3809), done.
remote: Total 17195 (delta 13392), reused 17188 (delta 13386)
Receiving objects: 100% (17195/17195), 5.32 MiB | 889.00 KiB/s, done.
Resolving deltas: 100% (13392/13392), done.
From git://github.com/official-stockfish/Stockfish
* [new ref] -> refs/git-r3/HEAD
* [new tag] sf_0 -> sf_0
* [new tag] sf_1.0 -> sf_1.0
* [new tag] sf_1.01 -> sf_1.01
* [new tag] sf_1.1 -> sf_1.1
* [new tag] sf_1.1a -> sf_1.1a
* [new tag] sf_1.2 -> sf_1.2
* [new tag] sf_1.2_optimistic -> sf_1.2_optimistic
* [new tag] sf_1.3 -> sf_1.3
* [new tag] sf_1.3.1 -> sf_1.3.1
* [new tag] sf_1.3rc1 -> sf_1.3rc1
* [new tag] sf_1.4 -> sf_1.4
* [new tag] sf_1.5 -> sf_1.5
* [new tag] sf_1.5.1 -> sf_1.5.1
* [new tag] sf_1.6 -> sf_1.6
* [new tag] sf_1.6.1 -> sf_1.6.1
* [new tag] sf_1.6.2 -> sf_1.6.2
* [new tag] sf_1.7 -> sf_1.7
* [new tag] sf_1.7.1 -> sf_1.7.1
* [new tag] sf_1.8 -> sf_1.8
* [new tag] sf_1.8_beta_1 -> sf_1.8_beta_1
* [new tag] sf_1.8_beta_2 -> sf_1.8_beta_2
* [new tag] sf_1.9 -> sf_1.9
* [new tag] sf_1.9.1 -> sf_1.9.1
* [new tag] sf_2.0 -> sf_2.0
* [new tag] sf_2.0.1 -> sf_2.0.1
* [new tag] sf_2.1 -> sf_2.1
* [new tag] sf_2.1.1 -> sf_2.1.1
* [new tag] sf_2.2 -> sf_2.2
* [new tag] sf_2.2.1 -> sf_2.2.1
* [new tag] sf_2.2.2 -> sf_2.2.2
* [new tag] sf_2.3 -> sf_2.3
* [new tag] sf_2.3.1 -> sf_2.3.1
* [new tag] sf_3 -> sf_3
* [new tag] sf_4 -> sf_4
* [new tag] sf_5 -> sf_5
* [new tag] sf_6 -> sf_6
* [new tag] sf_dd -> sf_dd
git symbolic-ref refs/git-r3/games-board/stockfish/0/__main__ refs/heads/master
* Checking out git://github.com/official-stockfish/Stockfish.git to /var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999 ...
git checkout --quiet master
GIT NEW branch -->
repository: git://github.com/official-stockfish/Stockfish.git
at the commit: 5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b
>>> Source unpacked in /var/tmp/portage/games-board/stockfish-9999/work
>>> Preparing source in /var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src ...
make -j5 build ARCH=x86-64-bmi2 debug=no optimize=yes
make ARCH=x86-64-bmi2 COMP=gcc config-sanity
make[1]: Entering directory '/var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src'
Config:
debug: 'no'
optimize: 'yes'
arch: 'x86_64'
bits: '64'
prefetch: 'yes'
bsfq: 'yes'
popcnt: 'yes'
sse: 'yes'
pext: 'yes'
Flags:
CXX: g++
CXXFLAGS: -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto
LDFLAGS: -Wl,-O1 -Wl,--as-needed -lpthread -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -lpthread -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto
Testing config sanity. If this fails, try 'make help' ...
make[1]: Leaving directory '/var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src'
make ARCH=x86-64-bmi2 COMP=gcc all
make[1]: Entering directory '/var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src'
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o benchmark.o benchmark.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o bitbase.o bitbase.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o bitboard.o bitboard.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o endgame.o endgame.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o evaluate.o evaluate.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o main.o main.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o material.o material.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o misc.o misc.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o movegen.o movegen.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o movepick.o movepick.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o pawns.o pawns.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o position.o position.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o search.o search.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o thread.o thread.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o timeman.o timeman.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o tt.o tt.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o uci.o uci.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o ucioption.o ucioption.cpp
g++ -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -c -o syzygy/tbprobe.o syzygy/tbprobe.cpp
g++ -o stockfish benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o material.o misc.o movegen.o movepick.o pawns.o position.o search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o -Wl,-O1 -Wl,--as-needed -lpthread -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -lpthread -O2 -pipe -march=native -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -msse3 -mpopcnt -DUSE_POPCNT -DUSE_PEXT -mbmi -mbmi2 -flto
make[1]: Leaving directory '/var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src'
>>> Source compiled.
>>> Test phase [not enabled]: games-board/stockfish-9999
>>> Install stockfish-9999 into /var/tmp/portage/games-board/stockfish-9999/image/ category games-board
make -j5 PREFIX=/var/tmp/portage/games-board/stockfish-9999/image//usr install
mkdir -p -m 755 /var/tmp/portage/games-board/stockfish-9999/image//usr/bin
cp stockfish /var/tmp/portage/games-board/stockfish-9999/image//usr/bin
>>> Completed installing stockfish-9999 into /var/tmp/portage/games-board/stockfish-9999/image/
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
make[1]: Leaving directory '/var/tmp/portage/games-board/stockfish-9999/work/stockfish-9999/src'
>>> Source compiled.
>>> Test phase [not enabled]: games-board/stockfish-9999
>>> Install stockfish-9999 into /var/tmp/portage/games-board/stockfish-9999/image/ category games-board
make -j5 PREFIX=/var/tmp/portage/games-board/stockfish-9999/image//usr install
mkdir -p -m 755 /var/tmp/portage/games-board/stockfish-9999/image//usr/bin
cp stockfish /var/tmp/portage/games-board/stockfish-9999/image//usr/bin
>>> Completed installing stockfish-9999 into /var/tmp/portage/games-board/stockfish-9999/image/
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
usr/bin/stockfish
ecompressdir: bzip2 -9 /usr/share/doc
>>> Installing (1 of 1) games-board/stockfish-9999::betagarden
**Bench**
** leonardo  dora  ~  $  time stockfish**
Stockfish 6 64 BMI2 by Tord Romstad, Marco Costalba and Joona Kiiski
setoption name Threads value 4
go depth 25
info depth 1 seldepth 1 multipv 1 score cp 84 nodes 21 nps 10500 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 82 nodes 62 nps 31000 tbhits 0 time 2 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 75 nodes 162 nps 81000 tbhits 0 time 2 pv b1c3 d7d6 e2e3
info depth 4 seldepth 4 multipv 1 score cp 60 nodes 430 nps 143333 tbhits 0 time 3 pv g1f3 e7e6 e2e3 d7d6
info depth 5 seldepth 5 multipv 1 score cp 136 nodes 1911 nps 477750 tbhits 0 time 4 pv e2e4 c7c5 d2d4 d7d6 g1f3
info depth 6 seldepth 6 multipv 1 score cp 51 nodes 6518 nps 931142 tbhits 0 time 7 pv b1c3 f7f5 d2d4 g8f6 g1f3 e7e6
info depth 7 seldepth 7 multipv 1 score cp 51 nodes 8916 nps 1114500 tbhits 0 time 8 pv b1c3 d7d5 e2e3 e7e6 g1f3 g8f6 d2d4
info depth 8 seldepth 9 multipv 1 score cp 46 nodes 14659 nps 1332636 tbhits 0 time 11 pv e2e4 b8c6 g1f3 d7d5 e4d5 d8d5 b1c3 d5e6 d1e2
info depth 9 seldepth 12 multipv 1 score cp 48 nodes 21848 nps 1560571 tbhits 0 time 14 pv e2e4 b8c6 d2d4 d7d5 e4e5 g8h6 g1f3 e7e6 h2h3 b7b6
info depth 10 seldepth 12 multipv 1 score cp 47 nodes 38047 nps 1902350 tbhits 0 time 20 pv e2e4 b8c6 d2d4 d7d5 e4e5 e7e6 g1f3 c8d7 b1c3 g8e7 h2h3
info depth 11 seldepth 13 multipv 1 score cp 43 nodes 64560 nps 2226206 tbhits 0 time 29 pv e2e4 d7d5 e4d5 d8d5 b1c3 d5e6 d1e2 g8f6 g1f3 b8c6 d2d4 a7a6 c1g5
info depth 12 seldepth 18 multipv 1 score cp 31 nodes 198293 nps 2716342 tbhits 0 time 73 pv e2e4 e7e5 d2d4 e5d4 g1f3 d7d5 d1d4 g8f6 e4d5 d8d5 d4e3 d5e6 b1c3 b8c6 e3e6 c8e6 f1b5
info depth 13 seldepth 18 multipv 1 score cp 26 nodes 245705 nps 2730055 tbhits 0 time 90 pv e2e4 e7e5 d2d4 e5d4 g1f3 d7d5 d1d4 g8f6 e4d5 d8d5 d4e3 d5e6 f3d4 e6e3 c1e3 b8c6 b1c3
info depth 14 seldepth 18 multipv 1 score cp 26 nodes 345756 nps 2788354 tbhits 0 time 124 pv e2e4 e7e5 d2d4 e5d4 g1f3 d7d5 d1d4 g8f6 e4d5 d8d5 d4e3 d5e6 f3d4 e6e3 c1e3 b8c6 b1c3
info depth 15 seldepth 20 multipv 1 score cp 24 nodes 850488 nps 3005257 tbhits 0 time 283 pv g1f3 g8f6 d2d4 d7d5 c1f4 e7e6 e2e3 f8d6 f4d6 d8d6 f1d3 e8g8 e1g1 d6b4 b1d2 b4b2
info depth 16 seldepth 20 multipv 1 score cp 20 nodes 1128537 nps 3041878 tbhits 0 time 371 pv g1f3 g8f6 d2d4 d7d5 c1f4 c8f5 e2e3 e7e6 b1c3 f8b4 a2a3 b4c3 b2c3 b8c6 d1b1 e8g8 b1b7
info depth 17 seldepth 20 multipv 1 score cp 15 nodes 1605806 nps 3088088 tbhits 0 time 520 pv g1f3 g8f6 d2d4 d7d5 c1f4 c8f5 e2e3 e7e6 f1d3 f8d6 d3f5 e6f5 f4d6 d8d6 e1g1 b8c6 b1c3 e8g8
info depth 18 seldepth 21 multipv 1 score cp 22 nodes 2962666 nps 3125175 tbhits 0 time 948 pv e2e4 e7e5 g1f3 b8c6 f1c4 g8f6 d2d3 f8b4 c1d2 b4d2 b1d2 e8g8 e1g1 d7d6 h2h3 c8d7 a2a3 a8c8 f1e1 h7h6
info depth 19 seldepth 23 multipv 1 score cp 19 nodes 4852171 nps 3148715 tbhits 0 time 1541 pv e2e4 e7e5 g1f3 b8c6 f1b5 g8f6 e1g1 f8c5 d2d3 d7d6 c1g5 a7a6 b5c6 b7c6 b1c3 e8g8 a2a3 h7h6 g5e3 c5e3
info depth 20 seldepth 24 multipv 1 score cp 25 nodes 6523626 nps 3128837 tbhits 0 time 2085 pv e2e4 e7e5 g1f3 b8c6 f1b5 g8f6 e1g1 f8c5 c2c3 a7a6 b5c6 d7c6 d2d4 c5e7 f3e5 f6e4 f1e1 e4d6 d1h5 e8g8 c1f4
info depth 21 seldepth 26 multipv 1 score cp 21 nodes 9094940 nps 3137268 tbhits 0 time 2899 pv e2e4 e7e5 g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 f8d6 d2d3 g8f6 b1c3 e8g8 h2h3 c8d7 c1d2 c6c5 a2a3 c7c6 f1e1 h7h6
info depth 22 currmove e2e3 currmovenumber 3
info depth 22 currmove c2c3 currmovenumber 8
info depth 22 currmove f2f4 currmovenumber 13
info depth 22 currmove g2g3 currmovenumber 15
info depth 22 currmove g1h3 currmovenumber 17
info depth 22 currmove g2g4 currmovenumber 19
info depth 22 seldepth 26 multipv 1 score cp 15 upperbound nodes 12231935 nps 3145264 tbhits 0 time 3889 pv e2e4 e7e5
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 seldepth 26 multipv 1 score cp 21 lowerbound nodes 13887133 nps 3122809 tbhits 0 time 4447 pv e2e4
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 seldepth 26 multipv 1 score cp 30 lowerbound nodes 15765334 nps 3133638 tbhits 0 time 5031 pv e2e4
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove a2a3 currmovenumber 5
info depth 22 seldepth 26 multipv 1 score cp 22 upperbound nodes 16732730 nps 3134056 tbhits 0 time 5339 pv e2e4 e7e5
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove c2c4 currmovenumber 8
info depth 22 seldepth 29 multipv 1 score cp 21 nodes 18566796 nps 3132579 tbhits 0 time 5927 pv e2e4 e7e5 g1f3 b8c6 f1c4 g8f6 d2d4 e5d4 e1g1 f8e7 f3d4 e8g8 b1c3 d7d6 c1f4 c6d4 d1d4 a7a6 f2f3 c8e6 c4e2 d6d5 e4d5 f6d5 c3d5 e6d5
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove g1f3 currmovenumber 2
info depth 23 seldepth 29 multipv 1 score cp 15 upperbound nodes 21993607 nps 3133885 tbhits 0 time 7018 pv e2e4 e7e5
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 seldepth 29 multipv 1 score cp 21 lowerbound nodes 24845889 nps 3141073 tbhits 0 time 7910 pv e2e4
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove g1f3 currmovenumber 2
info depth 23 currmove b2b4 currmovenumber 10
info depth 23 currmove h2h3 currmovenumber 11
info depth 23 currmove f2f4 currmovenumber 12
info depth 23 currmove f2f3 currmovenumber 13
info depth 23 currmove h2h4 currmovenumber 14
info depth 23 currmove g2g4 currmovenumber 15
info depth 23 currmove g2g3 currmovenumber 16
info depth 23 currmove b2b3 currmovenumber 17
info depth 23 currmove g1h3 currmovenumber 18
info depth 23 currmove a2a4 currmovenumber 19
info depth 23 currmove b1a3 currmovenumber 20
info depth 23 seldepth 29 multipv 1 score cp 21 nodes 28598545 nps 3134430 tbhits 0 time 9124 pv e2e4 e7e5 b1c3 g8f6 g1f3 b8c6 f1b5 f8c5 b5c6 d7c6 e1g1 c8g4 d2d3 e8g8 h2h3 g4f3 d1f3 a7a6 c1e3 d8e7 a2a3 h7h6 e3c5
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove g1f3 currmovenumber 2
info depth 24 currmove b1a3 currmovenumber 17
info depth 24 currmove g2g4 currmovenumber 18
info depth 24 currmove g2g3 currmovenumber 19
info depth 24 seldepth 29 multipv 1 score cp 18 nodes 34176775 nps 3130314 tbhits 0 time 10918 pv e2e4 e7e5 b1c3 g8f6 g1f3 b8c6 f1b5 f8c5 b5c6 d7c6 e1g1 d8e7 d2d3 e8g8 h2h3 h7h6 c1e3 c5e3 f2e3 c8d7 a2a3 a8d8 d1e2 f8e8 a1e1 a7a6
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 seldepth 30 multipv 1 score cp 24 lowerbound nodes 47715225 nps 3132770 tbhits 0 time 15231 pv e2e4
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove d2d4 currmovenumber 3
info depth 25 currmove c2c4 currmovenumber 16
info depth 25 currmove h2h4 currmovenumber 17
info depth 25 currmove a2a3 currmovenumber 20
info depth 25 seldepth 33 multipv 1 score cp 18 upperbound nodes 82285428 nps 3142104 tbhits 0 time 26188 pv e2e4 e7e5
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove e2e3 currmovenumber 5
info depth 25 seldepth 34 multipv 1 score cp 24 lowerbound nodes 116082938 nps 3160955 tbhits 0 time 36724 pv d2d4
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 currmove e2e4 currmovenumber 2
info depth 25 currmove a2a4 currmovenumber 9
info depth 25 seldepth 34 multipv 1 score cp 16 upperbound nodes 129044408 nps 3155351 tbhits 0 time 40897 pv d2d4 g8f6
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 seldepth 34 multipv 1 score cp 27 lowerbound nodes 167898040 nps 3162874 tbhits 0 time 53084 pv d2d4
info depth 25 currmove d2d4 currmovenumber 1
info depth 25 currmove a2a3 currmovenumber 6
info depth 25 seldepth 34 multipv 1 score cp 19 nodes 172534930 nps 3160443 tbhits 0 time 54592 pv d2d4 g8f6 g1f3 d7d5 c2c4 e7e6 b1c3 f8e7 c1g5 e8g8 e2e3 b8c6 f1d3 d5c4 d3c4 h7h6 g5f6 e7f6 e1g1 b7b6 a1c1 c8b7 a2a3 a7a5 c4d3 f6e7 d1c2 f7f5 g1h1
bestmove d2d4 ponder g8f6
real 1m7.112s
user 3m25.507s
sys 0m0.758s
@leleobhz
Copy link
Author

PPC RunAbove - Single Tenancy Dedicated:

-mcpu=power8, Ubuntu, GIT at 5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b

Build
leleobhz@compressor:~/Stockfish/src$ CXXFLAGS="-mcpu=power8" make -j8 build ARCH=ppc-64
make ARCH=ppc-64 COMP=gcc config-sanity
make[1]: Entering directory `/home/leleobhz/Stockfish/src'

Config:
debug: 'no'
optimize: 'yes'
arch: 'ppc64'
bits: '64'
prefetch: 'no'
bsfq: 'no'
popcnt: 'no'
sse: 'no'
pext: 'no'

Flags:
CXX: g++
CXXFLAGS: -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
LDFLAGS: -lpthread -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto

Testing config sanity. If this fails, try 'make help' ...

make[1]: Leaving directory /home/leleobhz/Stockfish/src' make ARCH=ppc-64 COMP=gcc all make[1]: Entering directory/home/leleobhz/Stockfish/src'
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o benchmark.o benchmark.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitbase.o bitbase.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o bitboard.o bitboard.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o endgame.o endgame.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o evaluate.o evaluate.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o main.o main.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o material.o material.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o misc.o misc.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movegen.o movegen.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o movepick.o movepick.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o pawns.o pawns.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o position.o position.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o search.o search.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o thread.o thread.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o timeman.o timeman.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o tt.o tt.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o uci.o uci.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o ucioption.o ucioption.cpp
g++ -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -c -o syzygy/tbprobe.o syzygy/tbprobe.cpp
g++ -o stockfish benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o material.o misc.o movegen.o movepick.o pawns.o position.o search.o thread.o timeman.o tt.o uci.o ucioption.o syzygy/tbprobe.o -lpthread -mcpu=power8 -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto -Wall -Wcast-qual -fno-exceptions -fno-rtti -ansi -pedantic -Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
make[1]: Leaving directory `/home/leleobhz/Stockfish/src'

Bench

leleobhz@compressor:~/Stockfish/src$ time ./stockfish
Stockfish 220215 64 by Tord Romstad, Marco Costalba and Joona Kiiski
setoption name Threads value 8
go depth 25
info depth 1 seldepth 1 multipv 1 score cp 89 nodes 21 nps 10500 tbhits 0 time 2 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 89 nodes 59 nps 19666 tbhits 0 time 3 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 77 nodes 157 nps 39250 tbhits 0 time 4 pv b1c3 d7d6 e2e3
info depth 4 seldepth 4 multipv 1 score cp 55 nodes 368 nps 61333 tbhits 0 time 6 pv b1c3 e7e6 e2e3 a7a6
info depth 5 seldepth 5 multipv 1 score cp 69 nodes 926 nps 115750 tbhits 0 time 8 pv b1c3 e7e6 g1f3 d7d5 d2d4
info depth 6 seldepth 6 multipv 1 score cp 20 nodes 2906 nps 264181 tbhits 0 time 11 pv b1c3 e7e6 g1f3 g8f6 d2d4 d7d5
info depth 7 seldepth 7 multipv 1 score cp 39 nodes 4353 nps 290200 tbhits 0 time 15 pv b1c3 d7d5 d2d4 b8c6 g1f3 g8f6 e2e3
info depth 8 seldepth 9 multipv 1 score cp 9 nodes 9887 nps 429869 tbhits 0 time 23 pv b1c3 d7d5 d2d4 b8c6 c1f4 e7e6 c3b5 f8b4 c2c3
info depth 9 seldepth 11 multipv 1 score cp 28 nodes 16214 nps 491333 tbhits 0 time 33 pv b1c3 d7d5 d2d4 g8f6 c1f4 b8c6 g1f3 e7e6 c3b5
info depth 10 seldepth 13 multipv 1 score cp 15 nodes 37758 nps 531802 tbhits 0 time 71 pv b1c3 d7d5 d2d4 g8f6 c1f4 b8c6 c3b5 e7e5 d4e5 f6e4 e5e6 f8b4 c2c3
info depth 11 seldepth 17 multipv 1 score cp 35 nodes 69463 nps 655311 tbhits 0 time 106 pv b1c3 d7d5 d2d4 g8f6 c1f4 f6h5 f4d2 h5f6 e2e3 e7e6 g1f3 b8c6 f1d3
info depth 12 seldepth 18 multipv 1 score cp 28 nodes 271656 nps 1141411 tbhits 0 time 238 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1b5 f8c5 d2d3 e8g8 b5c6 d7c6 f3e5
info depth 13 seldepth 18 multipv 1 score cp 27 nodes 493876 nps 1474256 tbhits 0 time 335 pv g1f3 d7d5 e2e3 g8f6 d2d4 e7e6 f1e2 f8e7 e1g1 e8g8 c1d2 c7c5 d4c5
info depth 14 seldepth 18 multipv 1 score cp 25 nodes 564884 nps 1474892 tbhits 0 time 383 pv g1f3 d7d5 e2e3 g8f6 d2d4 b8c6 b1c3 e7e6 f1e2 f8b4 e1g1 b4c3 b2c3 e8g8
info depth 15 seldepth 19 multipv 1 score cp 15 nodes 1290380 nps 1937507 tbhits 0 time 666 pv g1f3 d7d5 e2e3 g8f6 d2d4 e7e6 f1e2 f8e7 c2c4 e8g8 b1c3 c7c5 c4d5 e6d5 d4c5 b8c6
info depth 16 seldepth 21 multipv 1 score cp 26 nodes 2132003 nps 2193418 tbhits 0 time 972 pv e2e4 e7e5 g1f3 b8c6 f1c4 g8f6 d2d3 d7d5 e4d5 f6d5 e1g1 c8e6 c4d5 e6d5 b1c3 f8b4 c3d5 d8d5
info depth 17 seldepth 25 multipv 1 score cp 25 nodes 3226159 nps 2132292 hashfull 932 tbhits 0 time 1513 pv e2e4 e7e5 g1f3 b8c6 f1b5 c6d4 f3d4 e5d4 d2d3 a7a6 b5c4 d7d5 c4d5 g8f6 e1g1 f8d6 b1d2 f6d5 e4d5 e8g8 d2f3
info depth 18 seldepth 25 multipv 1 score cp 25 nodes 4871553 nps 2267948 hashfull 992 tbhits 0 time 2148 pv e2e4 e7e5 g1f3 g8f6 d2d4 f6e4 f1d3 d7d5 f3e5 f8d6 d1h5 e8g8 b1c3 e4f6 h5g5 b8c6 e5c6 b7c6 e1g1 f8e8
info depth 19 seldepth 25 multipv 1 score cp 20 nodes 6887819 nps 2348386 hashfull 999 tbhits 0 time 2933 pv e2e4 e7e5 g1f3 g8f6 d2d4 f6e4 f3e5 d8e7 f1d3 d7d6 e1g1 d6e5 d3e4 f7f5 e4f3 e5e4 f3h5 g7g6 h5e2 b8d7 b1d2
info depth 20 seldepth 25 multipv 1 score cp 27 lowerbound nodes 7527925 nps 2424452 hashfull 999 tbhits 0 time 3105 pv e2e4
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 seldepth 25 multipv 1 score cp 33 lowerbound nodes 8286342 nps 2501914 hashfull 999 tbhits 0 time 3312 pv e2e4
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove b1c3 currmovenumber 2
info depth 20 seldepth 25 multipv 1 score cp 27 upperbound nodes 8911284 nps 2554840 hashfull 999 tbhits 0 time 3488 pv e2e4 e7e5
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove b1c3 currmovenumber 2
info depth 20 seldepth 25 multipv 1 score cp 21 nodes 9521951 nps 2568640 hashfull 999 tbhits 0 time 3707 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 b1c3 e4c3 d2c3 e7e2 f1e2 f8e7 e1g1 b8c6 c1f4 c8d7 e2d3 e8g8 a1e1 a7a6
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove d2d4 currmovenumber 4
info depth 21 seldepth 26 multipv 1 score cp 15 upperbound nodes 12932749 nps 2812078 hashfull 999 tbhits 0 time 4599 pv e2e4 e7e5
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove b1c3 currmovenumber 2
info depth 21 currmove g1f3 currmovenumber 5
info depth 21 currmove b2b4 currmovenumber 12
info depth 21 currmove f2f4 currmovenumber 13
info depth 21 currmove a2a4 currmovenumber 14
info depth 21 currmove g2g4 currmovenumber 15
info depth 21 currmove g1h3 currmovenumber 16
info depth 21 currmove h2h4 currmovenumber 17
info depth 21 currmove g2g3 currmovenumber 18
info depth 21 currmove b2b3 currmovenumber 19
info depth 21 currmove b1a3 currmovenumber 20
info depth 21 seldepth 26 multipv 1 score cp 17 nodes 13874371 nps 2832082 hashfull 999 tbhits 0 time 4899 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 b1c3 e4c3 d2c3 e7e2 f1e2 f8e7 c1e3 b8c6 e1c1 e8g8 h1e1 c8f5 c1b1 a7a6 f3d4 c6d4 d1d4
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 seldepth 27 multipv 1 score cp 24 lowerbound nodes 14875634 nps 2855756 hashfull 999 tbhits 0 time 5209 pv e2e4
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 seldepth 27 multipv 1 score cp 30 lowerbound nodes 15641709 nps 2893397 hashfull 999 tbhits 0 time 5406 pv e2e4
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove d2d4 currmovenumber 3
info depth 22 currmove e2e3 currmovenumber 6
info depth 22 currmove a2a3 currmovenumber 7
info depth 22 currmove d2d3 currmovenumber 8
info depth 22 currmove c2c3 currmovenumber 9
info depth 22 currmove f2f3 currmovenumber 10
info depth 22 seldepth 27 multipv 1 score cp 34 nodes 18104127 nps 3019871 hashfull 999 tbhits 0 time 5995 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 c1g5 b8c6 b1c3 c8e6 e1c1 h7h6 g5f6 g7f6 d3d4 d6d5 c1b1 e8c8 a2a3 c8b8 h2h3
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove d2d4 currmovenumber 4
info depth 23 seldepth 31 multipv 1 score cp 27 upperbound nodes 20336269 nps 3096265 hashfull 999 tbhits 0 time 6568 pv e2e4 e7e5
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove b1c3 currmovenumber 2
info depth 23 currmove a2a4 currmovenumber 15
info depth 23 currmove b1a3 currmovenumber 20
info depth 23 seldepth 31 multipv 1 score cp 21 upperbound nodes 29310108 nps 3373631 hashfull 999 tbhits 0 time 8688 pv e2e4 e7e6
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 seldepth 31 multipv 1 score cp 27 lowerbound nodes 32656112 nps 3468151 hashfull 999 tbhits 0 time 9416 pv e2e4
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove b1c3 currmovenumber 2
info depth 23 currmove g2g3 currmovenumber 16
info depth 23 currmove a2a4 currmovenumber 17
info depth 23 seldepth 31 multipv 1 score cp 20 upperbound nodes 36824513 nps 3585639 hashfull 999 tbhits 0 time 10270 pv e2e4 e7e6
info depth 23 currmove e2e4 currmovenumber 1
info depth 23 currmove e2e3 currmovenumber 3
info depth 23 currmove c2c4 currmovenumber 6
info depth 23 currmove g2g4 currmovenumber 13
info depth 23 currmove g1h3 currmovenumber 15
info depth 23 currmove a2a4 currmovenumber 16
info depth 23 seldepth 31 multipv 1 score cp 18 nodes 59088674 nps 3919646 hashfull 999 tbhits 0 time 15075 pv e2e4 e7e6 d2d4 d7d5 e4d5 e6d5 g1f3 g8f6 f1d3 f8d6 e1g1 e8g8
b1c3 b8c6 c1g5 c6b4 a2a3 b4d3 d1d3 c7c6 a1e1 d8b6 f3e5 b6b2 g5f6 g7f6
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove e2e3 currmovenumber 4
info depth 24 currmove f2f3 currmovenumber 7
info depth 24 currmove b2b3 currmovenumber 11
info depth 24 currmove b1a3 currmovenumber 14
info depth 24 currmove g2g3 currmovenumber 15
info depth 24 currmove h2h4 currmovenumber 18
info depth 24 currmove a2a3 currmovenumber 19
info depth 24 seldepth 34 multipv 1 score cp 17 nodes 75605143 nps 4015356 hashfull 999 tbhits 0 time 18829 pv e2e4 e7e6 d2d4 d7d5 b1c3 g8f6 c1g5 f8e7 e4e5 f6d7 g5e7 d8e7 f2f4 e8g8 g1f3 f7f6 e5f6 d7f6 d1e2 c7c5 e1c1 b8c6 c1b1 c8d7 g2g3 c5c4
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 seldepth 34 multipv 1 score cp 24 lowerbound nodes 80782743 nps 4008472 hashfull 999 tbhits 0 time 20153 pv e2e4
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove d2d4 currmovenumber 4
info depth 25 currmove c2c3 currmovenumber 13
info depth 25 currmove h2h4 currmovenumber 17
info depth 25 currmove c2c4 currmovenumber 20
info depth 25 seldepth 34 multipv 1 score cp 17 upperbound nodes 86508883 nps 4048146 hashfull 999 tbhits 0 time 21370 pv e2e4 e7e6
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 seldepth 34 multipv 1 score cp 24 lowerbound nodes 89406849 nps 4008916 hashfull 999 tbhits 0 time 22302 pv e2e4
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove g1f3 currmovenumber 3
info depth 25 seldepth 34 multipv 1 score cp 16 upperbound nodes 120867102 nps 4407829 hashfull 999 tbhits 0 time 27421 pv e2e4 e7e6
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove b1c3 currmovenumber 2
info depth 25 currmove f2f3 currmovenumber 9
info depth 25 seldepth 34 multipv 1 score cp 23 nodes 133323047 nps 4376556 hashfull 999 tbhits 0 time 30463 pv e2e4 e7e6 d2d4 d7d5 e4d5 e6d5 g1f3 g8f6 f1d3 f8d6 d1e2 d6e7 c1e3 b8c6 c2c3 e8g8 e1g1 f6e4 b1d2 c8f5 e3f4 g7g5 f4e3 a7a6 a1e1 g5g4 d2e4 d5e4
bestmove e2e4 ponder e7e6
^C

real 0m48.159s
user 3m15.803s
sys 0m5.707s

@leleobhz
Copy link
Author

Bench

leleobhz@compressor:~/Stockfish/src$ time ./stockfish
Stockfish 220215 64 by Tord Romstad, Marco Costalba and Joona Kiiski
setoption name threads value 128
setoption name hash value 16384
go depth 25
info depth 1 seldepth 1 multipv 1 score cp 89 nodes 21 nps 5250 tbhits 0 time 4 pv e2e4
info depth 2 seldepth 2 multipv 1 score cp 89 nodes 59 nps 11800 tbhits 0 time 5 pv e2e4 b7b6
info depth 3 seldepth 3 multipv 1 score cp 77 nodes 157 nps 19625 tbhits 0 time 8 pv b1c3 d7d6 e2e3
info depth 4 seldepth 4 multipv 1 score cp 55 nodes 368 nps 24533 tbhits 0 time 15 pv b1c3 e7e6 e2e3 a7a6
info depth 5 seldepth 5 multipv 1 score cp 69 nodes 926 nps 30866 tbhits 0 time 30 pv b1c3 e7e6 g1f3 d7d5 d2d4
info depth 6 seldepth 6 multipv 1 score cp 20 nodes 2906 nps 38746 tbhits 0 time 75 pv b1c3 e7e6 g1f3 g8f6 d2d4 d7d5
info depth 7 seldepth 7 multipv 1 score cp 39 nodes 4351 nps 43510 tbhits 0 time 100 pv b1c3 d7d5 d2d4 b8c6 g1f3 g8f6 e2e3
info depth 8 seldepth 9 multipv 1 score cp 9 nodes 8828 nps 62169 tbhits 0 time 142 pv b1c3 d7d5 d2d4 b8c6 c1f4 e7e6 c3b5 f8b4 c2c3
info depth 9 seldepth 11 multipv 1 score cp 39 nodes 15279 nps 80415 tbhits 0 time 190 pv b1c3 d7d5 d2d4 g8f6 c1f4 b8c6 g1f3 e7e6 e2e3
info depth 10 seldepth 15 multipv 1 score cp 30 nodes 39465 nps 109930 tbhits 0 time 359 pv g1f3 d7d5 d2d4 g8f6 b1c3 b8c6 c1f4 f6h5 f4g5 h5f6
info depth 11 seldepth 15 multipv 1 score cp 32 nodes 70369 nps 125883 tbhits 0 time 559 pv g1f3 g8f6 b1c3 d7d5 d2d4 b8c6 e2e3 e7e6 f1e2 a7a6 e1g1
info depth 12 seldepth 15 multipv 1 score cp 37 nodes 156748 nps 174746 tbhits 0 time 897 pv e2e4 e7e5 b1c3 b8c6 g1f3 g8f6 f1b5 f8b4 e1g1 e8g8 d2d3 d7d6 d3d4 e5d4
info depth 13 seldepth 16 multipv 1 score cp 30 nodes 291066 nps 196004 hashfull 1 tbhits 0 time 1485 pv e2e4 e7e5 g1f3 g8f6 b1c3 b8c6 d2d4 e5d4 f3d4 f8b4 d4c6 b4c3 b2c3 d7c6 d1d8 e8d8
info depth 14 seldepth 21 multipv 1 score cp 25 nodes 446161 nps 178464 hashfull 1 tbhits 0 time 2500 pv e2e4 e7e5 g1f3 g8f6 d2d4 f6e4 d4e5 d7d5 e5d6 e4d6 d1e2 d8e7 b1c3 b8c6 c1f4 f7f6
info depth 15 currmove e2e3 currmovenumber 3
info depth 15 seldepth 21 multipv 1 score cp 25 upperbound nodes 628303 nps 176936 hashfull 1 tbhits 0 time 3551 pv e2e4 e7e5
info depth 15 currmove e2e4 currmovenumber 1
info depth 15 currmove d2d4 currmovenumber 3
info depth 15 currmove f2f4 currmovenumber 14
info depth 15 currmove a2a3 currmovenumber 17
info depth 15 currmove h2h3 currmovenumber 20
info depth 15 seldepth 21 multipv 1 score cp 15 upperbound nodes 799522 nps 201238 hashfull 1 tbhits 0 time 3973 pv e2e4 e7e5
info depth 15 currmove e2e4 currmovenumber 1
info depth 15 seldepth 21 multipv 1 score cp 23 lowerbound nodes 842152 nps 202391 hashfull 1 tbhits 0 time 4161 pv e2e4
info depth 15 currmove e2e4 currmovenumber 1
info depth 15 currmove d2d4 currmovenumber 4
info depth 15 currmove e2e3 currmovenumber 6
info depth 15 currmove d2d3 currmovenumber 7
info depth 15 currmove c2c3 currmovenumber 8
info depth 15 currmove h2h3 currmovenumber 9
info depth 15 seldepth 21 multipv 1 score cp 37 nodes 936941 nps 206329 hashfull 1 tbhits 0 time 4541 pv e2e4 e7e5 g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 f8d6 d2d4 c8g4 d4e5 g4f3 d1f3 d6e5
info depth 16 currmove e2e4 currmovenumber 1
info depth 16 currmove d2d3 currmovenumber 6
info depth 16 currmove h2h3 currmovenumber 9
info depth 16 seldepth 21 multipv 1 score cp 31 upperbound nodes 1028794 nps 212780 hashfull 1 tbhits 0 time 4835 pv e2e4 e7e5
info depth 16 currmove e2e4 currmovenumber 1
info depth 16 currmove b1c3 currmovenumber 3
info depth 16 currmove a2a3 currmovenumber 11
info depth 16 seldepth 21 multipv 1 score cp 25 upperbound nodes 1110133 nps 219915 hashfull 1 tbhits 0 time 5048 pv e2e4 e7e5
info depth 16 currmove e2e4 currmovenumber 1
info depth 16 currmove g1f3 currmovenumber 2
info depth 16 currmove c2c3 currmovenumber 10
info depth 16 currmove f2f4 currmovenumber 12
info depth 16 seldepth 21 multipv 1 score cp 23 nodes 1338387 nps 246570 hashfull 1 tbhits 0 time 5428 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1b5 f8b4 e1g1 b4c3 d2c3 d7d6 c1g5 e8g8 g5f6 d8f6
info depth 17 currmove e2e4 currmovenumber 1
info depth 17 currmove e2e3 currmovenumber 3
info depth 17 currmove g1h3 currmovenumber 12
info depth 17 currmove b1a3 currmovenumber 14
info depth 17 currmove h2h3 currmovenumber 15
info depth 17 currmove g2g3 currmovenumber 16
info depth 17 currmove a2a4 currmovenumber 18
info depth 17 seldepth 21 multipv 1 score cp 29 lowerbound nodes 2292381 nps 355022 hashfull 1 tbhits 0 time 6457 pv g1f3
info depth 17 currmove g1f3 currmovenumber 1
info depth 17 currmove e2e4 currmovenumber 2
info depth 17 seldepth 21 multipv 1 score cp 23 upperbound nodes 2455165 nps 369475 hashfull 1 tbhits 0 time 6645 pv g1f3 g8f6
info depth 17 currmove g1f3 currmovenumber 1
info depth 17 currmove b1c3 currmovenumber 3
info depth 17 currmove c2c3 currmovenumber 9
info depth 17 currmove b2b4 currmovenumber 11
info depth 17 currmove a2a4 currmovenumber 13
info depth 17 currmove h2h4 currmovenumber 16
info depth 17 seldepth 23 multipv 1 score cp 18 nodes 2879326 nps 411273 hashfull 1 tbhits 0 time 7001 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1e2 f8b4 c3d5 f6d5 e4d5 e5e4 d5c6 e4f3 e2f3 d7c6 c2c3
info depth 18 currmove e2e4 currmovenumber 1
info depth 18 seldepth 23 multipv 1 score cp 24 lowerbound nodes 3629744 nps 464875 hashfull 1 tbhits 0 time 7808 pv e2e4
info depth 18 currmove e2e4 currmovenumber 1
info depth 18 seldepth 23 multipv 1 score cp 31 lowerbound nodes 3873083 nps 466018 hashfull 1 tbhits 0 time 8311 pv e2e4
info depth 18 currmove e2e4 currmovenumber 1
info depth 18 currmove b1c3 currmovenumber 3
info depth 18 currmove a2a3 currmovenumber 9
info depth 18 currmove f2f3 currmovenumber 10
info depth 18 seldepth 23 multipv 1 score cp 32 nodes 4445286 nps 491083 hashfull 1 tbhits 0 time 9052 pv e2e4 e7e5 g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 d2d3 f8d6 e1g1 g8f6 b1d2 b7b5 d3d4 d8e7 d4e5 d6e5 f3e5
info depth 19 currmove e2e4 currmovenumber 1
info depth 19 currmove d2d4 currmovenumber 3
info depth 19 currmove b2b4 currmovenumber 8
info depth 19 currmove c2c4 currmovenumber 11
info depth 19 currmove b2b3 currmovenumber 20
info depth 19 seldepth 23 multipv 1 score cp 26 upperbound nodes 4941370 nps 514458 hashfull 1 tbhits 0 time 9605 pv e2e4 e7e5
info depth 19 currmove e2e4 currmovenumber 1
info depth 19 currmove g1f3 currmovenumber 2
info depth 19 currmove b2b4 currmovenumber 12
info depth 19 currmove g1h3 currmovenumber 14
info depth 19 currmove b1a3 currmovenumber 15
info depth 19 currmove g2g4 currmovenumber 16
info depth 19 seldepth 23 multipv 1 score cp 20 upperbound nodes 5280859 nps 525249 hashfull 1 tbhits 0 time 10054 pv e2e4 e7e5
info depth 19 currmove e2e4 currmovenumber 1
info depth 19 currmove g1f3 currmovenumber 2
info depth 19 seldepth 23 multipv 1 score cp 24 nodes 6302592 nps 576896 hashfull 2 tbhits 0 time 10925 pv e2e4 e7e5 g1f3 b8c6 f1b5 g8f6 e1g1 f8d6 d2d3 a7a6 b5c6 d7c6 h2h3 e8g8 c1e3 c8e6 b1d2 h7h6 a2a3 d8e7
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove c2c3 currmovenumber 5
info depth 20 currmove d2d4 currmovenumber 6
info depth 20 seldepth 28 multipv 1 score cp 18 upperbound nodes 11043719 nps 763109 hashfull 3 tbhits 0 time 14472 pv e2e4 e7e5
info depth 20 currmove e2e4 currmovenumber 1
info depth 20 currmove d2d4 currmovenumber 4
info depth 20 seldepth 28 multipv 1 score cp 16 nodes 14157401 nps 847850 hashfull 3 tbhits 0 time 16698 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 b1c3 e4c3 b2c3 b8c6 d2d4 h7h6 a1b1 a7a6 c3c4 g7g5 d4d5 c6e5
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 seldepth 28 multipv 1 score cp 22 lowerbound nodes 15328423 nps 877213 hashfull 4 tbhits 0 time 17474 pv e2e4
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 seldepth 28 multipv 1 score cp 28 lowerbound nodes 15787354 nps 883208 hashfull 4 tbhits 0 time 17875 pv e2e4
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove c2c3 currmovenumber 7
info depth 21 currmove c2c4 currmovenumber 8
info depth 21 currmove g2g3 currmovenumber 16
info depth 21 currmove b2b3 currmovenumber 19
info depth 21 seldepth 28 multipv 1 score cp 22 upperbound nodes 17607179 nps 922324 hashfull 5 tbhits 0 time 19090 pv e2e4 e7e5
info depth 21 currmove e2e4 currmovenumber 1
info depth 21 currmove b1a3 currmovenumber 14
info depth 21 currmove g1h3 currmovenumber 17
info depth 21 currmove h2h4 currmovenumber 18
info depth 21 currmove a2a4 currmovenumber 19
info depth 21 currmove b2b3 currmovenumber 20
info depth 21 seldepth 28 multipv 1 score cp 22 nodes 18013523 nps 919057 hashfull 6 tbhits 0 time 19600 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 c1g5 b8c6 b1c3 c8e6 d3d4 d6d5 e1c1 h7h6 g5f6
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove d2d4 currmovenumber 4
info depth 22 seldepth 28 multipv 1 score cp 16 upperbound nodes 23461921 nps 1004019 hashfull 9 tbhits 0 time 23368 pv e2e4 e7e5
info depth 22 currmove e2e4 currmovenumber 1
info depth 22 currmove g1f3 currmovenumber 2
info depth 22 seldepth 28 multipv 1 score cp 22 lowerbound nodes 32868744 nps 1157513 hashfull 11 tbhits 0 time 28396 pv g1f3
info depth 22 currmove g1f3 currmovenumber 1
info depth 22 currmove e2e4 currmovenumber 2
info depth 22 currmove b1c3 currmovenumber 6
info depth 22 currmove h2h3 currmovenumber 7
info depth 22 seldepth 28 multipv 1 score cp 24 nodes 34435068 nps 1159273 hashfull 14 tbhits 0 time 29704 pv g1f3 g8f6 d2d4 e7e6 c2c4 d7d5 b1c3 f8e7 c1g5 e8g8 e2e3 b8d7 f1e2 h7h6 g5f4 d5c4 e1g1 f6d5 e2c4 d5f4 e3f4 d7f6
info depth 23 currmove g1f3 currmovenumber 1
info depth 23 currmove d2d4 currmovenumber 3
info depth 23 seldepth 28 multipv 1 score cp 18 upperbound nodes 44799274 nps 1218000 hashfull 20 tbhits 0 time 36781 pv g1f3 g8f6
info depth 23 currmove g1f3 currmovenumber 1
info depth 23 currmove d2d4 currmovenumber 3
info depth 23 currmove c2c3 currmovenumber 7
info depth 23 currmove d2d3 currmovenumber 8
info depth 23 currmove f2f3 currmovenumber 11
info depth 23 currmove g2g3 currmovenumber 14
info depth 23 currmove a2a4 currmovenumber 18
info depth 23 currmove h2h4 currmovenumber 19
info depth 23 seldepth 28 multipv 1 score cp 18 nodes 50115941 nps 1173290 hashfull 24 tbhits 0 time 42714 pv e2e4 e7e5 g1f3 g8f6 f3e5 d7d6 e5f3 f6e4 d1e2 d8e7 d2d3 e4f6 c1g5 c8e6 b1c3 b8d7 c3b5 d7b6 c2c4 h7h6 g5f6 g7f6 b5d4 d6d5
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 seldepth 30 multipv 1 score cp 24 lowerbound nodes 54406896 nps 1137196 hashfull 27 tbhits 0 time 47843 pv e2e4
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove g1f3 currmovenumber 2
info depth 24 currmove g2g3 currmovenumber 19
info depth 24 seldepth 30 multipv 1 score cp 18 upperbound nodes 81744959 nps 1014192 hashfull 41 tbhits 0 time 80601 pv e2e4 e7e6
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 seldepth 30 multipv 1 score cp 24 lowerbound nodes 84128881 nps 1009817 hashfull 42 tbhits 0 time 83311 pv e2e4
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove g1f3 currmovenumber 2
info depth 24 currmove h2h4 currmovenumber 18
info depth 24 seldepth 30 multipv 1 score cp 16 upperbound nodes 90781202 nps 972357 hashfull 44 tbhits 0 time 93362 pv e2e4 e7e6
info depth 24 currmove e2e4 currmovenumber 1
info depth 24 currmove d2d3 currmovenumber 5
info depth 24 currmove a2a3 currmovenumber 9
info depth 24 currmove f2f3 currmovenumber 10
info depth 24 seldepth 32 multipv 1 score cp 18 nodes 96640530 nps 958583 hashfull 50 tbhits 0 time 100816 pv e2e4 e7e6 d2d4 d7d5 e4d5 e6d5 g1f3 g8f6 f1d3 f8d6 d1e2 d6e7 e1g1 e8g8 b1d2 c7c5 d4c5 e7c5 f3e5 b8c6 d2f3 c6b4 c1e3 c5d6 c2c3 b4d3 e2d3
info depth 25 currmove e2e4 currmovenumber 1
info depth 25 currmove e2e3 currmovenumber 3
info depth 25 currmove c2c3 currmovenumber 7
info depth 25 currmove c2c4 currmovenumber 10
info depth 25 currmove g1h3 currmovenumber 14
info depth 25 currmove b2b3 currmovenumber 16
info depth 25 currmove g2g3 currmovenumber 18
info depth 25 currmove a2a4 currmovenumber 20
info depth 25 seldepth 33 multipv 1 score cp 15 nodes 144791585 nps 906170 hashfull 67 tbhits 0 time 159784 pv g1f3 g8f6 d2d4 e7e6 e2e3 d7d5 f1e2 c7c5 e1g1 b8c6 c2c4 d5c4 d4c5 d8d1 f1d1 f8c5 e2c4 a7a6 a2a3 c8d7 b2b4 c5e7 b1c3 e8g8 c1d2
bestmove g1f3 ponder g8f6
^C

real 2m54.599s
user 9m2.158s
sys 6m36.408s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment