New Tournament Manager?!: Little Blitzer 2.3

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
mhurd
Posts: 46
Joined: Wed Dec 30, 2009 9:27 pm

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by mhurd »

Based on what I learned today, your results are by no means strange.

You have chosen to play 9999 games in a round robin. With 3 participants this is 6666 games for each engine. When you play your tournament on all 4 cores, you have 4 games going on simultaneously. Now when a game is finished and the program finds there are still games to play (which is normal because there are 3 cores still in play) it will start a new game even if that will already be in excess. So you may find you have played some more games than expected.
Houdini played one game less than expected because its last game was probably very long and by the time it finished, the other engines have played so many games that the full count was over 9999.

I hope I was clear.
I was thinking strange as in the match result

1 Houdini 1.03a x64 4_CPU 4888.0/6665
2 Deep Rybka 4 x64 4852.5/6668
3 Stockfish 1.8 JA 64bit 261.5/6671

Stockfish only scored 261.5 out of 6671 games

Regards

Mike
User avatar
mhurd
Posts: 46
Joined: Wed Dec 30, 2009 9:27 pm

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by mhurd »

I ran another test this time checking the scores as they were played and saw the reason for the low score by stockfish, timeouts was the cause, there were loads. Next I added Time Buffer=100 to the Engines.lbe but this made no difference. Next I changed the amount of tournaments to run in parallel from 4 down to 1 again this made no difference. According to task manager I was using 100% cpu even when threads was set to 1 and number of tournamnets to run in parallel was set to 1. Curiously when I closed down LB2.4 there was still 3 instances of Houdini taking up 75% cpu which I had to kill the processes manually. Not quite sure what I am doing wrong, think I need some help. It looks to me that Numthreads=1 is being ignored perhaps.

PC = Quad core Q8200, 4 MB ram, Win 7 64bit.

Regards

Mike
Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by Adam Hair »

SzG wrote: Based on what I learned today, your results are by no means strange.

You have chosen to play 9999 games in a round robin. With 3 participants this is 6666 games for each engine. When you play your tournament on all 4 cores, you have 4 games going on simultaneously. Now when a game is finished and the program finds there are still games to play (which is normal because there are 3 cores still in play) it will start a new game even if that will already be in excess. So you may find you have played some more games than expected.
Houdini played one game less than expected because its last game was probably very long and by the time it finished, the other engines have played so many games that the full count was over 9999.

I hope I was clear.
That fully explains what I saw with LittleBlitzer 2.3. :)
User avatar
nthom
Posts: 112
Joined: Thu Mar 09, 2006 6:15 am
Location: Australia

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by nthom »

mhurd wrote:I ran another test this time checking the scores as they were played and saw the reason for the low score by stockfish, timeouts was the cause, there were loads. Next I added Time Buffer=100 to the Engines.lbe but this made no difference. Next I changed the amount of tournaments to run in parallel from 4 down to 1 again this made no difference. According to task manager I was using 100% cpu even when threads was set to 1 and number of tournamnets to run in parallel was set to 1. Curiously when I closed down LB2.4 there was still 3 instances of Houdini taking up 75% cpu which I had to kill the processes manually. Not quite sure what I am doing wrong, think I need some help. It looks to me that Numthreads=1 is being ignored perhaps.

PC = Quad core Q8200, 4 MB ram, Win 7 64bit.

Regards

Mike
Some engines do seem to have trouble obeying the stop/quit/die die die commands that LittleBlitzer sends. I have not yet figured out why. LB2.4 definitely improves on 2.3 but there are still occasions when this happens - but I haven't seen it happen in the middle of a tournament which could throw out the results. I've gotten in the habbit of checking CPU after stopping a tournament and making sure its near 0 before starting another one.

I haven't used Stockfish before but my guess is that it can't handle the fast time control used - increase the time until the timeouts go away.
User avatar
nthom
Posts: 112
Joined: Thu Mar 09, 2006 6:15 am
Location: Australia

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by nthom »

SzG wrote:Based on what I learned today, your results are by no means strange.

You have chosen to play 9999 games in a round robin. With 3 participants this is 6666 games for each engine. When you play your tournament on all 4 cores, you have 4 games going on simultaneously. Now when a game is finished and the program finds there are still games to play (which is normal because there are 3 cores still in play) it will start a new game even if that will already be in excess. So you may find you have played some more games than expected.
Houdini played one game less than expected because its last game was probably very long and by the time it finished, the other engines have played so many games that the full count was over 9999.

I hope I was clear.
Perfect. That's a better explanation than I gave :)
User avatar
nthom
Posts: 112
Joined: Thu Mar 09, 2006 6:15 am
Location: Australia

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by nthom »

SzG wrote:Well, it seems it IS the time control. When using 1000/100 (that is, 1000 ms for 100 moves), 57 out of 100 games were forfeits on time!

But take into consideration that this means 10 ms for one move which may be too few for Stockfish.
FYI if the engines are using the standard C clock() function on Windows, it only has a resolution of something like 16ms so the engine would have no chance at speeds that fast. LittleBlitzer itself has sub-ms resolution.
User avatar
mhurd
Posts: 46
Joined: Wed Dec 30, 2009 9:27 pm

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by mhurd »

Well, it seems it IS the time control. When using 1000/100 (that is, 1000 ms for 100 moves), 57 out of 100 games were forfeits on time!

