CCWiki etc. - new entries

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

CCWiki etc. - new entries

Post by Norbert Raimund Leisner »

Hello,

https://github.com/cimarronOST/Monolith/releases,
UCI-engine by Jonas Mayr , written in C++, Linux, Windows (no 32-bit.exe) , open source project

https://github.com/ViktorC/DETROID
UCI - compatible chess engine Detroid, framework with Java FX GUI mode, tunable application by Victor Csomor

https://github.com/ajpower/mycelium/
UCI-engine, source code by Alessandro Power, probably in early development stage

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

Re: CCWiki etc. - new entries

Post by Norbert Raimund Leisner »

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

Re: CCWiki etc. - new entries

Post by Norbert Raimund Leisner »

Victor´s answer:

The latest build can be found in the target folder. You can download it from here:
https://github.com/ViktorC/DETROID/blob ... id-1.0.jar
Edit: By default, it runs in GUI mode (which means that it uses its own GUI). To use it with the user interfaces you mentioned, you have to run it in UCI mode. You can do that by starting it with the -u parameter. In Arena, you can specify this in the "Command Line Parameters" field of the engine's management page. I am not sure if the other GUIs support this as well, but on Windows, for example, you can create a batch file containing the command java -jar "detroid-1.0.jar" -u (assuming that the engine is in the same folder) and simply import this .bat file as the engine in any GUI

Norbert
User avatar
Guenther
Posts: 4607
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: CCWiki etc. - new entries

Post by Guenther »

Norbert Raimund Leisner wrote:Victor´s answer:

The latest build can be found in the target folder. You can download it from here:
https://github.com/ViktorC/DETROID/blob ... id-1.0.jar
Edit: By default, it runs in GUI mode (which means that it uses its own GUI). To use it with the user interfaces you mentioned, you have to run it in UCI mode. You can do that by starting it with the -u parameter. In Arena, you can specify this in the "Command Line Parameters" field of the engine's management page. I am not sure if the other GUIs support this as well, but on Windows, for example, you can create a batch file containing the command java -jar "detroid-1.0.jar" -u (assuming that the engine is in the same folder) and simply import this .bat file as the engine in any GUI

Norbert
The cpu usage control seems not to work? Even with default setting of 'SearchThreads=1' it uses between 25% and 95% on my quadcore.
(explicitely setting it to 1, despite being default leads to the same)
This was under Win7-64 Ultimate.

Code: Select all

