Problem autoplaying on FICS with Fritz 11!

Discussions about the WinBoard protocol. Here you can also report bugs and request new features.

Moderators: hgm, Andres Valverde

Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 11 Jun 2011, 19:52

Hello,

I am new to this forum and I hope this is the right department for my problem!?

I am trying to autoplay on FICS using the Fritz 11 GUI and Winboard 4.5.2. on windows 7.

What I have done so far is...
Installed Fritz 11 and Winboard 4.5.2, I then copied the winboard232d.exe to the winboard directory.

I then made a wb.cmd file that looks like this:

winboard.exe /zp /ics /icshost=freechess.org /icshelper=timeseal /fcp="winboard232d.exe -pipe" -zippyGameEnd='say *handshake*\nseek 5 0 f\nseek 3 0 f\n'

Well, so far so good... I am able to log in on FICS and Fritz seems to recognize the first move made from the player and responds to it in the Fritz own GUI, but the move never gets troug to Winboard 4.5.2!

Am I missing something in the settings, or is the problem with winboard itself of maybe even the winboard 232d.exe file?

Hope that you can help me out with this one, guys!

Thanks in advance!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby H.G.Muller » 11 Jun 2011, 20:35

Can you add the extra option /debug to your winboard command, try it again until the game hangs, and then post the last part of the winboard.debug file that will be made here? That could help to see if the problem is in WinBoard, or if it somehow occurs in the winboard232d - Fritz11 part of the chain.
User avatar
H.G.Muller
 
Posts: 3453
Joined: 16 Nov 2005, 12:02
Location: Diemen, NL

Re: Problem autoplaying on FICS with Fritz 11!

Postby Clemens Keck » 11 Jun 2011, 21:01

Hi there

does it work offline?? I mean Fritz in winboard?
I remember when you loginto Chesserver you can choose Fritz gui as master or slave. This could be a reason. It is neede to uncheck master.

Regards, Clemens Keck
Clemens Keck
 
Posts: 9
Joined: 21 Feb 2007, 22:20

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 11 Jun 2011, 21:25

zappa79 wrote:Hello,

I am new to this forum and I hope this is the right department for my problem!?

I am trying to autoplay on FICS using the Fritz 11 GUI and Winboard 4.5.2. on windows 7.

What I have done so far is...
Installed Fritz 11 and Winboard 4.5.2, I then copied the winboard232d.exe to the winboard directory.

I then made a wb.cmd file that looks like this:

winboard.exe /zp /ics /icshost=freechess.org /icshelper=timeseal /fcp="winboard232d.exe -pipe" -zippyGameEnd='say *handshake*\nseek 5 0 f\nseek 3 0 f\n'

Well, so far so good... I am able to log in on FICS and Fritz seems to recognize the first move made from the player and responds to it in the Fritz own GUI, but the move never gets troug to Winboard 4.5.2!

Am I missing something in the settings, or is the problem with winboard itself of maybe even the winboard 232d.exe file?

Hope that you can help me out with this one, guys!

Thanks in advance!


Are you in "Two Computer Match" mode? CTRL+ALT+J

FYI, the use of timeseal is useless when using Fritz/winboard232d because Auto232 protocol does not support clock updates, meaning that the clocks information sent by the chess server never makes it to the Fritz GUI.

I do not see a port declaration either, obviously you do not need it since you are reporting to successfully connect to FICS, but it won't hurt to add it /icsport 5000 (or whatever the fics port is).

The link below is for a Tutorial on how to connect an ICS emulator to Yahoo or Pogo, please ignore the emulator(YaY) part and follow the instructions on how to set Auto232 in Fritz.
http://www.mediafire.com/?cza28t9853tx9h8

Fritz should be waiting for connection before you launch WinBoard.

Good luck,
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 12 Jun 2011, 00:44

First of all I want to thank you all for helping me out here, I really appreciate it!
Second, I want to explain that I am really very new at all this with winboard and stuff, everything I know I have read about around in different forums and been helpt with!

So I hope that this is not too much trouble for you, but I have some follow up questions for you!

Can you add the extra option /debug to your winboard command, try it again until the game hangs, and then post the last part of the winboard.debug file that will be made here? That could help to see if the problem is in WinBoard, or if it somehow occurs in the winboard232d - Fritz11 part of the chain.


Sure, the /debug command goes into the wb.cmd file, right?

does it work offline?? I mean Fritz in winboard?
I remember when you loginto Chesserver you can choose Fritz gui as master or slave. This could be a reason. It is neede to uncheck master.


How do I test it offline? Or better yet, how and where do I uncheck the master option?
/Thanks

FYI, the use of timeseal is useless when using Fritz/winboard232d because Auto232 protocol does not support clock updates, meaning that the clocks information sent by the chess server never makes it to the Fritz GUI.

I do not see a port declaration either, obviously you do not need it since you are reporting to successfully connect to FICS, but it won't hurt to add it /icsport 5000 (or whatever the fics port is).


Thank you for your help, sir!
Is there a way to make the server send the time information to Fritz, or is that totaly impossible?

Thanks for all your help!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby H.G.Muller » 12 Jun 2011, 06:44

Indeed, like this:

winboard.exe /zp /ics /icshost=freechess.org /icshelper=timeseal /fcp="winboard232d.exe -pipe" -zippyGameEnd='say *handshake*\nseek 5 0 f\nseek 3 0 f\n' /debug
User avatar
H.G.Muller
 
Posts: 3453
Joined: 16 Nov 2005, 12:02
Location: Diemen, NL

Re: Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 12 Jun 2011, 15:10

H.G.Muller wrote:Indeed, like this:

winboard.exe /zp /ics /icshost=freechess.org /icshelper=timeseal /fcp="winboard232d.exe -pipe" -zippyGameEnd='say *handshake*\nseek 5 0 f\nseek 3 0 f\n' /debug


A little update from my part!

