Python assertion error

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

Moderators: hgm, Rebel, chrisw

Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Python assertion error

Post by Norbert Raimund Leisner »

Here is a match between AcquaD http://www.elektrosoft.it/scacchi/acquad/acquad.asp and
and PyTuroChamp UCI Newt https://github.com/mdoege/PyTuroChamp on Arena GUI 3.5.1 www.playwitharena.de

PyTuroChamp configuration - usebook disabled, but after a few plies engine forfeits on time
The same behaviour is visible on ChessGUI 0.245m http://www.chess.hylogic.de/

cf. for general information:
https://airbrake.io/blog/python-excepti ... rtionerror - https://www.programiz.com/python-progra ... -statement


2019-07-15 08:41:21,505 Arena 3.5.1
2019-07-15 08:41:21,520Font Arena Chess Figurine MISSING

2019-07-15 08:41:21,614**----------Neue Partie---2019-07-15 08:41:21,614 Mo -------------
2019-07-15 08:41:21,754**----------Neue Partie---2019-07-15 08:41:21,754 Mo -------------
2019-07-15 08:41:21,832**screen: 1280x1024
2019-07-15 08:41:21,832**Monitors: 1
2019-07-15 08:41:21,832**Monitor0: 1280x1024
2019-07-15 08:41:21,832**FormMonitor: 0
2019-07-15 08:41:21,832**DesktopRect: 0/0 .. 1280/1024
2019-07-15 08:42:09,370*1*---------------------------Starte Motor 1 Python----------------------------
2019-07-15 08:42:09,370*1*Configured Engine 1 Type: Auto
2019-07-15 08:42:09,385*1*Engine 1 dir: C:\Users\NRL\Downloads\Python3.7.4
2019-07-15 08:42:09,385*1*Engine 1 commandline: C:\Users\NRL\Downloads\Python3.7.4\python.exe
2019-07-15 08:42:09,495*1*Engine 1 ProcessID: 320
2019-07-15 08:42:09,495*1*Engine 1 Prio:32 ThreadPrio:0
2019-07-15 08:42:09,495-->1:xboard
2019-07-15 08:42:09,526-->1:uci
2019-07-15 08:42:17,529-->1:isready
2019-07-15 08:42:20,383-->1:new
2019-07-15 08:42:20,383-->1:random
2019-07-15 08:42:20,383-->1:level 0 5 0
2019-07-15 08:42:20,383-->1:post
2019-07-15 08:42:20,383-->1:hard
2019-07-15 08:42:20,383-->1:easy
2019-07-15 08:42:20,415<--1: File "<stdin>", line 6
2019-07-15 08:42:20,415<--1: level 0 5 0
2019-07-15 08:42:20,415<--1: ^
2019-07-15 08:42:20,415<--1:SyntaxError: invalid syntax
2019-07-15 08:42:41,755-->1:?
2019-07-15 08:42:41,755-->1:force
2019-07-15 08:42:41,755-->1:quit
2019-07-15 08:42:42,255*1*---------------------------Starte Motor 1 Python----------------------------
2019-07-15 08:42:42,255*1*Configured Engine 1 Type: UCI
2019-07-15 08:42:42,255*1*Engine 1 dir: C:\Users\NRL\Downloads\Python3.7.4
2019-07-15 08:42:42,255*1*Engine 1 commandline: C:\Users\NRL\Downloads\Python3.7.4\python.exe ptc_xboard.py newt
2019-07-15 08:42:42,364*1*Engine 1 ProcessID: 3212
2019-07-15 08:42:42,364*1*Engine 1 Prio:32 ThreadPrio:0
2019-07-15 08:42:42,395-->1:uci
2019-07-15 08:42:42,988<--1:id name Newt
2019-07-15 08:42:42,988<--1:id author Martin C. Doege
2019-07-15 08:42:42,988<--1:option name depth type spin default 14 min 0 max 1024
2019-07-15 08:42:42,988<--1:option name qplies type spin default 6 min 0 max 1024
2019-07-15 08:42:42,988<--1:option name pstab type spin default 1 min 0 max 1024
2019-07-15 08:42:42,988<--1:option name maxnodes type spin default 1000000 min 0 max 1000000000
2019-07-15 08:42:42,988<--1:option name usebook type check default true
2019-07-15 08:42:42,988<--1:option name matetest type check default true
2019-07-15 08:42:42,988<--1:uciok
2019-07-15 08:42:42,988-->1:setoption name depth value 14
2019-07-15 08:42:42,988-->1:setoption name qplies value 6
2019-07-15 08:42:42,988-->1:setoption name pstab value 1
2019-07-15 08:42:42,988-->1:setoption name maxnodes value 1000000
2019-07-15 08:42:42,988-->1:setoption name usebook value true
2019-07-15 08:42:42,988-->1:setoption name matetest value true
2019-07-15 08:42:43,003<--1:# depth: 14
2019-07-15 08:42:43,003<--1:# qplies: 6
2019-07-15 08:42:43,003-->1:isready
2019-07-15 08:42:43,050<--1:# pstab: 0
2019-07-15 08:42:43,050<--1:# maxnodes: 1000000
2019-07-15 08:42:43,081<--1:# usebook: True
2019-07-15 08:42:43,113<--1:# matetest: True
2019-07-15 08:42:43,144<--1:id name Newt
2019-07-15 08:42:43,175<--1:readyok
2019-07-15 08:42:45,234-->1:quit
2019-07-15 08:42:45,733*1*---------------------------Starte Motor 1 Python----------------------------
2019-07-15 08:42:45,733*1*Configured Engine 1 Type: UCI
2019-07-15 08:42:45,733*1*Engine 1 dir: C:\Users\NRL\Downloads\Python3.7.4
2019-07-15 08:42:45,733*1*Engine 1 commandline: C:\Users\NRL\Downloads\Python3.7.4\python.exe ptc_xboard.py newt
2019-07-15 08:42:45,843*1*Engine 1 ProcessID: 1372
2019-07-15 08:42:45,843*1*Engine 1 Prio:32 ThreadPrio:0
2019-07-15 08:42:45,874-->1:uci
2019-07-15 08:42:45,952<--1:id name Newt
2019-07-15 08:42:45,952<--1:id author Martin C. Doege
2019-07-15 08:42:45,952<--1:option name depth type spin default 14 min 0 max 1024
2019-07-15 08:42:45,952<--1:option name qplies type spin default 6 min 0 max 1024
2019-07-15 08:42:45,952<--1:option name pstab type spin default 1 min 0 max 1024
2019-07-15 08:42:45,952<--1:option name maxnodes type spin default 1000000 min 0 max 1000000000
2019-07-15 08:42:45,952<--1:option name usebook type check default true
2019-07-15 08:42:45,952<--1:option name matetest type check default true
2019-07-15 08:42:45,952<--1:uciok
2019-07-15 08:42:45,952-->1:isready
2019-07-15 08:42:45,999<--1:id name Newt
2019-07-15 08:42:45,999<--1:readyok
2019-07-15 08:42:59,056-->1:setoption name matetest value true
2019-07-15 08:42:59,056-->1:setoption name usebook value false
2019-07-15 08:42:59,056-->1:setoption name maxnodes value 1000000
2019-07-15 08:42:59,056-->1:setoption name pstab value 1
2019-07-15 08:42:59,056-->1:setoption name qplies value 6
2019-07-15 08:42:59,056-->1:setoption name depth value 14
2019-07-15 08:42:59,071<--1:# matetest: True
2019-07-15 08:42:59,071<--1:# usebook: False
2019-07-15 08:42:59,071<--1:# maxnodes: 1000000
2019-07-15 08:42:59,071<--1:# pstab: 0
2019-07-15 08:42:59,071<--1:# qplies: 6
2019-07-15 08:42:59,071<--1:# depth: 14
2019-07-15 08:43:28,337-->1:quit
2019-07-15 08:43:28,836*1*---------------------------Starte Motor 1 Acquad----------------------------
2019-07-15 08:43:28,836*1*Configured Engine 1 Type: Auto
2019-07-15 08:43:28,836*1*Engine 1 dir: C:\Users\NRL\Downloads\acquad
2019-07-15 08:43:28,836*1*Engine 1 commandline: C:\Users\NRL\Downloads\acquad\acquad.exe
2019-07-15 08:43:28,946*1*Engine 1 ProcessID: 3820
2019-07-15 08:43:28,946*1*Engine 1 Prio:32 ThreadPrio:0
2019-07-15 08:43:28,946-->1:xboard
2019-07-15 08:43:28,977-->1:uci
2019-07-15 08:43:29,024<--1:AcquaD is ready to Play... and to Lose...
2019-07-15 08:43:29,024<--1:Type 'help' for the list of commands
2019-07-15 08:43:29,024<--1:Command not recognized
2019-07-15 08:43:29,024<--1:id name AcquaD (ver. 3.6.0)
2019-07-15 08:43:29,024<--1:id author Giovanni Di Maria
2019-07-15 08:43:29,024<--1:option name LogFile type check default false
2019-07-15 08:43:29,024<--1:option name LogMinMax type check default false
2019-07-15 08:43:29,024<--1:uciok
2019-07-15 08:43:29,024-->1:setoption name LogFile value false
2019-07-15 08:43:29,024-->1:setoption name LogMinMax value false
2019-07-15 08:43:29,024-->1:isready
2019-07-15 08:43:29,070<--1:readyok
2019-07-15 08:45:10,277****Tour**======== Turnier 1 ========
2019-07-15 08:45:10,464****Tour**
2019-07-15 08:45:10,464****Tour**Paarung 1/1: Acquad - Python
2019-07-15 08:45:10,480*2*---------------------------Starte Motor 2 Python----------------------------
2019-07-15 08:45:10,480*2*Configured Engine 2 Type: UCI
2019-07-15 08:45:10,480*2*Engine 2 dir: C:\Users\NRL\Downloads\Python3.7.4
2019-07-15 08:45:10,480*2*Engine 2 commandline: C:\Users\NRL\Downloads\Python3.7.4\python.exe ptc_xboard.py newt
2019-07-15 08:45:10,589*2*Engine 2 ProcessID: 3772
2019-07-15 08:45:10,589*2*Engine 2 Prio:32 ThreadPrio:0
2019-07-15 08:45:10,636-->2:uci
2019-07-15 08:45:10,698<--2:id name Newt
2019-07-15 08:45:10,698<--2:id author Martin C. Doege
2019-07-15 08:45:10,698<--2:option name depth type spin default 14 min 0 max 1024
2019-07-15 08:45:10,698<--2:option name qplies type spin default 6 min 0 max 1024
2019-07-15 08:45:10,698<--2:option name pstab type spin default 1 min 0 max 1024
2019-07-15 08:45:10,698<--2:option name maxnodes type spin default 1000000 min 0 max 1000000000
2019-07-15 08:45:10,698<--2:option name usebook type check default true
2019-07-15 08:45:10,698<--2:option name matetest type check default true
2019-07-15 08:45:10,698<--2:uciok
2019-07-15 08:45:10,698-->2:setoption name usebook value false
2019-07-15 08:45:10,698<--2:# usebook: False
2019-07-15 08:45:10,698-->2:isready
2019-07-15 08:45:10,854<--2:id name Newt
2019-07-15 08:45:10,854<--2:readyok
2019-07-15 08:45:11,213****Tour**Runde 1 von 2: Acquad - Python
2019-07-15 08:45:11,228**----------Neue Partie---2019-07-15 08:45:11,228 Mo -------------
2019-07-15 08:45:11,260*1*Start calc, move no: 0
2019-07-15 08:45:11,260-->1:ucinewgame
2019-07-15 08:45:11,260-->1:isready
2019-07-15 08:45:11,260<--1:readyok
2019-07-15 08:45:11,275-->1:position startpos
2019-07-15 08:45:11,275-->1:go wtime 300000 btime 300000 winc 0 binc 0 movestogo 40
2019-07-15 08:45:11,291<--1:info depth 4 nodes 1 nps 999 pv e2e4 g7g6 g1f3 c7c5
2019-07-15 08:45:13,303<--1:info depth 4 nodes 14940 nps 7466 pv c2c3 a7a5 h2h4 b8a6
2019-07-15 08:45:15,300<--1:info depth 4 nodes 29846 nps 7459 pv g1f3 a7a5 b2b3 h7h6
2019-07-15 08:45:17,297<--1:info depth 4 nodes 44709 nps 7450 pv d2d3 d7d5 c2c4 d8d6
2019-07-15 08:45:18,560<--1:bestmove e2e3
2019-07-15 08:45:18,560*1*Zug gefunden:e2-e3
2019-07-15 08:45:18,748*2*Start calc, move no: 1
2019-07-15 08:45:18,748-->2:ucinewgame
2019-07-15 08:45:18,748-->2:isready
2019-07-15 08:45:18,748<--2:id name Newt
2019-07-15 08:45:18,748<--2:readyok
2019-07-15 08:45:18,763-->2:position startpos moves e2e3
2019-07-15 08:45:18,763-->2:go wtime 292720 btime 300000 winc 0 binc 0 movestogo 40
2019-07-15 08:45:19,138<--2:info depth 1 score cp 2 time 358 nodes 311 pv g8f6
2019-07-15 08:45:19,216<--2:info depth 2 score cp -1 time 436 nodes 386 pv g8f6 g1f3
2019-07-15 08:45:19,887<--2:info depth 3 score cp 3 time 1107 nodes 947 pv g8f6 g1f3 b8c6
2019-07-15 08:45:23,007<--2:info depth 4 score cp -1 time 4243 nodes 3627 pv g8f6 g1f3 b8c6 b1c3
2019-07-15 08:45:26,095<--2:bestmove g8f6
2019-07-15 08:45:26,095*2*Zug gefunden:Sg8-f6
2019-07-15 08:45:26,267*1*Start calc, move no: 2
2019-07-15 08:45:26,283-->1:position startpos moves e2e3 g8f6
2019-07-15 08:45:26,283-->1:go wtime 292720 btime 292673 winc 0 binc 0 movestogo 39
2019-07-15 08:45:26,298<--1:info depth 4 nodes 1 nps 999 pv c2c4 b7b6 a2a3 b8a6
2019-07-15 08:45:28,311<--1:info depth 4 nodes 16455 nps 8223 pv g2g3 f6g4 f1e2 g7g6
2019-07-15 08:45:30,307<--1:info depth 4 nodes 32896 nps 8221 pv b2b3 e7e5 b1c3 c7c6
2019-07-15 08:45:32,304<--1:info depth 4 nodes 49203 nps 8199 pv c2c4 d7d5 e3e4 d5d4
2019-07-15 08:45:33,693<--1:bestmove d1f3
2019-07-15 08:45:33,693*1*Zug gefunden:Dd1-f3
2019-07-15 08:45:33,880*2*Start calc, move no: 3
2019-07-15 08:45:33,880-->2:position startpos moves e2e3 g8f6 d1f3
2019-07-15 08:45:33,880-->2:go wtime 285315 btime 292673 winc 0 binc 0 movestogo 39
2019-07-15 08:45:33,927<--2:info depth 1 score cp 7 time 31 nodes 24 pv b8c6
2019-07-15 08:45:35,112<--2:info depth 2 score cp 2 time 1216 nodes 850 pv b8c6 b1c3
2019-07-15 08:45:36,423<--2:info depth 3 score cp 6 time 2527 nodes 1776 pv b8c6 b1c3 e7e5
2019-07-15 08:45:40,869<--2:bestmove b8c6
2019-07-15 08:45:40,869*2*Zug gefunden:Sb8-c6
2019-07-15 08:45:41,056*1*Start calc, move no: 4
2019-07-15 08:45:41,056-->1:position startpos moves e2e3 g8f6 d1f3 b8c6
2019-07-15 08:45:41,056-->1:go wtime 285315 btime 285689 winc 0 binc 0 movestogo 38
2019-07-15 08:45:41,071<--1:info depth 4 nodes 1 nps 999 pv f3f6 e7e6 f6e6 d7e6
2019-07-15 08:45:43,084<--1:info depth 4 nodes 16297 nps 8144 pv f3e4 b7b5 g2g4 a7a5
2019-07-15 08:45:45,081<--1:info depth 4 nodes 32689 nps 8170 pv b1c3 f6e4 c3e2 d7d6
2019-07-15 08:45:47,077<--1:info depth 4 nodes 48487 nps 8079 pv f1b5 h8g8 f3d1 a7a5
2019-07-15 08:45:48,481<--1:bestmove f3g3
2019-07-15 08:45:48,481*1*Zug gefunden:Df3-g3
2019-07-15 08:45:48,653*2*Start calc, move no: 5
2019-07-15 08:45:48,653-->2:position startpos moves e2e3 g8f6 d1f3 b8c6 f3g3
2019-07-15 08:45:48,653-->2:go wtime 277894 btime 285689 winc 0 binc 0 movestogo 38
2019-07-15 08:45:48,715<--2:info depth 1 score cp 11 time 46 nodes 26 pv e7e5
2019-07-15 08:45:50,697<--2:info depth 2 score cp 6 time 2028 nodes 1423 pv e7e5 g1f3
2019-07-15 08:45:55,002<--2:info depth 3 score cp 12 time 6333 nodes 4732 pv f6e4 g3f4 e7e5
2019-07-15 08:45:55,735<--2:Traceback (most recent call last):
2019-07-15 08:45:55,751<--2: File "ptc_xboard.py", line 366, in <module>
2019-07-15 08:45:55,751<--2: t, r = p.getmove(d, silent = True)
2019-07-15 08:45:55,767<--2: File "C:\Users\NRL\Downloads\Python3.7.4\newt.py", line 262, in getmove
2019-07-15 08:45:55,782<--2: t, newPV = searchmax(b.copy(), MAXPLIES, aa, ab)
2019-07-15 08:45:55,798<--2: File "C:\Users\NRL\Downloads\Python3.7.4\newt.py", line 108, in searchmax
2019-07-15 08:45:55,813<--2: t, vv = searchmax(b, ply - 1, -beta, -alpha)
2019-07-15 08:45:55,829<--2: File "C:\Users\NRL\Downloads\Python3.7.4\newt.py", line 106, in searchmax
2019-07-15 08:45:55,845<--2: b.push(x)
2019-07-15 08:45:55,845<--2: File "C:\Users\NRL\Downloads\Python3.7.4\lib\site-packages\chess\__init__.py", line 1991, in push
2019-07-15 08:45:55,860<--2: assert piece_type is not None, "push() expects move to be pseudo-legal, but got {} in {}".format(move, self.fen())
2019-07-15 08:45:55,876<--2:AssertionError: push() expects move to be pseudo-legal, but got g3g7 in r1bqkb1r/ppppp1pp/2n2p2/8/4nQ2/4P3/PPPP1PPP/RNB1KBNR w KQkq - 0 5
2019-07-15 08:50:36,494-->2:stop
2019-07-15 08:50:37,789****Tour**Partie zuende: 1-0 {1-0 Schwarz überschreitet die Zeit}
2019-07-15 08:50:37,789****Tour**Letzte Partie gewann Acquad mit Weiss in 3 Zügen
2019-07-15 08:50:37,789****Tour**Acquad - Python:
2019-07-15 08:50:37,804****Tour** 1 W 1 1,0:0,0 1,0:0,0 08:50:37 0.00 3 4,000 :3,500 1-0-0
2019-07-15 08:50:37,835****Tour**Speichere Datei C:\Users\NRL\Downloads\arena_3.5.1\Arena.pgn Runde:1 2019.07.15 08:45:11
2019-07-15 08:50:37,835****Tour**stopping engine calculation after game...
2019-07-15 08:50:37,835-->2:stop
2019-07-15 08:50:39,068-->2:stop
2019-07-15 08:50:39,083****Tour**Runde 2 von 2: Python - Acquad
2019-07-15 08:50:39,099**----------Neue Partie---2019-07-15 08:50:39,099 Mo -------------
2019-07-15 08:50:39,146*2*
2019-07-15 08:50:39,146*2*
2019-07-15 08:50:39,146*2*Engine already calculating!
2019-07-15 08:50:39,146*2*
2019-07-15 08:50:39,146*2*
2019-07-15 08:55:41,646****Tour**Partie zuende: 0-1 {0-1 Weiss überschreitet die Zeit}
2019-07-15 08:55:41,646****Tour**Letzte Partie gewann Acquad mit Schwarz in 1 Zügen
2019-07-15 08:55:41,646****Tour**Acquad - Python:
2019-07-15 08:55:41,646****Tour** 2 S 1 2,0:0,0 2,0:0,0 08:55:41 0.00 1 4,000 :3,667 2-0-0
2019-07-15 08:55:41,677****Tour**Speichere Datei C:\Users\NRL\Downloads\arena_3.5.1\Arena.pgn Runde:2 2019.07.15 08:50:39
2019-07-15 08:55:41,677****Tour**stopping engine calculation after game...
2019-07-15 08:55:41,677-->2:stop
2019-07-15 08:55:42,988****Tour**Turnier beendet