But take into consideration that this means 10 ms for one move which may be too few for Stockfish.
I also tried 5000/100 but it made no difference :x so I tried fixed time/move of 1000 ms per move which worked however I also obtained shed loads of games with illegal moves using both the epd options and the starting position :(

Perhaps there is some sort of compatibility problem with win 7 64 bit :?

Regards

Mike
User avatar
nthom
Posts: 112
Joined: Thu Mar 09, 2006 6:15 am
Location: Australia

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by nthom »

mhurd wrote:
Well, it seems it IS the time control. When using 1000/100 (that is, 1000 ms for 100 moves), 57 out of 100 games were forfeits on time!

But take into consideration that this means 10 ms for one move which may be too few for Stockfish.
I also tried 5000/100 but it made no difference :x so I tried fixed time/move of 1000 ms per move which worked however I also obtained shed loads of games with illegal moves using both the epd options and the starting position :(

Perhaps there is some sort of compatibility problem with win 7 64 bit :?

Regards

Mike
Try using the Log first engine option - but set it to a single tournament so its readable and see if that reveals any reason for the illegal moves. Also use 2.4 instead of 2.3 as 2.3 had some issues with reporting illegal moves at ridiculously fast time controls.
User avatar
nthom
Posts: 112
Joined: Thu Mar 09, 2006 6:15 am
Location: Australia

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by nthom »

SzG wrote:I have observed a pattern with fixed time/move. Look at these results:

Code: Select all

40 ms/move

Games Completed = 100 of 100 (Avg game length = 5.439 sec)
Time = 329 sec elapsed, 0 sec remaining
 1.  LittleThought v1.052     	5.5/52	5-46-1  	(L: m=45 t=0 i=0 a=1)	(D: r=1 i=0 f=0 s=0 a=0)	(tpm=47.2 d=8.2 nps=778503)
 2.  Stockfish 1.8 JA         	40.0/51	38-9-4  	(L: m=3 t=0 i=0 a=6)	(D: r=1 i=3 f=0 s=0 a=0)	(tpm=103.2 d=14.5 nps=956451)
 3.  Hannibal 1.0a            	22.5/49	20-24-5  	(L: m=24 t=0 i=0 a=0)	(D: r=1 i=4 f=0 s=0 a=0)	(tpm=49.5 d=9.3 nps=0)
 4.  Critter 0.80 32-bit      	32.0/48	31-15-2  	(L: m=14 t=0 i=0 a=1)	(D: r=1 i=1 f=0 s=0 a=0)	(tpm=41.5 d=9.2 nps=1177976)


30 ms/move

Games Completed = 100 of 100 (Avg game length = 4.199 sec)
Time = 296 sec elapsed, 0 sec remaining
 1.  LittleThought v1.052     	11.0/52	11-41-0  	(L: m=41 t=0 i=0 a=0)	(D: r=0 i=0 f=0 s=0 a=0)	(tpm=37.3 d=7.9 nps=803355)
 2.  Stockfish 1.8 JA         	35.0/50	34-14-2  	(L: m=5 t=0 i=0 a=9)	(D: r=2 i=0 f=0 s=0 a=0)	(tpm=107.2 d=13.9 nps=903677)
 3.  Hannibal 1.0a            	18.0/49	16-29-4  	(L: m=29 t=0 i=0 a=0)	(D: r=2 i=1 f=0 s=1 a=0)	(tpm=32.8 d=8.3 nps=0)
 4.  Critter 0.80 32-bit      	36.0/49	35-12-2  	(L: m=12 t=0 i=0 a=0)	(D: r=0 i=1 f=0 s=1 a=0)	(tpm=41.1 d=8.7 nps=1187832)


10 ms/move

Games Completed = 100 of 100 (Avg game length = 3.674 sec)
Time = 391 sec elapsed, 0 sec remaining
 1.  LittleThought v1.052     	5.0/52	5-47-0  	(L: m=47 t=0 i=0 a=0)	(D: r=0 i=0 f=0 s=0 a=0)	(tpm=20.2 d=6.5 nps=892292)
 2.  Stockfish 1.8 JA         	39.0/51	38-11-2  	(L: m=3 t=0 i=0 a=8)	(D: r=2 i=0 f=0 s=0 a=0)	(tpm=100.8 d=14.0 nps=976987)
 3.  Hannibal 1.0a            	23.5/49	23-25-1  	(L: m=25 t=0 i=0 a=0)	(D: r=1 i=0 f=0 s=0 a=0)	(tpm=19.6 d=7.4 nps=0)
 4.  Critter 0.80 32-bit      	32.5/48	32-15-1  	(L: m=12 t=0 i=0 a=3)	(D: r=1 i=0 f=0 s=0 a=0)	(tpm=39.3 d=9.2 nps=1245661)


5 ms/move

Games Completed = 100 of 100 (Avg game length = 3.330 sec)
Time = 389 sec elapsed, 0 sec remaining
 1.  LittleThought v1.052     	6.0/52	6-46-0  	(L: m=46 t=0 i=0 a=0)	(D: r=0 i=0 f=0 s=0 a=0)	(tpm=14.9 d=5.4 nps=908602)
 2.  Stockfish 1.8 JA         	38.5/50	37-10-3  	(L: m=4 t=0 i=0 a=6)	(D: r=2 i=1 f=0 s=0 a=0)	(tpm=102.1 d=14.3 nps=961164)
 3.  Hannibal 1.0a            	21.0/49	19-26-4  	(L: m=26 t=0 i=0 a=0)	(D: r=3 i=0 f=1 s=0 a=0)	(tpm=19.4 d=7.4 nps=0)
 4.  Critter 0.80 32-bit      	34.5/49	32-12-5  	(L: m=12 t=0 i=0 a=0)	(D: r=3 i=1 f=1 s=0 a=0)	(tpm=39.0 d=9.5 nps=1266979)
What surprises me:
1. There are no time forfeits even with 5 ms/move.
2. Stockfish and Critter do not reduce their tpm even by radical decrease in the given fixed time. I simply can't understand how they don't exceed time when they are given 5 ms and use 100.
3. LT and Hannibal do reduce their tpm but still use more than allocated.

This might be an explanation to the time forfeits of Stockfish when using x/y time controls - only, I cannot provide such an explanation. :)
Nice test :) With the fixed time per move, there is no clock to run down so there will never be a time loss. Stockfish is just cheating by using 100ms regardless. An engine would have to check if time is up far too often for it to detect a 5ms elapsed time, which would slow it down severely for longer games. LT has a sliding scale for how often it checks the time, but obviously not often enough for 5ms. Can't say I've tested anything that fast though!
User avatar
mhurd
Posts: 46
Joined: Wed Dec 30, 2009 9:27 pm

