Skipper update

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

Moderators: hgm, Rebel, chrisw

Daniel Anulliero
Posts: 759
Joined: Fri Jan 04, 2013 4:55 pm
Location: Nice

Re: Skipper update

Post by Daniel Anulliero »

Sven Schüle wrote:
Henk wrote:Mate in 7 if I disable null move

Code: Select all

Depth  Value   Time(seconds)   Nodes
480       -M7   20.02    22680930   e5e4 d8d2 e4f5 d2d4 f5g5 e8e7 g5f5 e7f7 f5g5 d4e4 g5h5 f7f6 h5h6 e4h1 h6h7 
470  -10.8900       6.18     7097477   e5e4 d8d2 e4f5 d2e2 f5f4 e8f7 f4g3 e2f1 g3h2 f7g6 h2g3 g6h5 g3h2 f1f2 h2h3 f2g1 
460  -10.8900      22.28    23932459   e5e4 d8d2 e4f5 d2e2 f5f4 e8f7 f4g3 e2f1 g3h2 f7g6 h2g3 g6h5 g3h2 f1f2 h2h3 f2g1
...
found in iteration #48 ???

Skipper urgently needs a rewrite from scratch. Believe me, please.
We have even a M10 found at iteration 77 lol
Sure Skipper have a little problem somewhere
Isa download :
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

Daniel Anulliero wrote:
Sven Schüle wrote:
Henk wrote:Mate in 7 if I disable null move

Code: Select all

Depth  Value   Time(seconds)   Nodes
480       -M7   20.02    22680930   e5e4 d8d2 e4f5 d2d4 f5g5 e8e7 g5f5 e7f7 f5g5 d4e4 g5h5 f7f6 h5h6 e4h1 h6h7 
470  -10.8900       6.18     7097477   e5e4 d8d2 e4f5 d2e2 f5f4 e8f7 f4g3 e2f1 g3h2 f7g6 h2g3 g6h5 g3h2 f1f2 h2h3 f2g1 
460  -10.8900      22.28    23932459   e5e4 d8d2 e4f5 d2e2 f5f4 e8f7 f4g3 e2f1 g3h2 f7g6 h2g3 g6h5 g3h2 f1f2 h2h3 f2g1
...
found in iteration #48 ???

Skipper urgently needs a rewrite from scratch. Believe me, please.
We have even a M10 found at iteration 77 lol
Sure Skipper have a little problem somewhere
Rewrite only made it slower. (See my previous post). Depth is only a relative value.
flok

Re: Skipper update

Post by flok »

Relative to what?
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

flok wrote:Relative to what?
Horizon
jorose
Posts: 360
Joined: Thu Jan 22, 2015 3:21 pm
Location: Zurich, Switzerland
Full name: Jonathan Rosenthal

Re: Skipper update

Post by jorose »

Winter finds mate on my Lenovo T470S in about half a second, but 3 million nodes (probably would be less in other engines but for some nodes it makes and unmakes some moves during move generation to ensure legality, which inflates nodecount). The evaluation terms that could effect search are King piece square table, queen activity and the distance of the black queen to the white king. The engine doesn't use null move pruning in the diagram, but takes advantage of LMR and razoring.

Code: Select all