Norbert
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Python assertion error

Post by zullil »

While searching, it seems that Newt is generating illegal moves. When it attempts to make/push these moves on the board, the error is being detected.

In short, Newt is buggy.
User avatar
Guenther
Posts: 4611
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Python assertion error

Post by Guenther »

I have no such problems with Winboard and PyTuroChamp (Newt) using PyPy3 (recommended by the author).

It seems your Python version and your Python-Chess package version don't work together?
2019-07-15 08:45:55,845<--2: File "C:\Users\NRL\Downloads\Python3.7.4\lib\site-packages\chess\__init__.py", line 1991, in push
I am running PyPy 3.53 and Python-Chess 0.27.3 here.

Code: Select all

[InBetween]
Debug := 3
CommandLine := C:\pypy3\pypy3.exe C:\Engines\UCI\PyTuroChamp_20190619/ptc_xboard.py newt
Log := PyTuroChamp_20190619.log
[pgn] [Event "Test_2019 Winboard 4.9.182601"] [Site "CAPPUCCINO"] [Date "2019.07.23"] [Round "-"] [White "Damas_6c1"] [Black "Newt (UCI2WB)"] [Result "1-0"] [TimeControl "40/300"] [Annotator "2. +0.28 1... +0.01"] 1. e4 Nf6 {+0.01/3 10} 2. e5 {+0.28/7 11} Nd5 {+0.01/3 7} 3. c4 {+0.17/6 10} Nf4 {+0.02/3 7} 4. d4 {+0.56/6 10} Ne6 {-0.01/3 7} 5. d5 {+0.70/6 10} Nc5 {-0.02/3 7} 6. Be3 {+0.70/6 9} e6 {-0.02/3 7} 7. Nc3 {+0.78/6 9} exd5 {-0.07/2 7} 8. cxd5 {+0.78/6 9} d6 {-0.10/2 7} 9. Bxc5 {+1.22/5 8} dxc5 {+0.32/3 7} 10. Nf3 {+1.12/5 8} Nd7 {+0.33/3 7} 11. Qc1 {+1.29/6 8} Be7 {+0.36/3 7} 12. Bd3 {+1.33/5 7} O-O {+0.33/2 7} 13. O-O {+1.18/5 7} Re8 {+0.32/2 7} 14. e6 {+1.68/6 7} fxe6 {+0.34/2 7} 15. dxe6 {+1.83/6 7} Nf8 {+1.36/3 7} 16. Bb5 {+0.74/6 6} c6 {+1.35/3 7} 17. Rd1 {+0.02/6 6} Qc7 {+0.28/2 7} 18. Nd5 {-0.38/6 6} Qa5 {-1.11/2 7} 19. Bxc6 {+0.02/6 6} bxc6 {+2.08/3 7} 20. b4 {-0.18/6 5} cxb4 {+2.10/3 7} 21. Qxc6 {-0.05/6 5} Bxe6 {+3.53/2 7} 22. Nxe7+ {+0.22/6 5} Kf7 {+0.40/3 7} 23. Qb7 {+0.35/5 5} Rab8 {+0.38/2 7} 24. Nc6+ {+0.43/6 5} Rxb7 {+0.46/3 7} 25. Nxa5 {+0.34/6 5} Rb5 {+0.42/3 7} 26. Nc6 {+0.77/6 4} a6 {+0.05/3 7} 27. Nfd4 {+1.16/5 4} Rb7 {+0.03/2 7} 28. Rab1 {+1.38/6 4} Bg4 {+0.41/3 7} 29. f3 {+1.48/6 4} Be6 {-0.56/2 7} 30. Nxe6 {+1.78/6 4} Nxe6 {-0.93/3 7} 31. Rxb4 {+1.83/6 4} Rxb4 {-0.93/3 7} 32. Nxb4 {+1.56/6 4} Nc5 {-0.94/3 7} 33. Rd5 {+2.42/6 3} Re1+ {-0.94/3 7} 34. Kf2 {+1.82/7 3} Rc1 {-0.97/3 7} 35. Ke2 {+1.82/6 3} Ke6 {-0.96/3 7} 36. Rh5 {+2.86/6 3} a5 {+0.02/3 7} 37. Nd3 {+2.36/7 3} Rc2+ {+0.02/3 7} 38. Kd1 {+2.71/7 2.9} Nxd3 {-1.98/3 7} 39. Kxc2 {+4.76/8 2.8} Ne1+ {-2.99/4 7} 40. Kc1 {+4.76/6 2.7} h6 {-2.96/4 7} 41. Rxa5 {+4.85/8 13} Nxg2 {-2.98/4 7} 42. Ra7 {+4.80/7 13} Kf6 {-2.97/4 7} 43. Rb7 {+4.85/7 12} Ne3 {-2.95/4 7} 44. a4 {+5.17/8 12} Nd5 {-2.92/3 7} 45. a5 {+6.52/8 11} Ne3 {-2.96/4 7} 46. a6 {+11.07/8 11} Ng4 {-10.23/4 7} 47. fxg4 {+14.88/8 11} h5 {-12.98/5 7} 48. gxh5 {+16.33/8 10} g6 {-14.00/5 7} 49. h6 {+23.74/8 10} g5 {-15.01/5 7} 50. h7 {+23.80/8 10} Kf5 {-15.05/4 7} 51. h8=Q {+24.52/7 9} Ke4 {-23.26/4 7} {Xboard adjudication} 1-0[/pgn]

