fsmosca / chess-artist

A python script that can annotate chess games in pgn file with static evaluation or search score of an engine, can annotate an epd file with acd, acs, bm, and ce opcodes, can test engine with epd test suite and can generate chess puzzles.
GNU General Public License v3.0
69 stars 18 forks source link

ImportError: No module named chess.pgn #70

Closed ghost closed 4 years ago

ghost commented 4 years ago

Unfortunately I get an error message after using cmd

"python chess-artist.py --infile wacnew.epd --outfile result_wacnew.txt --enginefile stockfish_10.exe --engineoptions" Hash value 128, Threads value 1 "--eval search --job test --movetime 500 - -log "

The error is:

Traceback (most recent call last): File "chess-artist.py", line 13, in module import chess.pgn ImportError: No module named chess.pgn

The chess-artist.py is the current one from 12/31/19. Can you maybe create a new release "chess-artist.exe"? With chess-artist.py it doesn't work for me. Thank you

fsmosca commented 4 years ago

That error message appears because the python-chess module is missing.

I will release an exe probably next week.

ghost commented 4 years ago

thanks

fsmosca commented 4 years ago

Exe file is released at https://github.com/fsmosca/chess-artist/releases/tag/v2.9

ghost commented 4 years ago

thanks..Unfortunately nothing has changed in terms of speed..For 100 FEN positions with one second, Chess-Artist needs a total of 232 seconds, with old and new exe! That means 232s-100s = 132s only for loading and starting the FENs. It is not acceptable. Please see the two log files. Was tested with Win10 and Lc0.exe (an nn). Please check again why this takes so long. Thank you..

Am Samstag, 11. Januar 2020, 09:43:04 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

Closed #70.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