position fen 3qk3/8/8/4K3/8/8/8/8 w - - 0 1
go infinite
info  depth 1 seldepth 1 time 0 nodes 5 score cp -854 pv e5e4
info  depth 2 seldepth 3 time 0 nodes 152 score cp -885 pv e5e4 e8f7
info  depth 3 seldepth 3 time 0 nodes 261 score cp -882 pv e5e4 e8f7 e4f3
info  depth 4 seldepth 5 time 5 nodes 4244 score cp -921 pv e5f4 e8f7 f4e4 d8d6
info  depth 5 seldepth 5 time 7 nodes 9872 score cp -924 pv e5e4 e8f7 e4e3 d8d5 e3f2
info  depth 6 seldepth 7 time 9 nodes 19282 score cp -933 pv e5e4 e8f7 e4f4 f7e6 f4e3 d8d5
info  depth 7 seldepth 7 time 12 nodes 27946 score cp -935 pv e5e4 e8f7 e4f4 d8d5 f4e3 f7f6 e3f2
info  depth 8 seldepth 9 time 20 nodes 67141 score cp -951 pv e5e4 e8f7 e4e3 f7e6 e3f3 d8d4 f3g3 d4e3
info  depth 9 seldepth 11 time 28 nodes 102125 score cp -952 pv e5e4 e8f7 e4e3 d8d5 e3f2 d5e4 f2g3 f7f6 g3h2
info  depth 10 seldepth 11 time 43 nodes 187995 score cp -959 pv e5e4 e8f7 e4e3 f7f6 e3e2 d8d4 e2f3 f6e5 f3g3 d4f4
info  depth 11 seldepth 11 time 59 nodes 288946 score cp -959 pv e5e4 e8f7 e4e3 f7f6 e3e2 d8d4 e2f3 f6e5 f3g3 d4f4 g3g2
info  depth 12 seldepth 15 time 106 nodes 580425 score cp -976 pv e5e4 d8d2 e4e5 e8f7 e5e4 f7f6 e4f3 f6e5 f3g3 d2e2 g3h3 e2f3
info  depth 13 seldepth 17 time 171 nodes 1011692 score cp -985 pv e5e4 d8d2 e4e5 d2d3 e5f4 e8e7 f4g5 d3e4 g5h6 e7f6 h6h5 e4g6 h5h4
info  depth 14 seldepth 17 time 238 nodes 1514472 score cp -985 pv e5e4 d8d2 e4f3 d2e1 f3f4 e1e2 f4f5 e8e7 f5f4 e2d3 f4g5 d3e4 g5h6 e7f6
info  depth 15 seldepth 17 time 308 nodes 2021106 score cp -985 pv e5e4 d8d2 e4f3 d2e1 f3f4 e1e2 f4g3 e8f7 g3f4 e2d3 f4e5 f7e8 e5f4 e8e7 f4g5
info  depth 16 seldepth 19 time 457 nodes 3098112 score mate -7 pv e5e4 d8d2 e4f3 e8f7 f3e4 f7f6 e4f3 f6f5 f3g3 d2e2 g3h3 f5f4 h3h4 e2g4
Stockfish is interesting. Took just 0.2 seconds and only 800'000 nodes, as expected, but didn't find the best mate until depth 27!

Code: Select all