Code: Select all

recognized 'normal' (-1) as variant normal
recognized 'normal' (-1) as variant normal
shuffleOpenings = 0
Version: WinBoard 4.9.190618 + Damas_6c1
Reset(1, 0) from gameMode 0
recognized 'normal' (-1) as variant normal
GameEnds(0, (null), 2)
shuffleOpenings = 0
StartChildProcess (dir="C:\Engines\WB\Damas_6c1") Damas_6c1
nice engine proc to 10
1318 >first : xboard
protover 2
1355 <first : 
1355 <first : Damas 
1356 <first : Versao 6c1     -   17/08/2003 
1357 <first : Livre ... 
1357 <first : 
1357 <first : "ajuda" Mostra os comandos.
1358 <first : 
1359 <first : 
1359 <first : 8   t   c   b   d   r   b   c   t  
1359 <first : 7   p   p   p   p   p   p   p   p  
1360 <first : 6   .   .   .   .   .   .   .   .  
1360 <first : 5   .   .   .   .   .   .   .   .  
1360 <first : 4   .   .   .   .   .   .   .   .  
1361 <first : 3   .   .   .   .   .   .   .   .  
1361 <first : 2   P   P   P   P   P   P   P   P  
1361 <first : 1   T   C   B   D   R   B   C   T 
1361 <first : 
1361 <first :     a   b   c   d   e   f   g   h
1362 <first : 
1362 <first : Damas 
1362 <first : Error (unknown command): protover
1378 >first : new
random
1378 >first : level 40 5 0
1378 >first : post
1378 >first : hard
1379 >first : easy
Impossible move , type = 0
1385 <first : Error (unknown command): random
1386 <first : Error (unknown command): level
1386 <first : Error (unknown command): hard
1386 <first : Error (unknown command): easy
3993 >first : force
StartChildProcess (dir="") UCI2WB PyTuroChamp_20190619 C:\Engines\UCI\PyTuroChamp_20190619
nice engine proc to 10
4553 >second: xboard
protover 2
4557 <second: feature setboard=1 usermove=1 debug=1 ping=1 name=1 reuse=0 exclude=1 pause=1 sigint=0 sigterm=0 done=0
4558 >second: accepted setboard
4559 >second: accepted usermove
4559 >second: accepted debug
4559 >second: accepted ping
4559 >second: accepted name
4559 >second: accepted reuse
4559 >second: accepted exclude
4560 >second: accepted pause
4560 >second: accepted sigint
4560 >second: accepted sigterm
4560 >second: accepted done
4560 <second: feature option="UCI2WB debug output -check 0"
4561 >second: accepted option
4561 <second: feature option="ponder always -check 0"
4561 >second: accepted option
5846 <second: feature myname="Newt (UCI2WB)"
5846 >second: accepted myname
5847 <second: feature option="depth -spin 14 0 1024"
5847 >second: accepted option
5848 <second: feature option="qplies -spin 6 0 1024"
5848 >second: accepted option
5848 <second: feature option="pstab -spin 1 0 1024"
5849 >second: accepted option
5849 <second: feature option="maxnodes -spin 1000000 0 1000000000"
5849 >second: accepted option
5850 <second: feature option="usebook -check 1"
5850 >second: accepted option
5850 <second: feature option="matetest -check 1"
5850 >second: accepted option
5851 <second: feature variants="normal,xiangqi"
5851 >second: accepted variants
5851 <second: feature smp=1 memory=0 done=1
5852 >second: accepted smp
5852 >second: accepted memory
5852 >second: accepted done
5859 >second: cores 1
5859 >second: new
random
5859 >second: level 40 5 0
5860 >second: post
5860 >second: hard
5860 >second: easy
5860 >second: ping 1
Impossible move , type = 0
5862 >second: force
5867 <second: Error (unknown command): cores
5874 <second: feature myname="Newt (UCI2WB)"
5874 >second: accepted myname
5875 <second: pong 1
New game (0): Damas_6c1-Newt (UCI2WB) (w)
5887 >first : computer
5887 >second: computer
5888 >second: name Damas_6c1
5889 >first : black
5889 >first : time 30000
5889 >first : otim 30000
5889 >first : white
book hit = (NULL)
5889 >first : go
nps: w=-1, b=-1
5890 <first : Error (unknown command): computer
5903 <first : move e2e4
5912 >second: time 30000
5912 >second: otim 29997
book hit = (NULL)
5912 >second: usermove 5913 >second: e2e4
5913 >second: black
5913 >second: go
silence
5950 <second: Error (unknown command): black
9121 <second:   1       1    317        310 g8f6
9635 <second:   2      -3    369        385 g8f6 g1f3
12750 <second:   3       1    680       1152 g8f6 b1c3 b8c6
15915 <second: move g8f6
Interrupting first
15915 >first : time 29997
15916 >first : otim 28999
book hit = (NULL)
15916 >first : g8f6
silence
15929 <second: 
15929 <first : 1 12 0 39 d2d3
15934 <first : 2 -21 0 142 d2d3 c7c5
15936 <first : 3 17 0 1586 e4e5 f6e4 d2d4
15974 <first : 4 -7 5 11102 e4e5 f6d5 f1c4 c7c6 c4d5 c6d5
16201 <first : 5 31 27 70095 e4e5 f6g8 d2d4 c7c6 c1g5
17486 <first : 6 0 156 365425 e4e5 f6g8 d2d4 d7d5 c1g5 c7c6
25849 <first : 7 28 992 2468922 e4e5 f6g8 d2d4 c7c6 c1g5 h7h6 g5f4
26608 <first : move e4e5
26608 >second: time 28999
26608 >second: otim 28928
book hit = (NULL)
26609 >second: usermove 26609 >second: e4e5
silence
26688 <second:   1       5      7         23 b8c6
28042 <second:   2      -3    142        451 f6d5 g1f3
29857 <second:   3       1    323       1327 f6d5 g1f3 b8c6
33534 <second: move f6d5
Interrupting first
33534 >first : time 28928
33534 >first : otim 28307
book hit = (NULL)
33535 >first : f6d5
silence
33552 <second: 
33552 <first : 1 17 0 33 d2d4
33554 <first : 2 -7 0 217 f1c4 c7c6 c4d5 c6d5
33555 <first : 3 40 0 1560 c2c4 d5f4 d2d4
33583 <first : 4 16 4 9555 d2d4 c7c6 c1g5 d5c7
33876 <first : 5 39 34 76751 d2d4 c7c6 c2c4 d5c7 c1g5
36513 <first : 6 17 297 638154 d2d4 d5b6 c1f4 c7c6 d1c1 d7d5
43828 <first : move c2c4
43828 >second: time 28307
43828 >second: otim 27899
book hit = (NULL)
43829 >second: usermove 43829 >second: c2c4
silence
43888 <second:   1       7      4         25 b8c6
44328 <second:   2      -3     48        364 d5f4 g1f3
48675 <second:   3       2    483       3210 d5f4 g1f3 b8c6
50756 <second: move d5f4
Interrupting first
50756 >first : time 27899
50757 >first : otim 27614
book hit = (NULL)
50757 >first : d5f4
silence
50772 <second: 
50772 <first : 1 40 0 40 d2d4
50775 <first : 2 40 0 236 d2d4 f4e6
50776 <first : 3 62 1 2323 d2d4 f4e6 c1e3
50837 <first : 4 42 8 16515 d2d4 f4g6 f1d3 c7c6 d3g6 h7g6
51274 <first : 5 65 51 112550 d2d4 f4g6 f1d3 d7d6 c1e3 d6e5 d3g6 h7g6 d4e5 d8d1 e1d1
53907 <first : 6 56 315 683031 d2d4 f4g6 g1f3 d7d6 c1g5 b8d7
60680 <first : move d2d4
60680 >second: time 27614
60680 >second: otim 26906
book hit = (NULL)
60681 >second: usermove 60681 >second: d2d4
silence
60888 <second:   1       2     19         48 b8c6
61742 <second:   2      -7    105        453 f4e6 g1f3
65145 <second:   3      -1    445       2620 f4e6 g1f3 b8c6
67610 <second: move f4e6
Interrupting first
67611 >first : time 26906
67611 >first : otim 26921
book hit = (NULL)
67611 >first : f4e6
silence
67629 <second: 
67629 <first : 1 62 0 55 c1e3
67640 <first : 2 48 0 292 d4d5 e6c5
67642 <first : 3 76 1 3021 d4d5 e6c5 c1g5
67719 <first : 4 57 10 21109 d4d5 e6c5 c1e3 e7e6
68409 <first : 5 78 78 171814 d4d5 e6c5 c1e3 d7d6 d1c1
73203 <first : 6 70 559 1142808 d4d5 e6c5 c1e3 d7d6 e3c5 d6c5
77181 <first : move d4d5
77181 >second: time 26921
77181 >second: otim 25949
book hit = (NULL)
77182 >second: usermove 77182 >second: d4d5
silence
77212 <second:   1       2      2         22 b8c6
77846 <second:   2      -7     65        438 e6c5 g1f3
79531 <second:   3      -2    233       1659 e6c5 g1f3 b8c6
84111 <second: move e6c5
Interrupting first
84111 >first : time 25949
84111 >first : otim 26228
book hit = (NULL)
84111 >first : e6c5
silence
84113 <second: 
84114 <first : 1 76 0 40 c1g5
84115 <first : 2 57 0 401 c1e3 e7e6
84124 <first : 3 78 1 2728 c1e3 d7d6 d1c1
84190 <first : 4 70 7 16118 c1e3 d7d6 e3c5 d6c5
84557 <first : 5 84 44 95657 c1e3 b8a6 b2b4 c5e4 f1d3
86784 <first : 6 70 267 557418 c1e3 e7e6 d1c1 f8e7 e3c5 e7c5
93338 <first : move c1e3
93339 >second: time 26228
93339 >second: otim 25027
book hit = (NULL)
93339 >second: usermove 93339 >second: c1e3
silence
93493 <second:   1       0      6         35 b8c6
94538 <second:   2      -7     83        490 e7e6 g1f3
96014 <second:   3      -2    265       1984 e7e6 g1f3 b8c6
100298 <second: move e7e6
Interrupting first
100299 >first : time 25027
100299 >first : otim 25532
book hit = (NULL)
100300 >first : e7e6
silence
100307 <second: 
100309 <first : 1 87 0 74 d1c1
100313 <first : 2 70 0 658 d1c1 c7c6
100325 <first : 3 87 1 2954 d1c1 e6d5 c4d5
100391 <first : 4 70 8 16276 d1c1 f8e7 e3c5 e7c5
100803 <first : 5 78 49 111113 d1c1 c7c6 b1c3 d7d6 e3c5 d6c5
103651 <first : 6 78 334 714108 b1c3 e6d5 c4d5 c7c6 d1c1 d7d6 e3c5 d6c5
109207 <first : move b1c3
109208 >second: time 25532
109208 >second: otim 24136
book hit = (NULL)
109208 >second: usermove 109208 >second: b1c3
silence
109298 <second:   1      -2      7         57 b8c6
110692 <second:   2      -7    147       1050 e6d5 c4d5
116134 <second: move e6d5
Interrupting first
116135 >first : time 24136
116135 >first : otim 24839
book hit = (NULL)
116135 >first : e6d5
silence
116138 <second: 
116138 <first : 1 77 0 55 c4d5
116139 <first : 2 60 0 532 c4d5 c7c6
116150 <first : 3 79 1 3242 c4d5 f7f6 e5f6 g7f6
116242 <first : 4 78 10 22892 c4d5 c7c6 d1c1 d7d6 e3c5 d6c5
116726 <first : 5 78 59 139184 c4d5 c7c6 d1c1 d7d6 e3c5 d6c5
122181 <first : 6 78 604 1318487 c4d5 c7c6 d1c1 d7d6 e3c5 d6c5
124717 <first : move c4d5
124718 >second: time 24839
124718 >second: otim 23277
book hit = (NULL)
124719 >second: usermove 124719 >second: c4d5
silence
124770 <second:   1      -2      4         41 b8c6
125921 <second:   2     -10    119       1204 d7d6 g1f3
131642 <second: move d7d6
Interrupting first
131643 >first : time 23277
131643 >first : otim 24147
book hit = (NULL)
131643 >first : d7d6
silence
131646 <second: 
131646 <first : 1 85 0 60 f1b5
131651 <first : 2 82 0 992 f1b5 c5d7 f2f4 d6e5 f4e5
131671 <first : 3 107 2 5488 e3c5 d6c5 f1b5
131781 <first : 4 103 13 28209 e3c5 d6c5 f1b5 c8d7 g1f3 d7b5 c3b5
132633 <first : 5 122 99 219527 e3c5 d6c5 d1c1 c8d7 f1c4
139917 <first : move e3c5
139918 >second: time 24147
139918 >second: otim 22450
book hit = (NULL)
139918 >second: usermove 139918 >second: e3c5
silence
139977 <second:   1      34      4         32 d6c5
141248 <second:   2      29    128       1064 d6c5 g1f3
143898 <second:   3      32    396       3176 d6c5 f1b5 b8d7 g1f3
146860 <second: move d6c5
Interrupting first
146861 >first : time 22450
146861 >first : otim 23452
book hit = (NULL)
146861 >first : d6c5
silence
146880 <second: 
146883 <first : 1 107 0 72 d1c1
146890 <first : 2 103 0 622 f1b5 c8d7 g1f3 d7b5 c3b5
146905 <first : 3 122 2 4629 d1c1 c8d7 f1c4
147072 <first : 4 96 18 36780 d1c1 c8d7 f1b5 d7b5 c3b5 d8d5 b5c7
148380 <first : 5 112 149 257307 d1c1 c8d7 g1f3 d8c8 f1c4
154860 <first : move g1f3
154860 >second: time 23452
154861 >second: otim 21650
book hit = (NULL)
154861 >second: usermove 154861 >second: g1f3
silence
154901 <second:   1      34      2         41 b8c6
155900 <second:   2      31    102        819 b8d7 f1c4
159044 <second:   3      33    416       3240 b8d7 f1c4 f8d6
161786 <second: move b8d7
Interrupting first
161786 >first : time 21650
161787 >first : otim 22760
book hit = (NULL)
161787 >first : b8d7
silence
161789 <second: 
161789 <first : 1 112 0 93 d1c1
161791 <first : 2 102 0 450 d1c1 f8e7
161808 <first : 3 130 2 4665 d1c1 c7c6 d5c6 b7c6
161953 <first : 4 127 16 35941 f1b5 a7a6 b5d7 c8d7 e1g1
163020 <first : 5 127 123 280819 d1c1 f8e7 f1c4 e8g8 e1g1
169020 <first : 6 129 723 1540239 d1c1 d7b6 f1b5 e8e7 c3e4 b6d5 e4c5
169478 <first : move d1c1
169478 >second: time 22760
169479 >second: otim 20880
book hit = (NULL)
169479 >second: usermove 169479 >second: d1c1
silence
169513 <second:   1      36      2         30 f8d6
169774 <second:   2      33     28        348 f8e7 f1c4
176247 <second:   3      36    675       5665 f8e7 f1c4 e8g8
176407 <second: move f8e7
Interrupting first
176408 >first : time 20880
176408 >first : otim 22067
book hit = (NULL)
176408 >first : f8e7
silence
176410 <second: 
176410 <first : 1 132 0 59 f1b5
176412 <first : 2 98 0 566 e5e6 d7f6 e6f7 e8f7
176429 <first : 3 127 2 4643 f1b5 a7a6 b5a4
176555 <first : 4 133 14 30986 e5e6 d7b6 f1b5 e8f8 e6f7 f8f7
177484 <first : 5 133 107 241093 e5e6 d7b6 f1b5 e8f8 e6f7 f8f7
183826 <first : move f1d3
183826 >second: time 22067
183827 >second: otim 20139
book hit = (NULL)
183827 >second: usermove 183827 >second: f1d3
silence
183886 <second:   1      36      4         31 e8g8
184095 <second:   2      33     25        221 e8g8 e1g1
190748 <second: move e8g8
Interrupting first
190749 >first : time 20139
190749 >first : otim 21375
book hit = (NULL)
190749 >first : e8g8
silence
190764 <second: 
190764 <first : 1 124 0 62 e1g1
190767 <first : 2 111 0 848 e1g1 f8e8
190781 <first : 3 119 2 6546 e1g1 f8e8 d3b5
191003 <first : 4 116 25 55045 e1g1 a7a5 d3b5 f8e8
192607 <first : 5 118 185 422072 e1g1 d7b6 d3e4 f7f5 e4d3 b6d5 c3d5 d8d5
197906 <first : move e1g1
197907 >second: time 21375
197907 >second: otim 19423
book hit = (NULL)
197907 >second: usermove 197907 >second: e1g1
silence
197950 <second:   1      34      3         28 e7f6
198528 <second:   2      32     61        454 f8e8 c1f4
204829 <second: move f8e8
Interrupting first
204829 >first : time 19423
204829 >first : otim 20683
book hit = (NULL)
204830 >first : f8e8
silence
204846 <second: 
204846 <first : 1 119 0 59 d3b5
204848 <first : 2 128 0 827 e5e6 d7f6 e6f7 g8f7
204857 <first : 3 128 2 5406 e5e6 d7f6 e6f7 g8f7
204986 <first : 4 155 15 34807 e5e6 d7f6 e6f7 g8f7 f1e1
205996 <first : 5 126 116 279388 e5e6 d7f6 e6f7 g8f7 d3b5 c8d7
211122 <first : 6 168 629 1437345 e5e6 f7e6 d5e6 d7f6 d3b5 c8e6 b5e8 d8e8
211726 <first : move e5e6
211726 >second: time 20683
211726 >second: otim 18733
book hit = (NULL)
211727 >second: usermove 211727 >second: e5e6
silence
211813 <second:   1      34      6         67 d7e5
213381 <second:   2      34    163       1388 f7e6 d5e6
218663 <second: move f7e6
Interrupting first
218664 >first : time 18733
218664 >first : otim 19989
book hit = (NULL)
218664 >first : f7e6
silence
218676 <second: 
218676 <first : 1 190 0 46 d5e6
218679 <first : 2 190 0 369 d5e6 d7f6
218680 <first : 3 183 1 2900 d5e6 d7f8 d3b5 f8e6 b5e8 d8e8
218745 <first : 4 168 8 17894 d5e6 d7f6 d3b5 c8e6 b5e8 d8e8
219188 <first : 5 183 52 134977 d5e6 d7f8 d3b5 f8e6 b5e8 d8e8
222074 <first : 6 183 340 848348 d5e6 d7f8 d3b5 c8e6 b5e8 d8e8
225315 <first : move d5e6
225315 >second: time 19989
225315 >second: otim 18068
book hit = (NULL)
225316 >second: usermove 225316 >second: d5e6
silence
225365 <second:   1      36      3         26 d7e5
226331 <second:   2      33     99       1050 d7f6 c1f4
231531 <second:   3     136    617       5604 d7f8 c1e3 f8e6 f3e5
232245 <second: move d7f8
Interrupting first
232245 >first : time 18068
232245 >first : otim 19296
book hit = (NULL)
232246 >first : d7f8
silence
232264 <second: 
232264 <first : 1 183 0 148 d3b5 f8e6 b5e8 d8e8
232267 <first : 2 183 0 388 d3b5 f8e6 b5e8 d8e8
232268 <first : 3 183 1 2839 d3b5 f8e6 b5e8 d8e8
232351 <first : 4 183 10 22727 d3b5 c8e6 b5e8 d8e8
233046 <first : 5 79 79 153751 d3b5 c7c6 b5c6 b7c6 f1d1
237067 <first : 6 74 481 1070879 d3b5 c7c6 b5c6 b7c6 f1d1 e7d6
238658 <first : move d3b5
238659 >second: time 19296
238659 >second: otim 17426
book hit = (NULL)
238659 >second: usermove 238660 >second: d3b5
silence
238794 <second:   1     139     10         29 f8e6
239680 <second:   2      28     99        861 c7c6 c1f4
243392 <second:   3     135    470       4092 c7c6 b5c4 f8e6 c1f4
245593 <second: move c7c6
Interrupting first
245594 >first : time 17426
245594 >first : otim 18602
book hit = (NULL)
245594 >first : c7c6
silence
245596 <second: 
245597 <first : 1 211 0 169 f1d1
245598 <first : 2 206 0 465 f1d1 e7d6
245608 <first : 3 79 1 3084 b5c6 b7c6 f1d1
245649 <first : 4 74 5 13142 b5c6 b7c6 f1d1 e7d6
246025 <first : 5 12 43 108336 f1d1 d8a5 b5d3 f8e6 d3e4
247926 <first : 6 2 233 559294 f1d1 d8a5 b5c4 f8e6 d1e1 e7d6
251777 <first : move f1d1
251778 >second: time 18602
251778 >second: otim 16808
book hit = (NULL)
251778 >second: usermove 251778 >second: f1d1
silence
251913 <second:   1     136     11         90 f8e6
253992 <second:   2      28    219       2175 d8c7 c1f4
258704 <second: move d8c7
Interrupting first
258705 >first : time 16808
258705 >first : otim 17910
book hit = (NULL)
258705 >first : d8c7
silence
258708 <second: 
258708 <first : 1 80 0 181 c3d5 c6d5 b5e8 c8e6
258710 <first : 2 80 0 384 c3d5 c6d5 b5e8 c8e6
258716 <first : 3 80 1 2522 c3d5 c6d5 b5e8 c8e6
258789 <first : 4 64 8 19612 c3d5 c7b8 b5c6 b7c6
259206 <first : 5 64 50 124918 c3d5 c7b8 b5c6 b7c6 d5e7 e8e7
262691 <first : 6 -38 398 925836 c3d5 c7b8 d5e7 e8e7 c1c5 e7e6 d1d8
264669 <first : move c3d5
264669 >second: time 17910
264670 >second: otim 16212
book hit = (NULL)
264670 >second: usermove 264670 >second: c3d5
silence
264744 <second:   1     350      5         43 c6b5
267241 <second:   2    -111    254       2245 c7a5 d5e7 e8e7 c1c5
271598 <second: move c7a5
Interrupting first
271599 >first : time 16212
271599 >first : otim 17217
book hit = (NULL)
271599 >first : c7a5
silence
271601 <second: 
271601 <first : 1 261 0 83 d5e7 e8e7
271603 <first : 2 129 0 830 b5c6 b7c6
271616 <first : 3 129 1 3873 b5c6 b7c6 d5e7 e8e7
271726 <first : 4 2 12 30368 d5e7 e8e7 b5c4 c8e6 d1e1
272301 <first : 5 -13 70 174179 d5e7 e8e7 c1g5 a5c7 g5c5 f8e6
276138 <first : 6 2 453 1123185 b5c6 b7c6 b2b4 c5b4 c1c6 c8e6 d5e7
277348 <first : move b5c6
277348 >second: time 17217
277349 >second: otim 15637
book hit = (NULL)
277349 >second: usermove 277349 >second: b5c6
silence
277409 <second:   1     248      3         43 b7c6
277704 <second:   2     246     33        371 b7c6 c1f4
281278 <second:   3     208    391       3747 b7c6 d5e7 e8e7 c1f4
284277 <second: move b7c6
Interrupting first
284278 >first : time 15637
284278 >first : otim 16524
book hit = (NULL)
284278 >first : b7c6
silence
284281 <second: 
284281 <first : 1 129 0 51 d5e7 e8e7
284283 <first : 2 -51 0 601 b2b4 c5b4 d5e7 e8e7 c1c6
284290 <first : 3 -51 1 2738 b2b4 c5b4 d5e7 e8e7 c1c6
284352 <first : 4 2 7 17266 b2b4 c5b4 c1c6 c8e6 d5e7
284694 <first : 5 2 41 98988 b2b4 c5b4 c1c6 c8e6 d5e7
286769 <first : 6 -18 249 600500 b2b4 a5d8 d5f6 e7f6 d1d8 f6d8 e6e7 d8e7 b4c5
289823 <first : move b2b4
289824 >second: time 16524
289824 >second: otim 15082
book hit = (NULL)
289824 >second: usermove 289824 >second: b2b4
silence
289927 <second:   1     356      8         83 f8e6
290923 <second:   2     216    108       1199 a5b5 d5e7 e8e7 c1c5 f8e6
295589 <second:   3     210    575       6141 c5b4 d5e7 e8e7 c1c6
296753 <second: move c5b4
Interrupting first
296754 >first : time 15082
296754 >first : otim 15831
book hit = (NULL)
296754 >first : c5b4
silence
296756 <second: 
296756 <first : 1 -51 0 61 d5e7 e8e7 c1c6
296758 <first : 2 2 0 661 c1c6 c8e6 d5e7
296767 <first : 3 2 1 2870 c1c6 c8e6 d5e7
296814 <first : 4 22 5 14629 c1c6 c8e6 d5e7 g8h8 e7d5
297138 <first : 5 -5 38 97565 c1c6 c8e6 d5e7 g8h8 e7d5 a8c8
299037 <first : 6 -5 228 566036 c1c6 c8e6 d5e7 g8h8 e7d5 a8c8 c6b7
302101 <first : move c1c6
302101 >second: time 15831
302102 >second: otim 14547
book hit = (NULL)
302102 >second: usermove 302102 >second: c1c6
silence
302169 <second:   1     252      5         44 f8d7
303283 <second:   2     353    116       1063 c8e6 f3e5
309019 <second: move c8e6
Interrupting first
309019 >first : time 14547
309019 >first : otim 15139
book hit = (NULL)
309020 >first : c8e6
silence
309022 <second: 
309022 <first : 1 2 0 65 d5e7
309024 <first : 2 22 0 689 d5e7 g8h8 e7d5
309039 <first : 3 -5 1 4704 d5e7 g8h8 e7d5 a8c8
309138 <first : 4 -5 11 28451 d5e7 g8h8 e7d5 a8c8 c6d6
309818 <first : 5 19 79 201472 d5e7 g8h8 c6b7 a5c5 e7d5 a7a5
313644 <first : 6 22 462 1135002 d5e7 g8h8 c6b7 a8b8 e7c6 b8b7 c6a5
314173 <first : move d5e7
314173 >second: time 15139
314174 >second: otim 14032
book hit = (NULL)
314174 >second: usermove 314174 >second: d5e7
silence
314553 <second:   1      37     34        161 g8f7 e7d5
314741 <second:   2      37     52        259 g8f7 e7d5
316056 <second:   3      40    186       1154 g8f7 e7d5 f8d7
321097 <second: move g8f7
Interrupting first
321098 >first : time 14032
321098 >first : otim 14446
book hit = (NULL)
321098 >first : g8f7
silence
321101 <second: 
321101 <first : 1 62 0 150 e7d5
321104 <first : 2 2 0 1198 e7d5 f7g8
321127 <first : 3 29 2 6917 e7d5 f7g8 a1c1
321328 <first : 4 62 23 57560 c6b7 a8b8 e7c6 b8b7 c6a5
322455 <first : 5 35 135 349686 c6b7 a8b8 e7c6 b8b7 c6a5 b7c7
326070 <first : move c6b7
326070 >second: time 14446
326070 >second: otim 13535
book hit = (NULL)
326071 >second: usermove 326071 >second: c6b7
silence
326278 <second:   1     100     18        146 e6a2 f3g5 a5g5 a1a2
332095 <second:   2      38    600       5554 a8b8 f3d4
332997 <second: move a8b8
Interrupting first
332998 >first : time 13535
332998 >first : otim 13754
book hit = (NULL)
332998 >first : a8b8
silence
333000 <second: 
333000 <first : 1 62 0 97 e7c6
333002 <first : 2 62 0 525 e7c6 b8b7 c6a5
333016 <first : 3 35 1 4095 e7c6 b8b7 c6a5 b7c7
333097 <first : 4 55 9 24718 e7c6 b8b7 c6a5 b7c7 a5b3
333638 <first : 5 8 64 156235 e7c6 b8b7 c6a5 b7b5 a5b3 a7a5
336458 <first : 6 43 346 858058 e7c6 b8b7 c6a5 b7c7 d1d4 c7c2 d4b4 e6a2
337790 <first : move e7c6
337791 >second: time 13754
337791 >second: otim 13055
book hit = (NULL)
337791 >second: usermove 337792 >second: e7c6
silence
338631 <second:   1      42     81        834 b8b7 c6a5
338774 <second:   2      42     95        977 b8b7 c6a5
339812 <second:   3      46    199       2058 b8b7 c6a5 f8d7
344716 <second: move b8b7
Interrupting first
344716 >first : time 13055
344716 >first : otim 13061
book hit = (NULL)
344717 >first : b8b7
silence
344735 <second: 
344735 <first : 1 62 0 38 c6a5
344738 <first : 2 35 0 400 c6a5 b7c7
344740 <first : 3 55 1 2464 c6a5 b7c7 a5b3
344808 <first : 4 8 9 22446 c6a5 b7b5 a5b3 a7a5
345200 <first : 5 43 48 121164 c6a5 b7c7 d1d4 c7c2 d4b4 e6a2
348117 <first : 6 34 339 855933 c6a5 b7b6 d1c1 f7g8 c1c7 a7a6
349340 <first : move c6a5
349340 >second: time 13061
349341 >second: otim 12593
book hit = (NULL)
349341 >second: usermove 349341 >second: c6a5
silence
349399 <second:   1      46      3         35 f8d7
349848 <second:   2      38     48        631 b7b5 a5c4
352184 <second:   3      42    281       3548 b7b5 a5c6 f8d7
356266 <second: move b7b5
Interrupting first
356267 >first : time 12593
356267 >first : otim 12369
book hit = (NULL)
356267 >first : b7b5
silence
356285 <second: 
356285 <first : 1 82 0 40 a5b3
356288 <first : 2 8 0 257 a5b3 a7a5
356289 <first : 3 90 0 2014 a5c6 b5b7 a1b1
356319 <first : 4 77 5 12423 a5c6 a7a6 f3d4 b5b7
356513 <first : 5 106 24 65840 a5c6 a7a6 d1d4 e6a2 a1a2
357629 <first : 6 77 136 384121 a5c6 e6d7 f3d4 d7c6 d4c6 b5b7
360733 <first : move a5c6
360733 >second: time 12369
360734 >second: otim 12146
book hit = (NULL)
360734 >second: usermove 360734 >second: a5c6
silence
360821 <second:   1      42      4         41 f8d7
361854 <second:   2       5    108       1310 a7a6 c6d8 f7f6 d8e6 f8e6
364942 <second:   3       5    416       4655 a7a6 c6d8 f7f6 d8e6 f8e6
367673 <second: move a7a6
Interrupting first
367674 >first : time 12146
367674 >first : otim 11675
book hit = (NULL)
367674 >first : a7a6
silence
367676 <second: 
367676 <first : 1 260 0 52 g1f1
367678 <first : 2 77 0 948 f3d4 b5b7
367697 <first : 3 106 2 6138 d1d4 e6a2 a1a2
367832 <first : 4 116 15 43168 f3d4 b5b7 d1b1 f7g8 c6b4
368447 <first : 5 116 77 213804 f3d4 b5b7 d1b1 f7g8 c6b4
371972 <first : move f3d4
371972 >second: time 11675
371973 >second: otim 11716
book hit = (NULL)
371973 >second: usermove 371973 >second: f3d4
silence
372039 <second:   1      41      4         58 f8d7
375979 <second:   2       3    398       4819 b5b7 d4e6 f8e6
378883 <second: move b5b7
Interrupting first
378884 >first : time 11716
378884 >first : otim 10984
book hit = (NULL)
378884 >first : b5b7
silence
378887 <second: 
378887 <first : 1 84 0 63 a1b1 e6a2 b1b4
378889 <first : 2 116 0 891 d1b1 f7g8 c6b4
378897 <first : 3 116 1 3125 d1b1 f7g8 c6b4
378961 <first : 4 128 7 21066 d4e6 f8e6 a1b1 f7g8 c6b4
379252 <first : 5 128 36 104439 d4e6 f8e6 a1b1 f7g8 c6b4
381863 <first : 6 138 297 841483 a1b1 f7g8 b1b4 b7b4 c6b4 f8g6 b4a6 e6a2
383026 <first : move a1b1
383027 >second: time 10984
383027 >second: otim 11302
book hit = (NULL)
383027 >second: usermove 383027 >second: a1b1
silence
383084 <second:   1     136      3         34 e6a2
384213 <second:   2      40    116       1420 e6a2 b1b4 f8e6
386360 <second:   3      41    331       4123 e6g4 d1e1 f8e6
389941 <second: move e6g4
Interrupting first
389941 >first : time 11302
389941 >first : otim 10292
book hit = (NULL)
389942 >first : e6g4
silence
389944 <second: 
389944 <first : 1 95 0 119 d1d2
389946 <first : 2 198 0 682 f2f3 g4e6 b1b4
389950 <first : 3 198 0 2260 f2f3 g4e6 b1b4
389999 <first : 4 153 5 15247 f2f3 g4c8 b1b4 f7g8
390177 <first : 5 198 23 67955 f2f3 g4c8 c6a5 b7c7 b1b4
391367 <first : 6 148 142 410223 f2f3 g4c8 c6a5 b7b6 a5c6 f7g8 c6b4
393938 <first : move f2f3
393939 >second: time 10292
393939 >second: otim 10902
book hit = (NULL)
393939 >second: usermove 393940 >second: f2f3
silence
394010 <second:   1      43      5         67 f8e6
396524 <second:   2     -56    256       3254 g4e6 c6b4 f8d7
400848 <second: move g4e6
Interrupting first
400849 >first : time 10902
400849 >first : otim 9601
book hit = (NULL)
400849 >first : g4e6
silence
400851 <second: 
400851 <first : 1 198 0 61 b1b4
400853 <first : 2 198 0 433 b1b4 b7c7
400857 <first : 3 199 0 2075 b1b4 b7c7 a2a3
400904 <first : 4 183 5 14784 d4e6 f8e6 b1b4 b7c7
401107 <first : 5 183 25 74096 d4e6 f8e6 b1b4 b7c7 b4b6
402703 <first : 6 178 185 519413 d4e6 f8e6 b1b4 b7b4 c6b4 e6c7
404701 <first : move d4e6
404701 >second: time 9601
404701 >second: otim 10517
book hit = (NULL)
404702 >second: usermove 404702 >second: d4e6
silence
404751 <second:   1       5      2         28 f8e6
405499 <second:   2     -93     77        917 f8e6 b1b4 f7f6
406751 <second:   3     -93    202       2339 f8e6 b1b4 f7f6
411603 <second: move f8e6
Interrupting first
411604 >first : time 10517
411604 >first : otim 8911
book hit = (NULL)
411604 >first : f8e6
silence
411607 <second: 
411607 <first : 1 183 0 38 b1b4
411608 <first : 2 183 0 313 b1b4 b7c7
411612 <first : 3 183 0 2092 b1b4 b7c7 c6e5
411654 <first : 4 178 4 14706 b1b4 b7b4 c6b4 e6c7
411971 <first : 5 183 36 112422 b1b4 b7c7 b4b6 e8c8 c6d4 e6d4 d1d4
413781 <first : 6 183 217 650438 b1b4 b7c7 b4b6 e6c5 d1c1 c5d3
415320 <first : move b1b4
415321 >second: time 8911
415321 >second: otim 10145
book hit = (NULL)
415321 >second: usermove 415321 >second: b1b4
silence
415389 <second:   1     -93      4         48 f7f6
416318 <second:   2     -94     97       1260 b7b4 c6b4
418371 <second:   3     -93    302       3981 b7b4 d1d7 f7f6 c6b4
422222 <second: move b7b4
Interrupting first
422223 >first : time 10145
422223 >first : otim 8221
book hit = (NULL)
422223 >first : b7b4
silence
422225 <second: 
422225 <first : 1 312 0 31 c6b4
422227 <first : 2 178 0 271 c6b4 e6c7
422229 <first : 3 210 0 1517 c6b4 e6c7 d1d7
422254 <first : 4 183 3 9444 c6b4 e6c7 b4d5 e8d8
422374 <first : 5 191 15 47589 c6b4 e6c7 b4a6 c7a6 a2a4
423014 <first : 6 156 79 253735 c6b4 a6a5 b4c6 a5a4 d1d7 f7g8 a2a3
425806 <first : move c6b4
425806 >second: time 8221
425806 >second: otim 9787
book hit = (NULL)
425806 >second: usermove 425807 >second: c6b4
silence
425849 <second:   1     -92      1         27 f7f6
426004 <second:   2     -97     17        254 e6c5 g1f2
427217 <second:   3     -94    138       1660 e6c5 g1f2 f7e6
432778 <second: move e6c5
Interrupting first
432779 >first : time 9787
432779 >first : otim 7524
book hit = (NULL)
432779 >first : e6c5
silence
432783 <second: 
432783 <first : 1 332 0 31 g1f2
432785 <first : 2 292 0 323 d1d5 c5b7 b4a6
432786 <first : 3 292 0 1278 d1d5 c5b7 b4a6
432812 <first : 4 265 3 9057 d1c1 c5e6 a2a4 f7g8 b4a6
432908 <first : 5 265 12 41895 d1c1 c5e6 a2a4 f7g8 b4a6
433317 <first : 6 242 53 176581 d1c1 c5a4 b4a6 f7g8 a6c5 a4c5 c1c5
436235 <first : move d1d5
436235 >second: time 7524
436235 >second: otim 9441
book hit = (NULL)
436236 >second: usermove 436236 >second: d1d5
silence
436351 <second:   1     -91      4         35 f7e6
437006 <second:   2     -94     74        745 e8e1 g1f2 f7e6
439200 <second:   3     -94    294       3001 e8e1 g1f2 f7e6
443132 <second: move e8e1
Interrupting first
443132 >first : time 9441
443133 >first : otim 6834
book hit = (NULL)
443133 >first : e8e1
silence
443138 <second: 
443138 <first : 1 332 0 76 g1f2 e1c1
443140 <first : 2 352 0 269 g1f2 e1c1 f2e3
443145 <first : 3 308 1 1377 g1f2 e1c1 b4d3 c1c2
443161 <first : 4 215 2 6120 g1f2 e1c1 d5c5 c1c5 b4a6
443276 <first : 5 215 14 44414 g1f2 e1b1 a2a3 c5b3 d5d7 f7g8 b4a6
443776 <first : 6 227 64 212755 g1f2 e1c1 f2e3 c5e6 e3d2 c1c7 b4a6
445611 <first : 7 182 247 829416 g1f2 e1c1 f2e2 c5e6 d5d6 e6c7 b4a6 f7g8 a6c7 c1c7
446463 <first : move g1f2
446463 >second: time 6834
446464 >second: otim 9108
book hit = (NULL)
446464 >second: usermove 446464 >second: g1f2
silence
446556 <second:   1     -94      5         46 f7e6
447879 <second:   2    -100    138       1316 e1c1 f2e3
452036 <second:   3     -97    554       5041 e1c1 f2e3 f7e6
453368 <second: move e1c1
Interrupting first
453368 >first : time 9108
453368 >first : otim 6143
book hit = (NULL)
453369 >first : e1c1
silence
453371 <second: 
453371 <first : 1 352 0 32 f2e3
453373 <first : 2 308 0 364 b4d3 c1c2
453377 <first : 3 215 0 2362 d5c5 c1c5 b4a6
453431 <first : 4 235 6 20284 a2a3 c1c3 d5c5 c3c5 b4a6
453721 <first : 5 227 35 115735 f2e3 c5e6 e3d2 c1c7 b4a6
455256 <first : 6 182 188 620008 f2e2 c5e6 d5d6 e6c7 b4a6 f7g8 a6c7 c1c7
456580 <first : move f2e2
456580 >second: time 6143
456580 >second: otim 8787
book hit = (NULL)
456581 >second: usermove 456581 >second: f2e2
silence
456734 <second:   1     -94      9         41 f7e6
457174 <second:   2     -97     54        419 f7e6 e2e3
460193 <second:   3     -96    356       2842 f7e6 e2e3 c1c2
463487 <second: move f7e6
Interrupting first
463487 >first : time 8787
463487 >first : otim 5453
book hit = (NULL)
463488 >first : f7e6
silence
463491 <second: 
463492 <first : 1 332 0 39 e2e3
463494 <first : 2 322 0 433 e2d2 c1c4
463497 <first : 3 332 0 1433 e2d2 c1c4 d2e3
463518 <first : 4 307 2 8319 d5h5 h7h6 e2d2 c1c4
463628 <first : 5 334 13 34502 d5h5 h7h6 e2d2 c1c4 h5d5
464150 <first : 6 286 65 188409 d5g5 c1c4 b4c6 e6f6 c6e5 c4c2
466590 <first : move d5h5
466590 >second: time 5453
466590 >second: otim 8476
book hit = (NULL)
466591 >second: usermove 466591 >second: d5h5
silence
466686 <second:   1     -93      7         60 c5e4
467171 <second:   2     -97     55        557 h7h6 e2e3
471050 <second:   3       2    443       4005 a6a5 b4d5 c1c2 e2e3 c2g2
473458 <second: move a6a5
Interrupting first
473459 >first : time 8476
473459 >first : otim 4766
book hit = (NULL)
473459 >first : a6a5
silence
473462 <second: 
473462 <first : 1 362 0 29 h5h7 a5b4 h7g7
473463 <first : 2 362 0 299 h5h7 a5b4 h7g7
473465 <first : 3 362 0 1205 h5h7 a5b4 h7g7
473477 <first : 4 330 1 5255 h5h7 a5b4 h7g7 c1c2
473572 <first : 5 266 11 37376 b4d3 c5d3 e2d3 c1c7 h5h7
473844 <first : 6 246 38 129921 b4d3 c5d3 e2d3 c1c7 h5h7 e6f7
475131 <first : 7 236 167 570003 b4d3 c1c2 e2d1 c2a2 d3c5 e6f7 d1c1 f7g8 h5g5
476446 <first : move b4d3
476446 >second: time 4766
476446 >second: otim 8178
book hit = (NULL)
476447 >second: usermove 476447 >second: b4d3
silence
476518 <second:   1       2      4         62 c1c2 e2e3 c2g2
476720 <second:   2       2     25        270 c1c2 e2e3 c2g2
478514 <second:   3       2    204       2030 c1c2 e2e3 c2g2
483303 <second: move c1c2
Interrupting first
483304 >first : time 8178
483304 >first : otim 4080
book hit = (NULL)
483304 >first : c1c2
silence
483306 <second: 
483306 <first : 1 364 0 160 e2d1 c2g2 d3c5
483307 <first : 2 364 0 338 e2d1 c2g2 d3c5
483309 <first : 3 372 0 1695 e2d1 c2a2 d3c5 e6d6 c5e4
483322 <first : 4 338 1 6020 e2d1 c2a2 d3c5 e6f7 h5h7 a2g2
483374 <first : 5 236 7 24555 e2d1 c2a2 d3c5 e6f7 d1c1 f7g8 h5g5
483562 <first : 6 226 25 92422 e2d1 c2a2 h5c5 a2g2 d3f4 e6d6 c5d5 d6c6 d1c1 g2h2 d5a5
484552 <first : 7 271 124 453709 e2d1 c2a2 h5c5 a2g2 c5h5 e6d6 d3e1 g2b2 h5h7
486183 <first : move e2d1
486183 >second: time 4080
486184 >second: otim 7890
book hit = (NULL)
486184 >second: usermove 486184 >second: e2d1
silence
486239 <second:   1     189      2         32 c5d3
487084 <second:   2    -293     87        998 c5d3 d1c2
489786 <second:   3    -198    357       3617 c5d3 d1c2 d3e1 c2c3 e1g2
493036 <second: move c5d3
Interrupting first
493037 >first : time 7890
493037 >first : otim 3395
book hit = (NULL)
493037 >first : c5d3
silence
493039 <second: 
493039 <first : 1 473 0 20 d1c2
493041 <first : 2 481 0 139 d1c2 d3b4
493041 <first : 3 482 0 630 d1c2 d3e1 c2c1 e1g2 h5h7
493045 <first : 4 482 0 2503 d1c2 d3e1 c2c1 e1g2 h5h7
493064 <first : 5 478 2 8812 d1c2 d3e1 c2c1 e1g2 h5h7 g7g5
493146 <first : 6 478 10 38812 d1c2 d3e1 c2d2 e1g2 h5h7 g7g5 d2c1
493445 <first : 7 434 40 154575 d1c2 d3e1 c2c1 e1g2 h5a5 g2h4 a5a6 e6e5 a6a3
494846 <first : 8 476 180 668991 d1c2 d3e1 c2c1 e1g2 h5h7 g2e1 h7g7 e1f3 h2h3
495814 <first : move d1c2
495814 >second: time 3395
495814 >second: otim 7612
book hit = (NULL)
495815 >second: usermove 495815 >second: d1c2
silence
495888 <second:   1    -198      4         37 d3e1 c2c3 e1g2
495989 <second:   2    -198     14        133 d3e1 c2c3 e1g2
496321 <second:   3    -198     47        515 d3e1 c2c3 e1g2
499375 <second:   4    -299    353       3637 d3e1 c2c3 e1g2 h5h7
502656 <second: move d3e1
Interrupting first
502657 >first : time 7612
502657 >first : otim 2711
book hit = (NULL)
502657 >first : d3e1
silence
502659 <second: 
502659 <first : 1 482 0 88 c2c1 e1g2 h5h7
502661 <first : 2 482 0 567 c2c1 e1g2 h5h7
502665 <first : 3 478 0 2577 c2c1 e1g2 h5h7 g7g5
502702 <first : 4 478 4 16469 c2d2 e1g2 h5h7 g7g5 d2c1
502813 <first : 5 434 15 60426 c2c1 e1g2 h5a5 g2h4 a5a6 e6e5 a6a5
503266 <first : 6 476 60 256281 c2c1 e1g2 h5h7 g2e1 h7g7 e1f3 h2h3
505335 <first : move c2c1
505335 >second: time 2711
505336 >second: otim 37344
book hit = (NULL)
505336 >second: usermove 505336 >second: c2c1
silence
505380 <second:   1    -193      1         16 e1g2
505515 <second:   2    -293     15        160 e1d3 c1d2 d3e5
506186 <second:   3    -291     82       1011 e1g2 h5h7 g2f4
508021 <second:   4    -296    265       3777 h7h6 h5a5 e1g2 c1d2
512165 <second: move h7h6
Interrupting first
512166 >first : time 37344
512166 >first : otim 32028
book hit = (NULL)
512166 >first : h7h6
silence
512168 <second: 
512169 <first : 1 488 0 100 a2a4 e1g2 h5a5
512170 <first : 2 488 0 243 a2a4 e1g2 h5a5
512172 <first : 3 488 0 1096 a2a4 e1g2 h5a5
512183 <first : 4 478 1 5636 h5a5 e1g2 a5a6 e6e5 a2a4
512224 <first : 5 503 5 23712 h5a5 e1g2 a2a4 g7g6 a5c5
512463 <first : 6 490 29 122838 h5a5 e1g2 a5a6 e6e5 a2a4 g2h4 a6a5
513551 <first : 7 479 138 579718 h5a5 e1g2 a5a4 g7g5 a4b4 g2h4 b4b3
518155 <first : 8 485 598 2446815 h5a5 e1g2 a5a7 g7g5 a7a6 e6e5 a2a4 h6h5 a6b6
525461 <first : move h5a5
525461 >second: time 32028
525462 >second: otim 36014
book hit = (NULL)
525462 >second: usermove 525462 >second: h5a5
silence
525533 <second:   1    -293      2         17 e1g2
525598 <second:   2    -296      8        100 e1g2 c1d2
526286 <second:   3    -295     77        772 e1g2 a5a6 e6e5 c1d2
528102 <second:   4    -298    259       3211 e1g2 a5a7 e6f6 c1d2
532984 <second: move e1g2
Interrupting first
532984 >first : time 36014
532984 >first : otim 31275
book hit = (NULL)
532985 >first : e1g2
silence
532987 <second: 
532987 <first : 1 488 0 23 a2a4
532988 <first : 2 478 0 156 a5a6 e6d5 a2a4
532988 <first : 3 503 0 1140 a2a4 g7g6 a5b5
533003 <first : 4 490 1 7368 a5a6 e6e5 a2a4 g2h4 a6a5
533093 <first : 5 479 10 45081 a5a4 g7g5 a4d4 g2h4 d4d3
533549 <first : 6 485 56 228653 a5a7 g7g5 a7a6 e6e5 a2a4 h6h5 a6b6
535623 <first : 7 480 263 1019814 a5a7 g2h4 f3f4 g7g6 a2a4 h4g2 a7a6
545806 <first : move a5a7
545806 >second: time 31275
545807 >second: otim 34732
book hit = (NULL)
545807 >second: usermove 545807 >second: a5a7
silence
545875 <second:   1    -290      2         14 g2f4
545982 <second:   2    -298     13        133 e6f6 c1d2
546428 <second:   3    -295     57        856 e6f6 a7a6 f6e5 c1d2
549581 <second:   4    -297    373       5046 e6f6 c1d2 g2f4 d2e3
553342 <second: move e6f6
Interrupting first
553343 >first : time 34732
553343 >first : otim 30522
book hit = (NULL)
553343 >first : e6f6
silence
553346 <second: 
553346 <first : 1 513 0 23 a7d7
553348 <first : 2 501 0 137 a7d7 g7g6
553348 <first : 3 529 0 808 a7d7 g2h4 f3f4
553353 <first : 4 504 1 3828 a7d7 g2h4 f3f4 h4f3
553412 <first : 5 486 6 26924 a7b7 g2f4 b7d7 f4e2 c1b2 g7g6
553761 <first : 6 469 41 159288 a7b7 g2h4 b7b4 g7g5 b4b6 f6e5 b6b3
554947 <first : 7 485 160 654527 a7b7 g2h4 b7b4 h4g6 a2a4 g6h8 b4b7
565705 <first : move a7b7
565706 >second: time 30522
565706 >second: otim 33496
book hit = (NULL)
565706 >second: usermove 565706 >second: a7b7
silence
565827 <second:   1    -292      4         14 g2f4
565896 <second:   2    -295     10         86 g2f4 c1d2
566279 <second:   3    -292     52        710 g2e3 b7b6 f6e5 c1d2
570837 <second:   4    -295    508       4296 g2e3 f3f4 e3d5 c1d2
573255 <second: move g2e3
Interrupting first
573256 >first : time 33496
573256 >first : otim 29767
book hit = (NULL)
573256 >first : g2e3
silence
573260 <second: 
573262 <first : 1 505 0 23 b7d7
573263 <first : 2 497 0 195 b7b6 f6e5 a2a4
573265 <first : 3 537 0 1307 a2a4 g7g6 b7d7
573275 <first : 4 517 1 4383 a2a4 g7g6 b7d7 f6e5
573332 <first : 5 516 7 23846 a2a4 e3c4 f3f4 f6f5 b7f7
573679 <first : 6 516 41 124540 a2a4 e3c4 b7b4 c4e5 f3f4 e5f3
575161 <first : 7 517 190 539874 a2a4 e3f5 b7d7 f6e6 d7d2 g7g6 a4a5
580742 <first : 8 517 748 2700604 a2a4 e3c4 f3f4 c4e3 b7d7 e3g2 f4f5 f6f5 d7g7
585188 <first : move a2a4
585188 >second: time 29767
585188 >second: otim 32303
book hit = (NULL)
585188 >second: usermove 585188 >second: a2a4
silence
585238 <second:   1    -289      2         18 f6e5
585428 <second:   2    -294     21        323 e3d5 c1d2
586158 <second:   3    -292     94       1556 e3d5 c1d2 f6e5
592698 <second: move e3d5
Interrupting first
592698 >first : time 32303
592698 >first : otim 29016
book hit = (NULL)
592698 >first : e3d5
silence
592698 <second: 
592698 <first : 1 544 0 25 b7d7
592698 <first : 2 544 0 126 b7d7 d5c3
592708 <first : 3 554 0 799 a4a5 g7g6 b7d7
592708 <first : 4 534 1 3816 a4a5 g7g6 b7d7 f6e5
592748 <first : 5 547 5 22856 a4a5 d5e7 a5a6 e7g8 a6a7
592918 <first : 6 560 22 87779 a4a5 g7g6 a5a6 d5c3 b7d7 f6e5
593938 <first : 7 575 124 496766 a4a5 d5f4 a5a6 f4e2 c1b2 e2f4 b7d7 g7g6
596860 <first : 8 652 416 1631339 a4a5 d5f4 a5a6 f4d3 c1b1 d3c5 b7b6 f6e5 a6a7 c5d7 a7a8q d7b6
604194 <first : move a4a5
604194 >second: time 29016
604194 >second: otim 31153
book hit = (NULL)
604194 >second: usermove 604194 >second: a4a5
silence
604224 <second:   1    -289      0         17 f6e5
604374 <second:   2    -295     16        304 d5f4 c1d2
604824 <second:   3    -292     61        972 d5e3 b7b6 f6e5 c1d2
608440 <second:   4    -296    422       6845 d5e3 a5a6 e3d5 a6a7
611728 <second: move d5e3
Interrupting first
611729 >first : time 31153
611729 >first : otim 28262
book hit = (NULL)
611729 >first : d5e3
silence
611734 <second: 
611735 <first : 1 571 0 22 b7d7
611739 <first : 2 559 0 180 b7d7 g7g6
611742 <first : 3 585 0 809 b7d7 g7g6 a5a6
611748 <first : 4 807 1 4161 a5a6 e3d5 a6a7 d5b6 b7b6
611778 <first : 5 807 4 16401 a5a6 e3d5 a6a7 d5b6 b7b6
611920 <first : 6 1041 18 66381 a5a6 e3f1 a6a7 f1h2 b7b6 f6e5 a7a8q
612586 <first : 7 1017 85 298343 a5a6 e3f1 a6a7 f1h2 b7b6 f6e5 a7a8q h6h5
615422 <first : 8 1107 368 1325940 a5a6 e3f1 a6a7 f1h2 a7a8q g7g6 a8d8 f6e5 d8d1
622818 <first : move a5a6
622818 >second: time 28262
622818 >second: otim 30044
book hit = (NULL)
622818 >second: usermove 622818 >second: a5a6
silence
622868 <second:   1    -290      1         18 f6e5
623038 <second:   2    -296     19        334 e3d5 a6a7
623428 <second:   3    -294     57        840 e3d5 a6a7 f6e5
629496 <second:   4   -1023    664       8525 e3g4 a6a7 g4h2 a7a8q
630328 <second: move e3g4
Interrupting first
630328 >first : time 30044
630328 >first : otim 27511
book hit = (NULL)
630328 >first : e3g4
silence
630328 <second: 
630328 <first : 1 853 0 24 f3g4
630328 <first : 2 914 0 238 a6a7 g4h2 a7a8q h2f3
630328 <first : 3 1017 0 1351 b7b6 f6e5 a6a7 h6h5 a7a8q g4h2
630338 <first : 4 1367 1 4832 f3g4 g7g6 a6a7 f6g5 a7a8q g5g4
630378 <first : 5 1367 5 21874 f3g4 f6g5 a6a7 g7g6 a7a8q g5g4
630498 <first : 6 1427 17 79075 f3g4 f6g5 b7b4 g5h4 a6a7 h4h3 a7a8q h3h2
631396 <first : 7 1447 106 435315 f3g4 g7g6 a6a7 f6g5 b7b4 h6h5 a7a8q h5g4
635054 <first : 8 1488 472 2056666 f3g4 g7g6 a6a7 f6g5 b7b4 h6h5 g4h5 g5f5 a7a8q g6h5
641017 <first : move f3g4
641018 >second: time 27511
641018 >second: otim 28975
book hit = (NULL)
641018 >second: usermove 641018 >second: f3g4
silence
641111 <second:   1    -573      1          9 f6e5
641194 <second:   2    -580     10        172 g7g5 a6a7
641374 <second:   3    -580     28        583 f6g6 b7b6 g6f7 a6a7
643656 <second:   4   -1300    256       4610 h6h5 a6a7 h5g4 a7a8q
645086 <second:   5   -1298    400       6872 h6h5 a6a7 h5g4 a7a8q f6e5
648546 <second: move h6h5
Interrupting first
648546 >first : time 28975
648546 >first : otim 26758
book hit = (NULL)
648546 >first : h6h5
silence
648556 <second: 
648556 <first : 1 919 0 32 g4h5
648556 <first : 2 1437 0 214 a6a7 g7g6 a7a8q h5g4
648556 <first : 3 1437 1 918 a6a7 g7g6 a7a8q h5g4
648556 <first : 4 1508 1 4411 g4h5 g7g6 a6a7 f6g5 a7a8q g5h5
648596 <first : 5 1508 5 21511 g4h5 g7g6 a6a7 f6g5 a7a8q g5h5
648756 <first : 6 1534 21 100021 g4h5 f6g5 a6a7 g5h5 b7e7 h5g4 a7a8q
649630 <first : 7 1633 108 490652 g4h5 f6g5 b7g7 g5h5 a6a7 h5h6 g7c7 h6h5 a7a8q
653996 <first : 8 1633 545 2420249 g4h5 f6g5 b7g7 g5h5 a6a7 h5h6 g7c7 h6h5 a7a8q
658856 <first : move g4h5
658856 >second: time 26758
658856 >second: otim 27944
book hit = (NULL)
658856 >second: usermove 658856 >second: g4h5
silence
658899 <second:   1    -674      1          8 f6e5
658978 <second:   2    -681      8        131 g7g5 a6a7
659188 <second:   3    -679     30        452 g7g5 h5g6 f6g6
663266 <second:   4   -1402    437       7029 g7g6 a6a7 g6h5 a7a8q
664638 <second:   5   -1400    572       9419 g7g6 a6a7 g6h5 a7a8q f6e5
666348 <second: move g7g6
Interrupting first
666348 >first : time 27944
666348 >first : otim 26009
book hit = (NULL)
666348 >first : g7g6
silence
666348 <second: 
666348 <first : 1 1010 0 35 h5h6
666348 <first : 2 1508 0 220 a6a7 f6g5 a7a8q g5h5
666348 <first : 3 1508 0 874 a6a7 f6g5 a7a8q g5h5
666358 <first : 4 1707 1 3982 h5h6 f6g5 h6h7 g5h6 h7h8q
666388 <first : 5 1723 4 19695 b7b6 f6g5 h5g6 g5h4 a6a7 h4h3 a7a8q h3h2
666528 <first : 6 1727 18 87143 h5h6 f6g5 h6h7 g5f4 a6a7 f4e5 h7h8q
667476 <first : 7 1832 112 494971 b7b6 f6e7 h5g6 e7d8 a6a7 d8d7 g6g7 d7c7 a7a8q
672460 <first : 8 2374 611 2976022 h5h6 f6g5 h6h7 g5h6 h7h8q h6g5 a6a7 g5f4 a7a8q
676292 <first : move h5h6
676292 >second: time 26009
676292 >second: otim 26950
book hit = (NULL)
676292 >second: usermove 676292 >second: h5h6
silence
676332 <second:   1    -676      0          7 f6e5
676382 <second:   2    -680      6         96 f6e5 h6h7
676584 <second:   3    -679     26        413 g6g5 h6h7 f6e5
677800 <second:   4   -1501    146       1940 f6e5 h6h7 g6g5 h7h8q e5d5
681045 <second:   5   -1501    472       6423 g6g5 h6h7 f6e6 h7h8q e6d5
683781 <second: move g6g5
Interrupting first
683781 >first : time 26950
683781 >first : otim 25260
book hit = (NULL)
683781 >first : g6g5
silence
683791 <second: 
683791 <first : 1 1096 0 24 b7d7
683791 <first : 2 1711 1 169 h6h7 f6e6 h7h8q
683791 <first : 3 1711 1 787 h6h7 f6e6 h7h8q
683791 <first : 4 1731 1 3479 h6h7 f6e6 a6a7 e6d6 h7h8q
683821 <first : 5 1771 4 19026 h6h7 f6e6 h7h8q e6d6 h8b2
683961 <first : 6 2378 18 87275 h6h7 f6e6 h7h8q e6d6 a6a7 d6e6 a7a8q
684721 <first : 7 2378 94 471480 h6h7 f6e6 h7h8q e6d6 a6a7 d6e6 a7a8q
689907 <first : 8 2380 611 2760601 h6h7 f6f5 h7h8q g5g4 a6a7 g4g3 h2g3 f5g4 a7a8q g4g3
693367 <first : move h6h7
693367 >second: time 25260
693367 >second: otim 25991
book hit = (NULL)
693367 >second: usermove 693367 >second: h6h7
silence
693397 <second:   1    -679      0          7 f6e5
693447 <second:   2   -1501      5        146 f6e5 h7h8q e5d5
693797 <second:   3   -1501     41        744 f6e6 h7h8q e6d5
695247 <second:   4   -1505    185       3160 f6f5 h7h8q f5e4 a6a7
700851 <second: move f6f5
Interrupting first
700851 >first : time 25991
700851 >first : otim 24512
book hit = (NULL)
700851 >first : f6f5
silence
700851 <second: 
700851 <first : 1 1711 0 26 h7h8q
700861 <first : 2 1731 0 234 a6a7 f5e6 h7h8q
700861 <first : 3 1771 1 1265 h7h8q f5e6 h8b2
700871 <first : 4 2378 2 7025 h7h8q f5e6 a6a7 e6d6 a7a8q
700943 <first : 5 2378 9 41157 h7h8q f5e6 a6a7 e6d6 a7a8q
701657 <first : 6 2380 80 343849 h7h8q g5g4 a6a7 g4g3 h2g3 f5g4 a7a8q g4g3
706333 <first : 7 2452 548 2193479 h7h8q g5g4 a6a7 f5g6 h8g7 g6h5 b7b5 h5h4 a7a8q
710095 <first : move h7h8q
710095 >second: time 24512
710095 >second: otim 25067
book hit = (NULL)
710095 >second: usermove 710095 >second: h7h8q
silence
710125 <second:   1   -1501      0          8 f5e4
710315 <second:   2   -1505     20        257 f5e4 a6a7
711025 <second:   3   -1506     91       1082 f5e4 h8e8 e4d5 a6a7
714565 <second:   4   -2326    445       5632 f5e4 a6a7 g5g4 a7a8q
717589 <second: move f5e4
GameEnds(26, Xboard adjudication, 4)
GE(26, Xboard adjudication, 4) bare king k=5 color=0
Interrupting first
717679 >first : result 1-0 {Xboard adjudication}
717679 >second: result 1-0 {Xboard adjudication}
717679 >first : force
717779 >second: quit
717779 <first : Error (unknown command): result
https://rwbc-chess.de

trollwatch:
Talkchess nowadays is a joke - it is full of trolls/idiots/people stuck in the pleistocene > 80% of the posts fall into this category...