2020-01-11 10:33:20,184 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:20,200 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> quit 2020-01-11 10:33:20,318 :: pid: 2276 :: tid: 3892 :: INFO :: Test engine with epd suite 2020-01-11 10:33:20,334 :: pid: 2276 :: tid: 3892 :: INFO :: epd bm: ['Qd2,', 'Bc2'] 2020-01-11 10:33:20,334 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:20,349 :: pid: 2276 :: tid: 3892 :: DEBUG :: << 2020-01-11 10:33:20,349 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | | 2020-01-11 10:33:20,349 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | |_| v0.23.2+git.c8d9095 built Dec 31 2019 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id name Lc0 v0.23.2+git.c8d9095 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id author The LCZero Authors. 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name WeightsFile type string default 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Backend type combo default cudnn-fp16 var cudnn-auto var cudnn var cudnn-fp16 var random var check var roundrobin var multiplexing var demux 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name BackendOptions type string default 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Threads type spin default 2 min 1 max 128 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name NNCacheSize type spin default 200000 min 0 max 999999999 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinibatchSize type spin default 256 min 1 max 1024 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxPrefetch type spin default 32 min 0 max 1024 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogitQ type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuct type string default 3.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctBase type string default 19652.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctFactor type string default 2.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Temperature type string default 0.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempDecayMoves type spin default 0 min 0 max 100 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempCutoffMove type spin default 0 min 0 max 1000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempEndgame type string default 0.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempValueCutoff type string default 100.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempVisitOffset type string default 0.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name DirichletNoise type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name VerboseMoveStats type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategy type combo default reduction var reduction var absolute 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValue type string default 1.200000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategyAtRoot type combo default same var reduction var absolute var same 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValueAtRoot type string default 1.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CacheHistoryLength type spin default 0 min 0 max 7 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PolicyTemperature type string default 2.200000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionEvents type spin default 32 min 1 max 1024 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionVisits type spin default 9999 min 1 max 1000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name OutOfOrderEval type check default true 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name StickyEndgames type check default true 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyFastPlay type check default true 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PerPVCounters type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ScoreType type combo default centipawn var centipawn var centipawn_2018 var win_percentage var Q 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name HistoryFill type combo default fen_only var no var fen_only var always 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ShortSightedness type string default 0.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Ponder type check default true 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_ShowWDL type check default false 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ConfigFile type string default lc0.config 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name KLDGainAverageInterval type spin default 100 min 1 max 10000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinimumKLDGainPerNode type string default 0.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SmartPruningFactor type string default 1.330000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name RamLimitMb type spin default 0 min 0 max 100000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MoveOverheadMs type spin default 200 min 0 max 100000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Slowmover type string default 1.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ImmediateTimeUse type string default 1.000000 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogFile type string default 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << uciok 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> isready 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << error Unknown option: Hash 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << readyok 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> ucinewgame 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> position fen 1nrq1rk1/p4pp1/bp2pn1p/3p4/2PP1B2/P1PB2N1/4QPPP/1R2R1K1 w - - 0 1 2020-01-11 10:33:20,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> go movetime 1000 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 1 seldepth 2 time 16 nodes 6 score cp 63 hashfull 0 nps 1000 tbhits 0 pv e2d2 a6c4 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 3 time 18 nodes 15 score cp 44 hashfull 0 nps 1875 tbhits 0 pv g3h5 f6h5 e2h5 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 4 time 20 nodes 32 score cp 14 hashfull 0 nps 3555 tbhits 0 pv g3h5 b8d7 f4h6 g7h6 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 5 time 22 nodes 49 score cp 39 hashfull 0 nps 4454 tbhits 0 pv e2d2 a6c4 d3c2 f8e8 f4h6 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 6 time 23 nodes 75 score cp 42 hashfull 0 nps 5769 tbhits 0 pv e2d2 a6c4 d3c2 b8d7 f4h6 g7h6 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 7 time 25 nodes 97 score cp 61 hashfull 0 nps 6466 tbhits 0 pv e2d2 a6c4 d3c2 f8e8 f4h6 g7h6 d2h6 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 8 time 27 nodes 116 score cp 72 hashfull 1 nps 7250 tbhits 0 pv e2d2 a6c4 d3c2 f8e8 f4h6 g7h6 d2h6 2020-01-11 10:33:22,115 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 9 time 29 nodes 146 score cp 69 hashfull 1 nps 8111 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4d3 2020-01-11 10:33:22,131 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 10 time 33 nodes 219 score cp 72 hashfull 1 nps 9954 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4d3 d5c4 2020-01-11 10:33:22,131 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 11 time 36 nodes 293 score cp 77 hashfull 2 nps 11720 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4c2 b8c6 d2d3 2020-01-11 10:33:22,131 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 12 time 42 nodes 435 score cp 83 hashfull 2 nps 14032 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4d3 d5c4 d3c2 f7f5 2020-01-11 10:33:22,131 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 13 time 46 nodes 564 score cp 83 hashfull 3 nps 16114 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4c2 b8c6 f4h6 d8h4 2020-01-11 10:33:22,147 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 15 time 55 nodes 832 score cp 82 hashfull 4 nps 18488 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4c2 b8c6 f4h6 d8h4 2020-01-11 10:33:22,163 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 15 time 65 nodes 1096 score cp 76 hashfull 5 nps 20296 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 c4d5 e4d3 d5c4 d3c2 f7f5 e1e3 b8c6 b1e1 2020-01-11 10:33:22,177 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 16 time 79 nodes 1570 score cp 77 hashfull 8 nps 23088 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 d8h4 h2h3 b8d7 e4b7 c8d8 f4c7 d8e8 c7d8 2020-01-11 10:33:22,177 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 17 time 85 nodes 1822 score cp 77 hashfull 9 nps 24621 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 d8h4 h2h3 b8d7 e4b7 c8d8 f4c7 d7c5 c7d8 2020-01-11 10:33:22,194 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 18 time 107 nodes 2555 score cp 76 hashfull 12 nps 26614 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 d8h4 h2h3 b8c6 e4c2 f8d8 b1d1 c6e7 2020-01-11 10:33:22,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 19 time 153 nodes 4628 score cp 71 hashfull 21 nps 32363 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 f7f5 e4e3 b8d7 e3g3 f8f6 b1e1 d8f8 a3a4 a7a6 h2h3 2020-01-11 10:33:22,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 20 time 168 nodes 4890 score cp 71 hashfull 22 nps 31146 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 f7f5 e4e3 b8d7 e3g3 f8f6 b1e1 d8f8 a3a4 a7a6 h2h3 2020-01-11 10:33:22,272 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 20 time 176 nodes 5213 score cp 70 hashfull 24 nps 31403 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 f7f5 e4e3 b8d7 e3g3 f8f6 b1e1 d8f8 a3a4 a7a6 h2h3 2020-01-11 10:33:22,349 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 21 time 251 nodes 8295 score cp 72 hashfull 37 nps 34419 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 f7f5 e4e3 b8d7 e3g3 f8f6 b1e1 g8h7 a3a4 d7f8 h2h4 f6f7 h4h5 2020-01-11 10:33:22,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 21 time 280 nodes 9485 score cp 69 hashfull 43 nps 35260 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 e4e3 b8d7 e5d6 f8e8 b1e1 c4d5 f2f4 g5d8 2020-01-11 10:33:22,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 22 time 304 nodes 10666 score cp 68 hashfull 48 nps 36402 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 e5f4 g5f6 f4d6 f8d8 d6e5 f6g5 e4e3 b8d7 f2f4 g5e7 e3g3 2020-01-11 10:33:22,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 23 time 308 nodes 10799 score cp 69 hashfull 48 nps 36360 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 e5f4 g5f6 f4d6 f8d8 d6e5 f6g5 e4e3 b8d7 f2f4 g5e7 e3g3 2020-01-11 10:33:22,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 24 time 311 nodes 10944 score cp 69 hashfull 49 nps 36480 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 e5f4 g5f6 f4d6 f8d8 d6e5 f6g5 e4e3 b8d7 f2f4 g5e7 e3g3 2020-01-11 10:33:22,413 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 25 time 317 nodes 11308 score cp 70 hashfull 50 nps 36954 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 d2d1 f7f5 e4e3 f5f4 h2h4 g5e7 e3e4 b8d7 e5f4 c4d5 e4e3 2020-01-11 10:33:22,413 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 26 time 322 nodes 11538 score cp 70 hashfull 51 nps 37099 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 d2d1 f7f5 e4e3 f5f4 h2h4 g5e7 e3f3 b8d7 f3f4 f8f4 e5f4 e7h4 2020-01-11 10:33:22,413 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 27 time 326 nodes 11711 score cp 69 hashfull 52 nps 37177 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 d2d1 f7f5 e4e3 f5f4 h2h4 g5e7 e3f3 b8d7 e5f4 c4d5 d1d3 f8f5 2020-01-11 10:33:22,460 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 27 time 374 nodes 13732 score cp 71 hashfull 61 nps 37725 tbhits 0 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 d8f6 f4e5 f6g5 d2d1 f7f5 e4e3 f5f4 h2h4 g5e7 e3f3 b8d7 e5f4 e7h4 f4g3 h4g4 f3f8 2020-01-11 10:33:22,474 :: pid: 2276 :: tid: 3892 :: DEBUG :: << bestmove e2d2 ponder a6c4 2020-01-11 10:33:22,474 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> quit 2020-01-11 10:33:22,694 :: pid: 2276 :: tid: 3892 :: INFO :: epd bm: ['Nf3'] 2020-01-11 10:33:22,694 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | | 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | |_| v0.23.2+git.c8d9095 built Dec 31 2019 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id name Lc0 v0.23.2+git.c8d9095 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id author The LCZero Authors. 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name WeightsFile type string default 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Backend type combo default cudnn-fp16 var cudnn-auto var cudnn var cudnn-fp16 var random var check var roundrobin var multiplexing var demux 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name BackendOptions type string default 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Threads type spin default 2 min 1 max 128 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name NNCacheSize type spin default 200000 min 0 max 999999999 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinibatchSize type spin default 256 min 1 max 1024 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxPrefetch type spin default 32 min 0 max 1024 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogitQ type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuct type string default 3.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctBase type string default 19652.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctFactor type string default 2.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Temperature type string default 0.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempDecayMoves type spin default 0 min 0 max 100 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempCutoffMove type spin default 0 min 0 max 1000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempEndgame type string default 0.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempValueCutoff type string default 100.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempVisitOffset type string default 0.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name DirichletNoise type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name VerboseMoveStats type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategy type combo default reduction var reduction var absolute 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValue type string default 1.200000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategyAtRoot type combo default same var reduction var absolute var same 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValueAtRoot type string default 1.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CacheHistoryLength type spin default 0 min 0 max 7 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PolicyTemperature type string default 2.200000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionEvents type spin default 32 min 1 max 1024 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionVisits type spin default 9999 min 1 max 1000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name OutOfOrderEval type check default true 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name StickyEndgames type check default true 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyFastPlay type check default true 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PerPVCounters type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ScoreType type combo default centipawn var centipawn var centipawn_2018 var win_percentage var Q 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name HistoryFill type combo default fen_only var no var fen_only var always 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ShortSightedness type string default 0.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Ponder type check default true 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_ShowWDL type check default false 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ConfigFile type string default lc0.config 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name KLDGainAverageInterval type spin default 100 min 1 max 10000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinimumKLDGainPerNode type string default 0.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SmartPruningFactor type string default 1.330000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name RamLimitMb type spin default 0 min 0 max 100000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MoveOverheadMs type spin default 200 min 0 max 100000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Slowmover type string default 1.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ImmediateTimeUse type string default 1.000000 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogFile type string default 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << uciok 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> isready 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << error Unknown option: Hash 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << readyok 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> ucinewgame 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> position fen 5k2/1rn2p2/3pb1p1/7p/p3PP2/PnNBK2P/3N2P1/1R6 w - - 0 1 2020-01-11 10:33:22,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> go movetime 1000 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 1 seldepth 2 time 16 nodes 7 score cp 159 hashfull 0 nps 1166 tbhits 0 pv c3a4 b7a7 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 3 time 18 nodes 9 score cp 133 hashfull 0 nps 1125 tbhits 0 pv c3a4 b7a7 d2b3 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 4 time 20 nodes 14 score cp 128 hashfull 0 nps 1555 tbhits 0 pv c3a4 b7a7 d2b3 a7a4 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 5 time 21 nodes 29 score cp 89 hashfull 0 nps 2636 tbhits 0 pv d3c2 b7a7 d2b3 a4b3 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 6 time 23 nodes 41 score cp 80 hashfull 0 nps 3153 tbhits 0 pv d3c2 b7a7 d2b3 a4b3 c2b3 2020-01-11 10:33:24,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 7 time 25 nodes 57 score cp 73 hashfull 0 nps 4071 tbhits 0 pv d3c2 b7a7 d2b3 a4b3 c2b3 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 8 time 26 nodes 93 score cp 66 hashfull 1 nps 5812 tbhits 0 pv f4f5 g6f5 e4f5 e6d7 g2g4 d6d5 d3c2 d5d4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 8 time 28 nodes 105 score cp 58 hashfull 1 nps 6176 tbhits 0 pv d3c2 b7a7 d2f3 d6d5 f4f5 g6f5 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 9 time 29 nodes 135 score cp 88 hashfull 1 nps 7105 tbhits 0 pv d2f3 e6d7 d3c4 d7c6 f3d4 b3d4 e3d4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 9 time 31 nodes 157 score cp 65 hashfull 1 nps 7850 tbhits 0 pv f4f5 g6f5 e4f5 c7d5 c3d5 e6d5 g2g4 b7e7 e3f4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 9 time 32 nodes 190 score cp 79 hashfull 1 nps 8636 tbhits 0 pv d2f3 d6d5 c3a4 b7a7 b1b3 d5e4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 10 time 34 nodes 227 score cp 76 hashfull 1 nps 9869 tbhits 0 pv d2f3 d6d5 c3a4 b7a7 b1b3 d5e4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 10 time 38 nodes 303 score cp 81 hashfull 2 nps 10821 tbhits 0 pv d2f3 d6d5 c3a4 b7a7 b1b3 d5e4 2020-01-11 10:33:24,397 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 10 time 40 nodes 357 score cp 79 hashfull 2 nps 11900 tbhits 0 pv d2f3 d6d5 f4f5 g6f5 e4f5 e6d7 f3d4 f8e7 2020-01-11 10:33:24,413 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 11 time 43 nodes 423 score cp 79 hashfull 2 nps 12818 tbhits 0 pv d2f3 d6d5 f4f5 g6f5 e4f5 e6d7 f3d4 f8e7 2020-01-11 10:33:24,427 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 12 time 67 nodes 997 score cp 89 hashfull 5 nps 17491 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4e6 d7e6 c3a4 b7a7 d3c2 a7a4 c2b3 2020-01-11 10:33:24,444 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 13 time 74 nodes 1240 score cp 90 hashfull 6 nps 19375 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4e6 f7e6 e4e5 d6d5 c3e2 d7b5 d3b5 2020-01-11 10:33:24,444 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 13 time 77 nodes 1314 score cp 89 hashfull 7 nps 19909 tbhits 0 pv d2f3 e6d7 d3c4 c7e6 f4f5 g6f5 e4f5 e6c5 g2g4 d7c6 2020-01-11 10:33:24,459 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 14 time 89 nodes 1752 score cp 91 hashfull 9 nps 22461 tbhits 0 pv d2f3 e6d7 d3c4 c7e6 f4f5 g6f5 e4f5 e6c5 g2g4 d7c6 f5f6 h5g4 2020-01-11 10:33:24,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 15 time 124 nodes 3259 score cp 82 hashfull 15 nps 28840 tbhits 0 pv d2f3 e6d7 d3c4 c7e6 f4f5 g6f5 e4f5 e6c5 g2g4 d7c6 f5f6 c6f3 e3f3 2020-01-11 10:33:24,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 15 time 143 nodes 4113 score cp 78 hashfull 19 nps 31159 tbhits 0 pv d2f3 e6d7 d3c4 c7e6 f4f5 g6f5 e4f5 e6c5 g2g4 d7c6 f5f6 c6f3 e3f3 2020-01-11 10:33:24,538 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 16 time 179 nodes 5185 score cp 83 hashfull 24 nps 30680 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 c3a4 b6b5 d3b5 d7b5 a4c3 b5c4 c3d5 e6c5 d5b6 2020-01-11 10:33:24,552 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 17 time 182 nodes 5350 score cp 81 hashfull 25 nps 31104 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 c3a4 b6b5 d3b5 d7b5 a4c3 b5c4 c3d5 e6c5 b1d1 f7f5 2020-01-11 10:33:24,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 18 time 248 nodes 9192 score cp 72 hashfull 42 nps 38784 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 e6c5 b5d4 b6b8 c4d5 b8c8 c3e2 c8b8 2020-01-11 10:33:24,663 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 19 time 306 nodes 12297 score cp 76 hashfull 55 nps 41684 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 e6c5 c3a4 c5a4 b1b3 a4c5 b3b4 c5a6 b4b1 a6c5 b5c3 b6b1 2020-01-11 10:33:24,677 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 20 time 317 nodes 12896 score cp 78 hashfull 58 nps 42006 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 e6c5 c3a4 c5a4 b1b3 a4c5 b3b4 c5a6 b4b1 a6c5 b5c3 b6b1 c3b1 2020-01-11 10:33:24,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 20 time 362 nodes 15533 score cp 81 hashfull 69 nps 44253 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 b3a5 c4e2 e6c5 b1b4 a5c6 b4b1 c6a5 g2g4 h5g4 h3g4 a5b3 g4g5 f8g7 2020-01-11 10:33:24,740 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 21 time 382 nodes 16767 score cp 83 hashfull 74 nps 45072 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 b3a5 c4e2 e6c5 b1b4 a5c6 b4b1 c6a5 g2g4 h5g4 h3g4 a5b3 g4g5 f8g7 b1d1 b3c1 2020-01-11 10:33:24,756 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 22 time 385 nodes 16916 score cp 83 hashfull 75 nps 45229 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 b3a5 c4e2 e6c5 b1b4 a5c6 b4b1 c6a5 g2g4 h5g4 h3g4 a5b3 g4g5 f8g7 b1d1 d7b5 2020-01-11 10:33:24,772 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 22 time 410 nodes 18343 score cp 87 hashfull 81 nps 45857 tbhits 0 pv d2f3 e6d7 f3d4 c7e6 d4b5 b7b6 d3c4 b3a5 c4e2 e6c5 b1b4 a5c6 b4b1 c6a5 g2g4 h5g4 h3g4 a5b3 g4g5 f8g7 b1d1 d7b5 2020-01-11 10:33:24,772 :: pid: 2276 :: tid: 3892 :: DEBUG :: << bestmove d2f3 ponder e6d7 2020-01-11 10:33:24,772 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> quit 2020-01-11 10:33:24,944 :: pid: 2276 :: tid: 3892 :: INFO :: epd bm: ['Qd3'] 2020-01-11 10:33:24,944 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | | 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | |_| v0.23.2+git.c8d9095 built Dec 31 2019 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id name Lc0 v0.23.2+git.c8d9095 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id author The LCZero Authors. 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name WeightsFile type string default 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Backend type combo default cudnn-fp16 var cudnn-auto var cudnn var cudnn-fp16 var random var check var roundrobin var multiplexing var demux 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name BackendOptions type string default 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Threads type spin default 2 min 1 max 128 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name NNCacheSize type spin default 200000 min 0 max 999999999 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinibatchSize type spin default 256 min 1 max 1024 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxPrefetch type spin default 32 min 0 max 1024 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogitQ type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuct type string default 3.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctBase type string default 19652.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctFactor type string default 2.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Temperature type string default 0.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempDecayMoves type spin default 0 min 0 max 100 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempCutoffMove type spin default 0 min 0 max 1000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempEndgame type string default 0.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempValueCutoff type string default 100.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempVisitOffset type string default 0.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name DirichletNoise type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name VerboseMoveStats type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategy type combo default reduction var reduction var absolute 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValue type string default 1.200000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategyAtRoot type combo default same var reduction var absolute var same 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValueAtRoot type string default 1.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CacheHistoryLength type spin default 0 min 0 max 7 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PolicyTemperature type string default 2.200000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionEvents type spin default 32 min 1 max 1024 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionVisits type spin default 9999 min 1 max 1000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name OutOfOrderEval type check default true 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name StickyEndgames type check default true 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyFastPlay type check default true 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PerPVCounters type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ScoreType type combo default centipawn var centipawn var centipawn_2018 var win_percentage var Q 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name HistoryFill type combo default fen_only var no var fen_only var always 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ShortSightedness type string default 0.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Ponder type check default true 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCIShowWDL type check default false 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ConfigFile type string default lc0.config 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name KLDGainAverageInterval type spin default 100 min 1 max 10000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinimumKLDGainPerNode type string default 0.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SmartPruningFactor type string default 1.330000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name RamLimitMb type spin default 0 min 0 max 100000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MoveOverheadMs type spin default 200 min 0 max 100000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Slowmover type string default 1.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ImmediateTimeUse type string default 1.000000 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogFile type string default 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << uciok 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> isready 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << error Unknown option: Hash 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << readyok 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> ucinewgame 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> position fen 8/p2p4/r7/1k6/8/pK5Q/P7/b7 w - - 0 1 2020-01-11 10:33:24,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> go movetime 1000 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 1 seldepth 2 time 16 nodes 6 score cp 158 hashfull 0 nps 1000 tbhits 0 pv h3f1 b5b6 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 3 time 17 nodes 11 score cp 206 hashfull 0 nps 1571 tbhits 0 pv h3f1 b5b6 f1a1 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 4 time 19 nodes 21 score cp 169 hashfull 0 nps 2333 tbhits 0 pv h3f1 b5a5 f1a1 a6b6 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 5 time 21 nodes 48 score cp 131 hashfull 0 nps 4800 tbhits 0 pv h3d7 b5c5 d7c7 c5b5 c7c4 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 6 time 22 nodes 70 score cp 164 hashfull 0 nps 5833 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1c1 c7b7 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 8 time 24 nodes 132 score cp 174 hashfull 0 nps 9428 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 b3b4 c7b8 a1e5 2020-01-11 10:33:26,615 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 9 time 27 nodes 268 score cp 150 hashfull 1 nps 15764 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 2020-01-11 10:33:26,631 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 10 time 30 nodes 363 score cp 144 hashfull 1 nps 18150 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 2020-01-11 10:33:26,631 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 11 time 31 nodes 377 score cp 143 hashfull 1 nps 17952 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 2020-01-11 10:33:26,631 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 11 time 40 nodes 621 score cp 143 hashfull 2 nps 21413 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 2020-01-11 10:33:26,631 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 12 time 42 nodes 708 score cp 143 hashfull 3 nps 22125 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 2020-01-11 10:33:26,661 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 12 time 61 nodes 1741 score cp 138 hashfull 6 nps 34137 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1e5 c7c8 b3b4 a6c6 e5h8 c8b7 h8d8 2020-01-11 10:33:26,677 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 13 time 78 nodes 2704 score cp 138 hashfull 9 nps 39764 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 b7c7 b3b4 c7c8 2020-01-11 10:33:26,677 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 14 time 85 nodes 3161 score cp 139 hashfull 11 nps 42146 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 b7c7 b3b4 c7c8 2020-01-11 10:33:26,694 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 14 time 103 nodes 4324 score cp 140 hashfull 14 nps 47000 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 b7c7 b3b4 c7c8 d5a8 2020-01-11 10:33:26,709 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 15 time 110 nodes 4718 score cp 141 hashfull 15 nps 47180 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c7 d4c5 c7b7 c5d5 b7c7 b3b4 c7c8 d5a8 2020-01-11 10:33:26,724 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 16 time 127 nodes 6063 score cp 143 hashfull 18 nps 52267 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1e5 c7b7 e5d5 b7c7 d5a8 a6a5 b3b4 a5a6 b4b5 a6b6 b5a5 2020-01-11 10:33:26,740 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 17 time 151 nodes 8250 score cp 142 hashfull 24 nps 58510 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1e5 c7c8 e5h8 c8c7 h8a8 a6a5 b3b4 a5a6 b4b5 a6b6 b5a5 b6b7 a8f8 2020-01-11 10:33:26,772 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 17 time 182 nodes 12317 score cp 145 hashfull 32 nps 72029 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1e5 c7c8 e5h8 c8c7 h8a8 a6a5 b3b4 a5a6 b4b5 a6b6 b5a5 b6b7 a8f8 2020-01-11 10:33:26,786 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 18 time 197 nodes 14401 score cp 147 hashfull 36 nps 77424 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1h8 a6c6 h8a8 c6a6 b3c4 a6a5 c4b4 a5a6 b4b5 a6b6 b5a5 b6b7 a8f8 b7b6 2020-01-11 10:33:26,881 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 19 time 286 nodes 26829 score cp 153 hashfull 58 nps 97206 tbhits 0 pv h3f1 b5b6 f1a1 b6c7 a1h8 a6c6 h8a8 c6a6 b3b4 a6b6 b4a3 b6a6 a3b3 a6b6 b3c2 b6a6 c2b1 2020-01-11 10:33:26,881 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 19 time 294 nodes 28044 score cp 153 hashfull 61 nps 98746 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1h8 b7c7 h8a8 a6a5 b3b4 a5a6 b4b5 a6b6 b5a5 b6b7 a8f8 b7b6 f8a3 c7b7 2020-01-11 10:33:26,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 19 time 372 nodes 38228 score cp 156 hashfull 78 nps 105894 tbhits 0 pv h3f1 b5b6 f1a1 b6b7 a1h8 b7c7 h8a8 a6a5 b3c4 a5a6 c4b4 a6b6 b4a3 b6a6 a3b4 a6a2 b4b3 2020-01-11 10:33:26,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << bestmove h3f1 ponder b5b6 2020-01-11 10:33:26,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> quit 2020-01-11 10:33:27,224 :: pid: 2276 :: tid: 3892 :: INFO :: epd bm: ['Nc6'] 2020-01-11 10:33:27,224 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | | 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | || v0.23.2+git.c8d9095 built Dec 31 2019 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id name Lc0 v0.23.2+git.c8d9095 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id author The LCZero Authors. 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name WeightsFile type string default 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Backend type combo default cudnn-fp16 var cudnn-auto var cudnn var cudnn-fp16 var random var check var roundrobin var multiplexing var demux 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name BackendOptions type string default 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Threads type spin default 2 min 1 max 128 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name NNCacheSize type spin default 200000 min 0 max 999999999 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinibatchSize type spin default 256 min 1 max 1024 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxPrefetch type spin default 32 min 0 max 1024 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogitQ type check default false 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuct type string default 3.000000 2020-01-11 10:33:27,240 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctBase type string default 19652.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctFactor type string default 2.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Temperature type string default 0.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempDecayMoves type spin default 0 min 0 max 100 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempCutoffMove type spin default 0 min 0 max 1000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempEndgame type string default 0.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempValueCutoff type string default 100.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempVisitOffset type string default 0.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name DirichletNoise type check default false 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name VerboseMoveStats type check default false 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategy type combo default reduction var reduction var absolute 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValue type string default 1.200000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategyAtRoot type combo default same var reduction var absolute var same 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValueAtRoot type string default 1.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CacheHistoryLength type spin default 0 min 0 max 7 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PolicyTemperature type string default 2.200000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionEvents type spin default 32 min 1 max 1024 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionVisits type spin default 9999 min 1 max 1000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name OutOfOrderEval type check default true 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name StickyEndgames type check default true 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyFastPlay type check default true 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PerPVCounters type check default false 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ScoreType type combo default centipawn var centipawn var centipawn_2018 var win_percentage var Q 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name HistoryFill type combo default fen_only var no var fen_only var always 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ShortSightedness type string default 0.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Ponder type check default true 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_ShowWDL type check default false 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ConfigFile type string default lc0.config 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name KLDGainAverageInterval type spin default 100 min 1 max 10000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinimumKLDGainPerNode type string default 0.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SmartPruningFactor type string default 1.330000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name RamLimitMb type spin default 0 min 0 max 100000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MoveOverheadMs type spin default 200 min 0 max 100000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Slowmover type string default 1.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ImmediateTimeUse type string default 1.000000 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogFile type string default 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << uciok 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> isready 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << error Unknown option: Hash 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: << readyok 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> ucinewgame 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> position fen 1b1rr1k1/pp1q1pp1/8/NP1p1b1p/1B1Pp1n1/PQR1P1P1/4BP1P/5RK1 w - - 0 1 2020-01-11 10:33:27,256 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> go movetime 1000 2020-01-11 10:33:28,911 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 1 seldepth 2 time 16 nodes 4 score cp -131 hashfull 0 nps 666 tbhits 0 pv f1c1 h5h4 2020-01-11 10:33:28,911 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 3 time 18 nodes 12 score cp -156 hashfull 0 nps 1714 tbhits 0 pv f1c1 h5h4 b3d1 2020-01-11 10:33:28,911 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 4 time 19 nodes 32 score cp -137 hashfull 0 nps 3555 tbhits 0 pv f1c1 e8e6 a5b7 d7b7 2020-01-11 10:33:28,927 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 5 time 23 nodes 61 score cp -142 hashfull 0 nps 5083 tbhits 0 pv f1c1 h5h4 b3d1 g4h6 d1f1 2020-01-11 10:33:28,927 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 6 time 24 nodes 95 score cp -145 hashfull 0 nps 6785 tbhits 0 pv f1c1 h5h4 b5b6 a7b6 a5b7 d7b7 2020-01-11 10:33:28,927 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 7 time 26 nodes 145 score cp -145 hashfull 1 nps 9062 tbhits 0 pv f1c1 h5h4 b3c2 e8e6 c3c8 e6h6 c8d8 2020-01-11 10:33:28,927 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 8 time 33 nodes 264 score cp -149 hashfull 1 nps 11478 tbhits 0 pv f1c1 h5h4 b3c2 h4g3 f2g3 g4h6 a5b3 2020-01-11 10:33:28,943 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 9 time 44 nodes 367 score cp -149 hashfull 3 nps 10794 tbhits 0 pv f1c1 h5h4 b3c2 h4g3 f2g3 g4h6 a5b3 2020-01-11 10:33:28,943 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 10 time 46 nodes 397 score cp -149 hashfull 3 nps 11027 tbhits 0 pv f1c1 h5h4 b3c2 h4g3 f2g3 g4h6 a5b3 2020-01-11 10:33:28,943 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 11 time 48 nodes 409 score cp -149 hashfull 3 nps 11054 tbhits 0 pv f1c1 h5h4 b3c2 h4g3 f2g3 g4h6 a5b3 2020-01-11 10:33:28,943 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 12 time 51 nodes 458 score cp -149 hashfull 3 nps 11170 tbhits 0 pv f1c1 h5h4 b3c2 h4g3 f2g3 g4h6 a5b3 2020-01-11 10:33:28,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 13 time 53 nodes 506 score cp -61 hashfull 3 nps 11767 tbhits 0 pv a5c6 b7c6 b5c6 d7c8 c6c7 b8c7 f1c1 d8d7 b4a5 e8e7 e2b5 c8b8 b5d7 2020-01-11 10:33:28,959 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 14 time 67 nodes 650 score cp -52 hashfull 5 nps 11403 tbhits 0 pv a5c6 b7c6 b5c6 d7c8 c6c7 b8c7 f1c1 d8d7 b4a5 e8e7 e2b5 c8b8 b5d7 b8b3 2020-01-11 10:33:28,974 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 15 time 69 nodes 681 score cp -55 hashfull 5 nps 11542 tbhits 0 pv a5c6 b7c6 b5c6 d7c8 c6c7 b8c7 f1c1 d8d7 b4a5 e8e7 e2b5 c8b8 b5d7 b8b3 c3b3 2020-01-11 10:33:28,974 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 15 time 73 nodes 732 score cp -68 hashfull 5 nps 11806 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 c3c5 c7d6 c6c7 b8c7 f1c1 c7b8 b4a5 2020-01-11 10:33:28,990 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 16 time 94 nodes 1057 score cp -79 hashfull 7 nps 12583 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 2020-01-11 10:33:29,006 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 17 time 100 nodes 1155 score cp -72 hashfull 8 nps 12833 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 h2h3 2020-01-11 10:33:29,006 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 17 time 103 nodes 1221 score cp -69 hashfull 8 nps 13129 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7a5 f5d7 a4b3 2020-01-11 10:33:29,006 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 18 time 111 nodes 1419 score cp -55 hashfull 9 nps 14190 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,022 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 8 seldepth 19 time 120 nodes 1588 score cp -42 hashfull 10 nps 14436 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,036 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 20 time 135 nodes 1808 score cp -37 hashfull 11 nps 14464 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,052 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 21 time 153 nodes 2119 score cp -32 hashfull 13 nps 14818 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,068 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 22 time 171 nodes 2348 score cp -38 hashfull 15 nps 14583 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,099 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 22 time 199 nodes 2813 score cp -35 hashfull 18 nps 14962 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,099 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 9 seldepth 22 time 200 nodes 2824 score cp -35 hashfull 18 nps 14863 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,099 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 10 seldepth 22 time 202 nodes 2851 score cp -34 hashfull 18 nps 14926 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 b8c7 c3c7 c8c7 a5c7 e8c8 c7f4 g7g5 f4e5 f7f6 2020-01-11 10:33:29,177 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 22 time 284 nodes 4899 score cp -9 hashfull 29 nps 17879 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7d6 c6c7 f5d7 a4c2 b8c7 a5c7 d6e6 f1b1 h5h4 g3h4 g4h6 2020-01-11 10:33:29,272 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 11 seldepth 22 time 377 nodes 7445 score cp -6 hashfull 41 nps 20286 tbhits 0 pv a5c6 b7c6 b5c6 d7c7 b3a4 g4h2 b4a5 c7d6 g1h2 h5h4 h2g2 h4g3 c6c7 d6h6 f1h1 f5h3 h1h3 2020-01-11 10:33:29,272 :: pid: 2276 :: tid: 3892 :: DEBUG :: << bestmove a5c6 ponder b7c6 2020-01-11 10:33:29,272 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> quit 2020-01-11 10:33:29,474 :: pid: 2276 :: tid: 3892 :: INFO :: epd bm: ['Rxb2'] 2020-01-11 10:33:29,474 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> uci 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | | 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << | | |_| v0.23.2+git.c8d9095 built Dec 31 2019 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id name Lc0 v0.23.2+git.c8d9095 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << id author The LCZero Authors. 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name WeightsFile type string default 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Backend type combo default cudnn-fp16 var cudnn-auto var cudnn var cudnn-fp16 var random var check var roundrobin var multiplexing var demux 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name BackendOptions type string default 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Threads type spin default 2 min 1 max 128 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name NNCacheSize type spin default 200000 min 0 max 999999999 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinibatchSize type spin default 256 min 1 max 1024 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxPrefetch type spin default 32 min 0 max 1024 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogitQ type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuct type string default 3.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctBase type string default 19652.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CPuctFactor type string default 2.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Temperature type string default 0.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempDecayMoves type spin default 0 min 0 max 100 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempCutoffMove type spin default 0 min 0 max 1000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempEndgame type string default 0.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempValueCutoff type string default 100.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name TempVisitOffset type string default 0.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name DirichletNoise type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name VerboseMoveStats type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategy type combo default reduction var reduction var absolute 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValue type string default 1.200000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuStrategyAtRoot type combo default same var reduction var absolute var same 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name FpuValueAtRoot type string default 1.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name CacheHistoryLength type spin default 0 min 0 max 7 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PolicyTemperature type string default 2.200000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionEvents type spin default 32 min 1 max 1024 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MaxCollisionVisits type spin default 9999 min 1 max 1000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name OutOfOrderEval type check default true 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name StickyEndgames type check default true 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyFastPlay type check default true 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name PerPVCounters type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ScoreType type combo default centipawn var centipawn var centipawn_2018 var win_percentage var Q 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name HistoryFill type combo default fen_only var no var fen_only var always 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ShortSightedness type string default 0.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Ponder type check default true 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name UCI_ShowWDL type check default false 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ConfigFile type string default lc0.config 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name KLDGainAverageInterval type spin default 100 min 1 max 10000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MinimumKLDGainPerNode type string default 0.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name SmartPruningFactor type string default 1.330000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name RamLimitMb type spin default 0 min 0 max 100000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name MoveOverheadMs type spin default 200 min 0 max 100000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name Slowmover type string default 1.000000 2020-01-11 10:33:29,490 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name ImmediateTimeUse type string default 1.000000 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: << option name LogFile type string default 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: << uciok 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> isready 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: << error Unknown option: Hash 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: << readyok 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> ucinewgame 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> position fen 1r3rk1/6p1/p1pb1qPp/3p4/4nPR1/2N4Q/PPP4P/2K1BR2 b - - 0 1 2020-01-11 10:33:29,506 :: pid: 2276 :: tid: 3892 :: DEBUG :: >> go movetime 1000 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 1 seldepth 2 time 16 nodes 11 score cp 78 hashfull 0 nps 2200 tbhits 0 pv f6f5 c3e4 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 2 seldepth 3 time 18 nodes 31 score cp 107 hashfull 0 nps 4428 tbhits 0 pv d6e5 f4e5 f6f1 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 4 time 19 nodes 44 score cp 90 hashfull 0 nps 5500 tbhits 0 pv d6e5 c3e4 e5b2 c1d1 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 5 time 20 nodes 62 score cp 108 hashfull 0 nps 6200 tbhits 0 pv d6e5 c3e4 e5b2 c1d1 d5e4 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 6 time 22 nodes 68 score cp 123 hashfull 0 nps 6181 tbhits 0 pv d6e5 c3e4 e5b2 c1d1 d5e4 d1e2 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 3 seldepth 7 time 23 nodes 80 score cp 137 hashfull 0 nps 6666 tbhits 0 pv d6e5 c3e4 e5b2 c1d1 d5e4 d1e2 f6e6 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 8 time 25 nodes 96 score cp 146 hashfull 1 nps 6857 tbhits 0 pv d6e5 h3d3 e4c5 d3e2 e5d4 f4f5 f8e8 2020-01-11 10:33:31,161 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 9 time 28 nodes 133 score cp 108 hashfull 1 nps 7388 tbhits 0 pv d6e5 h3d3 e4c5 d3e2 e5d4 f4f5 f8e8 e2f3 d4e3 2020-01-11 10:33:31,193 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 4 seldepth 10 time 48 nodes 276 score cp 69 hashfull 3 nps 7459 tbhits 0 pv d6e5 h3d3 e4c5 d3e2 e5d4 f4f5 f8e8 e2f3 d4e3 2020-01-11 10:33:31,193 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 11 time 49 nodes 319 score cp 52 hashfull 3 nps 8179 tbhits 0 pv d6e5 f4f5 e5c3 e1c3 e4c3 h3c3 f6c3 b2c3 b8e8 g4f4 f8f6 2020-01-11 10:33:31,224 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 5 seldepth 12 time 91 nodes 881 score cp 45 hashfull 7 nps 11012 tbhits 0 pv d6e5 f4f5 b8b2 c3e4 d5e4 g4e4 f8b8 c1d1 f6d6 h3d3 2020-01-11 10:33:31,286 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 12 time 154 nodes 1922 score cp 58 hashfull 14 nps 13347 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e4f6 g4g2 e7b7 b2b3 d5d4 c3a4 2020-01-11 10:33:31,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 13 time 229 nodes 3295 score cp 55 hashfull 22 nps 15114 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 e4c5 d3f3 f8e8 e1f2 c5d7 2020-01-11 10:33:31,365 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 14 time 231 nodes 3379 score cp 55 hashfull 22 nps 15359 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 e4c5 d3f3 f8e8 e1f2 c5d7 2020-01-11 10:33:31,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 15 time 235 nodes 3544 score cp 54 hashfull 23 nps 15821 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 e4c5 d3f3 f8e8 e1f2 c5d7 2020-01-11 10:33:31,381 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 6 seldepth 16 time 239 nodes 3749 score cp 52 hashfull 24 nps 16371 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 e4c5 d3f3 f8e8 e1f2 c5d7 2020-01-11 10:33:31,411 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info depth 7 seldepth 16 time 268 nodes 4568 score cp 54 hashfull 28 nps 17774 tbhits 0 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 e4c5 d3f3 f8e8 e1f2 c5d7 2020-01-11 10:33:31,411 :: pid: 2276 :: tid: 3892 :: DEBUG :: << info d