I got it playing following matematikos guide, I had left out the part to put it in two computer mode! :(
Now everything works ok, and I can play games in FICS, so thanks to all of you for your help!

However I still have some problems while in the game, maybe you can help me figure it out?
While waiting for a game, it repeatedly shows up a message like this:

Timeout in game #1
Game #1 unexpected end

Timeout in game #2
Game #2 unexpected end

And so on...

Then when a game starts it still does that, resulting in games timing out!
It plays fine otherwise, but it times out in the middle of a game, and then I can not get it to continue playing before I restart the Fritz program!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 12 Jun 2011, 16:55

I am guessing you are getting these messages in Fritz "Technical Messages" window, correct?

Auto232 protocol is so defective, and picks up a lot of garbage somehow. I got this messages all the time.

Let me ask you something, if Chessbase Engines are not the strongest engines (at least not lately) why do you want to use FRITZ in FICS? I am going to guess that because you have the conception that CTG books are better than bin books? I am not going to discuss which book format is better because that is a whole other topic by itself, but if this is the case, there is a way to use CTG books with WinBoard and Polyglot. Search this forum for "book adapter", is not an easy task but is very worth it because you do not have to use fritz and all the problems associated with it. The concept is something like this:

FICS<----->WINBOARD<---->BOOK ADAPTER<------->POLYGLOT<------>UCI Engine
|
|
CTG Book

Good luck,

EDIT Something wrong with the way PHP process the text, the two vertical pipes and the text "CTG Book" are supose to be under -->BOOK ADAPTER<--

EDIT 2 I made a mistake...it should be:

FICS<----->WINBOARD<---->POLYGLOT<------>BOOK ADAPTER<------->UCI Engine
___________________________________________|
___________________________________________|
_______________________________________CTG Book
Last edited by matematiko on 14 Jun 2011, 23:04, edited 2 times in total.
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 12 Jun 2011, 19:39

matematiko wrote:I am guessing you are getting these messages in Fritz "Technical Messages" window, correct?

Auto232 protocol is so defective, and picks up a lot of garbage somehow. I got this messages all the time.

Let me ask you something, if Chessbase Engines are not the strongest engines (at least not lately) why do you want to use FRITZ in FICS? I am going to guess that because you have the conception that CTG books are better than bin books? I am not going to discuss which book format is better because that is a whole other topic by itself, but if this is the case, there is a way to use CTG books with WinBoard and Polyglot. Search this forum for "book adapter", is not an easy task but is very worth it because you do not have to use fritz and all the problems associated with it. The concept is something like this:

FICS<----->WINBOARD<---->BOOK ADAPTER<------->POLYGLOT<------>UCI Engine
|
|
CTG Book

Good luck,

EDIT Something wrong with the way PHP process the text, the two vertical pipes and the text "CTG Book" are supose to be under -->BOOK ADAPTER<--


You are right, the main reason being the .ctg books!
But I also want to be able to use the Houdini engine and endgame tablebases!

The adapter sounds like a good start, I did the search in the forum and the result was two whole pages with different threads, but I really do not know what exactly I am looking for! So if you could direct me to the right thread and give me some more information, I would greatly appreciate it!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 14 Jun 2011, 17:33

Sorry for the silence, I was busy.

I will need to go back and read those posts myself since I am a bin book lover and had not played with the book adapter in a long time.

Regards,
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 14 Jun 2011, 23:17

Just follow the tutorial here:
http://chess.webcindario.com/Instructions.doc

Last time I used this method, I stopped editing the tree_configurations.xml file, it makes no difference.

Declare polyglot.exe as your fcp (or whatever the name of your polyglot exe) and be sure you point to the correct polyglot ini file (polyglot_ctg.ini or whatever name you decide to give it), also be sure to point to the correct directorys. To make things a little simplier I usualy paste a copy of the engine in the same folder where the Book Adapter exe is.

Keep in mind that this is not the perfect solution, for example "Book learning" information can not be passed to the book and things like that. Do you have to re-do the whole enchilada every time you tune the book? I do not know. Use at your own risk.

Have fun!!!!!!
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 19 Jun 2011, 01:10

matematiko wrote:Just follow the tutorial here:
http://chess.webcindario.com/Instructions.doc

Last time I used this method, I stopped editing the tree_configurations.xml file, it makes no difference.

Declare polyglot.exe as your fcp (or whatever the name of your polyglot exe) and be sure you point to the correct polyglot ini file (polyglot_ctg.ini or whatever name you decide to give it), also be sure to point to the correct directorys. To make things a little simplier I usualy paste a copy of the engine in the same folder where the Book Adapter exe is.

Keep in mind that this is not the perfect solution, for example "Book learning" information can not be passed to the book and things like that. Do you have to re-do the whole enchilada every time you tune the book? I do not know. Use at your own risk.

Have fun!!!!!!


Hello again, sir!

I had some time to look over this guide, (very helpful, thank you so much for providing it!) but I still have some problems!
I have followed the guide accordingly, and everything seems to be fine, but when I enter FICS and start a game, the computer only plays 1 move with white, or 2 moves with black, then it just sits there doing nothing untill the time runs out!

Can you please help me? I dont know whats wrong!?

Thanks again!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 19 Jun 2011, 03:12

It is hard to diagnose a problem when the only thing I know is that there is a problem.

Please post how you start WinBoard, your polyglot.ini files, post pictures of your BookAdapter settings.....etc, etc.

Very important: The BookAdapter tends to exit in a not clean way, what I mean is that very often (if not always) remains running in the background and also keeps its children (engine) running. Before launching the book adapter always start the task manager and close any instances that are still running (if any).

Good luck,
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby zappa79 » 19 Jun 2011, 10:39

matematiko wrote:It is hard to diagnose a problem when the only thing I know is that there is a problem.

Please post how you start WinBoard, your polyglot.ini files, post pictures of your BookAdapter settings.....etc, etc.

Very important: The BookAdapter tends to exit in a not clean way, what I mean is that very often (if not always) remains running in the background and also keeps its children (engine) running. Before launching the book adapter always start the task manager and close any instances that are still running (if any).

Good luck,


Sorry sir, here are my log and ini files!

polyglot.ini
Code: Select all
[Polyglot]
EngineDir = C:\BookAdapter
EngineCommand = AquariumBookAdapter.exe
Book =
log=true
Logfile = c:\ctg.log

[Engine]
Hash = 128
NalimovPath = c:\egtb
NalimovCache = 0
OwnBook = false
UCI_LimitStrength = false
Permanent brain = true
Ponder = true
MultiPV_cp=0
Contempt Play = 0
Contempt Analyze = 0
Playing Style = ultraoptimistic
CPU Usage = 100
Max CPUs = 8
Time Buffer = 30


AquariumBookAdapter.ini
Code: Select all
[main]
engine=C:\BookAdapter\Houdini_15a_x64.exe
latency=500
timebuffer=3000
min_time=1
log=1
priority=low
aff_recheck=0
aff_readyok_time=0
history=0
affinity_mode=1
[Book 0]
config=SAMBUCA 2.2
maxmoves=100


AquariumBookAdapter.log
Code: Select all
[2011-06-19 11:30:28]>!uci
[2011-06-19 11:30:28]>>uci
[2011-06-19 11:30:28]<<Houdini 1.5a x64
[2011-06-19 11:30:28]<<(c) 2010-11 Robert Houdart
[2011-06-19 11:30:28]<<info string POPCNT available
[2011-06-19 11:30:28]>!setoption name Ponder value true
[2011-06-19 11:30:28]<<info string 128 MB Hash
[2011-06-19 11:30:28]>>setoption name Ponder value true
[2011-06-19 11:30:28]>!isready
[2011-06-19 11:30:28]<<id name Houdini 1.5a x64
[2011-06-19 11:30:28]>>isready
[2011-06-19 11:30:28]<<id author Robert Houdart
[2011-06-19 11:30:28]<<option name Hash type spin min 4 max 16384 default 128
[2011-06-19 11:30:28]<<option name Clear Hash type button
[2011-06-19 11:30:28]<<option name Threads type spin min 1 max 8 default 8
[2011-06-19 11:30:28]<<option name Split_Depth type spin min 8 max 99 default 10
[2011-06-19 11:30:28]<<option name Ponder type check default false
[2011-06-19 11:30:28]<<option name Contempt type spin min 0 max 2 default 1
[2011-06-19 11:30:28]<<option name Analysis_Contempt type check default false
[2011-06-19 11:30:28]<<option name MultiPV type spin min 1 max 16 default 1
[2011-06-19 11:30:28]<<option name GaviotaTbPath type string default <empty>
[2011-06-19 11:30:28]<<option name GaviotaTbCache type spin min 4 max 1024 default 64
[2011-06-19 11:30:28]<<option name Hard_Probe_Depth type spin min 2 max 99 default 24
[2011-06-19 11:30:28]<<option name Soft_Probe_Depth type spin min 2 max 99 default 16
[2011-06-19 11:30:28]<<uciok
[2011-06-19 11:30:28]<<readyok
[2011-06-19 11:30:29]>!ucinewgame
[2011-06-19 11:30:29]>>ucinewgame
[2011-06-19 11:30:29]>!isready
[2011-06-19 11:30:29]>>isready
[2011-06-19 11:30:29]<<readyok
[2011-06-19 11:30:53]>!position startpos
[2011-06-19 11:30:53]<!Loading position: position startpos
[2011-06-19 11:30:53]<!Position loaded: 1. *
[2011-06-19 11:30:53]>>position startpos
[2011-06-19 11:30:53]>!go wtime 300000 btime 300000
[2011-06-19 11:30:53]<!Searching in book: SAMBUCA 2.2
[2011-06-19 11:30:53]<!Current position: 0
[2011-06-19 11:30:53]<!Random seed: 45 Sum: 89
[2011-06-19 11:30:53]<!PonderMove: c7c5
[2011-06-19 11:30:53]<!Book move: e2e4
[2011-06-19 11:30:53]<<info depth 1 score cp 5 time 1 nodes 1 nps 1 pv e2e4
<<bestmove e2e4 ponder c7c5
[2011-06-19 11:30:53]>>go ponder searchmoves e2e4
[2011-06-19 11:30:53]>!position startpos moves e2e4 c7c5
[2011-06-19 11:30:53]>>stop
[2011-06-19 11:30:53]<!Loading position: position startpos moves e2e4 c7c5
[2011-06-19 11:30:53]<!Position loaded: 1. e4 c5
[2011-06-19 11:30:53]>>position startpos moves e2e4 c7c5
[2011-06-19 11:30:53]>!go wtime 299985 btime 300000 ponder
[2011-06-19 11:30:53]<!Searching in book: SAMBUCA 2.2
[2011-06-19 11:30:53]<!Current position: 2
[2011-06-19 11:30:53]<!Random seed: 54 Sum: 100
[2011-06-19 11:30:53]<!PonderMove: d7d6
[2011-06-19 11:30:53]<!Book move: g1f3
[2011-06-19 11:30:53]>>go ponder searchmoves g1f3
[2011-06-19 11:30:53]<!info multipv 1 depth 4 seldepth 16 score cp 13  time 0 nodes 371 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 g1f3 g8f6 b1c3 b7b6
[2011-06-19 11:30:53]<!info multipv 1 depth 5 seldepth 16 score cp 14  time 0 nodes 750 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 e4e5 d7d6
[2011-06-19 11:30:53]<!info depth 6
[2011-06-19 11:30:53]<!info multipv 1 depth 6 seldepth 16 score cp 14  time 0 nodes 1427 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 e4e5 d7d6
[2011-06-19 11:30:53]<!info depth 7
[2011-06-19 11:30:53]<!info multipv 1 depth 7 seldepth 16 score cp 21 lowerbound time 0 nodes 2453 nps 0 tbhits 0 hashfull 0 pv e2e4
[2011-06-19 11:30:53]<!info multipv 1 depth 7 seldepth 16 score cp 13  time 0 nodes 3216 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 b1c3 b8c6 d2d4 g8f6 g1f3 b7b6
[2011-06-19 11:30:53]<!info multipv 1 depth 7 seldepth 16 score cp 13  time 0 nodes 3216 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 b1c3 b8c6 d2d4 g8f6 g1f3 b7b6
[2011-06-19 11:30:53]<!bestmove e2e4 ponder e7e6
[2011-06-19 11:30:53]<<info multipv 1 depth 4 seldepth 20 score cp 42  time 0 nodes 925 nps 0 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
[2011-06-19 11:30:53]<<info multipv 1 depth 5 seldepth 20 score cp 42  time 15 nodes 1815 nps 121000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
[2011-06-19 11:30:53]<<info depth 6
[2011-06-19 11:30:53]<<info multipv 1 depth 6 seldepth 20 score cp 42  time 15 nodes 2579 nps 171000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
[2011-06-19 11:30:53]<<info depth 7
[2011-06-19 11:30:53]<<info multipv 1 depth 7 seldepth 20 score cp 42  time 15 nodes 3823 nps 254000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
[2011-06-19 11:30:53]<<info depth 8
[2011-06-19 11:30:53]<<info multipv 1 depth 8 seldepth 22 score cp 36  time 15 nodes 8051 nps 536000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 e4e5 f6g4 d2d4 c5d4 f3d4 g4e5
[2011-06-19 11:30:53]<<info depth 9
[2011-06-19 11:30:53]<<info multipv 1 depth 9 seldepth 22 score cp 35  time 15 nodes 14990 nps 999000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5
[2011-06-19 11:30:53]<<info depth 10
[2011-06-19 11:30:53]<<info multipv 1 depth 10 seldepth 25 score cp 35  time 15 nodes 23777 nps 1585000 tbhits 0 hashfull 2 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5
[2011-06-19 11:30:53]<<info depth 11
[2011-06-19 11:30:53]<<info multipv 1 depth 11 seldepth 25 score cp 29  time 15 nodes 44381 nps 2958000 tbhits 0 hashfull 2 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5 c3d5 d8d5
[2011-06-19 11:30:53]<<info depth 12
[2011-06-19 11:30:53]<<info multipv 1 depth 12 seldepth 29 score cp 29  time 42 nodes 114553 nps 2727000 tbhits 0 hashfull 7 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 c1f4 d7d5 f1b5 c8d7 e4d5 c6d4 b5d7 d8d7 d1d4 f6d5 c3d5 d7d5 d4d5 e6d5
[2011-06-19 11:30:53]<<info depth 13
[2011-06-19 11:30:53]<<info multipv 1 depth 13 seldepth 29 score cp 29  time 236 nodes 239200 nps 1013000 tbhits 0 hashfull 13 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 c1f4 d7d5 f1b5 c8d7 e4d5 c6d4 b5d7 d8d7 d1d4 f6d5 c3d5 d7d5 d4d5 e6d5
[2011-06-19 11:30:53]<<info depth 14
[2011-06-19 11:30:53]<<info multipv 1 depth 14 seldepth 29 score cp 35 lowerbound time 297 nodes 415023 nps 1397000 tbhits 0 hashfull 24 pv g1f3
[2011-06-19 11:30:53]<<info multipv 1 depth 14 seldepth 29 score cp 30  time 345 nodes 510645 nps 1480000 tbhits 0 hashfull 32 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 e6e5 c1e3
[2011-06-19 11:30:53]<<info depth 15
[2011-06-19 11:30:53]<<info multipv 1 depth 15 seldepth 29 score cp 29  time 541 nodes 1118598 nps 2067000 tbhits 0 hashfull 87 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 f8d6 f1d1 d8c7
[2011-06-19 11:30:53]<<info depth 16
[2011-06-19 11:30:54]<<info time 1010 nodes 3564358 nps 3529000 tbhits 0 cpuload 872
[2011-06-19 11:30:54]<<info multipv 1 depth 16 seldepth 34 score cp 23 upperbound time 1037 nodes 3729910 nps 3596000 tbhits 0 hashfull 299 pv g1f3 b8c6
[2011-06-19 11:30:54]<<info multipv 1 depth 16 seldepth 35 score cp 22  time 1428 nodes 6126102 nps 4289000 tbhits 0 hashfull 467 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
[2011-06-19 11:30:54]<<info depth 17
[2011-06-19 11:30:54]<<info multipv 1 depth 17 seldepth 35 score cp 22  time 1569 nodes 6896448 nps 4395000 tbhits 0 hashfull 507 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
[2011-06-19 11:30:54]<<info depth 18
[2011-06-19 11:30:55]<<info time 2011 nodes 9143996 nps 4546000 tbhits 0 cpuload 935
[2011-06-19 11:30:55]<<info multipv 1 depth 18 seldepth 37 score cp 20  time 2143 nodes 9866994 nps 4604000 tbhits 0 hashfull 660 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
[2011-06-19 11:30:55]<<info depth 19
[2011-06-19 11:30:56]<<info time 3013 nodes 15664296 nps 5198000 tbhits 0 cpuload 936
[2011-06-19 11:30:56]<<info multipv 1 depth 19 seldepth 41 score cp 20  time 3560 nodes 18826304 nps 5288000 tbhits 0 hashfull 929 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
[2011-06-19 11:30:56]<<info depth 20
[2011-06-19 11:30:56]>!stop
[2011-06-19 11:30:56]>>stop
[2011-06-19 11:30:56]>!position startpos moves e2e4 e7e5
[2011-06-19 11:30:56]<!Loading position: position startpos moves e2e4 e7e5
[2011-06-19 11:30:56]<!Position loaded: 1. e4 e5
[2011-06-19 11:30:56]>>position startpos moves e2e4 e7e5
[2011-06-19 11:30:56]>!go wtime 300000 btime 300000
[2011-06-19 11:30:56]<!Searching in book: SAMBUCA 2.2
[2011-06-19 11:30:56]<!Current position: 2
[2011-06-19 11:30:56]<!Random seed: 2 Sum: 100
[2011-06-19 11:30:56]<!PonderMove: b8c6
[2011-06-19 11:30:56]<!Book move: g1f3
[2011-06-19 11:30:56]<<info depth 1 score cp 5 time 1 nodes 1 nps 1 pv g1f3
<<bestmove g1f3 ponder b8c6
[2011-06-19 11:30:56]>>go ponder searchmoves g1f3
[2011-06-19 11:30:57]<!info multipv 1 depth 19 seldepth 41 score cp 20  time 3740 nodes 19598722 nps 5240000 tbhits 0 hashfull 938 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 f6d7 a2a3 d8c7
[2011-06-19 11:30:57]<!bestmove g1f3 ponder b8c6
[2011-06-19 11:30:57]<<info multipv 1 depth 4 seldepth 16 score cp 29  time 1 nodes 974 nps 974000 tbhits 0 hashfull 0 pv g1f3 g8f6 d2d4 b8c6 b1c3 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
[2011-06-19 11:30:57]<<info multipv 1 depth 5 seldepth 16 score cp 29  time 1 nodes 1492 nps 1492000 tbhits 0 hashfull 0 pv g1f3 g8f6 d2d4 b8c6 b1c3 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
[2011-06-19 11:30:57]<<info depth 6
[2011-06-19 11:30:57]<<info multipv 1 depth 6 seldepth 24 score cp 29  time 3 nodes 4329 nps 1443000 tbhits 0 hashfull 0 pv g1f3 g8f6 b1c3 b8c6 d2d4 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
[2011-06-19 11:30:57]<<info depth 7
[2011-06-19 11:30:57]<<info multipv 1 depth 7 seldepth 24 score cp 29  time 6 nodes 8418 nps 1403000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
[2011-06-19 11:30:57]<<info depth 8
[2011-06-19 11:30:57]<<info multipv 1 depth 8 seldepth 24 score cp 22  time 8 nodes 11935 nps 1491000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 f8c5 b2b4 c5b4 a2a3 b4c5 c1b2 g8e7 f1c4
[2011-06-19 11:30:57]<<info depth 9
[2011-06-19 11:30:57]<<info multipv 1 depth 9 seldepth 24 score cp 29 lowerbound time 11 nodes 20762 nps 1887000 tbhits 0 hashfull 0 pv g1f3
[2011-06-19 11:30:57]<<info multipv 1 depth 9 seldepth 24 score cp 25  time 12 nodes 21884 nps 1823000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 f8c5 f1c4 d7d6 e1g1 g8f6 d2d3 c8e6 c1e3 c5e3 c4e6 f7e6 f2e3
[2011-06-19 11:30:57]<<info depth 10
[2011-06-19 11:30:57]<<info multipv 1 depth 10 seldepth 24 score cp 32 lowerbound time 90 nodes 40594 nps 451000 tbhits 0 hashfull 0 pv g1f3
[2011-06-19 11:30:57]<<info multipv 1 depth 10 seldepth 24 score cp 33  time 186 nodes 82984 nps 446000 tbhits 0 hashfull 5 pv g1f3 b8c6 b1c3 f8c5 f3e5 g8f6 e5f3 d7d5 d2d4 d5e4 d4c5 d8d1 e1d1 e4f3 g2f3
[2011-06-19 11:30:57]<<info depth 11
[2011-06-19 11:30:57]<<info multipv 1 depth 11 seldepth 24 score cp 26 upperbound time 218 nodes 98851 nps 453000 tbhits 0 hashfull 8 pv g1f3 b8c6
[2011-06-19 11:30:57]<<info multipv 1 depth 11 seldepth 24 score cp 26  time 346 nodes 117636 nps 339000 tbhits 0 hashfull 10 pv g1f3 b8c6 b1c3 f8c5 f3e5 g8f6 e5d3 c5d6 f2f4 b7b6 b2b3
[2011-06-19 11:30:57]<<info depth 12
[2011-06-19 11:30:57]<<info multipv 1 depth 12 seldepth 24 score cp 19 upperbound time 506 nodes 151653 nps 299000 tbhits 0 hashfull 13 pv g1f3 b8c6
[2011-06-19 11:30:57]<<info multipv 1 depth 12 seldepth 24 score cp 16  time 826 nodes 227785 nps 275000 tbhits 0 hashfull 18 pv g1f3 b8c6 b1c3 g8f6 d2d4 e5d4 f3d4 f8b4 f2f3 d7d5 d4c6 b7c6 d1d4 d8e7
[2011-06-19 11:30:57]<<info depth 13
[2011-06-19 11:30:58]<<info time 1018 nodes 283583 nps 278000 tbhits 0 cpuload 869
[2011-06-19 11:30:58]<<info multipv 1 depth 13 seldepth 28 score cp 9 upperbound time 1178 nodes 352230 nps 299000 tbhits 0 hashfull 29 pv g1f3 b8c6
[2011-06-19 11:30:58]<<info multipv 1 depth 13 seldepth 30 score cp 9  time 1594 nodes 588521 nps 369000 tbhits 0 hashfull 46 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
[2011-06-19 11:30:58]<<info depth 14
[2011-06-19 11:30:58]<<info multipv 1 depth 14 seldepth 30 score cp 9  time 1914 nodes 773000 nps 403000 tbhits 0 hashfull 56 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
[2011-06-19 11:30:58]<<info depth 15
[2011-06-19 11:30:59]<<info time 2109 nodes 849366 nps 402000 tbhits 0 cpuload 874
[2011-06-19 11:30:59]<<info multipv 1 depth 15 seldepth 32 score cp 13  time 2938 nodes 3636585 nps 1237000 tbhits 0 hashfull 260 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
[2011-06-19 11:30:59]<<info depth 16
[2011-06-19 11:31:00]<<info time 3198 nodes 3728834 nps 1165000 tbhits 0 cpuload 877
[2011-06-19 11:31:00]<<info multipv 1 depth 16 seldepth 32 score cp 13  time 3482 nodes 4381310 nps 1258000 tbhits 0 hashfull 321 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
[2011-06-19 11:31:00]<<info depth 17
[2011-06-19 11:31:01]<<info time 4208 nodes 5493194 nps 1305000 tbhits 0 cpuload 876
[2011-06-19 11:31:01]<<info multipv 1 depth 17 seldepth 33 score cp 13  time 4729 nodes 6713595 nps 1419000 tbhits 0 hashfull 458 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
[2011-06-19 11:31:01]<<info depth 18
[2011-06-19 11:31:01]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:02]<<info time 5252 nodes 6826296 nps 1299000 tbhits 0 cpuload 876
[2011-06-19 11:31:03]<<info time 6270 nodes 8468828 nps 1350000 tbhits 0 cpuload 871
[2011-06-19 11:31:04]<<info multipv 1 depth 18 seldepth 36 score cp 15  time 6969 nodes 11729999 nps 1683000 tbhits 0 hashfull 722 pv g1f3 b8c6 f1c4 g8f6 b1c3 f8c5 d2d3 h7h6 e1g1 e8g8 c3d5 d7d6 c2c3 c8e6 b2b4 c5b6 c1e3 b6e3 f2e3 f6d5 e4d5
[2011-06-19 11:31:04]<<info depth 19
[2011-06-19 11:31:04]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:04]<<info time 7277 nodes 12578787 nps 1728000 tbhits 0 cpuload 867
[2011-06-19 11:31:05]<<info time 8278 nodes 17049402 nps 2059000 tbhits 0 cpuload 884
[2011-06-19 11:31:06]<<info time 9434 nodes 20495805 nps 2172000 tbhits 0 cpuload 872
[2011-06-19 11:31:07]<<info time 10443 nodes 27095202 nps 2594000 tbhits 0 cpuload 865
[2011-06-19 11:31:08]<<info time 11444 nodes 32906779 nps 2875000 tbhits 0 cpuload 872
[2011-06-19 11:31:09]<<info multipv 1 depth 19 seldepth 42 score cp 21 lowerbound time 12155 nodes 37402315 nps 3077000 tbhits 0 hashfull 999 pv g1f3
[2011-06-19 11:31:09]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:09]<<info time 12447 nodes 37624813 nps 3022000 tbhits 0 cpuload 884
[2011-06-19 11:31:10]<<info time 13533 nodes 39573156 nps 2924000 tbhits 0 cpuload 867
[2011-06-19 11:31:11]<<info time 14543 nodes 44630114 nps 3068000 tbhits 0 cpuload 878
[2011-06-19 11:31:11]<<info multipv 1 depth 19 seldepth 42 score cp 20  time 14651 nodes 44874774 nps 3062000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
[2011-06-19 11:31:11]<<info depth 20
[2011-06-19 11:31:11]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:12]<<info time 15679 nodes 47150812 nps 3007000 tbhits 0 cpuload 877
[2011-06-19 11:31:13]<<info time 16684 nodes 54033927 nps 3238000 tbhits 0 cpuload 869
[2011-06-19 11:31:14]<<info multipv 1 depth 20 seldepth 42 score cp 20  time 17211 nodes 57064076 nps 3315000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
[2011-06-19 11:31:14]<<info depth 21
[2011-06-19 11:31:14]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:14]<<info time 17696 nodes 57507807 nps 3249000 tbhits 0 cpuload 872
[2011-06-19 11:31:15]<<info time 18877 nodes 63078209 nps 3341000 tbhits 0 cpuload 876
[2011-06-19 11:31:16]<<info time 19886 nodes 67553710 nps 3397000 tbhits 0 cpuload 879
[2011-06-19 11:31:17]<<info time 20888 nodes 70349760 nps 3367000 tbhits 0 cpuload 871
[2011-06-19 11:31:18]<<info time 21890 nodes 77311833 nps 3531000 tbhits 0 cpuload 871
[2011-06-19 11:31:19]<<info multipv 1 depth 21 seldepth 42 score cp 13 upperbound time 22266 nodes 78463511 nps 3523000 tbhits 0 hashfull 1000 pv g1f3 b8c6
[2011-06-19 11:31:19]<<info currmove g1f3 currmovenumber 1
[2011-06-19 11:31:19]<<info time 22907 nodes 78881396 nps 3443000 tbhits 0 cpuload 870
[2011-06-19 11:31:20]<<info time 23916 nodes 81957851 nps 3426000 tbhits 0 cpuload 879
[2011-06-19 11:31:21]<<info time 24925 nodes 88521843 nps 3551000 tbhits 0 cpuload 875
[2011-06-19 11:31:22]<<info time 25935 nodes 93711209 nps 3613000 tbhits 0 cpuload 857
[2011-06-19 11:31:23]>!stop
[2011-06-19 11:31:23]>>stop
[2011-06-19 11:31:23]>!quit
[2011-06-19 11:31:23]>>quit
[2011-06-19 11:31:23]<<info multipv 1 depth 21 seldepth 42 score cp 13  time 26298 nodes 96251387 nps 3660000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 g8f6 e1g1 f6e4 f1e1 e4d6 f3e5 f8e7 b5f1 c6e5 e1e5 e8g8 b1c3 e7f6 d2d4 b7b6 e5e1 c8b7 d1g4 f8e8 c1e3 g7g6 f1d3 d8e7
[2011-06-19 11:31:23]<<bestmove g1f3 ponder b8c6