Re: New Tournament Manager?!: Little Blitzer 2.3

Post by mhurd »

I ran another tournament (using 2.4) set to 100 rounds at 50ms per move. I noticed that there were no time losses but still loads of illeagal moves reported. Unfortunateley the program crashed with the log first engine selected. A message box read :-

TODO<File Description>has stopped working

LittleBlitzer.log


<-- info multipv 1 depth 9 seldepth 20 score cp -16 time 16 nodes 72875 nps 4554000 hashfull 0 pv b7b6 a1d1 c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 c3d2 b7e4 g4e4

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 20 score cp -16 time 67 nodes 90482 nps 1350000 hashfull 18 pv b7b6 a1d1 c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 c3d2 b7e4 g4e4

<-- info multipv 1 depth 10 seldepth 20 score cp -16 time 67 nodes 90482 nps 1350000 hashfull 18 pv b7b6 a1d1 c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 c3d2 b7e4 g4e4

<-- bestmove b7b6 ponder a1d1

Took 359.4ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6
--> go movetime 50
<-- option name Black Knight cp type spin default 0 min -1000 max 1000

<-- option name White King Bishop cp type spin default 0 min -1000 max 1000

<-- option name Black King Bishop cp type spin default 0 min -1000 max 1000

<-- option name White Queen Bishop cp type spin default 0 min -1000 max 1000

<-- option name Black Queen Bishop cp type spin default 0 min -1000 max 1000

<-- option name White Rook cp type spin default 0 min -1000 max 1000

<-- option name Black Rook cp type spin default 0 min -1000 max 1000

<-- info depth 1

<-- option name White Queen cp type spin default 0 min -1000 max 1000

<-- option name Black Queen cp type spin default 0 min -1000 max 1000

<-- option name Rook Endgame Scaling type spin default 100 min 0 max 1000

<-- option name UCI_LimitStrength type check default false

<-- option name UCI_Elo type spin default 1200 min 1200 max 2400

<-- option name UCI_EngineAbout type string default www.rybkachess.com

<-- uciok

--> setoption name Hash value 32
--> setoption name Ponder value false
--> setoption name OwnBook value false
<-- info depth 1 score cp 24 time 1 nodes 178 nps 178000 pv a1d1 c8d7 a2a3 b6b5 c3d5

--> setoption name NumThreads value 1
--> setoption name Hash value 32
--> isready
<-- info depth 1 time 1 nodes 231 nps 231000

<-- info depth 2

<-- info depth 2 score cp 32 time 1 nodes 362 nps 362000 pv a1d1 c8d7 e2d3 b6b5 c3d5

<-- info depth 2 time 1 nodes 411 nps 411000

<-- info depth 3

<-- info depth 3 score cp 28 time 1 nodes 558 nps 558000 pv a1d1 c8d7 e2d3 e7c5

<-- info depth 3 time 1 nodes 747 nps 747000

<-- info depth 4

<-- info depth 4 score cp 30 time 17 nodes 1028 nps 60470 pv a1d1 c8d7 e2d3 h7h6 a2a3 b6b5

<-- info depth 4 time 17 nodes 1385 nps 81470

<-- info depth 5

<-- info depth 5 score cp 24 time 17 nodes 2526 nps 148588 pv a1d1 b6b5 c3d5 c6d5 d2c3 c8d7 a2a3 e7c5

<-- info depth 5 time 32 nodes 4469 nps 139656

<-- info depth 5 score cp 24 time 32 nodes 4469 nps 139656 pv a1d1 b6b5 c3d5 c6d5 d2c3 c8d7 a2a3 e7c5

<-- bestmove a1d1 ponder b6b5

Took 31.7ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 15 score cp -14 time 0 nodes 4460 nps 0 hashfull 0 pv a6a5 e2g4 e7c5 c3e4

<-- info multipv 1 depth 5 seldepth 17 score cp -11 time 16 nodes 6054 nps 378000 hashfull 0 pv a6a5 e2c4 c8a6 c3d5 d8d5 c4f4

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 19 score cp -18 time 16 nodes 9300 nps 581000 hashfull 0 pv a6a5 e2c4 e7c5 d2g5 d8d7 a2a3 c8a6

<-- info multipv 1 depth 6 seldepth 19 score cp -16 time 16 nodes 9765 nps 610000 hashfull 0 pv c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 c3d2 b7e4 g4e4

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 19 score cp -16 time 16 nodes 10256 nps 641000 hashfull 0 pv c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 c3d2 b7e4 g4e4

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 22 score cp -15 time 16 nodes 12143 nps 758000 hashfull 0 pv c8b7 e2g4 d5c3 d2c3 c6c5 g2e4 h7h6 g4f4 b7e4 f4e4

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 23 score cp -14 time 16 nodes 28713 nps 1794000 hashfull 0 pv c8b7 e2g4 a6a5 g4c4 d5c3 d2c3 c6c5 g2e4 b7c6 a2a4

<-- info depth 10

<-- info multipv 1 depth 9 seldepth 23 score cp -14 time 75 nodes 107922 nps 1438000 hashfull 0 pv c8b7 e2g4 a6a5 g4c4 d5c3 d2c3 c6c5 g2e4 b7c6 a2a4 e7g5

<-- bestmove c8b7 ponder e2g4

Took 75.6ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 30 time 1 nodes 99 nps 99000 pv e2c4 h7h6 a2a3

<-- info depth 1 time 1 nodes 154 nps 154000

<-- info depth 2

<-- info depth 2 score cp 16 time 17 nodes 797 nps 46882 pv a2a3 b6b5 c3d5 c6d5

<-- info depth 2 time 17 nodes 1016 nps 59764

<-- info depth 3

<-- info depth 3 score cp 22 time 17 nodes 1342 nps 78941 pv a2a3 b6b5 c3d5 c6d5 d2c3 e7c5 c3d4

<-- info depth 3 time 17 nodes 1899 nps 111705

<-- info depth 4

<-- info depth 4 score cp 23 time 17 nodes 3289 nps 193470 pv a2a3 b6b5 c3d5 c6d5 d2b4 a8c8 b4e7 c7e7 c2c3 h7h6