fsmosca commented 4 years ago

thanks..Unfortunately nothing has changed in terms of speed..For 100 FEN positions with one second, Chess-Artist needs a total of 232 seconds, with old and new exe! That means 232s-100s = 132s only for loading and starting the FENs. It is not acceptable.

That is normal. Chess artist is not an ordinary analyzer, as it will analyze the move made in the actual game and save its score, after that it will also analyze the position before the actual move is made on the board and save the best move and score found by the engine. If the best move of engine and the move in the actual game are the same, Chess artist (depending on some conditions) will analyze again and try to find the threat of the move. This threat move is shown in the pgn output, like planning ... , with the idea of ..., and followed by ... comments.

Example,

7. Bc2 {+0.21} (7. g3 Bf7 8. Qe2 d6 9. h4 {+0.45}) 7... O-O-O $1 {+0.49, followed by Bf7} 
8. O-O-O $6 {-0.17} (8. h4 Bxe3 9. Bxe3 Bf7 10. Qg3 {+0.49}) 8... Bf7 $1 {+0.41, planning Bh5} 
9. Kb1 {-0.25} 9... Bh5 $1 {+0.46, followed by Bxd1} 
10. Rc1 $5 {-0.26} 10... Rf8 $3 {+0.16, with the idea of Kb8} 