Stockfish 8 64 by T. Romstad, M. Costalba, J. Kiiski, G. Linscott
position fen 3qk3/8/8/4K3/8/8/8/8 w - - 0 1
go infinite
info depth 1 seldepth 1 multipv 1 score cp -5077 nodes 24 nps 4800 tbhits 0 time 5 pv e5e4
info depth 2 seldepth 2 multipv 1 score cp -5077 nodes 36 nps 7200 tbhits 0 time 5 pv e5e4 d8d1
info depth 3 seldepth 3 multipv 1 score cp -5073 nodes 117 nps 23400 tbhits 0 time 5 pv e5e4 d8d1 e4e3
info depth 4 seldepth 4 multipv 1 score cp -5073 nodes 265 nps 44166 tbhits 0 time 6 pv e5e4 d8d1 e4e3 d1a1
info depth 5 seldepth 5 multipv 1 score cp -5089 nodes 1347 nps 192428 tbhits 0 time 7 pv e5e4 e8d7 e4e3 d7c6 e3e2
info depth 6 seldepth 7 multipv 1 score cp -5093 nodes 2600 nps 325000 tbhits 0 time 8 pv e5e4 e8d7 e4e3 d7d6 e3e4 d6c5
info depth 7 seldepth 8 multipv 1 score cp -5097 nodes 5363 nps 536300 tbhits 0 time 10 pv e5e4 d8h4 e4d3 e8d7 d3e3 d7d6 e3d3 d6e5
info depth 8 seldepth 9 multipv 1 score cp -5097 nodes 8161 nps 627769 tbhits 0 time 13 pv e5e4 d8h4 e4d3 e8d7 d3e3 d7d6 e3d3 d6e5 d3e3
info depth 9 seldepth 11 multipv 1 score cp -5097 nodes 10864 nps 724266 tbhits 0 time 15 pv e5e4 d8h4 e4d3 e8d7 d3e3 d7d6 e3d3 d6e5 d3e3 h4d4 e3e2
info depth 10 seldepth 13 multipv 1 score cp -5097 nodes 18217 nps 910850 tbhits 0 time 20 pv e5e4 d8h4 e4d3 e8d7 d3e3 d7d6 e3d3 d6e5 d3e3 h4d4 e3e2 d4a1 e2d3
info depth 11 seldepth 16 multipv 1 score cp -5106 nodes 45695 nps 1235000 tbhits 0 time 37 pv e5e4 d8h4 e4f5 e8d7 f5e5 h4c4 e5f5 d7d6 f5g6 c4d4 g6g5 d6e5 g5h5
info depth 12 seldepth 17 multipv 1 score cp -5110 nodes 57842 nps 1345162 tbhits 0 time 43 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7c6 d3d2 c6d6 d2c3 d6e5 c3b3 h4d4 b3a3 d4c5 a3b3 e5d4
info depth 13 seldepth 18 multipv 1 score cp -5110 nodes 74689 nps 1524265 tbhits 0 time 49 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7c6 d3d2 c6d6 d2c3 d6e5 c3d3 h4e4 d3c3 e4d4 c3b3 d4c5 b3a4 e5d4
info depth 14 seldepth 19 multipv 1 score cp -5114 nodes 96540 nps 1755272 tbhits 0 time 55 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7c6 d3d2 c6d6 d2c3 d6e5 c3b3 h4d4 b3a3 d4c4 a3b2 e5d4 b2a3
info depth 15 seldepth 20 multipv 1 score cp -5122 nodes 144000 nps 2215384 tbhits 0 time 65 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3e3 d6e5 e3d2 e5d4 d2c2 h4g3 c2b2 g3c3 b2a2 d4d3 a2b1 c3d4
info depth 16 seldepth 23 multipv 1 score mate -15 nodes 177579 nps 2466375 tbhits 0 time 72 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3a3 d5e4 a3a2 e4d3 a2b3 d4h4 b3b2 h4f4
info depth 17 seldepth 23 multipv 1 score mate -15 nodes 185197 nps 2502662 tbhits 0 time 74 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3a3 d5e4 a3a2 e4d3 a2b3 d4h4 b3b2 h4f4 b2b3
info depth 18 seldepth 24 multipv 1 score mate -12 nodes 193828 nps 2550368 tbhits 0 time 76 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3a3 d5e4 a3a2 d4c3 a2b1 e4d3 b1a2 c3b4 a2a1 d3c3 a1a2
info depth 19 seldepth 25 multipv 1 score mate -12 nodes 207843 nps 2598037 tbhits 0 time 80 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d4c3 b1a2 c3b4 a2a1 d3c3 a1a2
info depth 20 seldepth 25 multipv 1 score mate -11 nodes 227930 nps 2681529 tbhits 0 time 85 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 21 seldepth 25 multipv 1 score mate -11 nodes 267673 nps 2847585 tbhits 0 time 94 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 22 seldepth 25 multipv 1 score mate -11 nodes 297582 nps 3005878 tbhits 0 time 99 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 23 seldepth 25 multipv 1 score mate -11 nodes 356241 nps 3180723 tbhits 0 time 112 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 24 seldepth 25 multipv 1 score mate -11 nodes 421342 nps 3317653 tbhits 0 time 127 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 25 seldepth 25 multipv 1 score mate -11 nodes 490855 nps 3432552 tbhits 0 time 143 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 26 seldepth 25 multipv 1 score mate -11 nodes 539700 nps 3481935 tbhits 0 time 155 pv e5e4 d8h4 e4e3 e8d7 e3d3 d7d6 d3d2 d6e5 d2c3 h4d4 c3b3 e5d5 b3c2 d5e4 c2c1 e4d3 c1b1 d3c3 b1a2 d4f2 a2a3 f2a7
info depth 27 seldepth 25 multipv 1 score mate -7 nodes 815364 nps 3901263 tbhits 0 time 209 pv e5e4 d8d2 e4f3 e8f7 f3g4 d2d3 g4f4 f7f6 f4g4 d3e3 g4h4 f6f5 h4h5 e3h3
JVMerlino
Posts: 1357
Joined: Wed Mar 08, 2006 10:15 pm
Location: San Francisco, California