<-- info depth 4 time 17 nodes 3814 nps 224352

<-- info depth 5

<-- info depth 5 score cp 15 time 33 nodes 4570 nps 138484 pv a2a3 b6b5 c3d5 c6d5 d2b4 d5d4 b4e7 c7e7 g2e4 h7h6 e2d3

<-- info depth 5 score cp 15 time 33 nodes 4915 nps 148939 pv a2a3 b6b5 c3d5 c6d5 d2b4 d5d4 b4e7 c7e7 g2e4 h7h6 e2d3

<-- bestmove a2a3 ponder b6b5

Took 47.2ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 17 score cp -6 time 16 nodes 5382 nps 336000 hashfull 0 pv c6c5 c3d5 b7d5 e2g4 d5g2 g1g2 d8d4

<-- info multipv 1 depth 5 seldepth 17 score cp -6 time 16 nodes 6151 nps 384000 hashfull 0 pv c6c5 c3d5 b7d5 e2g4 d5g2 g1g2 d8d4

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 18 score cp -8 time 16 nodes 14202 nps 887000 hashfull 0 pv c6c5 g2e4 h7h6 e2g4 d5c3 d2c3 e7g5 g4f3 b7e4 f3e4

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 18 score cp -10 time 16 nodes 16585 nps 1036000 hashfull 0 pv c6c5 g2e4 h7h6 e4d5 e6d5 e5e6 e7f6 e6e7 d8e8

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 20 score cp -12 time 16 nodes 28941 nps 1808000 hashfull 0 pv d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 20 score cp -8 time 33 nodes 41925 nps 1270000 hashfull 0 pv d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 22 score cp -7 time 40 nodes 63725 nps 1593000 hashfull 13 pv d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info multipv 1 depth 10 seldepth 22 score cp -7 time 41 nodes 65981 nps 1609000 hashfull 13 pv d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- bestmove d5c3 ponder d2c3

Took 42.9ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 21 time 1 nodes 66 nps 66000 pv d2c3 c6c5 g2e4

<-- info depth 1 time 1 nodes 123 nps 123000

<-- info depth 2

<-- info depth 2 score cp 22 time 1 nodes 152 nps 152000 pv d2c3 c6c5 g2e4 h7h6 e2g4

<-- info depth 2 time 1 nodes 199 nps 199000

<-- info depth 3

<-- info depth 3 score cp 22 time 1 nodes 259 nps 259000 pv d2c3 c6c5 g2e4 h7h6 e2g4 b7e4

<-- info depth 3 time 1 nodes 311 nps 311000

<-- info depth 4

<-- info depth 4 score cp 19 time 1 nodes 776 nps 776000 pv d2c3 c6c5 g2e4 h7h6 a3a4 b7e4 e2e4 a8c8

<-- info depth 4 time 1 nodes 851 nps 851000

<-- info depth 5

<-- info depth 5 score cp 20 time 1 nodes 1610 nps 1610000 pv d2c3 c6c5 g2e4 h7h6 b2b3 b6b5

<-- info depth 5 time 1 nodes 1797 nps 1797000

<-- info depth 6

<-- info depth 6 score cp 13 time 16 nodes 5008 nps 313000 pv d2c3 c6c5 g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 g2g1

<-- info depth 6 time 16 nodes 5267 nps 329187

<-- info depth 7

<-- info depth 6 score cp 13 time 32 nodes 8192 nps 256000 pv d2c3 c6c5 g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 g2g1

<-- bestmove d2c3 ponder c6c5

Took 58.8ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 15 score cp -6 time 16 nodes 2547 nps 159000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info multipv 1 depth 5 seldepth 15 score cp -6 time 16 nodes 2901 nps 181000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 15 score cp -7 time 16 nodes 3457 nps 216000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 c7d7 g1g2 h7h5

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 15 score cp -7 time 16 nodes 4179 nps 261000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 c7d7 g1g2 h7h5

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 15 score cp -6 time 16 nodes 4666 nps 291000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 15 score cp -6 time 16 nodes 5383 nps 336000 hashfull 0 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 16 score cp -6 time 16 nodes 6882 nps 430000 hashfull 1 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 g1g2 b7e4 e2e4 c7d7 c3e1 h7h5 c2c4

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 22 score cp -10 time 16 nodes 32756 nps 2047000 hashfull 5 pv c6c5 g2e4 d8d1 e1d1 a8d8 e4b7 d8d1 e2d1 c7b7 d1d3 h7h5 c3d2 h5h4 g3g4 b6b5

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 22 score cp -8 time 33 nodes 66358 nps 2010000 hashfull 18 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4

<-- info depth 13

<-- info multipv 1 depth 12 seldepth 26 score cp -8 time 43 nodes 99451 nps 2312000 hashfull 23 pv c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- bestmove c6c5 ponder g2e4

Took 55.4ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 13 time 1 nodes 78 nps 78000 pv g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 b2b3 c5c4 c3b4

<-- info depth 1 time 1 nodes 98 nps 98000

<-- info depth 2

<-- info depth 2 score cp 13 time 1 nodes 98 nps 98000 pv g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 b2b3 c5c4 c3b4

<-- info depth 2 time 1 nodes 120 nps 120000

<-- info depth 3

<-- info depth 3 score cp 13 time 1 nodes 121 nps 121000 pv g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 b2b3 c5c4 c3b4

<-- info depth 3 time 1 nodes 145 nps 145000

<-- info depth 4

<-- info depth 4 score cp 13 time 1 nodes 145 nps 145000 pv g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 b2b3 c5c4 c3b4

<-- info depth 4 time 1 nodes 164 nps 164000

<-- info depth 5

<-- info depth 5 score cp 13 time 1 nodes 165 nps 165000 pv g2e4 h7h6 g1g2 b7e4 e2e4 b6b5 b2b3 c5c4 c3b4

<-- info depth 5 time 1 nodes 184 nps 184000

<-- info depth 6