If the best move of engine and actual move in the game are not the same, chess artist will calculate move NAG's, if the score of the move in the actual game is better than the score of the best move of the engine, the move in the actual game will be given a very good move !! or a good move ! annotation. Or depending on the score, and position complexity it will give !?, ?!, ? and ?? symbols to the move. It will also add pv of the engine.

Example,

18. Ka1 $6 {-0.51} (18. Qd2 Qe7 19. Qg5 h5 20. Rgf1 {-0.09})

Here white's Ka1 is dubious, see the meaning of $6 at https://en.wikipedia.org/wiki/Numeric_Annotation_Glyphs

Engine recommends Qd2 with a score of -0.09 pawn unit or -9 centipawn unit. Compared to the score of Ka1 which is only -0.51, a bit worse.

It will also try to find if one side sacrifices material.

Stockfish as analyzer

If you use Stockfish engine, it will take additional time because it will calculate:

and would include those in the comment.

Example,

1. f4 $5 {+0.08, with a better piece mobility} 1... Nb6 $3 {+0.58, with the idea of f5} 
2. Nb3 $3 {-0.27, planning e4} 2... f6 {+0.46} 
3. Qg3 $1 {-0.19, planning Qxg7} 3... g6 $6 {+0.73} (3...Bf7 {-0.05}) 
4. e4 $5 {+0.00} 4... c6 $6 {+0.27} (4...h5 {+0.00}) 
5. Be3 $2 {-0.15} (5. d3 {+0.43}) 5... Bc7 $5 {+0.60} 
6. Qf2 $6 {-0.35} (6. d3 {+0.73}) 6... O-O-O $6 {+0.50} (6...h5 7. d3 d5 8. Nfd2 e5 {+0.00}) 
7. d3 $5 {-0.27} 7... Kb8 $6 {+0.59} (7...d5 {+0.01}) 
8. Nfd2 {+0.04} 8... d5 $6 {+0.73} (8...h5 9. a4 Nc8 10. Be2 e5 {+0.00}) 
9. a4 {+0.22} (9. Be2 {+0.51}) 9... dxe4 $5 {+0.65, white had sacrificed material} 
10. a5 $2 {+0.24} (10. dxe4 {+0.84}) 10... Nc8 {+0.64}
ghost commented 4 years ago

Chess artist works, that's clear to me .. I am only interested in why so much time about 1.6 seconds is needed to start for each FEN (see time interval between lines 74 and 75 in the new exe v2.9). line 74. 2020-01-11 10: 28: 57,979 :: pid: 2596 :: tid: 3176 :: DEBUG :: << GPU compute capability: 7.5 line 75. 2020-01-11 10: 28: 59,637 :: pid: 2596 :: tid: 3176 :: DEBUG :: << readyok. With stockfish (see the attached log files) the same test with the same pgn, and 100 FEN, only takes 122 seconds instead of 232 seconds at lc0..that is great for stockfish. And it should work just as quickly with lc0. Also with stockfish is all right, it's quick, but unfortunately not with lc0. Therefore you can only use chess-artist with stockfish at the moment. Time costs money .. Please try again and see what the reason is .. thanks

Am Samstag, 11. Januar 2020, 12:41:58 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

thanks..Unfortunately nothing has changed in terms of speed..For 100 FEN positions with one second, Chess-Artist needs a total of 232 seconds, with old and new exe! That means 232s-100s = 132s only for loading and starting the FENs. It is not acceptable.

That is normal. Chess artist is not an ordinary analyzer, as it will analyze the move made in the actual game and save its score, after that it will also analyze the position before the actual move is made on the board and save the best move and score found by the engine. If the best move of engine and the move in the actual game are the same, Chess artist (depending on some conditions) will analyze again and try to find the threat of the move. This threat move is shown in the pgn output, like planning ... , with the idea of ..., and followed by ... comments.

Example,

  1. Bc2 {+0.21} (7. g3 Bf7 8. Qe2 d6 9. h4 {+0.45}) 7... O-O-O $1 {+0.49, followed by Bf7}
  2. O-O-O $6 {-0.17} (8. h4 Bxe3 9. Bxe3 Bf7 10. Qg3 {+0.49}) 8... Bf7 $1 {+0.41, planning Bh5}
  3. Kb1 {-0.25} 9... Bh5 $1 {+0.46, followed by Bxd1}
  4. Rc1 $5 {-0.26} 10... Rf8 $3 {+0.16, with the idea of Kb8}

If the best move of engine and actual move in the game are not the same, chess artist will calculate move NAG's, if the score of the actual game is better than the score of the engine, the move in the actual game will be given a very good move !! or a good move ! annotation. Or depending on the score, and position complexity it will give !?, ?!, ? and ?? symbols to the move. It will also add pv of the engine.

Example,

  1. Ka1 $6 {-0.51} (18. Qd2 Qe7 19. Qg5 h5 20. Rgf1 {-0.09})

Here white's Ka1 is dubious, see the meaning of $6 at https://en.wikipedia.org/wiki/Numeric_Annotation_Glyphs

Engine recommends Qd2 with a score of -0.09 pawn unit or 9 centipawn unit. Compared to the score of Ka1 which -0.51 which is a bit worse.

Stockfish as analyzer

If you use Stockfish engine, it will take additional time because it will calculate:

and would include those in the comment.

Example,

  1. f4 $5 {+0.08, with a better piece mobility} 1... Nb6 $3 {+0.58, with the idea of f5}
  2. Nb3 $3 {-0.27, planning e4} 2... f6 {+0.46}
  3. Qg3 $1 {-0.19, planning Qxg7} 3... g6 $6 {+0.73} (3...Bf7 {-0.05})
  4. e4 $5 {+0.00} 4... c6 $6 {+0.27} (4...h5 {+0.00})
  5. Be3 $2 {-0.15} (5. d3 {+0.43}) 5... Bc7 $5 {+0.60}
  6. Qf2 $6 {-0.35} (6. d3 {+0.73}) 6... O-O-O $6 {+0.50} (6...h5 7. d3 d5 8. Nfd2 e5 {+0.00})
  7. d3 $5 {-0.27} 7... Kb8 $6 {+0.59} (7...d5 {+0.01})
  8. Nfd2 {+0.04} 8... d5 $6 {+0.73} (8...h5 9. a4 Nc8 10. Be2 e5 {+0.00})
  9. a4 {+0.22} (9. Be2 {+0.51}) 9... dxe4 $5 {+0.65, white had sacrificed material}
  10. a5 $2 {+0.24} (10. dxe4 {+0.84}) 10... Nc8 {+0.64}

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