Houdini_15a_x64.log
Code: Select all
>>uci
<<Houdini 1.5a x64
<<(c) 2010-11 Robert Houdart
<<info string POPCNT available
>>setoption name Ponder value true
<<info string 128 MB Hash
>>isready
<<id name Houdini 1.5a x64
<<id author Robert Houdart
<<option name Hash type spin min 4 max 16384 default 128
<<option name Clear Hash type button
<<option name Threads type spin min 1 max 8 default 8
<<option name Split_Depth type spin min 8 max 99 default 10
<<option name Ponder type check default false
<<option name Contempt type spin min 0 max 2 default 1
<<option name Analysis_Contempt type check default false
<<option name MultiPV type spin min 1 max 16 default 1
<<option name GaviotaTbPath type string default <empty>
<<option name GaviotaTbCache type spin min 4 max 1024 default 64
<<option name Hard_Probe_Depth type spin min 2 max 99 default 24
<<option name Soft_Probe_Depth type spin min 2 max 99 default 16
<<uciok
<<readyok
>>ucinewgame
>>isready
<<readyok
>>position startpos
>>go ponder searchmoves e2e4
>>stop
>>position startpos moves e2e4 c7c5
>>go ponder searchmoves g1f3
<<info multipv 1 depth 4 seldepth 16 score cp 13  time 0 nodes 371 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 g1f3 g8f6 b1c3 b7b6
<<info multipv 1 depth 5 seldepth 16 score cp 14  time 0 nodes 750 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 e4e5 d7d6
<<info depth 6
<<info multipv 1 depth 6 seldepth 16 score cp 14  time 0 nodes 1427 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 d2d4 b8c6 e4e5 d7d6
<<info depth 7
<<info multipv 1 depth 7 seldepth 16 score cp 21 lowerbound time 0 nodes 2453 nps 0 tbhits 0 hashfull 0 pv e2e4
<<info multipv 1 depth 7 seldepth 16 score cp 13  time 0 nodes 3216 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 b1c3 b8c6 d2d4 g8f6 g1f3 b7b6
<<info multipv 1 depth 7 seldepth 16 score cp 13  time 0 nodes 3216 nps 0 tbhits 0 hashfull 0 pv e2e4 e7e6 b1c3 b8c6 d2d4 g8f6 g1f3 b7b6
<<bestmove e2e4 ponder e7e6
<<info multipv 1 depth 4 seldepth 20 score cp 42  time 0 nodes 925 nps 0 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
<<info multipv 1 depth 5 seldepth 20 score cp 42  time 15 nodes 1815 nps 121000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
<<info depth 6
<<info multipv 1 depth 6 seldepth 20 score cp 42  time 15 nodes 2579 nps 171000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
<<info depth 7
<<info multipv 1 depth 7 seldepth 20 score cp 42  time 15 nodes 3823 nps 254000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 e7e6 c1f4 d7d5
<<info depth 8
<<info multipv 1 depth 8 seldepth 22 score cp 36  time 15 nodes 8051 nps 536000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 e4e5 f6g4 d2d4 c5d4 f3d4 g4e5
<<info depth 9
<<info multipv 1 depth 9 seldepth 22 score cp 35  time 15 nodes 14990 nps 999000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5
<<info depth 10
<<info multipv 1 depth 10 seldepth 25 score cp 35  time 15 nodes 23777 nps 1585000 tbhits 0 hashfull 2 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5
<<info depth 11
<<info multipv 1 depth 11 seldepth 25 score cp 29  time 15 nodes 44381 nps 2958000 tbhits 0 hashfull 2 pv g1f3 b8c6 b1c3 e7e6 d2d4 c5d4 f3d4 g8f6 c1f4 d7d5 e4d5 f6d5 c3d5 d8d5
<<info depth 12
<<info multipv 1 depth 12 seldepth 29 score cp 29  time 42 nodes 114553 nps 2727000 tbhits 0 hashfull 7 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 c1f4 d7d5 f1b5 c8d7 e4d5 c6d4 b5d7 d8d7 d1d4 f6d5 c3d5 d7d5 d4d5 e6d5
<<info depth 13
<<info multipv 1 depth 13 seldepth 29 score cp 29  time 236 nodes 239200 nps 1013000 tbhits 0 hashfull 13 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 c1f4 d7d5 f1b5 c8d7 e4d5 c6d4 b5d7 d8d7 d1d4 f6d5 c3d5 d7d5 d4d5 e6d5
<<info depth 14
<<info multipv 1 depth 14 seldepth 29 score cp 35 lowerbound time 297 nodes 415023 nps 1397000 tbhits 0 hashfull 24 pv g1f3
<<info multipv 1 depth 14 seldepth 29 score cp 30  time 345 nodes 510645 nps 1480000 tbhits 0 hashfull 32 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 e6e5 c1e3
<<info depth 15
<<info multipv 1 depth 15 seldepth 29 score cp 29  time 541 nodes 1118598 nps 2067000 tbhits 0 hashfull 87 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 f8d6 f1d1 d8c7
<<info depth 16
<<info time 1010 nodes 3564358 nps 3529000 tbhits 0 cpuload 872
<<info multipv 1 depth 16 seldepth 34 score cp 23 upperbound time 1037 nodes 3729910 nps 3596000 tbhits 0 hashfull 299 pv g1f3 b8c6
<<info multipv 1 depth 16 seldepth 35 score cp 22  time 1428 nodes 6126102 nps 4289000 tbhits 0 hashfull 467 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
<<info depth 17
<<info multipv 1 depth 17 seldepth 35 score cp 22  time 1569 nodes 6896448 nps 4395000 tbhits 0 hashfull 507 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
<<info depth 18
<<info time 2011 nodes 9143996 nps 4546000 tbhits 0 cpuload 935
<<info multipv 1 depth 18 seldepth 37 score cp 20  time 2143 nodes 9866994 nps 4604000 tbhits 0 hashfull 660 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
<<info depth 19
<<info time 3013 nodes 15664296 nps 5198000 tbhits 0 cpuload 936
<<info multipv 1 depth 19 seldepth 41 score cp 20  time 3560 nodes 18826304 nps 5288000 tbhits 0 hashfull 929 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
<<info depth 20
>>stop
>>position startpos moves e2e4 e7e5
>>go ponder searchmoves g1f3
<<info multipv 1 depth 19 seldepth 41 score cp 20  time 3740 nodes 19598722 nps 5240000 tbhits 0 hashfull 938 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 f6d7 a2a3 d8c7
<<bestmove g1f3 ponder b8c6
<<info multipv 1 depth 4 seldepth 16 score cp 29  time 1 nodes 974 nps 974000 tbhits 0 hashfull 0 pv g1f3 g8f6 d2d4 b8c6 b1c3 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
<<info multipv 1 depth 5 seldepth 16 score cp 29  time 1 nodes 1492 nps 1492000 tbhits 0 hashfull 0 pv g1f3 g8f6 d2d4 b8c6 b1c3 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
<<info depth 6
<<info multipv 1 depth 6 seldepth 24 score cp 29  time 3 nodes 4329 nps 1443000 tbhits 0 hashfull 0 pv g1f3 g8f6 b1c3 b8c6 d2d4 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
<<info depth 7
<<info multipv 1 depth 7 seldepth 24 score cp 29  time 6 nodes 8418 nps 1403000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 g8f6 d2d4 d7d6 d4e5 c6e5 f3e5 d6e5 d1d8 e8d8
<<info depth 8
<<info multipv 1 depth 8 seldepth 24 score cp 22  time 8 nodes 11935 nps 1491000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 f8c5 b2b4 c5b4 a2a3 b4c5 c1b2 g8e7 f1c4
<<info depth 9
<<info multipv 1 depth 9 seldepth 24 score cp 29 lowerbound time 11 nodes 20762 nps 1887000 tbhits 0 hashfull 0 pv g1f3
<<info multipv 1 depth 9 seldepth 24 score cp 25  time 12 nodes 21884 nps 1823000 tbhits 0 hashfull 0 pv g1f3 b8c6 b1c3 f8c5 f1c4 d7d6 e1g1 g8f6 d2d3 c8e6 c1e3 c5e3 c4e6 f7e6 f2e3
<<info depth 10
<<info multipv 1 depth 10 seldepth 24 score cp 32 lowerbound time 90 nodes 40594 nps 451000 tbhits 0 hashfull 0 pv g1f3
<<info multipv 1 depth 10 seldepth 24 score cp 33  time 186 nodes 82984 nps 446000 tbhits 0 hashfull 5 pv g1f3 b8c6 b1c3 f8c5 f3e5 g8f6 e5f3 d7d5 d2d4 d5e4 d4c5 d8d1 e1d1 e4f3 g2f3
<<info depth 11
<<info multipv 1 depth 11 seldepth 24 score cp 26 upperbound time 218 nodes 98851 nps 453000 tbhits 0 hashfull 8 pv g1f3 b8c6
<<info multipv 1 depth 11 seldepth 24 score cp 26  time 346 nodes 117636 nps 339000 tbhits 0 hashfull 10 pv g1f3 b8c6 b1c3 f8c5 f3e5 g8f6 e5d3 c5d6 f2f4 b7b6 b2b3
<<info depth 12
<<info multipv 1 depth 12 seldepth 24 score cp 19 upperbound time 506 nodes 151653 nps 299000 tbhits 0 hashfull 13 pv g1f3 b8c6
<<info multipv 1 depth 12 seldepth 24 score cp 16  time 826 nodes 227785 nps 275000 tbhits 0 hashfull 18 pv g1f3 b8c6 b1c3 g8f6 d2d4 e5d4 f3d4 f8b4 f2f3 d7d5 d4c6 b7c6 d1d4 d8e7
<<info depth 13
<<info time 1018 nodes 283583 nps 278000 tbhits 0 cpuload 869
<<info multipv 1 depth 13 seldepth 28 score cp 9 upperbound time 1178 nodes 352230 nps 299000 tbhits 0 hashfull 29 pv g1f3 b8c6
<<info multipv 1 depth 13 seldepth 30 score cp 9  time 1594 nodes 588521 nps 369000 tbhits 0 hashfull 46 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
<<info depth 14
<<info multipv 1 depth 14 seldepth 30 score cp 9  time 1914 nodes 773000 nps 403000 tbhits 0 hashfull 56 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
<<info depth 15
<<info time 2109 nodes 849366 nps 402000 tbhits 0 cpuload 874
<<info multipv 1 depth 15 seldepth 32 score cp 13  time 2938 nodes 3636585 nps 1237000 tbhits 0 hashfull 260 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
<<info depth 16
<<info time 3198 nodes 3728834 nps 1165000 tbhits 0 cpuload 877
<<info multipv 1 depth 16 seldepth 32 score cp 13  time 3482 nodes 4381310 nps 1258000 tbhits 0 hashfull 321 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
<<info depth 17
<<info time 4208 nodes 5493194 nps 1305000 tbhits 0 cpuload 876
<<info multipv 1 depth 17 seldepth 33 score cp 13  time 4729 nodes 6713595 nps 1419000 tbhits 0 hashfull 458 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
<<info depth 18
<<info currmove g1f3 currmovenumber 1
<<info time 5252 nodes 6826296 nps 1299000 tbhits 0 cpuload 876
<<info time 6270 nodes 8468828 nps 1350000 tbhits 0 cpuload 871
<<info multipv 1 depth 18 seldepth 36 score cp 15  time 6969 nodes 11729999 nps 1683000 tbhits 0 hashfull 722 pv g1f3 b8c6 f1c4 g8f6 b1c3 f8c5 d2d3 h7h6 e1g1 e8g8 c3d5 d7d6 c2c3 c8e6 b2b4 c5b6 c1e3 b6e3 f2e3 f6d5 e4d5
<<info depth 19
<<info currmove g1f3 currmovenumber 1
<<info time 7277 nodes 12578787 nps 1728000 tbhits 0 cpuload 867
<<info time 8278 nodes 17049402 nps 2059000 tbhits 0 cpuload 884
<<info time 9434 nodes 20495805 nps 2172000 tbhits 0 cpuload 872
<<info time 10443 nodes 27095202 nps 2594000 tbhits 0 cpuload 865
<<info time 11444 nodes 32906779 nps 2875000 tbhits 0 cpuload 872
<<info multipv 1 depth 19 seldepth 42 score cp 21 lowerbound time 12155 nodes 37402315 nps 3077000 tbhits 0 hashfull 999 pv g1f3
<<info currmove g1f3 currmovenumber 1
<<info time 12447 nodes 37624813 nps 3022000 tbhits 0 cpuload 884
<<info time 13533 nodes 39573156 nps 2924000 tbhits 0 cpuload 867
<<info time 14543 nodes 44630114 nps 3068000 tbhits 0 cpuload 878
<<info multipv 1 depth 19 seldepth 42 score cp 20  time 14651 nodes 44874774 nps 3062000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
<<info depth 20
<<info currmove g1f3 currmovenumber 1
<<info time 15679 nodes 47150812 nps 3007000 tbhits 0 cpuload 877
<<info time 16684 nodes 54033927 nps 3238000 tbhits 0 cpuload 869
<<info multipv 1 depth 20 seldepth 42 score cp 20  time 17211 nodes 57064076 nps 3315000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
<<info depth 21
<<info currmove g1f3 currmovenumber 1
<<info time 17696 nodes 57507807 nps 3249000 tbhits 0 cpuload 872
<<info time 18877 nodes 63078209 nps 3341000 tbhits 0 cpuload 876
<<info time 19886 nodes 67553710 nps 3397000 tbhits 0 cpuload 879
<<info time 20888 nodes 70349760 nps 3367000 tbhits 0 cpuload 871
<<info time 21890 nodes 77311833 nps 3531000 tbhits 0 cpuload 871
<<info multipv 1 depth 21 seldepth 42 score cp 13 upperbound time 22266 nodes 78463511 nps 3523000 tbhits 0 hashfull 1000 pv g1f3 b8c6
<<info currmove g1f3 currmovenumber 1
<<info time 22907 nodes 78881396 nps 3443000 tbhits 0 cpuload 870
<<info time 23916 nodes 81957851 nps 3426000 tbhits 0 cpuload 879
<<info time 24925 nodes 88521843 nps 3551000 tbhits 0 cpuload 875
<<info time 25935 nodes 93711209 nps 3613000 tbhits 0 cpuload 857
>>stop
>>quit
<<info multipv 1 depth 21 seldepth 42 score cp 13  time 26298 nodes 96251387 nps 3660000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 g8f6 e1g1 f6e4 f1e1 e4d6 f3e5 f8e7 b5f1 c6e5 e1e5 e8g8 b1c3 e7f6 d2d4 b7b6 e5e1 c8b7 d1g4 f8e8 c1e3 g7g6 f1d3 d8e7
<<bestmove g1f3 ponder b8c6