Re: Skipper update

Post by JVMerlino »

Sven Schüle wrote:
JVMerlino wrote:
Henk wrote:It now sees only mate in 10

Code: Select all

Depth  Value   Time(seconds)   Nodes
770      -M10   14.73    18432169   e5e4 d8d2 e4f5 e8f7 f5e5 d2d3 e5f4 f7f6 f4g4 d3f5 g4g3 f6g5 g3h2 g5g4 h2g2 f5f4 g2g1 g4g3 g1h1 f4c1 
760      -M10   12.39    15363253   e5e4 d8d2 e4f5 e8f7 f5e5 d2d3 e5f4 f7f6 f4g4 d3f5 g4g3 f6g5 g3h2 g5g4 h2g2 f5f4 g2g1 g4g3 g1h1 f4c1 
750      -M10   28.42    34852826   e5e4 d8d2 e4f5 e8f7 f5e5 d2d3 e5f4 f7f6 f4g4 d3f5 g4g3 f6g5 g3h2 g5g4 h2g2 f5f4 g2g1 g4g3 g1h1 f4c1
...
I'm extremely confused by the data in your "Time (seconds)" column. There are multiple instances in which the time reported at depth N+1 (or, actually, N+10, which I don't really understand) is LESS than the time reported at depth N. Look at the reports from depth 690 and 750, then the next depth.