2020-01-11 11:01:41,529 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:41,608 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:41,608 :: pid: 1552 :: tid: 1044 :: INFO :: Test engine with epd suite 2020-01-11 11:01:41,608 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Qd2,', 'Bc2'] 2020-01-11 11:01:41,608 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:41,608 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:41,686 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:41,701 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:41,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:41,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:41,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 1nrq1rk1/p4pp1/bp2pn1p/3p4/2PP1B2/P1PB2N1/4QPPP/1R2R1K1 w - - 0 1 2020-01-11 11:01:41,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp 84 nodes 299 nps 149500 tbhits 0 time 2 pv f4b8 c8b8 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp 84 nodes 510 nps 255000 tbhits 0 time 2 pv f4b8 c8b8 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 3 multipv 1 score cp 80 nodes 798 nps 399000 tbhits 0 time 2 pv b1b4 d5c4 d3c4 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 4 multipv 1 score cp 100 nodes 1159 nps 579500 tbhits 0 time 2 pv b1b4 d5c4 d3c4 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 5 multipv 1 score cp 100 nodes 1683 nps 841500 tbhits 0 time 2 pv b1b4 d5c4 d3c4 a6c4 b4c4 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 6 multipv 1 score cp 71 nodes 2909 nps 969666 tbhits 0 time 3 pv f4b8 c8b8 c4d5 a6d3 e2d3 f6d5 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 10 multipv 1 score cp 29 nodes 6836 nps 1709000 tbhits 0 time 4 pv c4d5 a6d3 e2d3 f6d5 f4b8 c8b8 d3f3 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 11 multipv 1 score cp 19 nodes 9987 nps 1997400 tbhits 0 time 5 pv c4c5 a6d3 e2d3 b8c6 f4d6 f8e8 f2f4 b6c5 d6c5 2020-01-11 11:01:41,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 13 multipv 1 score cp 18 nodes 27925 nps 2538636 tbhits 0 time 11 pv f4b8 c8b8 c4d5 a6d3 e2d3 f6d5 g3e2 d5f6 g2g3 b8c8 c3c4 2020-01-11 11:01:41,842 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 17 multipv 1 score cp 45 nodes 47137 nps 2946062 tbhits 0 time 16 pv c4d5 a6d3 e2d3 f6d5 f4d2 d8c7 g3e2 c7c4 d3g3 2020-01-11 11:01:41,858 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 16 multipv 1 score cp -6 nodes 84945 nps 2929137 tbhits 0 time 29 pv f4b8 c8b8 c4d5 a6d3 e2d3 f6d5 g3e2 d5f6 e2g3 d8d6 g3e4 f6e4 e1e4 d6a3 2020-01-11 11:01:41,874 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 22 multipv 1 score cp 17 nodes 154504 nps 3090080 tbhits 0 time 50 pv c4d5 a6d3 e2d3 d8d5 g3f1 b8d7 f1d2 f8d8 b1c1 d5f5 d3f5 2020-01-11 11:01:41,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 20 multipv 1 score cp -2 nodes 298728 nps 3212129 tbhits 0 time 93 pv c4d5 a6d3 e2d3 d8d5 f4d2 d5c4 d3c4 c8c4 g3e4 f6e4 e1e4 g8h7 e4g4 c4a4 g4g3 a4a3 2020-01-11 11:01:41,936 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 22 multipv 1 score cp -13 nodes 370296 nps 3219965 tbhits 0 time 115 pv c4d5 a6d3 e2d3 d8d5 a3a4 d5c4 d3c4 c8c4 a4a5 f6d5 a5b6 a7b6 f4d6 f8c8 g3e4 b8c6 b1c1 c8d8 2020-01-11 11:01:42,013 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 25 multipv 1 score cp 102 nodes 641235 nps 3255000 tbhits 0 time 197 pv e2d2 d5c4 d3c2 a6b7 f4h6 d8d5 g3e4 b8d7 h6g5 f6e4 c2e4 2020-01-11 11:01:42,108 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 27 multipv 1 score cp 60 nodes 950884 nps 3245337 tbhits 0 time 293 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 f4h6 f7f5 h6f4 d8d5 d2e3 b8d7 e3g3 g8f7 e1c1 f8h8 a3a4 d7f6 2020-01-11 11:01:42,154 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 26 multipv 1 score cp 100 nodes 1085070 nps 3239014 tbhits 0 time 335 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 g7g5 f4g3 b8c6 f2f4 f7f5 e4f3 g5g4 f3e2 d8d5 d2e3 2020-01-11 11:01:42,295 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 30 multipv 1 score cp 69 nodes 1538965 nps 3219592 tbhits 0 time 478 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 c2e4 g7g5 f4g3 b8c6 f2f4 f7f5 e4d3 c4d3 d2d3 f8e8 e1e2 g5f4 g3f4 d8h4 f4d6 h4g5 2020-01-11 11:01:42,545 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 34 multipv 1 score cp 45 nodes 2263814 nps 3157341 tbhits 0 time 717 pv e2d2 a6c4 d3c2 f6e4 g3e4 d5e4 e1e4 g7g5 f4b8 c8b8 h2h4 f7f5 e4e1 g5h4 b1b4 c4d5 d2h6 d8f6 h6f6 f8f6 b4b1 2020-01-11 11:01:42,670 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 20 seldepth 36 multipv 1 score cp 88 nodes 2655509 nps 3120457 tbhits 0 time 851 pv e2d2 a6c4 d3c2 f6e4 c2e4 d5e4 g3e4 c4d5 f4h6 f7f5 h6g5 d8d7 e4g3 d7c6 g3e2 d5g2 e2f4 g2d5 b1c1 c6d6 d2e3 f8e8 e3g3 d6a3 f4d5 2020-01-11 11:01:42,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 21 seldepth 38 multipv 1 score cp 88 nodes 3076826 nps 3073752 hashfull 198 tbhits 0 time 1001 pv e2d2 2020-01-11 11:01:42,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove e2d2 ponder a6c4 2020-01-11 11:01:42,826 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:42,842 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Nf3'] 2020-01-11 11:01:42,842 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:42,842 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:42,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:43,029 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:43,029 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:43,029 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 5k2/1rn2p2/3pb1p1/7p/p3PP2/PnNBK2P/3N2P1/1R6 w - - 0 1 2020-01-11 11:01:43,029 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp 199 nodes 93 nps 46500 tbhits 0 time 2 pv c3a4 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp 215 nodes 194 nps 97000 tbhits 0 time 2 pv c3a4 h5h4 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 3 multipv 1 score cp 196 nodes 350 nps 175000 tbhits 0 time 2 pv c3a4 h5h4 f4f5 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 4 multipv 1 score cp 264 nodes 501 nps 250500 tbhits 0 time 2 pv c3a4 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 5 multipv 1 score cp 292 nodes 715 nps 357500 tbhits 0 time 2 pv c3a4 h5h4 a4c3 f7f6 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 6 multipv 1 score cp 291 nodes 1092 nps 364000 tbhits 0 time 3 pv c3a4 b3a5 b1b7 a5b7 a4c3 h5h4 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 9 multipv 1 score cp 205 nodes 4460 nps 1115000 tbhits 0 time 4 pv d2c4 e6c4 d3c4 b7a7 c4b3 a4b3 b1b3 2020-01-11 11:01:43,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 11 multipv 1 score cp 155 nodes 19031 nps 2378875 tbhits 0 time 8 pv d2f3 b7a7 f3d4 a7a8 d4b5 c7b5 d3b5 b3c5 b5c6 2020-01-11 11:01:43,061 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 15 multipv 1 score cp 84 nodes 51737 nps 3043352 tbhits 0 time 17 pv h3h4 b7a7 d2f3 d6d5 f3d4 d5e4 d3e4 b3d4 e3d4 2020-01-11 11:01:43,061 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 16 multipv 1 score cp 88 nodes 75789 nps 3157875 tbhits 0 time 24 pv d2f3 b7a7 f3d4 b3d4 b1b8 f8e7 e3d4 e6b3 c3b5 c7e6 d4e3 a7d7 f4f5 2020-01-11 11:01:43,076 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 15 multipv 1 score cp 130 nodes 95687 nps 3189566 tbhits 0 time 30 pv d2f3 b7a7 f3g5 b3c5 g5e6 c7e6 b1b8 f8g7 d3b5 g7h6 c3d5 2020-01-11 11:01:43,108 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 20 multipv 1 score cp 76 nodes 249286 nps 3511070 tbhits 0 time 71 pv d2f3 d6d5 f3d4 d5e4 d3e4 b7b6 c3a4 b6a6 d4e6 c7e6 b1b3 a6a4 e4d5 f8g7 b3c3 g7f6 d5e6 f7e6 2020-01-11 11:01:43,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 20 multipv 1 score cp 110 nodes 368749 nps 3580087 tbhits 0 time 103 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4b3 a4b3 b1b2 f8e7 e3d4 e7d6 d3c4 d5c4 2020-01-11 11:01:43,154 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 22 multipv 1 score cp 97 nodes 426550 nps 3584453 tbhits 0 time 119 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4b3 a4b3 b1b2 f8e7 e3d4 e7d6 d3c4 d5g2 b2g2 b3b2 2020-01-11 11:01:43,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 28 multipv 1 score cp 62 nodes 836804 nps 3622528 tbhits 0 time 231 pv d2f3 e6d7 f4f5 g6f5 e4f5 d7c6 d3e4 d6d5 e4d3 d5d4 f3d4 c6g2 d4e2 b3c5 b1b7 g2b7 e2f4 b7c6 2020-01-11 11:01:43,342 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 28 multipv 1 score cp 106 nodes 1103340 nps 3641386 tbhits 0 time 303 pv d2f3 e6d7 f3d4 b3c5 b1b4 b7b4 a3b4 c5d3 e3d3 a4a3 d3e3 c7a6 b4b5 a6b4 b5b6 d7c6 d4c6 b4c6 g2g4 h5g4 h3g4 f8e7 2020-01-11 11:01:43,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 29 multipv 1 score cp 68 nodes 1601880 nps 3708055 tbhits 0 time 432 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4b3 a4b3 b1b2 b7a7 e3d4 a7a5 d3c4 d5c4 d4c4 a5a3 f5f6 h5h4 b2b3 a3b3 c4b3 2020-01-11 11:01:43,561 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 30 multipv 1 score cp 72 nodes 1935128 nps 3721400 tbhits 0 time 520 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4f3 b7c7 d3e2 c7c3 e3f4 b3c5 b1d1 d5f3 e2f3 c3a3 f3h5 a3d3 d1d3 2020-01-11 11:01:43,733 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 34 multipv 1 score cp 95 nodes 2575337 nps 3737789 tbhits 0 time 689 pv d2f3 e6d7 f3d4 f8e7 d4c2 b3c5 c2b4 h5h4 d3c2 e7f6 e3f3 f6e6 b4d5 c7d5 e4d5 e6e7 b1b7 c5b7 c2a4 d7a4 2020-01-11 11:01:43,967 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 20 seldepth 33 multipv 1 score cp 98 nodes 3476515 nps 3742212 tbhits 0 time 929 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4b3 a4b3 b1b2 b7a7 e3d4 a7a5 g2g3 f8e7 a3a4 d5c6 b2b3 c6g2 b3b6 a5a4 d4e3 e7d8 f5f6 g2h3 2020-01-11 11:01:44,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 21 seldepth 33 multipv 1 score cp 98 nodes 3740417 nps 3736680 hashfull 225 tbhits 0 time 1001 pv d2f3 d6d5 f4f5 g6f5 e4f5 d5d4 f3d4 c7d5 c3d5 e6d5 d4b3 a4b3 b1b2 b7a7 e3d4 a7a5 g2g3 f8e7 a3a4 d5c6 b2b3 c6g2 b3b6 a5a4 d4e3 e7d8 f5f6 g2h3 2020-01-11 11:01:44,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove d2f3 ponder d6d5 2020-01-11 11:01:44,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:44,061 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Qd3'] 2020-01-11 11:01:44,061 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:44,061 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:44,138 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:44,247 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:44,247 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:44,247 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 8/p2p4/r7/1k6/8/pK5Q/P7/b7 w - - 0 1 2020-01-11 11:01:44,247 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 2 multipv 1 score cp 341 nodes 169 nps 84500 tbhits 0 time 2 pv h3f1 b5a5 f1a1 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 3 multipv 1 score cp 341 nodes 242 nps 121000 tbhits 0 time 2 pv h3f1 b5a5 f1a1 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 4 multipv 1 score cp 358 nodes 350 nps 175000 tbhits 0 time 2 pv h3f1 b5a5 f1a1 d7d5 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 6 multipv 1 score cp 377 nodes 592 nps 296000 tbhits 0 time 2 pv h3f1 b5a5 f1a1 a5b6 a1c1 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 8 multipv 1 score cp 377 nodes 1273 nps 636500 tbhits 0 time 2 pv h3f1 b5a5 f1a1 a6b6 b3a3 d7d5 a1d1 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 11 multipv 1 score cp 381 nodes 2834 nps 944666 tbhits 0 time 3 pv h3f1 b5b6 f1a1 b6c7 a1e5 d7d6 e5g7 c7b8 g7g4 2020-01-11 11:01:44,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 17 multipv 1 score cp 385 nodes 22415 nps 3202142 tbhits 0 time 7 pv h3f1 b5b6 f1a1 a6a5 a1d4 b6c6 d4c4 c6b6 c4d3 2020-01-11 11:01:44,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 15 multipv 1 score cp 391 nodes 36662 nps 3666200 tbhits 0 time 10 pv h3f1 b5b6 f1a1 b6b7 a1d4 b7c8 d4c4 a6c6 c4a4 c6h6 a4a7 h6h3 b3b4 2020-01-11 11:01:44,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 21 multipv 1 score cp 386 nodes 83220 nps 4161000 tbhits 0 time 20 pv h3f1 b5b6 f1a1 b6c6 a1e5 c6b7 e5e4 b7c8 e4c4 c8b7 c4d3 a6b6 b3a3 b6a6 a3b3 a6b6 b3c4 2020-01-11 11:01:44,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 22 multipv 1 score cp 397 nodes 102025 nps 4251041 tbhits 0 time 24 pv h3f1 b5b6 f1a1 b6c7 a1c3 c7d8 c3e3 d8c7 b3b4 c7c6 e3c3 c6b7 c3d4 2020-01-11 11:01:44,295 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 21 multipv 1 score cp 403 nodes 122643 nps 4380107 tbhits 0 time 28 pv h3f1 b5b6 f1a1 b6c7 a1c3 c7d8 c3c4 a6e6 b3a3 e6e3 a3b2 e3e6 a2a4 e6b6 b2c2 b6e6 2020-01-11 11:01:44,311 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 25 multipv 1 score cp 399 nodes 194182 nps 4515860 tbhits 0 time 43 pv h3f1 b5b6 f1a1 b6c7 a1c3 a6c6 c3e5 c7c8 e5d4 c6a6 d4c4 c8b7 c4d3 a6b6 b3c4 b6c6 c4d5 c6b6 d3a3 b6a6 a3b3 b7c7 b3c4 c7b7 2020-01-11 11:01:44,325 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 26 multipv 1 score cp 421 nodes 265269 nps 4653842 tbhits 0 time 57 pv h3f1 b5b6 f1a1 b6c7 a1c3 c7b7 c3d3 d7d6 d3e4 b7c7 b3b4 a6c6 b4a3 c6a6 a3b4 a6c6 e4d3 2020-01-11 11:01:44,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 31 multipv 1 score cp 428 nodes 426244 nps 4736044 tbhits 0 time 90 pv h3f1 b5b6 f1a1 b6c7 a1c3 c7b7 c3d3 d7d6 b3b4 a6b6 b4c4 b6c6 c4d5 b7c7 d5e6 a7a5 d3d4 d6d5 e6e5 2020-01-11 11:01:44,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 20 multipv 1 score cp 428 nodes 436559 nps 4745206 tbhits 0 time 92 pv h3f1 b5b6 f1a1 b6c7 a1c3 a6c6 c3d4 c6a6 d4c4 c7b7 c4d3 d7d6 b3b4 a6b6 b4c4 b6c6 c4d5 b7c7 d5e6 a7a5 2020-01-11 11:01:44,372 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 30 multipv 1 score cp 431 nodes 537489 nps 4799008 tbhits 0 time 112 pv h3f1 b5b6 f1a1 b6c7 a1c3 a6c6 c3d4 c6a6 d4c4 c7b7 c4d3 d7d6 b3b4 a6b6 b4c4 a7a6 d3a3 b7c6 a3a4 c6c7 c4d4 b6c6 d4d3 c6c5 a4a6 2020-01-11 11:01:44,388 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 26 multipv 1 score cp 431 nodes 573121 nps 4816142 tbhits 0 time 119 pv h3f1 b5b6 f1a1 b6c7 a1c3 a6c6 c3d4 c6a6 d4d3 a6d6 d3c4 d6c6 c4a4 c7b7 a4d4 d7d6 b3b4 c6b6 b4a3 b6a6 a3b4 a6b6 b4c4 b7c6 2020-01-11 11:01:44,513 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 34 multipv 1 score cp 453 nodes 1271092 nps 4926713 tbhits 0 time 258 pv h3f1 b5b6 f1a1 b6c7 a1c3 c7d8 c3c4 a6a5 b3b4 a5e5 c4d4 a7a5 b4a3 e5f5 d4d6 f5f3 a3b2 f3f2 b2b3 f2f3 b3c4 f3f5 a2a4 f5f3 d6d4 2020-01-11 11:01:44,733 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 38 multipv 1 score cp 476 nodes 2327052 nps 4993673 tbhits 0 time 466 pv h3f1 b5b6 f1a1 b6b7 a1d4 a6b6 b3a3 b6a6 a3b2 a6b6 b2c3 b7c7 a2a4 b6b7 d4c4 c7b8 c4d5 b8c7 d5d4 b7b6 d4e5 c7c6 2020-01-11 11:01:44,842 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 20 seldepth 41 multipv 1 score cp 487 nodes 2943255 nps 5014063 tbhits 0 time 587 pv h3f1 b5b6 f1a1 b6b7 a1d4 a6b6 b3a3 b6a6 a3b2 a6b6 b2c3 b6c6 c3d3 c6c7 d4d5 b7b8 a2a4 c7b7 d3c4 b8c8 c4c3 c8c7 d5e5 c7c8 e5d6 b7b6 d6d5 c8c7 c3c4 a7a6 c4c3 b6c6 c3b4 c6b6 b4a5 2020-01-11 11:01:44,872 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 21 seldepth 32 multipv 1 score cp 487 nodes 3093549 nps 5013855 tbhits 0 time 617 pv h3f1 b5b6 f1a1 b6b7 a1d4 a6b6 b3a3 b6a6 a3b2 a6b6 b2c3 b6c6 c3d3 c6c7 d4d5 b7b8 a2a4 c7b7 d3c4 b8c8 c4c3 c8c7 d5e5 c7c8 e5d4 c8b8 d4d6 b8c8 d6e5 b7b6 e5d5 c8c7 2020-01-11 11:01:44,967 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 22 seldepth 36 multipv 1 score cp 487 nodes 3518043 nps 5025775 tbhits 0 time 700 pv h3f1 b5b6 f1a1 b6b7 a1d4 a6b6 b3a3 b6a6 a3b2 a6b6 b2c3 b6c6 c3d3 c6c7 d4d5 b7b8 a2a4 c7b7 d3c4 b8c8 c4c3 c8c7 d5e5 c7c8 e5d6 b7b6 d6d5 c8c7 c3c4 a7a6 c4c3 b6c6 c3b4 c6b6 b4a5 b6c6 2020-01-11 11:01:45,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 23 seldepth 40 multipv 1 score cp 528 nodes 5075027 nps 5069957 hashfull 168 tbhits 0 time 1001 pv h3f1 2020-01-11 11:01:45,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove h3f1 ponder b5b6 2020-01-11 11:01:45,263 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:45,279 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Nc6'] 2020-01-11 11:01:45,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:45,279 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:45,358 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:45,467 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:45,467 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:45,467 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 1b1rr1k1/pp1q1pp1/8/NP1p1b1p/1B1Pp1n1/PQR1P1P1/4BP1P/5RK1 w - - 0 1 2020-01-11 11:01:45,467 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp -10 nodes 99 nps 49500 tbhits 0 time 2 pv a3a4 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp -14 nodes 210 nps 105000 tbhits 0 time 2 pv f1c1 b7b6 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 3 multipv 1 score cp 186 nodes 378 nps 189000 tbhits 0 time 2 pv h2h3 b7b6 h3g4 b6a5 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 4 multipv 1 score cp 186 nodes 506 nps 253000 tbhits 0 time 2 pv h2h3 b7b6 h3g4 b6a5 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 5 multipv 1 score cp 197 nodes 1915 nps 957500 tbhits 0 time 2 pv a3a4 b7b6 a5c6 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 7 multipv 1 score cp 3 nodes 5310 nps 1770000 tbhits 0 time 3 pv a3a4 g4f6 f1c1 f5h3 c1c2 d8c8 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 11 multipv 1 score cp 2 nodes 8305 nps 1661000 tbhits 0 time 5 pv f1c1 h5h4 b3c2 h4h3 a3a4 d8c8 c3c8 2020-01-11 11:01:45,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 13 multipv 1 score cp -4 nodes 12461 nps 2076833 tbhits 0 time 6 pv f1c1 h5h4 b3c2 g7g5 a3a4 h4g3 f2g3 g8h7 h2h3 g4f6 2020-01-11 11:01:45,497 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 16 multipv 1 score cp -17 nodes 34580 nps 2660000 tbhits 0 time 13 pv f1c1 g4f6 e2f1 f5g4 h2h4 g7g6 b3c2 g4f3 a3a4 2020-01-11 11:01:45,513 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 14 multipv 1 score cp -35 nodes 80950 nps 2891071 tbhits 0 time 28 pv a3a4 g4f6 b5b6 a7a6 f1c1 h5h4 c3c7 b8c7 c1c7 2020-01-11 11:01:45,529 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 17 multipv 1 score cp -32 nodes 142927 nps 3041000 tbhits 0 time 47 pv a3a4 g4f6 b5b6 a7a6 b3b2 f5h3 f1c1 f6g4 e2f1 h3f1 c1f1 d8c8 f1c1 2020-01-11 11:01:45,561 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 24 multipv 1 score cp -37 nodes 258360 nps 3112771 tbhits 0 time 83 pv a3a4 g4f6 b5b6 a7a6 f1c1 h5h4 c3c7 b8c7 c1c7 d7e6 b4a3 f5g4 e2g4 f6g4 a5b7 e6f5 b3b2 h4g3 h2g3 2020-01-11 11:01:45,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 20 multipv 1 score cp -48 nodes 311687 nps 3148353 tbhits 0 time 99 pv a3a4 h5h4 b4a3 g4f6 b5b6 a7a6 f1c1 f5g4 e2g4 f6g4 b3c2 h4g3 f2g3 g4f6 g1g2 2020-01-11 11:01:45,654 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 23 multipv 1 score cp -115 nodes 555683 nps 3157289 tbhits 0 time 176 pv a3a4 g4f6 b5b6 f5h3 b6a7 b8a7 b4a3 h3f1 e2f1 d8c8 c3c8 e8c8 b3b7 d7b7 a5b7 c8c2 b7d6 2020-01-11 11:01:45,763 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 23 multipv 1 score cp -36 nodes 882333 nps 3162483 tbhits 0 time 279 pv a5c6 b7c6 b5c6 d7c7 c3c5 d8c8 b3d5 g7g6 f1c1 c7b6 c5b5 f5e6 d5e4 g4f6 b5b6 2020-01-11 11:01:45,779 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 21 multipv 1 score cp 0 nodes 937583 nps 3178247 tbhits 0 time 295 pv a5c6 b7c6 b5c6 d7c7 c3c5 c7d6 c5c2 d6c7 c2c5 2020-01-11 11:01:45,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 9 multipv 1 score cp 0 nodes 984426 nps 3175567 tbhits 0 time 310 pv a5c6 b7c6 b5c6 d7c7 c3c5 c7d6 c5c1 d6c7 2020-01-11 11:01:45,872 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 26 multipv 1 score cp 62 nodes 1295833 nps 3255861 tbhits 0 time 398 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7d6 c6c7 g4f6 f1c1 f5g4 e2g4 f6g4 a4c2 d6f6 c7b8q c8b8 2020-01-11 11:01:46,045 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 34 multipv 1 score cp 67 nodes 1878114 nps 3318222 tbhits 0 time 566 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 f5d7 c7b8q c8b8 a4c2 d7b5 e2b5 b8b5 a5b4 e7d8 c3c7 a7a5 2020-01-11 11:01:46,154 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 20 seldepth 29 multipv 1 score cp 79 nodes 2221265 nps 3335232 tbhits 0 time 666 pv a5c6 b7c6 b5c6 d7e6 c6c7 d8c8 f1c1 g4f6 c7b8q c8b8 c3c6 b8c8 c6c8 e8c8 c1c8 e6c8 b4e7 f5g4 e2g4 c8g4 e7f6 g7f6 h2h3 g4e6 b3b8 g8g7 b8a7 2020-01-11 11:01:46,295 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 21 seldepth 35 multipv 1 score cp 66 nodes 2727690 nps 3338665 tbhits 0 time 817 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 f5d7 a4c2 h5h4 c7b8q c8b8 a5c7 b8c8 e2a6 h4g3 c7g3 c8c3 c2c3 e7f6 a6e2 f6g6 f1b1 g4f6 b1b7 2020-01-11 11:01:46,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 22 seldepth 35 multipv 1 score cp 66 nodes 3353256 nps 3349906 hashfull 193 tbhits 0 time 1001 pv a5c6 b7c6 b5c6 d7c7 b3a4 d8c8 b4a5 c7e7 c6c7 f5d7 a4c2 h5h4 c7b8q c8b8 a5c7 b8c8 e2a6 h4g3 c7g3 c8c3 c2c3 e7f6 a6e2 f6g6 f1b1 g4f6 b1b7 2020-01-11 11:01:46,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove a5c6 ponder b7c6 2020-01-11 11:01:46,483 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:46,497 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Rxb2'] 2020-01-11 11:01:46,497 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:46,497 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:46,575 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:46,686 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:46,686 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:46,686 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 1r3rk1/6p1/p1pb1qPp/3p4/4nPR1/2N4Q/PPP4P/2K1BR2 b - - 0 1 2020-01-11 11:01:46,686 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp 225 nodes 111 nps 55500 tbhits 0 time 2 pv e4c3 b2c3 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp 220 nodes 329 nps 164500 tbhits 0 time 2 pv e4g5 f4g5 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 4 multipv 1 score cp 441 nodes 522 nps 261000 tbhits 0 time 2 pv f6d4 c3e4 d4b2 c1d2 d5e4 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 5 multipv 1 score cp 189 nodes 1050 nps 525000 tbhits 0 time 2 pv e4g5 g4g5 h6g5 f4f5 d6f4 f1f4 g5f4 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 8 multipv 1 score cp 294 nodes 1391 nps 695500 tbhits 0 time 2 pv e4g5 g4g5 d6f4 c1b1 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 8 multipv 1 score cp 122 nodes 2875 nps 958333 tbhits 0 time 3 pv f6d4 f4f5 d4b6 c3e4 b6b2 c1d2 d5e4 g4e4 2020-01-11 11:01:46,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 9 multipv 1 score cp 146 nodes 7751 nps 1937750 tbhits 0 time 4 pv f6d4 h3d3 d4d3 c2d3 h6h5 2020-01-11 11:01:46,717 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 11 multipv 1 score cp 76 nodes 24033 nps 2403300 tbhits 0 time 10 pv d6e7 h3d3 h6h5 g4g2 b8b6 c1d1 b6b2 c3e4 2020-01-11 11:01:46,717 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 14 multipv 1 score cp 86 nodes 34449 nps 2649923 tbhits 0 time 13 pv d6e7 f4f5 f6d4 c1b1 e7f6 b1a1 d4b6 b2b3 2020-01-11 11:01:46,733 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 16 multipv 1 score cp 131 nodes 78076 nps 2788428 tbhits 0 time 28 pv b8b7 f4f5 f8b8 b2b3 d6b4 g4e4 d5e4 c1b1 f6d4 2020-01-11 11:01:46,763 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 17 multipv 1 score cp 61 nodes 191316 nps 2989312 tbhits 0 time 64 pv f6d4 h3d3 d4b6 c3e4 b6b2 c1d1 d5e4 d3c4 g8h8 d1e2 d6b4 e1b4 b8b4 c4c6 b2a2 2020-01-11 11:01:46,779 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 16 multipv 1 score cp 145 nodes 220545 nps 3021164 tbhits 0 time 73 pv d6e5 h3d3 f6f5 g4h4 e5f6 c3e4 d5e4 2020-01-11 11:01:46,825 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 20 multipv 1 score cp 102 nodes 379023 nps 3056637 tbhits 0 time 124 pv d6e5 f4f5 f6e7 c3a4 c6c5 e1c3 c5c4 h3e3 e5f6 c3d4 f6g5 g4g5 e7g5 e3g5 2020-01-11 11:01:46,888 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 24 multipv 1 score cp 78 nodes 563628 nps 3079934 tbhits 0 time 183 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 f8d8 b2b4 e7e5 g4e4 d5e4 d3e4 e5h2 c1b1 g8h8 e4c6 2020-01-11 11:01:46,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 27 multipv 1 score cp 91 nodes 690270 nps 3095381 tbhits 0 time 223 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 h6h5 g4f4 f6g5 c3e4 e7e4 d3e4 d5e4 e1c3 f8f5 2020-01-11 11:01:47,013 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 28 multipv 1 score cp 116 nodes 984792 nps 3136280 tbhits 0 time 314 pv d6e5 f4f5 f6e7 a2a3 e5f6 h3d3 f6g5 c1d1 f8d8 h2h4 g5f6 d1c1 a6a5 b2b4 e7e5 g4e4 d5e4 d3e4 a5b4 a3b4 e5d4 2020-01-11 11:01:47,482 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 30 multipv 1 score cp 22 nodes 2508241 nps 3199286 tbhits 0 time 784 pv b8b7 c1b1 f8e8 b2b3 d6a3 h3d3 e4c5 d3d2 f6f5 g4g2 a6a5 g2e2 e8e6 e2e6 c5e6 c3a4 d5d4 e1h4 2020-01-11 11:01:47,638 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 27 multipv 1 score cp 67 nodes 2993444 nps 3201544 tbhits 0 time 935 pv b8b7 h3d3 e4c5 d3f3 b7b4 f3g2 f8b8 b2b3 c5e6 c1b1 b4f4 g4f4 e6f4 g2g4 f6e6 g4e6 f4e6 2020-01-11 11:01:47,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 20 multipv 1 score cp 57 upperbound nodes 3210602 nps 3207394 hashfull 176 tbhits 0 time 1001 pv b8b7 f4f5 2020-01-11 11:01:47,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove b8b7 ponder f4f5 2020-01-11 11:01:47,700 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:47,717 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Qg5'] 2020-01-11 11:01:47,717 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:47,717 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:47,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:47,904 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:47,904 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:47,904 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen r1b1kb1r/1p1n1p2/p3pP1p/q7/3N3p/2N5/P1PQB1PP/1R3R1K b kq - 0 1 2020-01-11 11:01:47,904 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp 66 nodes 79 nps 79000 tbhits 0 time 1 pv h8g8 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp 251 nodes 210 nps 210000 tbhits 0 time 1 pv e6e5 g2g3 h4g3 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 3 multipv 1 score cp 532 nodes 353 nps 353000 tbhits 0 time 1 pv f8b4 h2h3 b4c3 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 4 multipv 1 score cp 180 nodes 706 nps 353000 tbhits 0 time 2 pv f8b4 b1b4 a5b4 h2h3 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 5 multipv 1 score cp 146 nodes 1407 nps 703500 tbhits 0 time 2 pv f8b4 b1b4 a5b4 h2h3 b4a3 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 6 multipv 1 score cp 180 nodes 1560 nps 780000 tbhits 0 time 2 pv f8b4 b1b4 a5b4 h2h3 2020-01-11 11:01:47,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 8 multipv 1 score cp 207 nodes 1953 nps 976500 tbhits 0 time 2 pv f8b4 b1b4 a5b4 d4f3 e6e5 2020-01-11 11:01:47,936 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 13 multipv 1 score cp 12 nodes 23987 nps 2398700 tbhits 0 time 10 pv a5e5 f1d1 e5f6 d4f3 h8g8 c3e4 f6e7 c2c3 2020-01-11 11:01:47,936 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 13 multipv 1 score cp 49 nodes 30216 nps 2518000 tbhits 0 time 12 pv a5e5 f1f4 f8c5 b1f1 h8g8 d4f3 2020-01-11 11:01:47,950 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 14 multipv 1 score cp 41 nodes 69450 nps 2671153 tbhits 0 time 26 pv a5g5 d2g5 h6g5 c3e4 b7b6 e4g5 c8b7 e2f3 b7f3 d4f3 h8h6 g5e4 2020-01-11 11:01:47,967 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 17 multipv 1 score cp 112 nodes 120273 nps 2797046 tbhits 0 time 43 pv a5g5 c3e4 g5d2 e4d2 b7b6 e2f3 a8a7 f3c6 e8d8 b1e1 f8c5 2020-01-11 11:01:47,982 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 19 multipv 1 score cp 73 nodes 168252 nps 2900896 tbhits 0 time 58 pv a5g5 c3e4 g5d2 e4d2 b7b6 e2f3 a8a7 f3c6 e8d8 d2f3 f8c5 d4b3 a7c7 c6d7 c8d7 b3c5 2020-01-11 11:01:47,997 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 22 multipv 1 score cp 85 nodes 225627 nps 2968776 tbhits 0 time 76 pv a5g5 c3e4 g5d2 e4d2 h4h3 g2h3 h6h5 h3h4 h8h6 d2e4 d7c5 e4c5 f8c5 2020-01-11 11:01:48,013 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 19 multipv 1 score cp 96 nodes 289077 nps 3011218 tbhits 0 time 96 pv a5g5 d4f3 g5d2 f3d2 b7b5 c3e4 h4h3 e2f3 h3g2 f3g2 c8b7 c2c4 h8g8 c4b5 2020-01-11 11:01:48,232 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 25 multipv 1 score cp 27 nodes 917581 nps 2979159 tbhits 0 time 308 pv a5g5 d2d3 d7c5 d3f3 f8d6 c3e4 c5e4 f3e4 e8g8 c2c3 f8d8 c3c4 g5g6 e4g6 f7g6 e2f3 d6e5 f6f7 g8f7 f3b7 f7e7 b7a8 d8d4 2020-01-11 11:01:48,467 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 28 multipv 1 score cp 1 nodes 1657865 nps 3003378 tbhits 0 time 552 pv h4h3 g2h3 h6h5 d2d3 h8h6 c3e4 d7c5 e4c5 a5c5 d3e4 c5d5 e4d5 e6d5 f1f4 e8d8 c2c3 2020-01-11 11:01:48,795 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 28 multipv 1 score cp 0 nodes 2640354 nps 3007236 tbhits 0 time 878 pv a5g5 f1f4 h8g8 e2c4 d7f6 d4f3 g5g7 f3e5 f8e7 b1d1 e8f8 d1f1 g7g5 e5f3 g5g7 f3e5 2020-01-11 11:01:48,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 31 multipv 1 score cp -20 nodes 3016940 nps 3013926 hashfull 180 tbhits 0 time 1001 pv a5g5 f1f4 2020-01-11 11:01:48,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove a5g5 ponder f1f4 2020-01-11 11:01:48,920 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:48,950 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Nf5'] 2020-01-11 11:01:48,950 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:48,950 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check default false 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name MultiPV type spin default 1 min 1 max 500 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Skill Level type spin default 20 min 0 max 20 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Move Overhead type spin default 30 min 0 max 5000 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Minimum Thinking Time type spin default 20 min 0 max 5000 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Slow Mover type spin default 84 min 10 max 1000 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name nodestime type spin default 0 min 0 max 10000 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Chess960 type check default false 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_AnalyseMode type check default false 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_LimitStrength type check default false 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name UCI_Elo type spin default 1350 min 1350 max 2850 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyPath type string default 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeDepth type spin default 1 min 1 max 100 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Syzygy50MoveRule type check default true 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name SyzygyProbeLimit type spin default 7 min 0 max 7 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: << uciok 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Hash value 128 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> setoption name Threads value 2 2020-01-11 11:01:49,023 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> isready 2020-01-11 11:01:49,117 :: pid: 1552 :: tid: 1044 :: DEBUG :: << readyok 2020-01-11 11:01:49,132 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> ucinewgame 2020-01-11 11:01:49,132 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> position fen 3kB3/5K2/7p/3p4/3pn3/4NN2/8/1b4B1 w - - 0 1 2020-01-11 11:01:49,132 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> go movetime 1000 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 1 seldepth 1 multipv 1 score cp 365 nodes 456 nps 228000 tbhits 0 time 2 pv e3f5 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 2 seldepth 2 multipv 1 score cp 406 nodes 536 nps 268000 tbhits 0 time 2 pv e3f5 d4d3 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 3 seldepth 5 multipv 1 score cp 344 nodes 676 nps 338000 tbhits 0 time 2 pv e3f5 d4d3 g1b6 d8c8 f3d4 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 4 seldepth 7 multipv 1 score cp 403 nodes 866 nps 433000 tbhits 0 time 2 pv e3f5 d4d3 g1b6 d8c8 f5e7 c8b7 e7d5 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 5 seldepth 8 multipv 1 score cp 339 nodes 1641 nps 820500 tbhits 0 time 2 pv e3f5 d4d3 g1b6 d8c8 b6d4 c8b7 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 6 seldepth 9 multipv 1 score cp 86 nodes 4420 nps 1473333 tbhits 0 time 3 pv f3d4 e4d6 f7e6 d6e8 e6e5 b1e4 e3d5 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 7 seldepth 11 multipv 1 score cp 82 nodes 8838 nps 2209500 tbhits 0 time 4 pv f3d4 e4d6 f7e6 d6e8 e3d1 e8c7 e6e5 b1e4 d1c3 e4d3 g1e3 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 8 seldepth 14 multipv 1 score cp 87 nodes 15110 nps 2518333 tbhits 0 time 6 pv f3d4 e4d6 f7e6 d6e8 e3d1 h6h5 d1c3 b1h7 g1e3 h5h4 e3g5 d8c8 g5h4 2020-01-11 11:01:49,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 9 seldepth 18 multipv 1 score cp 112 nodes 24107 nps 3013375 tbhits 0 time 8 pv f3d4 e4d6 f7f8 d6e8 e3d5 b1g6 d5f4 g6b1 2020-01-11 11:01:49,164 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 10 seldepth 16 multipv 1 score cp 124 nodes 48330 nps 3452142 tbhits 0 time 14 pv e3d5 e4d6 f7f8 b1e4 f3d4 e4d5 e8g6 d5c4 f8g7 d8e7 d4c6 e7e6 g1c5 h6h5 2020-01-11 11:01:49,180 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 11 seldepth 22 multipv 1 score cp 92 nodes 130100 nps 3942424 tbhits 0 time 33 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 g1h2 d6c4 d5c3 b1h7 c3a4 h6h5 h2g3 d8c8 f8g7 2020-01-11 11:01:49,226 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 12 seldepth 23 multipv 1 score cp 82 nodes 321350 nps 3967283 tbhits 0 time 81 pv f7f8 e4d6 e8h5 d4e3 g1e3 d6f5 e3f4 d8d7 h5e8 d7d8 e8f7 d5d4 f7d5 d4d3 2020-01-11 11:01:49,226 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 13 seldepth 22 multipv 1 score cp 91 nodes 344343 nps 4003988 tbhits 0 time 86 pv f7f8 e4d6 e8h5 d4e3 g1e3 d6f5 e3f4 d8d7 f8f7 f5d6 f7f6 d7c6 f3e5 c6b7 e5d7 b7c7 h5g4 2020-01-11 11:01:49,273 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 14 seldepth 25 multipv 1 score cp 85 nodes 557757 nps 4071218 tbhits 0 time 137 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1d3 g1h2 d6e4 c3a4 d3a6 d4e6 d8c8 f8f7 h6h5 a4b6 c8b7 2020-01-11 11:01:49,351 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 15 seldepth 28 multipv 1 score cp 77 nodes 853976 nps 4125487 tbhits 0 time 207 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1d3 g1h2 d6e4 c3a4 d8c8 f8f7 h6h5 f7e6 h5h4 e6f5 c8d7 a4b6 d7e7 2020-01-11 11:01:49,492 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 16 seldepth 29 multipv 1 score cp 85 nodes 1469006 nps 4149734 tbhits 0 time 354 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 g1h2 d6f5 d4c6 d8c8 c6b4 b1e4 d5f6 e4f3 f8f7 f3e2 f7g6 f5e7 g6h6 e2f1 h6g5 c8b7 h2f4 2020-01-11 11:01:49,694 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 17 seldepth 31 multipv 1 score cp 74 nodes 2309463 nps 4138822 tbhits 0 time 558 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1f5 g1h2 d6e4 c3d5 f5h3 f8f7 e4g5 f7g6 g5e6 d4c6 d8c8 c6b4 c8d7 g6h6 h3f5 d5f6 d7e7 h2e5 2020-01-11 11:01:49,789 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 18 seldepth 30 multipv 1 score cp 78 nodes 2645764 nps 4146965 tbhits 0 time 638 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1d3 g1h2 d6e4 c3a4 d8c8 f8f7 h6h5 f7e6 h5h4 e6e5 c8d7 a4b2 d3b1 e5f4 d7e7 f4g4 e7f7 g4h4 e4c5 2020-01-11 11:01:50,069 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 19 seldepth 34 multipv 1 score cp 76 nodes 3885040 nps 4177462 tbhits 0 time 930 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1h7 d4b3 d8d7 b3c5 d7c6 f8g7 h7c2 g7f6 c2h7 f6e5 d6f7 e5f4 c6d6 c5a6 h7g6 g1f2 d6e6 2020-01-11 11:01:50,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << info depth 20 seldepth 34 multipv 1 score cp 76 nodes 4180847 nps 4176670 hashfull 235 tbhits 0 time 1001 pv e3d5 e4d6 f7f8 d6e8 f3d4 e8d6 d5c3 b1h7 d4b3 d8d7 b3c5 d7c6 f8g7 h7c2 g7f6 c2h7 f6e5 d6f7 e5f4 c6d6 c5a6 h7g6 g1f2 d6e6 2020-01-11 11:01:50,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: << bestmove e3d5 ponder e4d6 2020-01-11 11:01:50,148 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> quit 2020-01-11 11:01:50,164 :: pid: 1552 :: tid: 1044 :: INFO :: epd bm: ['Bxh7'] 2020-01-11 11:01:50,164 :: pid: 1552 :: tid: 1044 :: DEBUG :: >> uci 2020-01-11 11:01:50,164 :: pid: 1552 :: tid: 1044 :: DEBUG :: << Stockfish 251219 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id name Stockfish 251219 64 POPCNT 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << id author T. Romstad, M. Costalba, J. Kiiski, G. Linscott 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Debug Log File type string default 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Contempt type spin default 24 min -100 max 100 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Analysis Contempt type combo default Both var Off var White var Black var Both 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Threads type spin default 1 min 1 max 512 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Hash type spin default 16 min 1 max 131072 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Clear Hash type button 2020-01-11 11:01:50,242 :: pid: 1552 :: tid: 1044 :: DEBUG :: << option name Ponder type check defa