ctg.log
Code: Select all
483448.159 POLYGLOT 1.4W25 *** START ***
483448.159 POLYGLOT INI file "polyglot.ini"
483448.159 Adapter->Engine: uci
483448.705 Engine->Adapter: Houdini 1.5a x64
483448.705 Engine->Adapter: (c) 2010-11 Robert Houdart
483448.705 Engine->Adapter: info string POPCNT available
483448.705 Engine->Adapter: info string 128 MB Hash
483448.705 Engine->Adapter: id name Houdini 1.5a x64
483448.705 Engine->Adapter: id author Robert Houdart
483448.705 Engine->Adapter: option name Hash type spin min 4 max 16384 default 128
483448.705 Engine->Adapter: option name Clear Hash type button
483448.705 Engine->Adapter: option name Threads type spin min 1 max 8 default 8
483448.705 Engine->Adapter: option name Split_Depth type spin min 8 max 99 default 10
483448.705 Engine->Adapter: option name Ponder type check default false
483448.705 Engine->Adapter: option name Contempt type spin min 0 max 2 default 1
483448.705 Engine->Adapter: option name Analysis_Contempt type check default false
483448.705 Engine->Adapter: option name MultiPV type spin min 1 max 16 default 1
483448.705 Engine->Adapter: option name GaviotaTbPath type string default <empty>
483448.705 Engine->Adapter: option name GaviotaTbCache type spin min 4 max 1024 default 64
483448.705 Engine->Adapter: option name Hard_Probe_Depth type spin min 2 max 99 default 24
483448.705 Engine->Adapter: option name Soft_Probe_Depth type spin min 2 max 99 default 16
483448.705 Engine->Adapter: uciok
483448.705 Adapter->Engine: setoption name Ponder value true
483448.705 Adapter->Engine: isready
483449.235 Engine->Adapter: readyok
483449.235 Started xboard_step() thread
483449.235 Xboard->Adapter: xboard
483449.235 Xboard->Adapter: protover 2
483449.235 Adapter->Xboard: feature done=0
483449.235 Adapter->Xboard: feature analyze=1
483449.235 Adapter->Xboard: feature colors=0
483449.235 Adapter->Xboard: feature draw=1
483449.235 Adapter->Xboard: feature ics=1
483449.235 Adapter->Xboard: feature myname="Houdini 1.5a x64"
483449.235 Adapter->Xboard: feature name=1
483449.235 Adapter->Xboard: feature pause=0
483449.235 Adapter->Xboard: feature ping=1
483449.235 Adapter->Xboard: feature playother=1
483449.235 Adapter->Xboard: feature reuse=1
483449.235 Adapter->Xboard: feature san=0
483449.235 Adapter->Xboard: feature setboard=1
483449.235 Adapter->Xboard: feature sigint=0
483449.235 Adapter->Xboard: feature sigterm=0
483449.235 Adapter->Xboard: feature time=1
483449.235 Adapter->Xboard: feature usermove=1
483449.235 Adapter->Xboard: feature variants="normal"
483449.235 Adapter->Xboard: feature done=1
483449.235 Xboard->Adapter: accepted done
483449.235 Xboard->Adapter: accepted analyze
483449.235 Xboard->Adapter: accepted colors
483449.235 Xboard->Adapter: accepted draw
483449.235 Xboard->Adapter: accepted ics
483449.235 Xboard->Adapter: accepted myname
483449.235 Xboard->Adapter: accepted name
483449.235 Xboard->Adapter: accepted pause
483449.235 Xboard->Adapter: accepted ping
483449.235 Xboard->Adapter: accepted playother
483449.235 Xboard->Adapter: accepted reuse
483449.235 Xboard->Adapter: accepted san
483449.235 Xboard->Adapter: accepted setboard
483449.235 Xboard->Adapter: accepted sigint
483449.235 Xboard->Adapter: accepted sigterm
483449.235 Xboard->Adapter: accepted time
483449.235 Xboard->Adapter: accepted usermove
483449.235 Xboard->Adapter: accepted variants
483449.235 Xboard->Adapter: accepted done
483449.251 Xboard->Adapter: new
483449.251 POLYGLOT NEW GAME
483449.251 POLYGLOT WAIT
483449.251 Adapter->Engine: ucinewgame
483449.251 Adapter->Engine: isready
483449.734 Engine->Adapter: readyok
483449.734 Xboard->Adapter: random
483449.734 Xboard->Adapter: ics freechess.org
483449.734 Xboard->Adapter: post
483449.734 Xboard->Adapter: hard
483449.734 POLYGLOT WAIT
483449.734 Xboard->Adapter: ping 1
483449.734 Adapter->Xboard: pong 1
483473.197 Xboard->Adapter: level 0 5 0
483473.197 Xboard->Adapter: name BrankoS
483473.197 Xboard->Adapter: rating 2429 1020
483473.197 Xboard->Adapter: time 30000
483473.197 Xboard->Adapter: otim 30000
483473.197 Xboard->Adapter: go
483473.197 POLYGLOT THINK
483473.197 POLYGLOT START SEARCH
483473.197 POLYGLOT FEN rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
483473.197 Adapter->Engine: position startpos
483473.197 Adapter->Engine: go wtime 300000 btime 300000
483473.212 Engine->Adapter: info depth 1 score cp 5 time 1 nodes 1 nps 1 pv e2e4
483473.212 Adapter->Xboard: 1 +5 0 1 e4
483473.212 Engine->Adapter: bestmove e2e4 ponder c7c5
483473.212 Adapter->Xboard: 1 +5 0 1 e4
483473.212 POLYGLOT MOVE e4
483473.212 POLYGLOT THINK -> PONDER
483473.212 POLYGLOT START SEARCH
483473.212 POLYGLOT FEN rnbqkbnr/pp1ppppp/8/2p5/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2
483473.212 Adapter->Engine: position startpos moves e2e4 c7c5
483473.212 Adapter->Engine: go wtime 299985 btime 300000 ponder
483473.212 Adapter->Xboard: move e2e4
483473.914 Engine->Adapter: info multipv 1 depth 13 seldepth 29 score cp 29  time 236 nodes 239200 nps 1013000 tbhits 0 hashfull 13 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 c1f4 d7d5 f1b5 c8d7 e4d5 c6d4 b5d7 d8d7 d1d4 f6d5 c3d5 d7d5 d4d5 e6d5
483473.914 Adapter->Xboard: 13 +29 24 239200 (c5) Nf3 Nc6 Nc3 Nf6 d4 cxd4 Nxd4 e6 Bf4 d5 Bb5 Bd7 exd5 Nxd4 Bxd7+ Qxd7 Qxd4 Nxd5 Nxd5 Qxd5 Qxd5 exd5
483473.914 Engine->Adapter: info depth 14
483473.914 Engine->Adapter: info multipv 1 depth 14 seldepth 29 score cp 35 lowerbound time 297 nodes 415023 nps 1397000 tbhits 0 hashfull 24 pv g1f3
483473.914 Adapter->Xboard: 14 +35 30 415023 (c5) Nf3
483473.914 Engine->Adapter: info multipv 1 depth 14 seldepth 29 score cp 30  time 345 nodes 510645 nps 1480000 tbhits 0 hashfull 32 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 e6e5 c1e3
483473.914 Adapter->Xboard: 14 +30 35 510645 (c5) Nf3 Nc6 Nc3 Nf6 d4 cxd4 Nxd4 e6 Be2 d5 exd5 Nxd5 Nxc6 bxc6 O-O Nxc3 Qxd8+ Kxd8 bxc3 e5 Be3
483473.914 Engine->Adapter: info depth 15
483473.914 Engine->Adapter: info multipv 1 depth 15 seldepth 29 score cp 29  time 541 nodes 1118598 nps 2067000 tbhits 0 hashfull 87 pv g1f3 b8c6 b1c3 g8f6 d2d4 c5d4 f3d4 e7e6 f1e2 d7d5 e4d5 f6d5 d4c6 b7c6 e1g1 d5c3 d1d8 e8d8 b2c3 f8d6 f1d1 d8c7
483473.914 Adapter->Xboard: 15 +29 54 1118598 (c5) Nf3 Nc6 Nc3 Nf6 d4 cxd4 Nxd4 e6 Be2 d5 exd5 Nxd5 Nxc6 bxc6 O-O Nxc3 Qxd8+ Kxd8 bxc3 Bd6 Rd1 Kc7
483473.914 Engine->Adapter: info depth 16
483474.414 Engine->Adapter: info time 1010 nodes 3564358 nps 3529000 tbhits 0 cpuload 872
483474.414 Engine->Adapter: info multipv 1 depth 16 seldepth 34 score cp 23 upperbound time 1037 nodes 3729910 nps 3596000 tbhits 0 hashfull 299 pv g1f3 b8c6
483474.414 Adapter->Xboard: 16 +23 104 3729910 (c5) Nf3 Nc6
483474.913 Engine->Adapter: info multipv 1 depth 16 seldepth 35 score cp 22  time 1428 nodes 6126102 nps 4289000 tbhits 0 hashfull 467 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
483474.913 Adapter->Xboard: 16 +22 143 6126102 (c5) Nf3 Nc6 Bb5 e5 d3 d6 O-O Nf6 Bd2 Be7 Na3 O-O Nc4 h6 h3 Be6 Qe2 Qc7
483474.913 Engine->Adapter: info depth 17
483474.913 Engine->Adapter: info multipv 1 depth 17 seldepth 35 score cp 22  time 1569 nodes 6896448 nps 4395000 tbhits 0 hashfull 507 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 c1d2 f8e7 b1a3 e8g8 a3c4 h7h6 h2h3 c8e6 d1e2 d8c7
483474.913 Adapter->Xboard: 17 +22 157 6896448 (c5) Nf3 Nc6 Bb5 e5 d3 d6 O-O Nf6 Bd2 Be7 Na3 O-O Nc4 h6 h3 Be6 Qe2 Qc7
483474.913 Engine->Adapter: info depth 18
483475.412 Engine->Adapter: info time 2011 nodes 9143996 nps 4546000 tbhits 0 cpuload 935
483475.412 Engine->Adapter: info multipv 1 depth 18 seldepth 37 score cp 20  time 2143 nodes 9866994 nps 4604000 tbhits 0 hashfull 660 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
483475.412 Adapter->Xboard: 18 +20 214 9866994 (c5) Nf3 Nc6 Bb5 e5 d3 d6 O-O Nf6 Na3 Be7 Nc4 O-O Bd2 h6 h3 Be6 Qe2 Qd7 a3
483475.412 Engine->Adapter: info depth 19
483476.410 Engine->Adapter: info time 3013 nodes 15664296 nps 5198000 tbhits 0 cpuload 936
483476.910 Engine->Adapter: info multipv 1 depth 19 seldepth 41 score cp 20  time 3560 nodes 18826304 nps 5288000 tbhits 0 hashfull 929 pv g1f3 b8c6 f1b5 e7e5 d2d3 d7d6 e1g1 g8f6 b1a3 f8e7 a3c4 e8g8 c1d2 h7h6 h2h3 c8e6 d1e2 d8d7 a2a3
483476.910 Adapter->Xboard: 19 +20 356 18826304 (c5) Nf3 Nc6 Bb5 e5 d3 d6 O-O Nf6 Na3 Be7 Nc4 O-O Bd2 h6 h3 Be6 Qe2 Qd7 a3
483476.910 Engine->Adapter: info depth 20
483476.941 Xboard->Adapter: time 30000
483476.941 Xboard->Adapter: otim 30000
483476.941 Xboard->Adapter: usermove e7e5
483476.941 POLYGLOT MOVE e5
483476.941 POLYGLOT PONDER -> THINK (miss)
483476.941 POLYGLOT STOP SEARCH
483476.941 Adapter->Engine: stop
483476.941 POLYGLOT START SEARCH
483476.941 POLYGLOT FEN rnbqkbnr/pppp1ppp/8/4p3/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2
483476.941 Adapter->Engine: position startpos moves e2e4 e7e5
483476.941 Adapter->Engine: go wtime 300000 btime 300000
483476.972 Engine->Adapter: info depth 1 score cp 5 time 1 nodes 1 nps 1 pv g1f3
483476.972 Engine->Adapter: bestmove g1f3 ponder b8c6
483477.908 Engine->Adapter: info multipv 1 depth 12 seldepth 24 score cp 19 upperbound time 506 nodes 151653 nps 299000 tbhits 0 hashfull 13 pv g1f3 b8c6
483477.908 Adapter->Xboard: 12 +19 51 151653 Nf3 Nc6
483477.908 Engine->Adapter: info multipv 1 depth 12 seldepth 24 score cp 16  time 826 nodes 227785 nps 275000 tbhits 0 hashfull 18 pv g1f3 b8c6 b1c3 g8f6 d2d4 e5d4 f3d4 f8b4 f2f3 d7d5 d4c6 b7c6 d1d4 d8e7
483477.908 Adapter->Xboard: 12 +16 83 227785 Nf3 Nc6 Nc3 Nf6 d4 exd4 Nxd4 Bb4 f3 d5 Nxc6 bxc6 Qd4 Qe7
483477.908 Engine->Adapter: info depth 13
483478.407 Engine->Adapter: info time 1018 nodes 283583 nps 278000 tbhits 0 cpuload 869
483478.407 Engine->Adapter: info multipv 1 depth 13 seldepth 28 score cp 9 upperbound time 1178 nodes 352230 nps 299000 tbhits 0 hashfull 29 pv g1f3 b8c6
483478.407 Adapter->Xboard: 13 +9 118 352230 Nf3 Nc6
483478.922 Engine->Adapter: info multipv 1 depth 13 seldepth 30 score cp 9  time 1594 nodes 588521 nps 369000 tbhits 0 hashfull 46 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
483478.922 Adapter->Xboard: 13 +9 159 588521 Nf3 Nc6 Nc3 Nf6 Bc4 Bc5 O-O d6 d3 O-O Be3 Bxe3 fxe3 Be6 Nd5 Nxd5 exd5
483478.922 Engine->Adapter: info depth 14
483478.922 Engine->Adapter: info multipv 1 depth 14 seldepth 30 score cp 9  time 1914 nodes 773000 nps 403000 tbhits 0 hashfull 56 pv g1f3 b8c6 b1c3 g8f6 f1c4 f8c5 e1g1 d7d6 d2d3 e8g8 c1e3 c5e3 f2e3 c8e6 c3d5 f6d5 e4d5
483478.922 Adapter->Xboard: 14 +9 191 773000 Nf3 Nc6 Nc3 Nf6 Bc4 Bc5 O-O d6 d3 O-O Be3 Bxe3 fxe3 Be6 Nd5 Nxd5 exd5
483478.922 Engine->Adapter: info depth 15
483479.421 Engine->Adapter: info time 2109 nodes 849366 nps 402000 tbhits 0 cpuload 874
483479.921 Engine->Adapter: info multipv 1 depth 15 seldepth 32 score cp 13  time 2938 nodes 3636585 nps 1237000 tbhits 0 hashfull 260 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
483479.921 Adapter->Xboard: 15 +13 294 3636585 Nf3 Nc6 Bc4 Nf6 d3 Bc5 O-O O-O Nc3 d6 Be3 Bb6 Qe2 Be6 Bxe6 fxe6 Nb5 Qd7 c3 Bxe3 Qxe3
483479.921 Engine->Adapter: info depth 16
483480.420 Engine->Adapter: info time 3198 nodes 3728834 nps 1165000 tbhits 0 cpuload 877
483480.919 Engine->Adapter: info multipv 1 depth 16 seldepth 32 score cp 13  time 3482 nodes 4381310 nps 1258000 tbhits 0 hashfull 321 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
483480.919 Adapter->Xboard: 16 +13 348 4381310 Nf3 Nc6 Bc4 Nf6 d3 Bc5 O-O O-O Nc3 d6 Be3 Bb6 Qe2 Be6 Bxe6 fxe6 Nb5 Qd7 c3 Bxe3 Qxe3
483480.919 Engine->Adapter: info depth 17
483481.418 Engine->Adapter: info time 4208 nodes 5493194 nps 1305000 tbhits 0 cpuload 876
483481.917 Engine->Adapter: info multipv 1 depth 17 seldepth 33 score cp 13  time 4729 nodes 6713595 nps 1419000 tbhits 0 hashfull 458 pv g1f3 b8c6 f1c4 g8f6 d2d3 f8c5 e1g1 e8g8 b1c3 d7d6 c1e3 c5b6 d1e2 c8e6 c4e6 f7e6 c3b5 d8d7 c2c3 b6e3 e2e3
483481.917 Adapter->Xboard: 17 +13 473 6713595 Nf3 Nc6 Bc4 Nf6 d3 Bc5 O-O O-O Nc3 d6 Be3 Bb6 Qe2 Be6 Bxe6 fxe6 Nb5 Qd7 c3 Bxe3 Qxe3
483481.917 Engine->Adapter: info depth 18
483481.917 Engine->Adapter: info currmove g1f3 currmovenumber 1
483482.417 Engine->Adapter: info time 5252 nodes 6826296 nps 1299000 tbhits 0 cpuload 876
483483.415 Engine->Adapter: info time 6270 nodes 8468828 nps 1350000 tbhits 0 cpuload 871
483484.413 Engine->Adapter: info multipv 1 depth 18 seldepth 36 score cp 15  time 6969 nodes 11729999 nps 1683000 tbhits 0 hashfull 722 pv g1f3 b8c6 f1c4 g8f6 b1c3 f8c5 d2d3 h7h6 e1g1 e8g8 c3d5 d7d6 c2c3 c8e6 b2b4 c5b6 c1e3 b6e3 f2e3 f6d5 e4d5
483484.413 Adapter->Xboard: 18 +15 697 11729999 Nf3 Nc6 Bc4 Nf6 Nc3 Bc5 d3 h6 O-O O-O Nd5 d6 c3 Be6 b4 Bb6 Be3 Bxe3 fxe3 Nxd5 exd5
483484.413 Engine->Adapter: info depth 19
483484.413 Engine->Adapter: info currmove g1f3 currmovenumber 1
483484.413 Engine->Adapter: info time 7277 nodes 12578787 nps 1728000 tbhits 0 cpuload 867
483485.412 Engine->Adapter: info time 8278 nodes 17049402 nps 2059000 tbhits 0 cpuload 884
483486.410 Engine->Adapter: info time 9434 nodes 20495805 nps 2172000 tbhits 0 cpuload 872
483487.424 Engine->Adapter: info time 10443 nodes 27095202 nps 2594000 tbhits 0 cpuload 865
483488.423 Engine->Adapter: info time 11444 nodes 32906779 nps 2875000 tbhits 0 cpuload 872
483489.421 Engine->Adapter: info multipv 1 depth 19 seldepth 42 score cp 21 lowerbound time 12155 nodes 37402315 nps 3077000 tbhits 0 hashfull 999 pv g1f3
483489.421 Adapter->Xboard: 19 +21 1216 37402315 Nf3
483489.421 Engine->Adapter: info currmove g1f3 currmovenumber 1
483489.421 Engine->Adapter: info time 12447 nodes 37624813 nps 3022000 tbhits 0 cpuload 884
483490.919 Engine->Adapter: info time 13533 nodes 39573156 nps 2924000 tbhits 0 cpuload 867
483491.917 Engine->Adapter: info time 14543 nodes 44630114 nps 3068000 tbhits 0 cpuload 878
483491.917 Engine->Adapter: info multipv 1 depth 19 seldepth 42 score cp 20  time 14651 nodes 44874774 nps 3062000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
483491.917 Adapter->Xboard: 19 +20 1465 44874774 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O Qf6 d3 Bd6 Be3 Ne7 Nbd2 O-O Bg5 Qe6 Nc4 f6 Be3 Qf7 Nxd6 cxd6 Qd2 Be6
483491.917 Engine->Adapter: info depth 20
483491.917 Engine->Adapter: info currmove g1f3 currmovenumber 1
483492.915 Engine->Adapter: info time 15679 nodes 47150812 nps 3007000 tbhits 0 cpuload 877
483493.914 Engine->Adapter: info time 16684 nodes 54033927 nps 3238000 tbhits 0 cpuload 869
483494.413 Engine->Adapter: info multipv 1 depth 20 seldepth 42 score cp 20  time 17211 nodes 57064076 nps 3315000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 a7a6 b5c6 d7c6 e1g1 d8f6 d2d3 f8d6 c1e3 g8e7 b1d2 e8g8 e3g5 f6e6 d2c4 f7f6 g5e3 e6f7 c4d6 c7d6 d1d2 c8e6
483494.413 Adapter->Xboard: 20 +20 1721 57064076 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O Qf6 d3 Bd6 Be3 Ne7 Nbd2 O-O Bg5 Qe6 Nc4 f6 Be3 Qf7 Nxd6 cxd6 Qd2 Be6
483494.413 Engine->Adapter: info depth 21
483494.413 Engine->Adapter: info currmove g1f3 currmovenumber 1
483494.912 Engine->Adapter: info time 17696 nodes 57507807 nps 3249000 tbhits 0 cpuload 872
483495.926 Engine->Adapter: info time 18877 nodes 63078209 nps 3341000 tbhits 0 cpuload 876
483496.925 Engine->Adapter: info time 19886 nodes 67553710 nps 3397000 tbhits 0 cpuload 879
483497.923 Engine->Adapter: info time 20888 nodes 70349760 nps 3367000 tbhits 0 cpuload 871
483498.921 Engine->Adapter: info time 21890 nodes 77311833 nps 3531000 tbhits 0 cpuload 871
483499.421 Engine->Adapter: info multipv 1 depth 21 seldepth 42 score cp 13 upperbound time 22266 nodes 78463511 nps 3523000 tbhits 0 hashfull 1000 pv g1f3 b8c6
483499.421 Adapter->Xboard: 21 +13 2227 78463511 Nf3 Nc6
483499.421 Engine->Adapter: info currmove g1f3 currmovenumber 1
483499.920 Engine->Adapter: info time 22907 nodes 78881396 nps 3443000 tbhits 0 cpuload 870
483500.918 Engine->Adapter: info time 23916 nodes 81957851 nps 3426000 tbhits 0 cpuload 879
483501.917 Engine->Adapter: info time 24925 nodes 88521843 nps 3551000 tbhits 0 cpuload 875
483502.915 Engine->Adapter: info time 25935 nodes 93711209 nps 3613000 tbhits 0 cpuload 857
483503.258 Xboard->Adapter: force
483503.258 POLYGLOT STOP SEARCH
483503.258 Adapter->Engine: stop
483503.258 POLYGLOT WAIT
483503.258 Xboard->Adapter: ping 2
483503.258 Adapter->Xboard: pong 2
483503.258 Xboard->Adapter: quit
483503.258 POLYGLOT *** "quit" from XBoard ***
483503.258 POLYGLOT *** QUIT ***
483503.258 Adapter->Engine: quit
483503.274 Engine->Adapter: info multipv 1 depth 21 seldepth 42 score cp 13  time 26298 nodes 96251387 nps 3660000 tbhits 0 hashfull 1000 pv g1f3 b8c6 f1b5 g8f6 e1g1 f6e4 f1e1 e4d6 f3e5 f8e7 b5f1 c6e5 e1e5 e8g8 b1c3 e7f6 d2d4 b7b6 e5e1 c8b7 d1g4 f8e8 c1e3 g7g6 f1d3 d8e7
483503.274 Engine->Adapter: bestmove g1f3 ponder b8c6
483503.757 closing child