What's going on here?
That has confused me as well a while ago. Search output of Skipper is non-standard (well, that's the only non-standard thing in it ...) by not accumulating nodes and time but reporting these for each single iteration. Also depth is 10 * the normal depth, obviously just for fun.
Thanks, Sven!
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

Pfft finally Skipper able to finish KQk end game in a three minute game.

[pgn]
[Event "Computer Chess Game"]
[Site "HP"]
[Date "2017.06.09"]
[Round "-"]
[White "Fairy-Max 4.8S"]
[Black "SkipperWinb"]
[Result "0-1"]
[TimeControl "180"]
[Annotator "1. +0.18 1... -0.17"]

1. d4 {+0.18/9} d5 {-0.17/17 3} 2. c3 {+0.13/8 4} Nf6 {+0.04/17 3} 3. Be3
{+0.10/8 4} e6 {+0.44/15 2.9} 4. Nd2 {-0.03/8 2.0} Bd6 {+0.86/15 2.9} 5.
Qa4+ {-0.11/8 2.6} Bd7 {+1.39/15 2.9} 6. Qb3 {-0.14/9 2.9} Qc8
{+0.83/15 2.8} 7. Ngf3 {-0.02/9 2.8} O-O {+0.95/15 2.8} 8. Ne5 {+0.16/10 4}
a5 {+0.66/15 2.7} 9. Nxd7 {+0.40/11 5} Nbxd7 {+0.93/14 2.7} 10. f3
{+0.60/9 1.9} a4 {+0.85/15 2.6} 11. Qc2 {+0.46/10 3} a3 {+1.15/15 2.6} 12.
g4 {+0.38/9 2.0} axb2 {+1.92/14 2.5} 13. Qxb2 {+0.33/8 2.1} Be7
{+1.38/13 2.5} 14. Bh3 {+0.49/10 2.3} Ne8 {+1.39/13 2.5} 15. O-O
{+0.47/9 1.8} Nb6 {+1.17/13 2.4} 16. Bf4 {+0.23/9 2.5} Ba3 {+1.51/13 2.4}
17. Qc2 {+0.09/10 2.1} Bd6 {+1.24/13 2.4} 18. Bg3 {+0.23/9 4} Bxg3
{+1.50/15 2.3} 19. hxg3 {+0.25/11 2.5} Qd7 {+1.31/14 2.3} 20. e3
{+0.32/9 2.0} Nd6 {+1.33/15 2.3} 21. e4 {+0.44/10 2.5} Qe7 {+1.41/11 2.2}
22. Rfe1 {+0.36/8 2.5} dxe4 {+1.09/11 2.2} 23. fxe4 {+0.32/9 2.2} Qg5
{+1.01/13 2.2} 24. e5 {+0.40/8 1.4} Ndc8 {+0.79/13 2.1} 25. Ne4 {+0.30/9 3}
Qh6 {+1.15/14 2.1} 26. Bg2 {+0.29/9 1.6} Nc4 {+0.32/13 2.1} 27. Nc5
{+0.53/9 3} Ne3 {+1.60/12 2.0} 28. Qe4 {+0.11/10 2.1} Nd5 {+0.78/11 2.0}
29. c4 {+1.03/9 2.2} Ndb6 {+0.46/13 1.9} 30. Qd3 {+0.97/9 1.7} Ra5
{-0.35/11 1.9} 31. Nxb7 {+1.28/9 4} Ra4 {+0.09/13 1.9} 32. c5 {+1.57/9 1.4}
Nd5 {+0.21/14 1.9} 33. c6 {+1.45/10 4} Nce7 {+0.70/12 1.8} 34. Nc5
{+1.16/9 3} Ra7 {+0.89/12 1.8} 35. Qc4 {+1.06/8 1.3} Ne3 {+1.50/13 1.8} 36.
Qe2 {+1.07/9 1.0} Nxg2 {+0.76/13 1.7} 37. Qxg2 {+0.71/9 1.2} Rb8
{+0.75/13 1.7} 38. Rac1 {+0.64/9 2.7} Qg6 {+1.17/12 1.7} 39. Rf1
{+0.57/9 3} Ra3 {+1.57/12 1.7} 40. Rf3 {+0.60/8 1.0} Ra5 {+0.73/11 1.6} 41.
Rf2 {+0.63/7 0.9} Qxg4 {+1.19/11 1.6} 42. Nb3 {+0.52/8 1.0} Ra4
{+1.39/12 1.6} 43. Rf4 {+0.14/9 2.0} Qg5 {+1.59/13 1.5} 44. Rcf1
{-0.02/8 1.7} Nxc6 {+1.55/12 1.5} 45. Rxf7 {-0.69/7 0.8} Qe3+
{+1.71/10 1.5} 46. Qf2 {-0.45/9 1.0} Qxf2+ {+1.03/13 1.5} 47. R1xf2
{-0.47/11 0.9} Rxa2 {+0.97/15 1.5} 48. Rxa2 {-0.47/11 1.9} Kxf7
{+1.00/18 1.5} 49. Rc2 {-0.73/11 0.8} Rxb3 {+1.00/17 1.4} 50. Rxc6
{-0.72/15 1.2} Rxg3+ {+1.00/20 1.5} 51. Kf2 {-0.69/13 1.2} Ra3
{+1.00/22 1.4} 52. Rxc7+ {-0.75/12 0.7} Kg6 {+1.00/22 1.4} 53. Re7
{-0.75/12 0.8} Ra2+ {+1.00/22 1.4} 54. Ke3 {-0.69/13 1.0} Ra6
{+1.00/24 1.4} 55. Ke4 {-0.79/12 1.1} Rb6 {+1.00/23 1.3} 56. Rd7
{-0.74/13 0.8} Rc6 {+1.00/23 1.3} 57. Rd6 {-0.31/14 1.6} Rxd6
{+1.00/26 1.3} 58. exd6 {-0.64/16 0.9} Kf6 {+1.00/34 1.4} 59. Kf4
{-0.74/17 0.8} Kf7 {+1.00/29 1.2} 60. Ke5 {-1.45/17 0.7} g6 {+1.00/27 1.2}
61. d7 {-1.08/18 0.9} Ke7 {+1.00/29 1.2} 62. d8=Q+ {-1.63/19 1.0} Kxd8
{+1.00/28 1.2} 63. Kxe6 {-1.74/18 0.7} h5 {+1.00/32 1.3} 64. Ke5
{-2.37/20 0.7} h4 {+1.00/33 1.2} 65. Kf4 {-2.96/21 0.5} g5+ {+1.00/29 1.2}
66. Kf3 {-3.62/21 0.6} Ke7 {+9.08/30 1.1} 67. Kg4 {-3.60/21 1.0} Kd6
{+9.08/21 1.1} 68. Kh3 {-8.36/21 2.4} Ke6 {+9.08/19 1.1} 69. Kg4
{-8.41/21 1.2} Kd5 {+9.08/17 1.0} 70. Kh3 {-8.40/20 0.6} Kxd4
{+11.09/14 1.0} 71. Kg4 {-8.44/20 0.6} Ke3 {+11.21/13 1.0} 72. Kxg5
{-8.44/19 0.5} h3 {+11.21/12 1.1} 73. Kf5 {-8.45/17 0.5} Kf3
{+11.21/11 1.0} 74. Ke5 {-8.52/16 0.6} h2 {+11.21/10 1.0} 75. Kd5
{-8.62/15 0.6} Kf4 {+11.21/10 1.0} 76. Kd4 {-8.61/15 0.5} Kf5
{+11.21/9 1.0} 77. Kc4 {-8.61/15 0.4} Ke4 {+11.22/9 1.0} 78. Kc5
{-8.61/16 0.6} Ke3 {+11.21/10 1.0} 79. Kd6 {-8.63/15 0.4} Kd4
{+11.21/9 0.9} 80. Ke6 {-79.91/15 0.5} Kc4 {+11.21/9 0.9} 81. Kf5
{-79.90/16 0.7} h1=Q {+11.21/9 0.9} 82. Ke5 {-79.92/15 0.6} Qf1
{+11.21/8 0.9} 83. Ke4 {-79.94/15 0.5} Qf2 {+11.21/9 0.9} 84. Ke5
{-79.93/16 0.4} Qg2 {+11.21/9 0.9} 85. Kf4 {-79.92/13 0.4} Kd3
{+11.21/9 0.9} 86. Ke5 {-79.93/14 0.3} Qc6 {+11.21/9 0.8} 87. Kf5
{-79.94/16 0.6} Kd4 {+11.21/9 0.8} 88. Kf4 {-79.95/15 0.4} Qg2
{+11.21/9 0.9} 89. Kf5 {-79.93/14 0.4} Qf1+ {+11.21/8 0.8} 90. Ke6
{-79.94/15 0.5} Qh1 {+11.21/8 0.8} 91. Kf6 {-79.94/14 0.5} Qh7
{+11.21/8 0.8} 92. Ke6 {-79.94/15 0.3} Kc4 {+11.21/8 0.8} 93. Ke5
{-79.93/14 0.4} Qg6 {+11.21/9 0.8} 94. Kf4 {-79.94/16 0.3} Kd3
{+11.21/9 0.8} 95. Ke5 {-79.92/14 0.3} Kc3 {+11.21/9 0.7} 96. Kd5
{-79.94/16 0.4} Qf6 {+11.21/8 0.7} 97. Ke4 {-79.95/17 0.3} Kc4
{+11.22/9 0.7} 98. Ke3 {-79.95/16 0.3} Qf5 {+2621.33/9 0.7} 99. Ke2
{-79.96/21 0.3} Qf4 {+2621.35/9 0.7} 100. Kd1 {-79.97/28 0.1} Kd3
{+2621.37/9 0.7} 101. Ke1 {-79.98/28 0.2} Qf5 {+2621.39/9 0.7} 102. Kd1
{-79.99/28 0.2} Qf1# {+2621.41/10 0.8}
{Xboard adjudication: Checkmate} 0-1
[/pgn]
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

Code: Select all

Depth  Value   Time(seconds)   Nodes
130    1.0800     149.21    50583773   g3f1 b3a5 f1e3 a5c6 e3d5 c6e5 d5e7 e5d3 b2a3 b6b5 a3c5 d3c5 d4c5 
120    0.7100      63.71    24733863   g3f1 b3a5 f1e3 a5c6 e3d5 c6e5 d5e7 e5d3 b2a1 h7h6 d4d5 a7a6 
110    0.6800      10.74     4371669   g3e2 b3a5 e2f4 a5c6 e5g5 e7d6 g1f1 b6b5 f1e1 b5b4 c3b4 
100    1.4100       2.44     1149293   g3f1 g7g8 f1e3 f6e8 e3d5 e7b7 g1h1 b3d2 b2a3 d2b1 
 90    1.6200       0.46      213566   g3f1 g7g8 f1e3 f6e8 e3d5 e7h4 g1h1 b3d2 g2g3 
 80    1.6200       0.56      300781   g3f1 g7g8 f1e3 f6e8 e3d5 e7h4 g1h1 b3d2 
 70    0.5700       0.07       37759   g1h1 g7g8 e5b8 g8g7 h1g1 e7e6 b8a7 
 60    0.2900       0.10       33504   g3e2 g7g8 e5b8 e7e8 b8a7 e8e6 
 50    0.3000       0.02        6550   g1h1 g7g8 g3e2 g8g7 h1g1 
 40    0.3000       0.01        5232   g1h1 g7g8 g3e2 g8g7 
 30    0.2900       0.01         950   g3e2 g7g8 g1f1 
 20    0.2900       0.01         835   g3e2 g7g8 
 10    1.3100       0.05         129   g3e2 
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

Code: Select all

Depth  Value   Time(seconds)   Nodes
130    1.2900      45.86    29945981   g3f1 g7g8 f1e3 b3d2 e3d5 f6d5 e5d5 a7a5 h2h3 a5a4 g1h2 d2f1 
120    0.8000      21.62    15725361   g1h1 b3a5 g3e2 a5c6 e5e3 g7h8 e2f4 f6e4 f4d5 e7e6 d5b4 
110    1.1400      11.93     9317487   g3e2 e7b7 e2f4 b7c6 e6e7 g7f7 f4d5 f6d5 e8=Q c6e8 
100    1.1800       1.02      966943   g3f1 g7g8 f1e3 h7h6 e3d5 f6d5 e5d5 b3d2 g1h1 
 90    1.1200       0.26      222632   g3f1 g7g8 f1e3 h7h6 e3d5 f6d5 e5d5 b3d2 
 80    1.1200       0.27      288298   g3f1 g7g8 f1e3 h7h6 e3d5 f6d5 e5d5 
 70    1.1000       0.09       81202   g3f1 g7g8 f1e3 e7g7 e3d5 f6d5 
 60    0.3200       0.08       55810   g3e2 g7g8 e2f4 e7d8 e5g5 
 50    0.9100       0.02       16114   g3e2 g7g8 g1h1 b3d2 
 40    0.8000       0.01        5629   g3e2 g7h8 g1h1 
 30    0.8000       0.01        3006   g3e2 g7h8 
 20    0.8000       0.01         768   g3e2 
 10    1.2900       0.05         129   g3e2 
Henk
Posts: 7220
Joined: Mon May 27, 2013 10:31 am

Re: Skipper update

Post by Henk »

Code: Select all

Depth  Value   Time(seconds)   Nodes
140    1.2900      97.87   113961492   g3e2 g7g8 e2f4 b3d2 g1h1 d2b1 h1g1 b1d2 g1h1 d2b1 h1g1 b1d2 g1h1 d2b1 h1g1 
130    1.2600      34.12    40421196   g3f1 g7g8 f1e3 b3d2 e3d5 f6d5 e5d5 a7a6 g1h1 a6a5 h1g1 
120    1.1600       1.89     2571006   g3f1 g7g8 f1e3 h7h6 e3d5 f6d5 e5d5 b3a5 g1f1 a5b3 
110    1.1100       3.18     4259345   g3f1 g7g8 f1e3 h7h6 g1h1 b3d2 e3d5 f6d5 e5d5 
100    1.7400       0.58      842786   g3f1 g7g8 f1e3 h7h6 g1h1 b3d2 e3d5 f6d5 
 90    1.3700       0.37      551411   g3f1 b3a5 f1e3 a5c6 e3d5 c6e5 d5e7 
 80    1.5900       0.11      179642   g3f1 e7d8 f1e3 g7f8 g1f1 b3d2 
 70    1.5900       0.11      135943   g3f1 e7d8 f1e3 g7f8 g1f1 
 60    0.9300       0.03       42224   g3e2 g7g8 g1h1 b3d2 
 50    0.8200       0.02       17077   g3f1 g7g8 f1e3 
 40    0.8200       0.01        9548   g3f1 g7g8 
 30    0.8200       0.01        3452   g3e2 
 20    1.3100       0.00         481   g3e2 
 10    1.3100       0.05         133   g3e2