1494420600.904 Adapter->Engine: uci
1494420601.474 Engine->Adapter: id name DETROID 1.0
1494420601.474 Engine->Adapter: id author Viktor Csomor
1494420601.474 Engine->Adapter: option name Hash type spin default 64 min 1 max 455
1494420601.475 Engine->Adapter: option name ClearHash type button
1494420601.475 Engine->Adapter: option name Ponder type check default true
1494420601.475 Engine->Adapter: option name OwnBook type check default false
1494420601.475 Engine->Adapter: option name PrimaryBookPath type string default book.bin
1494420601.475 Engine->Adapter: option name SecondaryBookPath type string default 
1494420601.475 Engine->Adapter: option name SearchThreads type spin default 1 min 1 max 4
1494420601.475 Engine->Adapter: option name ParametersPath type string default params.xml
1494420601.475 Engine->Adapter: option name UCI_Opponent type string default ?
1494420601.475 Engine->Adapter: uciok
1494420601.475 POLYGLOG OPTIONS 
1494420601.475 POLYGLOT [PolyGlot] EngineName="Detroid_10"
1494420601.475 POLYGLOT [PolyGlot] EngineDir="."
1494420601.475 POLYGLOT [PolyGlot] EngineCommand="Java -jar Detroid10.jar -u"
1494420601.475 POLYGLOT [PolyGlot] Resign="True"
1494420601.475 POLYGLOT [PolyGlot] ResignScore="800"
1494420601.475 POLYGLOT [PolyGlot] Log="true"
1494420601.475 POLYGLOT [PolyGlot] LogFile="Detroid_10.log"
1494420601.475 POLYGLOT [PolyGlot] RepeatPV="false"
1494420601.475 POLYGLOT [Engine] Hash="256"
1494420601.475 POLYGLOT [Engine] SearchThreads="1"
1494420601.475 POLYGLOT Setting PolyGlot option "EngineName=Detroid_10"
1494420601.475 POLYGLOT Setting PolyGlot option "EngineDir=."
1494420601.475 POLYGLOT Setting PolyGlot option "EngineCommand=Java -jar Detroid10.jar -u"
1494420601.475 POLYGLOT Setting PolyGlot option "Resign=True"
1494420601.475 POLYGLOT Setting PolyGlot option "ResignScore=800"
1494420601.475 POLYGLOT Setting PolyGlot option "Log=true"
1494420601.475 POLYGLOT *** SWITCHING LOGFILE ***
1494420601.475 POLYGLOT NEW LOGFILE "Detroid_10.log"
1494420601.476 POLYGLOT *** LOGFILE OPENED ***
1494420601.476 POLYGLOT Setting PolyGlot option "LogFile=Detroid_10.log"
1494420601.476 POLYGLOT *** SWITCHING LOGFILE ***
1494420601.476 POLYGLOT NEW LOGFILE "Detroid_10.log"
1494420601.476 POLYGLOT *** LOGFILE OPENED ***
1494420601.476 POLYGLOT Setting PolyGlot option "RepeatPV=false"
1494420601.476 Adapter->Engine: setoption name Hash value 256
1494420601.476 POLYGLOT Not sending option "SearchThreads" since it already has the correct value.
1494420601.476 POLYGLOT *** Mainloop started ***
1494420601.476 GUI->Adapter: xboard
1494420601.476 GUI->Adapter: protover 2
1494420601.476 Adapter->GUI: feature done=0
1494420601.476 Adapter->GUI: feature analyze=1
1494420601.476 Adapter->GUI: feature exclude=1
1494420601.476 Adapter->GUI: feature colors=0
1494420601.476 Adapter->GUI: feature draw=1
1494420601.476 Adapter->GUI: feature ics=1
1494420601.476 Adapter->GUI: feature myname="Detroid_10"
1494420601.476 Adapter->GUI: feature name=1
1494420601.476 Adapter->GUI: feature pause=0
1494420601.476 Adapter->GUI: feature ping=1
1494420601.476 Adapter->GUI: feature playother=1
1494420601.476 Adapter->GUI: feature sigint=1
1494420601.476 Adapter->GUI: feature reuse=1
1494420601.476 Adapter->GUI: feature san=0
1494420601.477 Adapter->GUI: feature setboard=1
1494420601.477 Adapter->GUI: feature sigint=0
1494420601.477 Adapter->GUI: feature sigterm=0
1494420601.477 Adapter->GUI: feature time=1
1494420601.477 Adapter->GUI: feature usermove=1
1494420601.477 Adapter->GUI: feature nps=1
1494420601.477 Adapter->GUI: feature memory=1
1494420601.477 Adapter->GUI: feature smp=0
1494420601.477 Adapter->GUI: feature egt=""
1494420601.477 Adapter->GUI: feature variants="normal"
1494420601.477 Adapter->GUI: feature option="ClearHash -button"
1494420601.477 Adapter->GUI: feature option="OwnBook -check 0"
1494420601.477 Adapter->GUI: feature option="PrimaryBookPath -path book.bin"
1494420601.477 Adapter->GUI&#58; feature option="SecondaryBookPath -path <empty>"
1494420601.477 Adapter->GUI&#58; feature option="SearchThreads -spin 1 1 4"
1494420601.477 Adapter->GUI&#58; feature option="ParametersPath -path params.xml"
1494420601.477 Adapter->GUI&#58; feature option="Polyglot exclude move -string "
1494420601.477 Adapter->GUI&#58; feature option="Polyglot SettingsFile -file polyglot.ini"
1494420601.477 Adapter->GUI&#58; feature option="Polyglot Log -check 1"
1494420601.477 Adapter->GUI&#58; feature option="Polyglot LogFile -file Detroid_10.log"
1494420601.477 Adapter->GUI&#58; feature option="Polyglot Resign -check 1"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot ResignMoves -spin 3 0 10000"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot QueenNeverResigns -check 1"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot ResignScore -spin 800 0 10000"
1494420601.478 POLYGLOT Decapitalizing "Draw" in option "HandleDraws"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot Handledraws -check 0"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot ContemptScore -spin 30 0 10000"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot Book -check 0"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot BookFile -file book.bin"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot BookRandom -check 1"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot BookDepth -spin 256 0 256"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot ShowTbHits -check 0"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot STFudge -spin 20 0 1000"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot SyncStop -check 0"
1494420601.478 Adapter->GUI&#58; feature option="Polyglot Save -save"
1494420601.478 Adapter->GUI&#58; feature done=1
1494420601.478 GUI->Adapter&#58; accepted done
1494420601.478 GUI->Adapter&#58; accepted analyze
1494420601.478 GUI->Adapter&#58; accepted exclude
1494420601.478 GUI->Adapter&#58; accepted colors
1494420601.478 GUI->Adapter&#58; accepted draw
1494420601.478 GUI->Adapter&#58; accepted ics
1494420601.478 GUI->Adapter&#58; accepted myname
1494420601.478 GUI->Adapter&#58; accepted name
1494420601.478 GUI->Adapter&#58; accepted pause
1494420601.478 GUI->Adapter&#58; accepted ping
1494420601.478 GUI->Adapter&#58; accepted playother
1494420601.478 GUI->Adapter&#58; accepted sigint
1494420601.478 GUI->Adapter&#58; accepted reuse
1494420601.478 GUI->Adapter&#58; accepted san
1494420601.478 GUI->Adapter&#58; accepted setboard
1494420601.478 GUI->Adapter&#58; accepted sigint
1494420601.478 GUI->Adapter&#58; accepted sigterm
1494420601.478 GUI->Adapter&#58; accepted time
1494420601.478 GUI->Adapter&#58; accepted usermove
1494420601.479 GUI->Adapter&#58; accepted nps
1494420601.479 GUI->Adapter&#58; accepted memory
1494420601.479 GUI->Adapter&#58; accepted smp
1494420601.479 GUI->Adapter&#58; accepted egt
1494420601.479 GUI->Adapter&#58; accepted variants
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted option
1494420601.479 GUI->Adapter&#58; accepted done
1494420601.481 GUI->Adapter&#58; memory 272
1494420601.481 POLYGLOT setting the amount of memory to 272Mb
1494420601.481 POLYGLOT EGTB Cache is 0Mb
1494420601.481 Adapter->Engine&#58; setoption name Hash value 272
1494420601.481 GUI->Adapter&#58; new
1494420601.482 Adapter->Engine&#58; isready
1494420601.774 Engine->Adapter&#58; readyok
1494420601.775 POLYGLOT NEW GAME
1494420601.775 POLYGLOT WAIT
1494420601.775 Adapter->Engine&#58; ucinewgame
1494420601.775 GUI->Adapter&#58; random
1494420601.775 GUI->Adapter&#58; ics -
1494420601.775 GUI->Adapter&#58; level 40 7 0
1494420601.775 GUI->Adapter&#58; post
1494420601.775 GUI->Adapter&#58; hard
1494420601.775 POLYGLOT WAIT
1494420601.775 GUI->Adapter&#58; easy
1494420601.775 POLYGLOT WAIT
1494420601.775 GUI->Adapter&#58; ping 1
1494420601.775 Adapter->GUI&#58; pong 1
1494420601.775 GUI->Adapter&#58; force
1494420601.775 POLYGLOT WAIT
1494420601.782 GUI->Adapter&#58; computer
1494420601.782 GUI->Adapter&#58; name Abrok 5.0
1494420601.785 GUI->Adapter&#58; time 42000
1494420601.785 GUI->Adapter&#58; otim 41999
1494420601.785 GUI->Adapter&#58; usermove g1f3
1494420601.785 POLYGLOT MOVE Nf3
1494420601.785 POLYGLOT WAIT
1494420601.785 GUI->Adapter&#58; go
1494420601.785 POLYGLOT THINK
1494420601.785 POLYGLOT START SEARCH
1494420601.785 Adapter->Engine&#58; setoption name UCI_Opponent value none none computer Abrok 5.0
1494420601.785 Adapter->Engine&#58; setoption name Ponder value false
1494420601.785 POLYGLOT FEN rnbqkbnr/pppppppp/8/8/8/5N2/PPPPPPPP/RNBQKB1R b KQkq - 1 1
1494420601.785 Adapter->Engine&#58; position startpos moves g1f3
1494420601.785 Adapter->Engine&#58; go wtime 419990 btime 420000 movestogo 40
1494420602.061 Engine->Adapter&#58; info depth 1 seldepth 1 time 6 nodes 2 currmove e7e6 currmovenumber 1 pv e7e6 score cp 13 nps 333
1494420602.062 Adapter->GUI&#58; 1 +13 1 2 e6
1494420602.096 Engine->Adapter&#58; info hashfull 0
1494420602.097 Engine->Adapter&#58; info depth 1 seldepth 1 time 41 nodes 7 currmove d7d6 currmovenumber 5 pv d7d6 score cp 18 nps 170
1494420602.097 Adapter->GUI&#58; 1 +18 4 7 d6
1494420602.110 Engine->Adapter&#58; info hashfull 0
1494420602.113 Engine->Adapter&#58; info depth 2 seldepth 2 time 58 nodes 47 currmove d7d6 currmovenumber 1 pv d7d6 d2d3 score cp -2 nps 810
1494420602.113 Adapter->GUI&#58; 2 -2 6 47 d6 d3
1494420602.125 Engine->Adapter&#58; info hashfull 0
1494420602.134 Engine->Adapter&#58; info depth 3 seldepth 3 time 79 nodes 197 currmove d7d6 currmovenumber 1 pv d7d6 d2d3 c8e6 score cp -7 nps 2493
1494420602.134 Adapter->GUI&#58; 3 -7 8 197 d6 d3 Be6
1494420602.153 Engine->Adapter&#58; info hashfull 0
1494420602.158 Engine->Adapter&#58; info depth 3 seldepth 4 time 103 nodes 346 currmove e7e6 currmovenumber 2 pv e7e6 e2e3 d7d6 score cp -6 nps 3359
1494420602.159 Adapter->GUI&#58; 3 -6 10 346 e6 e3 d6
1494420602.179 Engine->Adapter&#58; info hashfull 0
1494420602.205 Engine->Adapter&#58; info depth 4 seldepth 8 time 147 nodes 1119 currmove e7e6 currmovenumber 1 pv e7e6 d2d3 d7d6 c1e3 score cp -7 nps 7612
1494420602.205 Adapter->GUI&#58; 4 -7 15 1119 e6 d3 d6 Be3
1494420602.235 Engine->Adapter&#58; info hashfull 0
1494420602.243 Engine->Adapter&#58; info depth 4 seldepth 8 time 188 nodes 1443 currmove d7d6 currmovenumber 2 pv d7d6 e2e3 c8d7 f1c4 score cp -6 nps 7675
1494420602.244 Adapter->GUI&#58; 4 -6 19 1443 d6 e3 Bd7 Bc4
1494420602.270 Engine->Adapter&#58; info hashfull 0
1494420602.324 Engine->Adapter&#58; info depth 4 seldepth 8 time 229 nodes 1973 currmove h7h5 currmovenumber 7 pv h7h5 d2d3 h8h7 e2e3 score cp 1 nps 8615
1494420602.325 Adapter->GUI&#58; 4 +1 23 1973 h5 d3 Rh7 e3
1494420602.325 Engine->Adapter&#58; info hashfull 0
1494420602.366 Engine->Adapter&#58; info depth 4 seldepth 8 time 273 nodes 2360 currmove h7h6 currmovenumber 8 pv h7h6 d2d3 h8h7 e2e3 score cp 6 nps 8644
1494420602.366 Adapter->GUI&#58; 4 +6 27 2360 h6 d3 Rh7 e3
1494420602.385 Engine->Adapter&#58; info hashfull 0
1494420602.397 Engine->Adapter&#58; info depth 5 seldepth 8 time 342 nodes 3335 currmove h7h6 currmovenumber 1 pv h7h6 e2e3 h8h7 f1d3 g7g6 score cp -19 nps 9751
1494420602.398 Adapter->GUI&#58; 5 -19 34 3335 h6 e3 Rh7 Bd3 g6
1494420602.450 Engine->Adapter&#58; info hashfull 0
1494420602.497 Engine->Adapter&#58; info depth 5 seldepth 8 time 423 nodes 5175 currmove d7d6 currmovenumber 2 pv d7d6 e2e3 c8d7 f1d3 e7e6 score cp -16 nps 12234
1494420602.500 Adapter->GUI&#58; 5 -16 42 5175 d6 e3 Bd7 Bd3 e6
1494420602.514 Engine->Adapter&#58; info hashfull 0
1494420602.541 Engine->Adapter&#58; info depth 5 seldepth 8 time 480 nodes 7295 currmove h7h5 currmovenumber 8 pv h7h5 e2e3 h8h7 f1d3 g7g6 score cp -8 nps 15197
1494420602.541 Adapter->GUI&#58; 5 -8 48 7295 h5 e3 Rh7 Bd3 g6
1494420602.579 Engine->Adapter&#58; info hashfull 0
1494420602.663 Engine->Adapter&#58; info depth 6 seldepth 10 time 608 nodes 15080 currmove b7b6 currmovenumber 20 pv e7e6 e2e3 d7d5 f1d3 d8e7 score lowerbound -50 nps 24802
1494420602.664 Adapter->GUI&#58; 6 -8 61 15080 e6 e3 d5 Bd3 Qe7!
1494420602.688 Engine->Adapter&#58; info hashfull 1
1494420602.719 Engine->Adapter&#58; info depth 6 seldepth 10 time 663 nodes 18424 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 h7h6 f1e2 h8h7 e1g1 score cp -75 nps 27788
1494420602.720 Adapter->GUI&#58; 6 -75 66 18424 e6 e3 h6 Be2 Rh7 O-O
1494420602.748 Engine->Adapter&#58; info hashfull 1
1494420602.973 Engine->Adapter&#58; info depth 6 seldepth 11 time 909 nodes 33970 currmove e7e5 currmovenumber 19 pv e7e5 f3e5 d7d6 e5d3 c8g4 b1c3 score cp -67 nps 37370
1494420602.973 Adapter->GUI&#58; 6 -67 91 33970 e5 Nxe5 d6 Nd3 Bg4 Nc3
1494420602.996 Engine->Adapter&#58; info hashfull 2
1494420603.122 Engine->Adapter&#58; info depth 7 seldepth 14 time 1036 nodes 41662 currmove e7e5 currmovenumber 1 pv e7e5 f3e5 d7d6 e5d3 h7h6 e2e3 h8h7 score cp -44 nps 40214
1494420603.122 Adapter->GUI&#58; 7 -44 104 41662 e5 Nxe5 d6 Nd3 h6 e3 Rh7
1494420603.130 Engine->Adapter&#58; info hashfull 2
1494420603.255 Engine->Adapter&#58; info depth 8 seldepth 14 time 1199 nodes 56103 currmove e7e5 currmovenumber 1 pv e7e5 f3e5 d7d6 e5d3 h7h5 e2e3 h8h7 f1e2 score cp -41 nps 46791
1494420603.256 Adapter->GUI&#58; 8 -41 120 56103 e5 Nxe5 d6 Nd3 h5 e3 Rh7 Be2
1494420603.283 Engine->Adapter&#58; info hashfull 3
1494420603.609 Engine->Adapter&#58; info depth 8 seldepth 15 time 1552 nodes 90668 currmove e7e6 currmovenumber 3 pv e7e6 e2e3 f8d6 f1c4 g8f6 e1g1 e8g8 d2d3 score cp -24 nps 58420
1494420603.609 Adapter->GUI&#58; 8 -24 155 90668 e6 e3 Bd6 Bc4 Nf6 O-O O-O d3
1494420603.642 Engine->Adapter&#58; info hashfull 6
1494420603.809 Engine->Adapter&#58; info depth 9 seldepth 15 time 1745 nodes 119199 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 g8f6 f1c4 f8e7 e1g1 e8g8 d2d3 d7d6 score cp -37 nps 68308
1494420603.810 Adapter->GUI&#58; 9 -37 174 119199 e6 e3 Nf6 Bc4 Be7 O-O O-O d3 d6
1494420603.847 Engine->Adapter&#58; info hashfull 7
1494420605.357 Engine->Adapter&#58; info depth 10 seldepth 20 time 3302 nodes 315321 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 g8f6 f1c4 d7d5 c4b3 f8d6 e1g1 e8g8 d2d3 score cp -22 nps 95493
1494420605.358 Adapter->GUI&#58; 10 -22 330 315321 e6 e3 Nf6 Bc4 d5 Bb3 Bd6 O-O O-O d3
1494420605.416 Engine->Adapter&#58; info hashfull 20
1494420606.139 Engine->Adapter&#58; info depth 11 seldepth 24 time 4080 nodes 408676 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 g8f6 f1c4 d7d5 c4b3 f8d6 e1g1 e8g8 d2d3 c8d7 score cp -32 nps 100165
1494420606.140 Adapter->GUI&#58; 11 -32 408 408676 e6 e3 Nf6 Bc4 d5 Bb3 Bd6 O-O O-O d3 Bd7
1494420606.178 Engine->Adapter&#58; info hashfull 25
1494420609.361 Engine->Adapter&#58; info depth 12 seldepth 24 time 7300 nodes 775940 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 g8f6 f1c4 d7d5 c4b3 f8d6 e1g1 e8g8 d2d3 c8d7 c1d2 score cp -22 nps 106293
1494420609.362 Adapter->GUI&#58; 12 -22 730 775940 e6 e3 Nf6 Bc4 d5 Bb3 Bd6 O-O O-O d3 Bd7 Bd2
1494420609.374 Engine->Adapter&#58; info hashfull 48
1494420611.290 Engine->Adapter&#58; info depth 13 seldepth 24 time 9235 nodes 1158310 currmove e7e6 currmovenumber 1 pv e7e6 e2e3 g8f6 f1c4 f8c5 e1g1 e8g8 c4b3 c5b6 d2d3 d7d6 c1d2 c8d7 score cp -27 nps 125426
1494420611.290 Adapter->GUI&#58; 13 -27 924 1158310 e6 e3 Nf6 Bc4 Bc5 O-O O-O Bb3 Bb6 d3 d6 Bd2 Bd7
1494420611.326 Engine->Adapter&#58; info hashfull 69
1494420619.691 Engine->Adapter&#58; info depth 14 seldepth 42 time 17635 nodes 2908861 pv e7e6 e2e3 g8f6 f1c4 f8c5 e1g1 e8g8 c4b3 c5b6 d2d4 d7d6 d1d3 c8d7 c1d2 score cp -27 nps 164948
1494420619.691 Adapter->GUI&#58; 14 -27 1764 2908861 e6 e3 Nf6 Bc4 Bc5 O-O O-O Bb3 Bb6 d4 d6 Qd3 Bd7 Bd2
1494420619.724 Engine->Adapter&#58; info hashfull 170
1494420619.725 Engine->Adapter&#58; bestmove e7e6 ponder e2e3
1494420619.725 Adapter->GUI&#58; move e7e6
1494420619.725 POLYGLOT MOVE e6
Guenther
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...