<-- info depth 6 score cp 11 time 16 nodes 1228 nps 76750 pv g2e4 h7h6 h2h3 d8d1 e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 d8g5 g1g2

<-- info depth 6 time 16 nodes 3144 nps 196500

<-- info depth 7

<-- info depth 6 score cp 11 time 32 nodes 6553 nps 204781 pv g2e4 h7h6 h2h3 d8d1 e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 d8g5 g1g2

<-- bestmove g2e4 ponder h7h6

Took 38.5ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 15 score cp -7 time 0 nodes 2818 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info multipv 1 depth 5 seldepth 17 score cp -7 time 0 nodes 3361 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 17 score cp -7 time 0 nodes 3796 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 17 score cp -7 time 0 nodes 4266 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 17 score cp -7 time 0 nodes 4774 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 17 score cp -7 time 0 nodes 5558 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 17 score cp -7 time 0 nodes 8107 nps 0 hashfull 0 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 18 score cp -7 time 0 nodes 22250 nps 0 hashfull 6 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h6 c2c4 b7c6 d2a5

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 29 score cp -8 time 15 nodes 92881 nps 6192000 hashfull 32 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info multipv 1 depth 12 seldepth 29 score cp -8 time 66 nodes 135732 nps 2056000 hashfull 39 pv d8d1 e1d1 a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- bestmove d8d1 ponder e1d1

Took 91.4ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 33 time 1 nodes 88 nps 88000 pv e1d1 a8d8 d1d8 e7d8 g1g2

<-- info depth 1 time 1 nodes 152 nps 152000

<-- info depth 2

<-- info depth 2 score cp 33 time 1 nodes 193 nps 193000 pv e1d1 a8d8 d1d8 e7d8 g1g2 b7e4

<-- info depth 2 time 1 nodes 236 nps 236000

<-- info depth 3

<-- info depth 3 score cp 23 time 1 nodes 354 nps 354000 pv e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 b6b5 g1g2

<-- info depth 3 time 1 nodes 430 nps 430000

<-- info depth 4

<-- info depth 4 score cp 17 time 16 nodes 628 nps 39250 pv e1d1 a8d8 d1d8 e7d8 b2b3 b7e4 e2e4 b6b5 g1g2 h7h6

<-- info depth 4 time 16 nodes 712 nps 44500

<-- info depth 5

<-- info depth 5 score cp 17 time 16 nodes 1634 nps 102125 pv e1d1 b7e4 e2e4 a8d8 d1d3 d8d3 c2d3 b6b5 d3d4 c5d4 c3d4 c7c1 g1g2

<-- info depth 5 time 16 nodes 1787 nps 111687

<-- info depth 6

<-- info depth 6 time 16 nodes 3134 nps 195875

<-- info depth 6 score cp 7 time 16 nodes 3171 nps 198187 pv e1d1 b7e4 e2e4 a8d8 d1d3 d8d3 c2d3 c7d7 g1g2 b6b5 c3a5 h7h6

<-- info depth 6 time 16 nodes 3190 nps 199375

<-- info depth 7

<-- info depth 6 score cp 7 time 32 nodes 4915 nps 153593 pv e1d1 b7e4 e2e4 a8d8 d1d3 d8d3 c2d3 c7d7 g1g2 b6b5 c3a5 h7h6

<-- bestmove e1d1 ponder b7e4

Took 39.6ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 8 score cp -8 time 0 nodes 1220 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info multipv 1 depth 5 seldepth 17 score cp -8 time 0 nodes 1554 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 17 score cp -8 time 0 nodes 1849 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 17 score cp -8 time 0 nodes 2195 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 17 score cp -8 time 0 nodes 2514 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 17 score cp -8 time 0 nodes 2869 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 17 score cp -8 time 0 nodes 3519 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 17 score cp -8 time 0 nodes 5095 nps 0 hashfull 0 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 25 score cp -8 time 16 nodes 38420 nps 2401000 hashfull 7 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 f7f6 e5f6 e7f6 d2e3 b7c6 c2c4

<-- info depth 13

<-- info multipv 1 depth 13 seldepth 26 score cp -6 time 68 nodes 113233 nps 1665000 hashfull 27 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info multipv 1 depth 13 seldepth 26 score cp -6 time 68 nodes 113233 nps 1665000 hashfull 27 pv a8d8 d1d8 e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- bestmove a8d8 ponder d1d8

Took 92.2ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 18 time 1 nodes 84 nps 84000 pv d1d8 e7d8 b2b3 b7e4 e2e4 b6b5 h2h3 c5c4 b3b4

<-- info depth 1 time 1 nodes 106 nps 106000

<-- info depth 2

<-- info depth 2 score cp 18 time 17 nodes 106 nps 6235 pv d1d8 e7d8 b2b3 b7e4 e2e4 b6b5 h2h3 c5c4 b3b4

<-- info depth 2 time 17 nodes 127 nps 7470

<-- info depth 3

<-- info depth 3 score cp 18 time 17 nodes 128 nps 7529 pv d1d8 e7d8 b2b3 b7e4 e2e4 b6b5 h2h3 c5c4 b3b4

<-- info depth 3 time 17 nodes 149 nps 8764

<-- info depth 4

<-- info depth 4 score cp 11 time 17 nodes 734 nps 43176 pv d1d8 e7d8 a3a4 h7h6 b2b3 c7d7 g1g2

<-- info depth 4 time 17 nodes 994 nps 58470

<-- info depth 5

<-- info depth 5 score cp 11 time 17 nodes 2628 nps 154588 pv d1d8 e7d8 f2f3 b7e4 e2e4 b6b5 g1g2 g7g6 c3d2 c7d7

<-- info depth 5 time 17 nodes 3116 nps 183294

<-- info depth 6

<-- info depth 6 score cp 12 time 32 nodes 4319 nps 134968 pv d1d8 e7d8 f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- info depth 6 score cp 12 time 32 nodes 4915 nps 153593 pv d1d8 e7d8 f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- bestmove d1d8 ponder e7d8