ghost commented 4 years ago

its a epd not a pgn datei..

  1. Test engine with test suite :: Annotate games

chess-artist.exe --infile 100.epd --outfile result.txt ^ --enginefile "LD2.exe --backend=cudnn-fp16" ^ --engineoptions "Hash value 128" ^ --movetime 1000 --log ^ --job test --eval search

pause

result :: EPD 100.epd TEST RESULTS :: Engine        : Lc0 v0.23.2+git.c8d9095 Time/pos (sec): 1.0

Total epd lines       : 100 Total tested positions: 100 Total correct         : 61 Correct percentage    : 61.00

Am Samstag, 11. Januar 2020, 15:09:23 MEZ hat as as <wiesas@yahoo.com> Folgendes geschrieben:  

Chess artist works, that's clear to me .. I am only interested in why so much time about 1.6 seconds is needed to start for each FEN (see time interval between lines 74 and 75 in the new exe v2.9). line 74. 2020-01-11 10: 28: 57,979 :: pid: 2596 :: tid: 3176 :: DEBUG :: << GPU compute capability: 7.5 line 75. 2020-01-11 10: 28: 59,637 :: pid: 2596 :: tid: 3176 :: DEBUG :: << readyok. With stockfish (see the attached log files) the same test with the same pgn, and 100 FEN, only takes 122 seconds instead of 232 seconds at lc0..that is great for stockfish. And it should work just as quickly with lc0. Also with stockfish is all right, it's quick, but unfortunately not with lc0. Therefore you can only use chess-artist with stockfish at the moment. Time costs money .. Please try again and see what the reason is .. thanks