I think thats everything, but if I have forgotten something please tell me!
Hope you can make anything out of it!

Once again, thank you for your help!
zappa79
 
Posts: 6
Joined: 10 Jun 2011, 22:17

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 21 Jun 2011, 02:09

Observation: You polyglot.ini is all wrong, Houdini does not use Nalimov table bases and you are also declaring parameters that Houdini does not use.

Please read the whole post before doing anything.

I am not very familiar with the latest releases of WinBoard, I am going to suggest to try this first with an older version (4.3) see the topic bellow:
http://www.open-aurec.com/wbforum/viewtopic.php?t=49439

I installed this version on a folder I arbitrarily called C:\WinBoardGoldPack

Image

I then "dived" into the WinBoard folder and created a new folder called "Book Adapter":

Image

I then "dived" into the newly created "Book Adapter" folder and created two new folders called "ctg books" and "Config", also I copy the Aquarium Book Adapter files and also observe that I placed a copy of Houdini chess engine here.

Image

As you can see I am kind of following the instructions in the guide mentioned above.

It is very important to copy the ctg book folder/files to this location (or whatever location of your choice) prior to doing the Aquarium thingy. Why? Because the "tree_configurations.xml" file will contain information regarding the physical location of the book.

Next, I copied a folder that contains a ctg book files, In this particular case I use a book called MOVEMENTS:

Image

Image

OK, At this point I ran The Convekta Aquarium Demo Program and followed the steps as mentioned in the guide above:

Image

As mentioned in the guide, if the resulting tree is empty, then something is wrong and you should use a different book or try to solve the issue which I do not have idea how to.

Image

Now go and copy the file "tree_configurations.xml" from the Config folder of your Aquarium installation (more than likely if you follow the defaults: C:\AquariumDemo\Config) and paste it in "C:\WinBoardGoldPack\WinBoard\Book Adapter\Config"

Image

Ignore the guide's instruction about editing the file, it does not make any difference.

Go to "C:\WinBoardGoldPack\WinBoard\Book Adapter" and double click on "ABAGui.exe"

Since this is the very first time you click on this file, and assuming you did not copy any ini files(extremely recommended) you are going to get a screen like this:

Image

Forget about the "File" section, it is empty because it did not see an ini file, but since this exactly what we are doing (creating an ini file for the book adapter) next time is going to be populated.

Thick the box "Relative path, then browse to the location of your engine(If you follow this instructions to the letter, it should be just there).,

Enable logging is up to you, I recommend to do this only when you have bugs you want to report to the developers of the Adapter.

This tutorial is not about what are the correct settings for the adapter....for that you have to go to rybka forums,etc....just as an example here are my 2 cents:

Latency 1
TimeBuffer 0
History Length 0
Minimal Time 0
Prioty Low

Tick the box "Use Book 0" and then the drop down arrow to search for the book you want to use, in this caese was MOVEMENTS.

Adjust the depth as you wish.

Note: Obviously you can select more than one book at the same time, but this unknown territory to me.

Image

WinBoard is going to use polyglot as the engine, so, next step is to create a winboard shortcut with the correct instructions to launch WinBoard on ICS mode, connet to freechess.org and launch polyglot as its engine, so I ain't going to get into details on how to do this because that is a whole another topic that you should had master by now, I am only going to type here what the properties of the shortcut look like, note I am creating the shortcut in the "C:\WinBoardGoldPack\WinBoard" folder, you can later copy the shortcut to the desktop if you wish.
Code: Select all
C:\WinBoardGoldPack\WinBoard\winboard.exe /zp /ics /icshost=freechess.org /icsport=5000 /icshelper=timeseal /fcp="C:\WinBoardGoldPack\Polyglot15w\polyglot.exe polyglot.ini" /fd="C:\WinBoardGoldPack\Polyglot15w\"


Please observe that polyglot was installed by the goldpack in "C:\WinBoardGoldPack\Polyglot15w" also observe that we are not declaring a polyglot initialization file, so by default polyglot is going to look for a polyglot.ini in the same folder polyglot.exe exists. Also observe that I am not adding extra parameters like seek or so, it is up to you to do that.