Took 34.7ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 6 score cp -5 time 0 nodes 441 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info multipv 1 depth 5 seldepth 15 score cp -5 time 0 nodes 769 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 15 score cp -5 time 0 nodes 1102 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 15 score cp -5 time 0 nodes 1528 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 15 score cp -5 time 0 nodes 2074 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 15 score cp -5 time 0 nodes 2529 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 15 score cp -5 time 0 nodes 3128 nps 0 hashfull 0 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 17 score cp -5 time 0 nodes 5774 nps 0 hashfull 2 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 20 score cp -5 time 0 nodes 14260 nps 0 hashfull 4 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 c2c4 h5h4 g3g4 b7c6 h2h3

<-- info depth 13

<-- info multipv 1 depth 13 seldepth 25 score cp -8 time 15 nodes 46001 nps 3066000 hashfull 13 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 h2h4 b7c7 d3e4 c7d7 d2e3 d7d1 g1g2

<-- info depth 14

<-- info multipv 1 depth 13 seldepth 28 score cp -8 time 74 nodes 138879 nps 1876000 hashfull 37 pv e7d8 e4b7 c7b7 e2d3 d8e7 c3d2 b6b5 b2b3 h7h5 h2h4 b7c7 d3e4 c5c4 b3b4 c7d7 d2e3 d7d1 g1g2

<-- bestmove e7d8 ponder e4b7

Took 127.5ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 20 time 1 nodes 81 nps 81000 pv e2f3 b7e4 f3e4 c7d7

<-- info depth 1 time 1 nodes 96 nps 96000

<-- info depth 2

<-- info depth 2 score cp 11 time 1 nodes 113 nps 113000 pv e2f3 b7e4 f3e4 c7d7 b2b3 d7d5

<-- info depth 2 score cp 12 time 1 nodes 115 nps 115000 pv f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- info depth 2 time 1 nodes 140 nps 140000

<-- info depth 3

<-- info depth 3 score cp 12 time 1 nodes 140 nps 140000 pv f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- info depth 3 time 1 nodes 157 nps 157000

<-- info depth 4

<-- info depth 4 score cp 12 time 1 nodes 158 nps 158000 pv f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- info depth 4 time 1 nodes 175 nps 175000

<-- info depth 5

<-- info depth 5 score cp 12 time 1 nodes 175 nps 175000 pv f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3

<-- info depth 5 time 1 nodes 192 nps 192000

<-- info depth 6

<-- info depth 6 score cp 12 time 1 nodes 607 nps 607000 pv f2f3 b7e4 e2e4 b6b5 g1g2 c7d7 b2b4 c5b4 c3b4 g7g6 e4d3 d7d3

<-- info depth 6 time 17 nodes 1598 nps 94000

<-- info depth 7

<-- info depth 7 score cp 5 time 17 nodes 3628 nps 213411 pv f2f3 b7e4 e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 7 score cp 5 time 32 nodes 4915 nps 153593 pv f2f3 b7e4 e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- bestmove f2f3 ponder b7e4

Took 43.2ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 14 score cp -1 time 0 nodes 1808 nps 0 hashfull 0 pv b7e4 e2e4 b6b5 c3d2 c7d7

<-- info multipv 1 depth 5 seldepth 14 score cp -3 time 0 nodes 2729 nps 0 hashfull 0 pv b7e4 e2e4 b6b5 g1g2 c7d7 c3e1 h7h6 h2h4 d7d1 b2b3

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 14 score cp -6 time 0 nodes 3881 nps 0 hashfull 0 pv b7e4 e2e4 c7d7 g1g2 h7h5 c3e1 b6b5

<-- info multipv 1 depth 6 seldepth 15 score cp -5 time 0 nodes 5679 nps 0 hashfull 0 pv h7h5 g1g2 h5h4 e2d3 b7e4 d3e4 h4g3 h2g3

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 15 score cp -4 time 0 nodes 8030 nps 0 hashfull 0 pv h7h5 g1g2 h5h4 e2d3 b7e4 d3e4 h4g3 h2g3 c7d7

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 15 score cp -3 time 0 nodes 12555 nps 0 hashfull 0 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 b6b5 h2h4 d7d1 b2b3

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 16 score cp -3 time 0 nodes 16401 nps 0 hashfull 0 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 b6b5 h2h4 d7d1 b2b3

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 23 score cp -7 time 15 nodes 35416 nps 2361000 hashfull 9 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 b2b3 d7d4 e4d4 c5d4

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 23 score cp -7 time 15 nodes 65221 nps 4348000 hashfull 19 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 h2h4 b6b5 b2b3 b5b4

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 23 score cp -7 time 38 nodes 94662 nps 2491000 hashfull 23 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 h2h4 b6b5 b2b3 b5b4

<-- info multipv 1 depth 12 seldepth 23 score cp -7 time 65 nodes 99334 nps 1528000 hashfull 24 pv b7e4 e2e4 c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 h2h4 b6b5 b2b3 b5b4

<-- bestmove b7e4 ponder e2e4

Took 89.0ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 5 time 1 nodes 52 nps 52000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 1 time 1 nodes 65 nps 65000

<-- info depth 2

<-- info depth 2 score cp 5 time 1 nodes 65 nps 65000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 2 time 1 nodes 78 nps 78000

<-- info depth 3

<-- info depth 3 score cp 5 time 1 nodes 78 nps 78000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 3 time 1 nodes 91 nps 91000

<-- info depth 4

<-- info depth 4 score cp 5 time 1 nodes 92 nps 92000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 4 time 1 nodes 110 nps 110000

<-- info depth 5

<-- info depth 5 score cp 5 time 1 nodes 110 nps 110000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 5 time 1 nodes 127 nps 127000

<-- info depth 6

<-- info depth 6 score cp 5 time 1 nodes 128 nps 128000 pv e2e4 c7d7 g1g2 g7g6 h2h3 g8g7 b2b3

<-- info depth 6 time 1 nodes 293 nps 293000

<-- info depth 7

<-- info depth 7 score cp 3 time 1 nodes 1106 nps 1106000 pv e2e4 c7d7 g1g2 g7g6 b2b3 b6b5 b3b4 c5b4 c3b4 d7d1 c2c4