Am Samstag, 11. Januar 2020, 12:41:58 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

thanks..Unfortunately nothing has changed in terms of speed..For 100 FEN positions with one second, Chess-Artist needs a total of 232 seconds, with old and new exe! That means 232s-100s = 132s only for loading and starting the FENs. It is not acceptable.

That is normal. Chess artist is not an ordinary analyzer, as it will analyze the move made in the actual game and save its score, after that it will also analyze the position before the actual move is made on the board and save the best move and score found by the engine. If the best move of engine and the move in the actual game are the same, Chess artist (depending on some conditions) will analyze again and try to find the threat of the move. This threat move is shown in the pgn output, like planning ... , with the idea of ..., and followed by ... comments.

Example,

  1. Bc2 {+0.21} (7. g3 Bf7 8. Qe2 d6 9. h4 {+0.45}) 7... O-O-O $1 {+0.49, followed by Bf7}
  2. O-O-O $6 {-0.17} (8. h4 Bxe3 9. Bxe3 Bf7 10. Qg3 {+0.49}) 8... Bf7 $1 {+0.41, planning Bh5}
  3. Kb1 {-0.25} 9... Bh5 $1 {+0.46, followed by Bxd1}
  4. Rc1 $5 {-0.26} 10... Rf8 $3 {+0.16, with the idea of Kb8}