Be sure that timeseal.exe exists in "C:\WinBoardGoldPack\WinBoard" folder, I can confirm that the GoldPack installation put it there. Also be aware that other servers expect timestamp.exe instead of timeseal.exe, this is another subject that I am not going to cover here.

OK, Now a WinBoard shortcut that points to polyglot.exe has been created. The next step is to create a polyglot initialization file to point to the book Adapter. I am not sure about this next statement but it seems that we should assume that the book adapter also reads the polyglot.ini [ENGINE] section and parses the declared parameters to the engine later declared in the AquariumBookAdapter.ini file (sorry if this sounds confusing to some but I am making the statement for whatever is worth). My point here is that even thou we are telling polyglot that the engine to use is AquariumBookAdapter.exe, we should pretend that the engine is Houdini, or Rybka or whatever engine we later declare in the AquariumBookAdapter.ini file and we must declare the options we want the engine to use. If this sounds confusing...please keep reading.

Now please create a polyglot.ini file in the same folder were polyglot.exe exists and make it look more or less like this:
Code: Select all
[PolyGlot]
EngineCommand="C:\WinBoardGoldPack\WinBoard\Book Adapter\AquariumBookAdapter.exe"
EngineDir="C:\WinBoardGoldPack\WinBoard\Book Adapter\"
Book=false
BookFile=
SyncStop=true
ShowPonder=true
CanPonder=true
KibitzMove=false
KibitzPV=false
KibitzCommand=kibitz
KibitzDelay=5

[Engine]
Hash=256
Threads=4
Split_Depth=10
Ponder=1
Contempt=2
GaviotaTbPath=C:\YaY_Ultimate_3\Winboard_X\GTB
GaviotaTbCache=64
Hard_Probe_Depth=24
Soft_Probe_Depth=16
Large_Pages=1


Observe that I am declaring a path to the Gaviota EndGameTableBases as: GaviotaTbPath=C:\YaY_Ultimate_3\Winboard_X\GTB, I am doing this because this is where my gaviota tablebases exists, you should change this as needed, or deleted if you do not have the Gaviota tablebases.

My hash and other parameters are set to my likings, this post is not about how to configure UCI Engine parameters, the polyglot ini shown here is just an example, set yours as you wish.

Please do not ask me about Large Pages either...Google it.

That is it. Double clicking in the WinBoard's shortcut takes me directly to the Internet Chess Server:

Image

I suggest that before doing so, open WinBoard in any mode and go true the options, more specifically under UCI options, untick the Book Options like this:

Image

Check all other options and set as needed/desire.

As you can see in the picture below, the book adapter made 6 moves before started thinking, I was just a little slow and took me a second to hit the "Print Screen" button.

Image

Please observe that after running out of book, the engine starts thinking with no problems:

Image

I almost forgot, the Book Adapter is free but is not perfect, something I mentioned before, it tends to still running in the background even after exiting WinBoard, if you do not kill the process manually, next time you start the adapter is not going to make a move.

I fall victim of this and as you can see there were several instances of the Aquarium Book Adapter, Houdini and Polyglot running at the same time, if this happens to you, kill all this processes before starting WinBoard/Polyglot/Adapter/Engine again.

Image

Good luck,
Last edited by matematiko on 22 Jun 2011, 13:15, edited 1 time in total.
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby mocha1961 » 21 Jun 2011, 15:35

how can i use this setup with yahoo chess
mocha1961
 
Posts: 12
Joined: 08 Jan 2010, 00:31

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 21 Jun 2011, 19:22

mocha1961 wrote:how can i use this setup with yahoo chess


Just change freechess.org to 127.0.0.1 and 5000 to 6000

Good luck,
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby mocha1961 » 21 Jun 2011, 23:37

ok. i put this at the shortcut winboard properties and got an error when i open it.

C:\WinBoardGoldPack\WinBoard\winboard.exe /zp /ics /icshost=127.0.0.1 /icsport=6000 /icshelper=timeseal /fcp="C:\WinBoardGoldPack\Polyglot15w\polyglot.exe polyglot.ini" /fd="C:\WinBoardGoldPack\Polyglot15w\" /fUCI

you said to change the host to127.0.0.1 and port to 6000.

http://www.mediafire.com/i/?xw6jd656ck11onv
mocha1961
 
Posts: 12
Joined: 08 Jan 2010, 00:31

Re: Problem autoplaying on FICS with Fritz 11!

Postby matematiko » 22 Jun 2011, 02:01

mocha1961 wrote:ok. i put this at the shortcut winboard properties and got an error when i open it.

C:\WinBoardGoldPack\WinBoard\winboard.exe /zp /ics /icshost=127.0.0.1 /icsport=6000 /icshelper=timeseal /fcp="C:\WinBoardGoldPack\Polyglot15w\polyglot.exe polyglot.ini" /fd="C:\WinBoardGoldPack\Polyglot15w\" /fUCI

you said to change the host to127.0.0.1 and port to 6000.

http://www.mediafire.com/i/?xw6jd656ck11onv


Image

Can a WinBoard expert help him with this?

Thanks,
One that does not live to serve, does not deserve to live.
matematiko
 
Posts: 219
Joined: 07 Dec 2008, 17:11
Location: Texas

Re: Problem autoplaying on FICS with Fritz 11!

Postby Josh Pettus » 22 Jun 2011, 02:46

Why is it looking for polygot_1st.ini when his command asks for just polyglot.ini? Which is the one he wants that has the engine he wants?

Me I'd see if I can get winboard to launch in yay first, then try to load an engine with it.
to do that.
first
Remove the the /zp command and the /fcp command and /fd and see if it works, then you can try to get polyglot in the mix. And /fUCI?

If he is going to involk polyglot as an engine he doesn't want that anyway. which is probably why it is looking for polyglot_1st.ini
Josh Pettus
 
Posts: 317
Joined: 11 Mar 2009, 01:11

Next

Return to WinBoard development and bugfixing

Who is online

Users browsing this forum: No registered users and 4 guests