<-- info depth 7 time 1 nodes 1816 nps 1816000

<-- info depth 8

<-- info depth 8 score cp 5 time 17 nodes 3151 nps 185352 pv e2e4 c7d7 g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 a4b5 a6b5 e4e3 d7d1

<-- info depth 8 time 17 nodes 3582 nps 210705

<-- info depth 9

<-- info depth 8 score cp 5 time 32 nodes 6553 nps 204781 pv e2e4 c7d7 g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 a4b5 a6b5 e4e3 d7d1

<-- bestmove e2e4 ponder c7d7

Took 64.0ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4 e2e4
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 11 score cp -7 time 0 nodes 1145 nps 0 hashfull 0 pv h7h5 e4a4 a6a5 a4e8 g8h7 c3d2

<-- info multipv 1 depth 4 seldepth 11 score cp -3 time 0 nodes 1320 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info multipv 1 depth 5 seldepth 15 score cp -3 time 0 nodes 1516 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 15 score cp -3 time 0 nodes 1889 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 15 score cp -3 time 0 nodes 2708 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 15 score cp -3 time 0 nodes 3624 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 15 score cp -3 time 0 nodes 5384 nps 0 hashfull 0 pv b6b5 g1g2 c7d7 b2b4 c5b4 a3b4 d7d1 c3e1 d8b6 e4a8 b6d8 a8c6 d1e2 e1f2

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 19 score cp -7 time 0 nodes 12658 nps 0 hashfull 5 pv c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 h2h4 b6b5 b2b3 b5b4

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 19 score cp -7 time 0 nodes 14483 nps 0 hashfull 5 pv c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1d7 h2h4 b6b5 b2b3 b5b4

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 22 score cp -5 time 16 nodes 37645 nps 2352000 hashfull 9 pv c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1b2 e4d3 b2d4 d3d4 c5d4 h2h4

<-- info depth 13

<-- info multipv 1 depth 13 seldepth 22 score cp -6 time 16 nodes 73576 nps 4598000 hashfull 19 pv c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1d1 h2h3 d1d4 e4d4 c5d4 g3g4

<-- info multipv 1 depth 13 seldepth 23 score cp -6 time 71 nodes 100539 nps 1416000 hashfull 22 pv c7d7 g1g2 h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1d1 h2h3 d1d4 e4d4 c5d4 g3g4

<-- bestmove c7d7 ponder g1g2

Took 98.4ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4 e2e4 c7d7
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 4 time 1 nodes 60 nps 60000 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 1 time 17 nodes 76 nps 4470

<-- info depth 2

<-- info depth 2 score cp 4 time 17 nodes 76 nps 4470 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 2 time 17 nodes 104 nps 6117

<-- info depth 3

<-- info depth 3 score cp 4 time 17 nodes 105 nps 6176 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 3 time 17 nodes 128 nps 7529

<-- info depth 4

<-- info depth 4 score cp 4 time 17 nodes 129 nps 7588 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 4 time 17 nodes 164 nps 9647

<-- info depth 5

<-- info depth 5 score cp 4 time 17 nodes 164 nps 9647 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 5 time 17 nodes 179 nps 10529

<-- info depth 6

<-- info depth 6 score cp 4 time 17 nodes 180 nps 10588 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 6 time 17 nodes 195 nps 11470

<-- info depth 7

<-- info depth 7 score cp 4 time 17 nodes 195 nps 11470 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 e4e3 d7d1 e3d2

<-- info depth 7 time 17 nodes 210 nps 12352

<-- info depth 8

<-- info depth 8 score cp 3 time 17 nodes 2022 nps 118941 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 a4b5 a6b5 e4e3 d7d1 e3d2 d1d2

<-- info depth 8 score cp 3 time 33 nodes 4915 nps 148939 pv g1g2 g7g6 a3a4 g8g7 b2b3 b6b5 a4b5 a6b5 e4e3 d7d1 e3d2 d1d2

<-- bestmove g1g2 ponder g7g6

Took 42.6ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4 e2e4 c7d7 g1g2
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 9 score cp -6 time 0 nodes 913 nps 0 hashfull 0 pv b6b5 c3e1 h7h5 c2c4 d7d4 e4d4 c5d4 c4c5

<-- info multipv 1 depth 5 seldepth 12 score cp -4 time 0 nodes 1453 nps 0 hashfull 0 pv b6b5 e4e3 d7d5 e3d2 g8f8 b2b4 d5d2 c3d2 c5b4 a3b4 f8e7

<-- info depth 6

<-- info multipv 1 depth 6 seldepth 12 score cp -8 time 0 nodes 2579 nps 0 hashfull 0 pv b6b5 e4e3 d7d5 e3d2 g8f8 d2d5 e6d5 c3d2 d5d4

<-- info multipv 1 depth 6 seldepth 12 score cp -5 time 0 nodes 3282 nps 0 hashfull 0 pv h7h6 c3e1 d7d1 a3a4 d1b1 b2b3 b1b2 e4d3 b2d4 d3d4 c5d4 f3f4

<-- info depth 7

<-- info multipv 1 depth 7 seldepth 17 score cp -6 time 0 nodes 6386 nps 0 hashfull 0 pv h7h6 c3e1 h6h5 b2b3 d7d4 e4c6 g8h7

<-- info depth 8

<-- info multipv 1 depth 8 seldepth 17 score cp -6 time 0 nodes 7439 nps 0 hashfull 0 pv h7h6 c3e1 d7d1 a3a4 d1b1 b2b3 b1b2 e1d2 b2d4

<-- info depth 9

<-- info multipv 1 depth 9 seldepth 17 score cp -6 time 0 nodes 8283 nps 0 hashfull 0 pv h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1d1 h2h3 d1d4 e4d4 c5d4 g3g4

<-- info depth 10

<-- info multipv 1 depth 10 seldepth 17 score cp -6 time 16 nodes 9520 nps 595000 hashfull 1 pv h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1d1 h2h3 d1d4 e4d4 c5d4 g3g4