If the best move of engine and actual move in the game are not the same, chess artist will calculate move NAG's, if the score of the actual game is better than the score of the engine, the move in the actual game will be given a very good move !! or a good move ! annotation. Or depending on the score, and position complexity it will give !?, ?!, ? and ?? symbols to the move. It will also add pv of the engine.

Example,

  1. Ka1 $6 {-0.51} (18. Qd2 Qe7 19. Qg5 h5 20. Rgf1 {-0.09})

Here white's Ka1 is dubious, see the meaning of $6 at https://en.wikipedia.org/wiki/Numeric_Annotation_Glyphs

Engine recommends Qd2 with a score of -0.09 pawn unit or 9 centipawn unit. Compared to the score of Ka1 which -0.51 which is a bit worse.

Stockfish as analyzer

If you use Stockfish engine, it will take additional time because it will calculate:

and would include those in the comment.

Example,

  1. f4 $5 {+0.08, with a better piece mobility} 1... Nb6 $3 {+0.58, with the idea of f5}
  2. Nb3 $3 {-0.27, planning e4} 2... f6 {+0.46}
  3. Qg3 $1 {-0.19, planning Qxg7} 3... g6 $6 {+0.73} (3...Bf7 {-0.05})
  4. e4 $5 {+0.00} 4... c6 $6 {+0.27} (4...h5 {+0.00})
  5. Be3 $2 {-0.15} (5. d3 {+0.43}) 5... Bc7 $5 {+0.60}
  6. Qf2 $6 {-0.35} (6. d3 {+0.73}) 6... O-O-O $6 {+0.50} (6...h5 7. d3 d5 8. Nfd2 e5 {+0.00})
  7. d3 $5 {-0.27} 7... Kb8 $6 {+0.59} (7...d5 {+0.01})
  8. Nfd2 {+0.04} 8... d5 $6 {+0.73} (8...h5 9. a4 Nc8 10. Be2 e5 {+0.00})
  9. a4 {+0.22} (9. Be2 {+0.51}) 9... dxe4 $5 {+0.65, white had sacrificed material}
  10. a5 $2 {+0.24} (10. dxe4 {+0.84}) 10... Nc8 {+0.64}

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fsmosca commented 4 years ago

its a epd not a pgn datei.. 2. Test engine with test suite :: Annotate games chess-artist.exe --infile 100.epd --outfile result.txt ^ --enginefile "LD2.exe --backend=cudnn-fp16" ^ --engineoptions "Hash value 128" ^ --movetime 1000 --log ^ --job test --eval search pause result :: EPD 100.epd TEST RESULTS :: Engine        : Lc0 v0.23.2+git.c8d9095 Time/pos (sec): 1.0 Total epd lines       : 100 Total tested positions: 100 Total correct

Can you create another issue?

ghost commented 4 years ago

"Can you create another issue?" You mean "https://github.com/fsmosca/chess-artist/issues"?

Am Samstag, 11. Januar 2020, 15:28:35 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

its a epd not a pgn datei.. 2. Test engine with test suite :: Annotate games chess-artist.exe --infile 100.epd --outfile result.txt ^ --enginefile "LD2.exe --backend=cudnn-fp16" ^ --engineoptions "Hash value 128" ^ --movetime 1000 --log ^ --job test --eval search pause result :: EPD 100.epd TEST RESULTS :: Engine        : Lc0 v0.23.2+git.c8d9095 Time/pos (sec): 1.0 Total epd lines       : 100 Total tested positions: 100 Total correct

Can you create another issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fsmosca commented 4 years ago

Added the issue at https://github.com/fsmosca/chess-artist/issues/71

ghost commented 4 years ago

thanks, will there be a new release (exe) after fixing the bug? Am Sonntag, 12. Januar 2020, 02:47:49 MEZ hat fsmosca notifications@github.com Folgendes geschrieben:

Added the issue at #71

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fsmosca commented 4 years ago

It is not a bug. The engine is restarted in every test position so that engine memory is cleared/erased without doubt. Stockfish and other A/B engines are quick to restart but not Lc0 because of some initialization.

Will try to release an exe next week.

ghost commented 4 years ago

thanks

Am Sonntag, 12. Januar 2020, 12:10:07 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

It is not a bug. The engine is restarted in every test position so that engine memory is cleared/erased without doubt. Stockfish and other A/B engines are quick to restart but not Lc0 because of some initialization.

Will try to release an exe next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

A function could perhaps be added to chess-artist "2. Test engine with test suite" (if it is possible). There is the function "--depth 16 --movetime 0" and the function eg. "--movetime 500". Can you still use a function eg. Install "--nodes 1000"? This is important for lc0 because there are different nn (20x256, 10x128, 24x320). These nn take different times. The big nns are slower than the small nns and therefore have a disadvantage with "--movetime". With eg "--nodes 1000" is a little better to compare. Can you incorporate that into the exe? Thanks ..

Am Sonntag, 12. Januar 2020, 13:07:45 MEZ hat as as <wiesas@yahoo.com> Folgendes geschrieben:  

thanks

Am Sonntag, 12. Januar 2020, 12:10:07 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

It is not a bug. The engine is restarted in every test position so that engine memory is cleared/erased without doubt. Stockfish and other A/B engines are quick to restart but not Lc0 because of some initialization.

Will try to release an exe next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fsmosca commented 4 years ago

A function could perhaps be added to chess-artist "2. Test engine with test suite" (if it is possible). There is the function "--depth 16 --movetime 0" and the function eg. "--movetime 500". Can you still use a function eg. Install "--nodes 1000"? This is important for lc0 because there are different nn (20x256, 10x128, 24x320). These nn take different times. The big nns are slower than the small nns and therefore have a disadvantage with "--movetime". With eg "--nodes 1000" is a little better to compare. Can you incorporate that into the exe? Thanks ..

Create a new issue with regards to that request. Not on this issue.

ghost commented 4 years ago

ok, but first I wait until the new "v2.10.exe" is available for download.

Am Montag, 13. Januar 2020, 05:23:54 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

A function could perhaps be added to chess-artist "2. Test engine with test suite" (if it is possible). There is the function "--depth 16 --movetime 0" and the function eg. "--movetime 500". Can you still use a function eg. Install "--nodes 1000"? This is important for lc0 because there are different nn (20x256, 10x128, 24x320). These nn take different times. The big nns are slower than the small nns and therefore have a disadvantage with "--movetime". With eg "--nodes 1000" is a little better to compare. Can you incorporate that into the exe? Thanks ..

Create a new issue with regards to that request. Not on this issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

meanwhile i looked around because you don't seem to be able to get out with v2.10 .. too bad. There is also a simex2.exe (mea.exe) which is also interesting. However, this does not work with lc0.exe set MT = 100set HASH = 64 set THREADS = 1 set PROTOCOL = uci set EPD = epd \ example.epd set DATABASE = data \ example.data set EXE = engines \ lc0.exe set NAME = lc0. Do you know why that doesn't work?

Am Mittwoch, 15. Januar 2020, 15:02:36 MEZ hat as as <wiesas@yahoo.com> Folgendes geschrieben:  

ok, but first I wait until the new "v2.10.exe" is available for download.

Am Montag, 13. Januar 2020, 05:23:54 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

A function could perhaps be added to chess-artist "2. Test engine with test suite" (if it is possible). There is the function "--depth 16 --movetime 0" and the function eg. "--movetime 500". Can you still use a function eg. Install "--nodes 1000"? This is important for lc0 because there are different nn (20x256, 10x128, 24x320). These nn take different times. The big nns are slower than the small nns and therefore have a disadvantage with "--movetime". With eg "--nodes 1000" is a little better to compare. Can you incorporate that into the exe? Thanks ..

Create a new issue with regards to that request. Not on this issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

I noticed a bug in mea.exe and chess-artist.exe. For example, if you enter 300ms, only 100ms are actually played, and if you enter 500ms, it is actually only 300ms, and at 200ms it is only about 7ms !! But this only applies to lc0. Stockfish adheres exactly to the time, which is great .. could you improve it, and maybe add a selection of "nodes" to the new realease (exe). Thank you Am Freitag, 17. Januar 2020, 20:44:29 MEZ hat as as wiesas@yahoo.com Folgendes geschrieben:

meanwhile i looked around because you don't seem to be able to get out with v2.10 .. too bad. There is also a simex2.exe (mea.exe) which is also interesting. However, this does not work with lc0.exe set MT = 100set HASH = 64 set THREADS = 1 set PROTOCOL = uci set EPD = epd \ example.epd set DATABASE = data \ example.data set EXE = engines \ lc0.exe set NAME = lc0. Do you know why that doesn't work?

Am Mittwoch, 15. Januar 2020, 15:02:36 MEZ hat as as <wiesas@yahoo.com> Folgendes geschrieben:  

ok, but first I wait until the new "v2.10.exe" is available for download.

Am Montag, 13. Januar 2020, 05:23:54 MEZ hat fsmosca <notifications@github.com> Folgendes geschrieben:  

A function could perhaps be added to chess-artist "2. Test engine with test suite" (if it is possible). There is the function "--depth 16 --movetime 0" and the function eg. "--movetime 500". Can you still use a function eg. Install "--nodes 1000"? This is important for lc0 because there are different nn (20x256, 10x128, 24x320). These nn take different times. The big nns are slower than the small nns and therefore have a disadvantage with "--movetime". With eg "--nodes 1000" is a little better to compare. Can you incorporate that into the exe? Thanks ..

Create a new issue with regards to that request. Not on this issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fsmosca commented 4 years ago

If you have an issue in mea, create an issue in mea repository, not in chess artist.