<-- info depth 11

<-- info multipv 1 depth 11 seldepth 19 score cp -4 time 16 nodes 28665 nps 1791000 hashfull 6 pv h7h6 c3e1 d7d1 a3a4 d1a1 b2b3 a1d1 h2h3 d1d4 e4d4 c5d4 g2f2

<-- info depth 12

<-- info multipv 1 depth 12 seldepth 21 score cp -5 time 40 nodes 96810 nps 2420000 hashfull 27 pv h7h6 e4e2 d7a4 c3e1 a4d4 c2c3 d4d5 e2a6 d5e5 a6d3 d8e7 d3e4 e5e4 f3e4

<-- info multipv 1 depth 12 seldepth 21 score cp -5 time 41 nodes 101675 nps 2479000 hashfull 29 pv h7h6 e4e2 d7a4 c3e1 a4d4 c2c3 d4d5 e2a6 d5e5 a6d3 d8e7 d3e4 e5e4 f3e4

<-- bestmove h7h6 ponder e4e2

Took 59.3ms, Left = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4 e2e4 c7d7 g1g2 h7h6
--> go movetime 50
<-- info depth 1

<-- info depth 1 score cp 21 time 1 nodes 81 nps 81000 pv b2b3 d8g5

<-- info depth 1 time 1 nodes 103 nps 103000

<-- info depth 2

<-- info depth 2 score cp 14 time 1 nodes 142 nps 142000 pv b2b3 d7d1 b3b4 d1d7 b4c5

<-- info depth 2 time 1 nodes 174 nps 174000

<-- info depth 3

<-- info depth 3 score cp 7 time 16 nodes 344 nps 21500 pv b2b3 d7d1 c3e1 b6b5 e1f2

<-- info depth 3 time 16 nodes 856 nps 53500

<-- info depth 4

<-- info depth 4 score cp 3 time 16 nodes 1025 nps 64062 pv b2b3 d7d1 a3a4 d8g5 a4a5 b6b5 b3b4

<-- info depth 4 score cp 4 time 16 nodes 1255 nps 78437 pv h2h3 d7d1 a3a4 d8g5 a4a5

<-- info depth 4 score cp 7 time 16 nodes 1554 nps 97125 pv g2f2 d7d1 e4d3 d1d3 c2d3 g8f8 b2b4

<-- info depth 4 time 16 nodes 1741 nps 108812

<-- info depth 5

<-- info depth 5 score cp 5 time 16 nodes 2156 nps 134750 pv g2f2 b6b5 b2b3 d7d1 e4d3 d1d3 c2d3 d8b6 f2g2

<-- info depth 5 score cp 6 time 32 nodes 3750 nps 117187 pv c3e1 d7d1 a3a4 b6b5 e1f2 d1d2 b2b3

<-- info depth 5 time 32 nodes 3760 nps 117500

<-- info depth 5 score cp 6 time 32 nodes 3760 nps 117500 pv c3e1 d7d1 a3a4 b6b5 e1f2 d1d2 b2b3

<-- bestmove c3e1 ponder d7d1

Took 34.5ms, Left[W] = 50.0ms
--> position fen r1b1k2r/1pqpbppp/p1n1pn2/8/3NP3/2N3P1/PPP2PBP/R1BQR1K1 b kq - 64 0 moves e8g8 d4c6 d7c6 e4e5 f8d8 d1e2 f6d5 c1d2 b7b6 a1d1 c8b7 a2a3 d5c3 d2c3 c6c5 g2e4 d8d1 e1d1 a8d8 d1d8 e7d8 f2f3 b7e4 e2e4 c7d7 g1g2 h7h6 c3e1
--> go movetime 50
<-- info multipv 1 depth 4 seldepth 10 score cp -4 time 0 nodes 1140 nps 0 hashfull 0 pv b6b5 f3f4 h6h5 b2b4 d7d4 e4b7

For some reason the illegal logs only show 1 problem game each

eg

--Start Board-----------------------------------------------------------
bR = 0x8400000000000000 wR = 0x0000000000000044 Castling = 0x20
bB = 0x2008000000000000 wB = 0x0000000200000800 EPSquare = -1
bN = 0x0000040000000000 wN = 0x0000000000200000 White Mat = 0
bQ = 0x0000000000800000 wQ = 0x0000000000001000 Black Mat = 0
bK = 0x0200000000000000 wK = 0x0000000000000002 50 Moves = 65
bP = 0x0003B80000000000 wP = 0x000000000800A300 Side To Move = W
bA = 0xA60BBC0000800000 wA = 0x000000020820BB46 Half Move = 0
FEN = r1b2rk1/4b1pp/p1pppn2/6B1/4P3/q1N5/P1PQB1PP/1R3RK1 w - - 65 0
a b c d e f g h
---------------
8| r b r k |8 63 62 61 60 59 58 57 56 a8 b8 c8 d8 e8 f8 g8 h8
7| b p p |7 55 54 53 52 51 50 49 48 a7 b7 c7 d7 e7 f7 g7 h7
6| p p p p n |6 47 46 45 44 43 42 41 40 a6 b6 c6 d6 e6 f6 g6 h6
5| B |5 39 38 37 36 35 34 33 32 a5 b5 c5 d5 e5 f5 g5 h5
4| P |4 31 30 29 28 27 26 25 24 a4 b4 c4 d4 e4 f4 g4 h4
3| q N |3 23 22 21 20 19 18 17 16 a3 b3 c3 d3 e3 f3 g3 h3
2| P P Q B P P |2 15 14 13 12 11 10 09 08 a2 b2 c2 d2 e2 f2 g2 h2
1| R R K |1 07 06 05 04 03 02 01 00 a1 b1 c1 d1 e1 f1 g1 h1
---------------
a b c d e f g h
--End Board-------------------------------------------------------------
Starting Position: r1b1k2r/4b1pp/p1pppn2/6B1/4P3/q1N5/P1PQB1PP/1R3RK1 b kq - 64 0
Movelist: e8g8
Move: 0 multipv


Regards

Mike