I have a candidate new version of the Arasan test suite: see http://www.arasanchess.org/newtests.shtml for details and download. I have verified all test solutions at long time controls.
I usually run these tests at 60 seconds/move and my latest Arasan build is solving less than half at that time limit on a dual-core AMD box.
But I also tried Rybka 3 on this test suite and does extremely well. Deep Rybka 3 is solving:
59 in <= 1 second
132 in <= 10 seconds
172 in <= 60 seconds
I am pretty impressed.
--Jon
Arasan test suite update
Moderator: Ras
-
- Posts: 4396
- Joined: Fri Mar 10, 2006 5:23 am
- Location: http://www.arasanchess.org
-
- Posts: 4650
- Joined: Sun Mar 12, 2006 2:40 am
- Full name: Eelco de Groot
Re: Arasan test suite update
When I tried to run the test in Shredder 11 GUI I only got as far as 166 positions and then
but I could not find anything wrong with this position 167, and testing just a few of the positions again including nr. 167 also did not crash anything, so I don't know what might have happened. The test positions are pretty difficult for Ancalagon as you can see in the table, but the program is not in such good shape, for starters I tried to do something about the much too high Passed Pawn evaluations and decreased internal Weights for Passed Pawns from 0x100 down to hexadecimal 0x30, that is more than five times lower
. Maybe that was too much for the program with all the other untested search changes...
I have not the idea that this was getting much better, for instance position nr.2 was solved at the best now after 6 minutes but this should be about the second easiest position... I increased the weight for passed pawns to 0x100 again and the rank weight was changed to 25 * r * (r-1) instead of 25 * r * r. Now position 2 is a little better:
[d]8/r4p2/4qp2/kp6/3b4/1P2pQ2/2R4P/1R5K b - -
Engine: Ancalagon 1.1 Beta 1 Build 24 (128 MB)
by Tord Romstad, Eelco de Groot
8.00 0:00 +1.50 1...Kb6 2.Kg2 f5 3.Rbc1 Qxb3 4.Rc6+ Ka5
5.Qe2 Ka4 6.R6c2 (219.672) 281
9.00 0:01 +1.88 1...Kb6 2.Kg2 f5 3.Rd1 f4 4.Rdc1 Qxb3
5.Re2 Ka5 6.Kf1 (506.294) 311
10.01 0:03 +0.78 1...Kb6 2.Kg2 f5 3.Rd1 Rc7 4.Rxc7 Kxc7
5.Qg3+ Kb7 6.Qf3+ Kb6 7.Kf1 Bc3 8.h4 (1.067.720) 326
11.01 0:08 +0.78 1...Kb6 2.Kg2 f5 3.Kf1 Qg6 4.Qd5 e2+
5.Kxe2 Re7+ 6.Kd3 f4+ 7.Kxd4 Qxc2
8.Qd6+ Qc6 9.Qxc6+ Kxc6 10.Rc1+ Kd6 (2.854.859) 332
12.01 0:30 +0.52 1...Kb6 2.Kg2 Rc7 3.Rxc7 Kxc7 4.Qf4+ Be5
5.Qxe3 Qd5+ 6.Qf3 Qd2+ 7.Qf2 Qd3
8.Rc1+ Kd8 9.h4 Qxb3 10.h5 (10.184.637) 334
12.02 0:36 +0.62 1...Kb4 2.Kg2 Ra1 3.Rxa1 Bxa1 4.Re2 Bd4
5.h4 Qxb3 6.Qa8 Kc5 7.Qf8+ Kc6
8.Qe8+ Kc7 9.Qe7+ Kb6 10.Qd6+ Ka5 (12.077.906) 332
13.01 1:09 +1.33 1...Kb4 2.Re2 Re7 3.Rd1 Qe4 4.Qxe4 Rxe4
5.Rxd4+ Rxd4 6.Rxe3 f5 7.Kg2 Rd2+
8.Kg3 Rb2 9.h4 Rxb3 10.Rxb3+ Kxb3 (22.752.007) 329
14.01 2:43 +2.01 1...Kb4 2.Kg2 f5 3.Kf1 Re7 4.Rd1 Qe4
5.Qxe4 Rxe4 6.Rg2 e2+ 7.Rxe2 Rf4+
8.Ke1 Bc3+ 9.Rdd2 Bxd2+ 10.Kxd2 Kxb3
11.Re3+ Kc4 (53.594.996) 328
15.01 6:37 +2.68 1...Kb4 2.Kg2 Rd7 3.Kf1 Rd5 4.Rd1 Rf5
5.Rxd4+ Kxb3 6.Rf4 Rxf4 7.Qxf4 Kxc2
8.Ke2 Qd5 9.Qc7+ Kb2 10.Kxe3 b4 (129.669.419) 326
16.01 13:38 +2.76 1...Kb4 2.Rbc1 Qe5 3.Re2 f5 4.h4 f6
5.h5 Rg7 6.Rg1 Rh7 7.Rge1 Rh8 8.Rg2 Qe8
9.Rh2 Qxh5 10.Rxh5 Rxh5+ 11.Qxh5 Kxb3
12.Qxf5 (264.565.752) 323
From 6 minutes to 36 seconds and the evaluations are all really high
The search has become even more experimental and now has lost too much efficiency I am afraid. Practically the only changes are in Tord's root_ search(), maybe I should post some of the changes now before I change everything again, although I can't recommend it for any serious program. It's full of crazy repetitions of Tord's search-pv for not just one but for many rootmoves
and follows my patented MIID®
with some more regular incremental updating:
I have not commented my changes and the lay-out is partly broken but this is the original code from root_search() so you can compare the changed parts:
The original code in Tord's Glaurung 2.1
Code: Select all
Right until now: 47 of 166 ; 10:58m
Illegal piece!
Illegal position!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
-------------------------------------------------------------------------------------
0 | 1 - - - 1 3 - - - - - 1 - - 1 - 3 0 - 0
20 | - - 3 - 0 - - - 0 1 - - - - - 2 - - - 0
40 | - - - - - - 0 - - - - - - - - - 1 - - 0
60 | - - - - - - - - 0 - - - 0 0 - - - 0 0 -
80 | 0 - 0 0 0 0 - - - - - - 0 1 - - - - - -
100 | - - - - - 0 - 0 - - 0 - - - - - 4 - 0 -
120 | - 0 - 2 1 - - 0 - - - 0 - - - - - 0 - -
140 | - - - - - 0 - - 0 - - - - - - 0 1 4 - 0
160 | - - - - - 4
1 sec -> 30/166
2 sec -> 39/166
3 sec -> 41/166
4 sec -> 44/166
5 sec -> 47/166
n/s: 410.162
TotTime: 14:08m SolTime: 10:58m

I have not the idea that this was getting much better, for instance position nr.2 was solved at the best now after 6 minutes but this should be about the second easiest position... I increased the weight for passed pawns to 0x100 again and the rank weight was changed to 25 * r * (r-1) instead of 25 * r * r. Now position 2 is a little better:
[d]8/r4p2/4qp2/kp6/3b4/1P2pQ2/2R4P/1R5K b - -
Engine: Ancalagon 1.1 Beta 1 Build 24 (128 MB)
by Tord Romstad, Eelco de Groot
8.00 0:00 +1.50 1...Kb6 2.Kg2 f5 3.Rbc1 Qxb3 4.Rc6+ Ka5
5.Qe2 Ka4 6.R6c2 (219.672) 281
9.00 0:01 +1.88 1...Kb6 2.Kg2 f5 3.Rd1 f4 4.Rdc1 Qxb3
5.Re2 Ka5 6.Kf1 (506.294) 311
10.01 0:03 +0.78 1...Kb6 2.Kg2 f5 3.Rd1 Rc7 4.Rxc7 Kxc7
5.Qg3+ Kb7 6.Qf3+ Kb6 7.Kf1 Bc3 8.h4 (1.067.720) 326
11.01 0:08 +0.78 1...Kb6 2.Kg2 f5 3.Kf1 Qg6 4.Qd5 e2+
5.Kxe2 Re7+ 6.Kd3 f4+ 7.Kxd4 Qxc2
8.Qd6+ Qc6 9.Qxc6+ Kxc6 10.Rc1+ Kd6 (2.854.859) 332
12.01 0:30 +0.52 1...Kb6 2.Kg2 Rc7 3.Rxc7 Kxc7 4.Qf4+ Be5
5.Qxe3 Qd5+ 6.Qf3 Qd2+ 7.Qf2 Qd3
8.Rc1+ Kd8 9.h4 Qxb3 10.h5 (10.184.637) 334
12.02 0:36 +0.62 1...Kb4 2.Kg2 Ra1 3.Rxa1 Bxa1 4.Re2 Bd4
5.h4 Qxb3 6.Qa8 Kc5 7.Qf8+ Kc6
8.Qe8+ Kc7 9.Qe7+ Kb6 10.Qd6+ Ka5 (12.077.906) 332
13.01 1:09 +1.33 1...Kb4 2.Re2 Re7 3.Rd1 Qe4 4.Qxe4 Rxe4
5.Rxd4+ Rxd4 6.Rxe3 f5 7.Kg2 Rd2+
8.Kg3 Rb2 9.h4 Rxb3 10.Rxb3+ Kxb3 (22.752.007) 329
14.01 2:43 +2.01 1...Kb4 2.Kg2 f5 3.Kf1 Re7 4.Rd1 Qe4
5.Qxe4 Rxe4 6.Rg2 e2+ 7.Rxe2 Rf4+
8.Ke1 Bc3+ 9.Rdd2 Bxd2+ 10.Kxd2 Kxb3
11.Re3+ Kc4 (53.594.996) 328
15.01 6:37 +2.68 1...Kb4 2.Kg2 Rd7 3.Kf1 Rd5 4.Rd1 Rf5
5.Rxd4+ Kxb3 6.Rf4 Rxf4 7.Qxf4 Kxc2
8.Ke2 Qd5 9.Qc7+ Kb2 10.Kxe3 b4 (129.669.419) 326
16.01 13:38 +2.76 1...Kb4 2.Rbc1 Qe5 3.Re2 f5 4.h4 f6
5.h5 Rg7 6.Rg1 Rh7 7.Rge1 Rh8 8.Rg2 Qe8
9.Rh2 Qxh5 10.Rxh5 Rxh5+ 11.Qxh5 Kxb3
12.Qxf5 (264.565.752) 323
From 6 minutes to 36 seconds and the evaluations are all really high

The search has become even more experimental and now has lost too much efficiency I am afraid. Practically the only changes are in Tord's root_ search(), maybe I should post some of the changes now before I change everything again, although I can't recommend it for any serious program. It's full of crazy repetitions of Tord's search-pv for not just one but for many rootmoves


Code: Select all
// root_search() is the function which searches the root node. It is
// similar to search_pv except that it uses a different move ordering
// scheme (perhaps we should try to use this at internal PV nodes, too?)
// and prints some information to the standard output.
Value root_search(Position &pos, SearchStack ss[], RootMoveList &rml) {
Value alpha = -VALUE_INFINITE, beta = VALUE_INFINITE, value, oldvalue;
Bitboard dcCandidates = pos.discovered_check_candidates(pos.side_to_move());
// Loop through all the moves in the root move list:
for(int i = 0; i < rml.move_count() && !AbortSearch; i++) {
int64 nodes;
Move move;
UndoInfo u;
Depth ext, newDepth;
RootMoveNumber = i + 1;
FailHigh = false;
// Remember the node count before the move is searched. The node counts
// are used to sort the root moves at the next iteration.
nodes = nodes_searched();
// Pick the next root move, and print the move and the move number to
// the standard output:
move = ss[0].currentMove = rml.get_move(i);
if(current_search_time() >= 1000)
std::cout << "info currmove " << move
<< " currmovenumber " << i + 1 << std::endl;
// Decide search depth for this move:
ext = extension(pos, move, true, pos.move_is_check(move), false, false, false);
newDepth = (Iteration-2)*OnePly + ext + InitialDepth;
// Make the move, and search it.
pos.do_move(move, u, dcCandidates);
if(i < MultiPV) {
alpha = Value(0x100);
value = -search(pos, ss, -alpha, newDepth-1, 1, true, 0);
if (value > alpha) {// [Fail high, try smaller window unless Fail low. But this change is probably nonfunctional EdG]
alpha = Value(0);
value = -search_pv(pos, ss, -beta, -alpha, newDepth-1, 1, 0);
if (value < alpha) alpha = -VALUE_INFINITE;
}
else alpha = -VALUE_INFINITE;
oldvalue = value;
value = -search_pv(pos, ss, -beta, -alpha, newDepth, 1, 0);
if((value - oldvalue) >= Value(0x14)||(oldvalue - value) >= Value(0x14)){
value = -search_pv(pos, ss, -beta, -alpha, newDepth+1, 1, 0);
oldvalue = value;
if((value - oldvalue) >= Value(0x14)||(oldvalue - value) >= Value(0x14)){
value = -search_pv(pos, ss, -beta, -alpha, newDepth+2, 1, 0);
}
}
// If the value has dropped a lot compared to the last iteration,
// set the boolean variable Problem to true. This variable is used
// for time management: When Problem is true, we try to complete the
// current iteration before playing a move.
Problem = (Iteration >= 2 &&
value <= ValueByIteration[Iteration-1] - ProblemMargin);
if(Problem && StopOnPonderhit)
StopOnPonderhit = false;
}
else {
value = -search(pos, ss, -(alpha - 0x200), newDepth - 3, 1, true, 0);
if(value > alpha - 0x200) {
// Fail high! Set the boolean variable FailHigh to true, and
// re-search the move with a big window. The variable FailHigh is
// used for time management: We try to avoid aborting the search
// prematurely during a fail high research.
FailHigh = true;
value = -search_pv(pos, ss, -beta, -alpha, newDepth - 3, 1, 0);
value = -search_pv(pos, ss, -beta, -alpha, newDepth - 2, 1, 0);
value = -search_pv(pos, ss, -beta, -alpha, newDepth - 1, 1, 0);
oldvalue = value;
value = -search_pv(pos, ss, -beta, -alpha, newDepth, 1, 0);
if((value - oldvalue) >= Value(0x20)){
oldvalue = value;
value = -search_pv(pos, ss, -beta, -alpha, newDepth+1, 1, 0);
if((value - oldvalue) >= Value(0x10)){
oldvalue = value;
value = -search_pv(pos, ss, -beta, -alpha, newDepth+2, 1, 0);
if((value - oldvalue) >= Value(0x10)){
oldvalue = value;
value = -search_pv(pos, ss, -beta, -alpha, newDepth+3, 1, 0);
}
}
}
}
}
pos.undo_move(move, u);
I have not commented my changes and the lay-out is partly broken but this is the original code from root_search() so you can compare the changed parts:
The original code in Tord's Glaurung 2.1
Code: Select all
// root_search() is the function which searches the root node. It is
// similar to search_pv except that it uses a different move ordering
// scheme (perhaps we should try to use this at internal PV nodes, too?)
// and prints some information to the standard output.
Value root_search(Position &pos, SearchStack ss[], RootMoveList &rml) {
Value alpha = -VALUE_INFINITE, beta = VALUE_INFINITE, value;
Bitboard dcCandidates = pos.discovered_check_candidates(pos.side_to_move());
// Loop through all the moves in the root move list:
for(int i = 0; i < rml.move_count() && !AbortSearch; i++) {
int64_t nodes;
Move move;
UndoInfo u;
Depth ext, newDepth;
RootMoveNumber = i + 1;
FailHigh = false;
// Remember the node count before the move is searched. The node counts
// are used to sort the root moves at the next iteration.
nodes = nodes_searched();
// Pick the next root move, and print the move and the move number to
// the standard output:
move = ss[0].currentMove = rml.get_move(i);
if(current_search_time() >= 1000)
std::cout << "info currmove " << move
<< " currmovenumber " << i + 1 << std::endl;
// Decide search depth for this move:
ext = extension(pos, move, true, pos.move_is_check(move), false, false);
newDepth = (Iteration-2)*OnePly + ext + InitialDepth;
// Make the move, and search it.
pos.do_move(move, u, dcCandidates);
if(i < MultiPV) {
value = -search_pv(pos, ss, -beta, VALUE_INFINITE, newDepth, 1, 0);
// If the value has dropped a lot compared to the last iteration,
// set the boolean variable Problem to true. This variable is used
// for time managment: When Problem is true, we try to complete the
// current iteration before playing a move.
Problem = (Iteration >= 2 &&
value <= ValueByIteration[Iteration-1] - ProblemMargin);
if(Problem && StopOnPonderhit)
StopOnPonderhit = false;
}
else {
value = -search(pos, ss, -alpha, newDepth, 1, true, 0);
if(value > alpha) {
// Fail high! Set the boolean variable FailHigh to true, and
// re-search the move with a big window. The variable FailHigh is
// used for time managment: We try to avoid aborting the search
// prematurely during a fail high research.
FailHigh = true;
value = -search_pv(pos, ss, -beta, -alpha, newDepth, 1, 0);
}
}
pos.undo_move(move, u);
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
-
- Posts: 4650
- Joined: Sun Mar 12, 2006 2:40 am
- Full name: Eelco de Groot
Re: Arasan test suite update
Build 24 again crashed on position 167! But I do not see what can be wrong with the position. Maybe somebody else can try this? I got a little bit better result but testpositions are not such a good indication for efficiency of Ancalagon's new search I think. Still, 55 positions out of only 166 tested is not that bad, with maximum 5 second long searches!
Ancalagon 1.1 Beta 1 Build 24 128Mb hash, Athlon 2009 MHz
Eelco
Ancalagon 1.1 Beta 1 Build 24 128Mb hash, Athlon 2009 MHz
Code: Select all
Right until now: 55 of 166 ; 10:28m
Illegal piece!
Illegal position!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
-------------------------------------------------------------------------------------
0 | - - - - 3 4 - - 0 - 0 3 - - 0 - - 0 - 0
20 | - - - - - 2 - - 0 0 - - 1 - 1 0 0 - - 0
40 | - - - 0 - 0 0 - - - - - - - - - 0 - - 0
60 | - - - - - - - - 0 4 - - 0 0 - - - 0 0 -
80 | 0 - 3 0 - 0 - - - - - - - 0 - 0 - - - 0
100 | - 2 - - - 0 0 3 - 3 0 - - - 4 - - - 0 -
120 | - 0 - 0 - - 1 2 - - - 0 - - - - - 0 - 1
140 | - - - - - 3 - - 0 - - - - - - - - - - 0
160 | - 0 - - 0 4
1 sec -> 38/166
2 sec -> 42/166
3 sec -> 45/166
4 sec -> 51/166
5 sec -> 55/166
n/s: 401.949
TotTime: 14:08m SolTime: 10:28m
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
-
- Posts: 4396
- Joined: Fri Mar 10, 2006 5:23 am
- Location: http://www.arasanchess.org
Re: Arasan test suite update
#167:
[d] r1br2k1/ppp2q1p/nb3p2/6p1/2PN1B2/2P2B2/P1Q2PPP/3RR1K1 w - g6
One possible issue: the FEN has g6 marked as a possible en-passant capture square but there is no eligible White pawn present to make that capture. I don't actually know if this is legal in FEN or not but programs should tolerate it IMO.
Re #2, this is supposed to be easy. Arasan output, latest build, on an Athlon 64X2, 2 cpus:
"arasan10.2" bm Kb4
1 0.00 b4 +0.98 53
2 0.00 f5 +0.58 398
3 0.00 b4 +0.46 4382
4 0.02 f5 +0.66 16242
5 0.05 Kb6 +0.73 49230
6 0.08 Kb6 +0.77 78552
7 0.14 Kb6 +0.77 153229
8 0.34 Kb4 +0.82 391371
9 0.49 Kb4 +1.10 610954
10 0.70 Kb4 +1.09 943324
11 3.88 Kb4 +1.57 5505537
12 9.08 Kb4 +1.61 14327174
13 13.09 Kb4 +1.65 21306743
14 19.39 Kb4 +1.81 32155055
15 53.31 Kb4 +1.93 85790081
1.60M nodes/second.
22893701 regular nodes, 73444892 quiescence nodes.
23237456 searches of hash table, 6690097 successful (28 percent).
7127508 hash entries inserted, 6982035 entries replaced, 615814 inserts failed.
null cutoffs: 6173036 (6%)
pruning: 95932765 moves (futility), 0 nodes razored
extensions: 9582463 check, 0 recapture, 895655 pawn, 176491 threat, 395336 forced move.
0 tablebase probes, 0 tablebase hits
80 splits, average thread usage=1.96
result: Kb4 score: +1.93 ++ solved in 0.34 sec. (391.37K nodes)
Kb4 Re2 f5 h4 Ra3 Rf1 Rxb3 Qxf5 Qxf5 Rxf5 f6 Kg2 Rd3 Kf3 Rd2
[d] r1br2k1/ppp2q1p/nb3p2/6p1/2PN1B2/2P2B2/P1Q2PPP/3RR1K1 w - g6
One possible issue: the FEN has g6 marked as a possible en-passant capture square but there is no eligible White pawn present to make that capture. I don't actually know if this is legal in FEN or not but programs should tolerate it IMO.
Re #2, this is supposed to be easy. Arasan output, latest build, on an Athlon 64X2, 2 cpus:
"arasan10.2" bm Kb4
1 0.00 b4 +0.98 53
2 0.00 f5 +0.58 398
3 0.00 b4 +0.46 4382
4 0.02 f5 +0.66 16242
5 0.05 Kb6 +0.73 49230
6 0.08 Kb6 +0.77 78552
7 0.14 Kb6 +0.77 153229
8 0.34 Kb4 +0.82 391371
9 0.49 Kb4 +1.10 610954
10 0.70 Kb4 +1.09 943324
11 3.88 Kb4 +1.57 5505537
12 9.08 Kb4 +1.61 14327174
13 13.09 Kb4 +1.65 21306743
14 19.39 Kb4 +1.81 32155055
15 53.31 Kb4 +1.93 85790081
1.60M nodes/second.
22893701 regular nodes, 73444892 quiescence nodes.
23237456 searches of hash table, 6690097 successful (28 percent).
7127508 hash entries inserted, 6982035 entries replaced, 615814 inserts failed.
null cutoffs: 6173036 (6%)
pruning: 95932765 moves (futility), 0 nodes razored
extensions: 9582463 check, 0 recapture, 895655 pawn, 176491 threat, 395336 forced move.
0 tablebase probes, 0 tablebase hits
80 splits, average thread usage=1.96
result: Kb4 score: +1.93 ++ solved in 0.34 sec. (391.37K nodes)
Kb4 Re2 f5 h4 Ra3 Rf1 Rxb3 Qxf5 Qxf5 Rxf5 f6 Kg2 Rd3 Kf3 Rd2
-
- Posts: 4675
- Joined: Mon Mar 13, 2006 7:43 pm
Re: Arasan test suite update
A program should not admit a malformed FEN string, or any other data for that matter, that is going to crash the program.jdart wrote:#167:
[d] r1br2k1/ppp2q1p/nb3p2/6p1/2PN1B2/2P2B2/P1Q2PPP/3RR1K1 w - g6
One possible issue: the FEN has g6 marked as a possible en-passant capture square but there is no eligible White pawn present to make that capture. I don't actually know if this is legal in FEN or not but programs should tolerate it IMO.
The new CIL Toolkit takes the approach that if a FEN en passant target square is specified but there is no en passant capture possible and the position is otherwise okay, then the square is silently deleted from the FEN string. See:
Code: Select all
> (setf q (calc-pos-from-str "r1br2k1/ppp2q1p/nb3p2/6p1/2PN1B2/2P2B2/P1Q2PPP/3RR1K1 w - g6 0 1"))
[Nifty ASCII color position graphic appears here]
> (pos-string q)
"r1br2k1/ppp2q1p/nb3p2/6p1/2PN1B2/2P2B2/P1Q2PPP/3RR1K1 w - - 0 1"
Re: Arasan test suite update
The standard explicitly states this is legal:jdart wrote:One possible issue: the FEN has g6 marked as a possible en-passant capture square but there is no eligible White pawn present to make that capture. I don't actually know if this is legal in FEN or not but programs should tolerate it IMO.
(IMHO the "immediately execute" is not needed here because an en-passant capture can only be immediate but I'm nit picking).An en passant target square is given if and only if the last move was a pawn advance of two squares. Therefore, an en passant target square field may have a square name even if there is no pawn of the opposing side that may immediately execute the en passant capture.
In Schola the EP move gen looks at the flag then looks to see if there is a pawn in either of the two capturing squares. That's appropriate for 0x88 - perhaps bitmap move generation could be optimized in such a way it could create a bug.
Sounds like it would be trivial to add a couple of lines in the FEN reader to get rid of the EP state if there wasn't a capturing pawn and see if this fixes the problem.
Andy.
-
- Posts: 12768
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Arasan test suite update
There are some alternate solutions for sure. I will follow up with those.
Code: Select all
Analysis from Q:\epd\sub\arasan10.epd Analysis from Q:\epd\sub\arasan10.epd
Analyzing engine: Rybka 3 Analyzing engine: TogaCMLX
9/18/2008 6:32:27 PM Level: 144 Seconds 9/18/2008 6:32:27 PM Level: 9000 Seconds
1) Qc2-f2 Qc2-f2 * 0 Seconds 1) Qc2-f2 Qc2-f2 * 4 Seconds
2) .. Ka5-b4 Ka5-b4 * 0 Seconds 2) .. Ka5-b4 Ka5-b4 * 0 Seconds
3) Nf3xg5 Nf3xg5 * 0 Seconds 3) Nf3xg5 Nf3xg5 * 1 Second
4) .. g5-g4 g5-g4 * 0 Seconds 4) .. g5-g4 g5-g4 * 3 Seconds
5) .. Rf1-c1 Rf1-c1 * 0 Seconds 5) .. Rf1-c1 Rf1-c1 * 1 Second
6) Ne5-g6 Ne5-g6 * 0 Seconds 6) Ne5-g6 Ne5-g6 * 2 Seconds
7) .. Qa3xa2(?) Qa3-e7 * 0 Seconds 7) .. Qa3xa2(?) Qa3-e7 * 5 Seconds
8) Nf5-e3 Nf5-e3 * 2 Seconds 8) Nf5-e3 Nf5-e3 * 1 Second
9) .. Re6-h6 Re6-h6 * 0 Seconds 9) .. Re6-h6 Re6-h6 * 1 Second
10) .. g5-g4 Bg7xc3 10) .. g5-g4 g5-g4 * 37 Seconds
11) Rd6xb6(?) Rd6-d3 * 0 Seconds 11) Rd6xb6(?) Rd6-d7 * 0 Seconds
12) .. Bb5-d3 Bb5-d3 * 0 Seconds 12) .. Bb5-d3 Bb5-d3 * 0 Seconds
13) .. Be3-b6 Be3-b6 * 0 Seconds 13) .. Be3-b6 Be3-b6 * 2 Seconds
14) Qg3xc7(?) h6-h7 * 0 Seconds 14) Qg3xc7(?) h6-h7 * 1 Second
15) .. Kg5-f6 h6-h5 15) .. Kg5-f6 Kg5-f6 * 7 Seconds
16) Bg4xh5 Bg4xh5 * 79 Seconds 16) Bg4xh5 Bg4xh5 * 32 Seconds
17) .. Rb7xb5, ... Rb7xb5 * 1 Second 17) .. Rb7xb5, ... Rb7xb5 * 0 Seconds
18) .. Qb8-d6, Qb8-d8 Qb8-d6 * 10 Seconds 18) .. Qb8-d6, Qb8-d8 Qb8-d8 * 4 Seconds
19) g4-g5 g4-g5 * 0 Seconds 19) g4-g5 g4-g5 * 0 Seconds
20) Nh4xg6 Nh4xg6 * 0 Seconds 20) Nh4xg6 Nh4xg6 * 29 Seconds
21) .. Qa5xa2(?) Qa5-c7 * 0 Seconds 21) .. Qa5xa2(?) Qa5-c7 * 6 Seconds
22) .. Nf6xg4 Nf6xg4 * 0 Seconds 22) .. Nf6xg4 Nf6xg4 * 24 Seconds
23) Rh1xh6 Rh1xh6 * 0 Seconds 23) Rh1xh6 Rh1xh6 * 1 Second
24) .. Qd4xg1 Qd4xg1 * 0 Seconds 24) .. Qd4xg1 g6-g5
25) Rf1-f2 Rf1-f2 * 0 Seconds 25) Rf1-f2 Rf1-f2 * 0 Seconds
26) Bg5-f6 Bg5-f6 * 0 Seconds 26) Bg5-f6 Kf4-f3
27) Nf3xg5, Ra1-b1 Nf3xg5 * 2 Seconds 27) Nf3xg5, Ra1-b1 Nf3xg5 * 9 Seconds
28) .. Rf3-h3 Rf3-h3 * 0 Seconds 28) .. Rf3-h3 Rf3-h3 * 2 Seconds
29) f4-f5 f4-f5 * 0 Seconds 29) f4-f5 f4-f5 * 0 Seconds
30) .. f7-f6 f7-f6 * 0 Seconds 30) .. f7-f6 f7-f6 * 0 Seconds
31) .. Rh6xh2 Rh6xh2 * 0 Seconds 31) .. Rh6xh2 Rh6xh2 * 2 Seconds
32) Rg1xg7 Rg1xg7 * 1 Second 32) Rg1xg7 Rg1xg7 * 21 Seconds
33) Nc6-e5 Nc6-e5 * 0 Seconds 33) Nc6-e5 Nc6-e5 * 2 Seconds
34) g3-g4 g3-g4 * 1 Second 34) g3-g4 g3-g4 * 1 Second
35) Qf3xd5 Qf3xd5 * 4 Seconds 35) Qf3xd5 Qf3xd5 * 10 Seconds
36) .. Kh4xh3(?) b6-b5 * 0 Seconds 36) .. Kh4xh3(?) Kh4-g3 * 0 Seconds
37) .. Ba5-b4 Ba5-b4 * 0 Seconds 37) .. Ba5-b4 Ba5-b4 * 0 Seconds
38) Ne5-g4 Ne5-g4 * 2 Seconds 38) Ne5-g4 Ne5xf7
39) .. b7-b5 b7-b5 * 2 Seconds 39) .. b7-b5 b7-b5 * 48 Seconds
40) e3-e4 e3-e4 * 0 Seconds 40) e3-e4 e3-e4 * 1 Second
41) Bd5-e6 Bd5-e6 * 0 Seconds 41) Bd5-e6 Bd5-e6 * 12 Seconds
42) .. Nd5-c3 Nd5-c3 * 1 Second 42) .. Nd5-c3 Qc7-b6
43) Bd1-g4 Bd1-g4 * 8 Seconds 43) Bd1-g4 Bd1-g4 * 11 Seconds
44) .. Ne6xg5 Ne6xg5 * 0 Seconds 44) .. Ne6xg5 Ne6xg5 * 15 Seconds
45) Rg4xg7 Rg4xg7 * 1 Second 45) Rg4xg7 Rg4xg7 * 4 Seconds
46) .. Ra3-a2 Kg6-f5 46) .. Ra3-a2 Kg6-f5
47) .. d4-d3 d4-d3 * 0 Seconds 47) .. d4-d3 d4-d3 * 0 Seconds
48) .. Nc3-b5 Nc3-b5 * 0 Seconds 48) .. Nc3-b5 Nc3-b5 * 105 Seconds
49) .. d6-d5 d6-d5 * 0 Seconds 49) .. d6-d5 d6-d5 * 42 Seconds
50) Rd1xd7 Rd1xd7 * 2 Seconds 50) Rd1xd7 Rd1xd7 * 4 Seconds
51) Bd3xh7 Bd3xh7 * 6 Seconds 51) Bd3xh7 a2-a4
52) Kc3-c2 Kc3-c2 * 0 Seconds 52) Kc3-c2 Kc3-c2 * 0 Seconds
53) b2-b3 b2-b3 * 0 Seconds 53) b2-b3 b2-b3 * 0 Seconds
54) .. Bd6-c5 Bd6-c5 * 1 Second 54) .. Bd6-c5 Bd6-c5 * 19 Seconds
55) .. e6-e5 e6-e5 * 0 Seconds 55) .. e6-e5 e6-e5 * 14 Seconds
56) g4-g5 g4-g5 * 0 Seconds 56) g4-g5 g4-g5 * 0 Seconds
57) Be6xh3 Be6xh3 * 0 Seconds 57) Be6xh3 Be6xh3 * 0 Seconds
58) Kf3-g3 Kf3-g3 * 11 Seconds 58) Kf3-g3 Kf3-g3 * 2 Seconds
59) Qh7xg7, Qh7-h8 Qh7xg7 * 1 Second 59) Qh7xg7, Qh7-h8 Qh7xg7 * 8 Seconds
60) .. b6-b5 b6-b5 * 0 Seconds 60) .. b6-b5 a5xb4
61) .. Qd8-g5 Qd8-g5 * 20 Seconds 61) .. Qd8-g5 Qd8-g5 * 18 Seconds
62) .. Nh5-f6 Nh5-f6 * 1 Second 62) .. Nh5-f6 Nh5-f6 * 6 Seconds
63) Qa1-c1 Qa1-c1 * 1 Second 63) Qa1-c1 Qa1-c1 * 24 Seconds
64) .. Qa4-b3 Qa4-b3 * 17 Seconds 64) .. Qa4-b3 Qa4-b3 * 96 Seconds
65) .. Rg6xg2 Rg6xg2 * 77 Seconds 65) .. Rg6xg2 Rg6xg2 * 12 Seconds
66) .. Rc6-c1 Rc6-c1 * 1 Second 66) .. Rc6-c1 Rc6-c1 * 74 Seconds
67) Kh1xg2(?), Ra1xf1(?) Rf1-g1 * 0 Seconds 67) Kh1xg2(?), Ra1xf1(?) f2-f3 * 1 Second
68) .. Re8-e3 Re8-e3 * 9 Seconds 68) .. Re8-e3 Re8-e3 * 17 Seconds
69) g5xf6 g5xf6 * 0 Seconds 69) g5xf6 g5xf6 * 0 Seconds
70) b2-b4 b2-b4 * 2 Seconds 70) b2-b4 b2-b3
71) Rh4xh6 Rh4xh6 * 1 Second 71) Rh4xh6 Rh4xh6 * 67 Seconds
72) Rf5xg5 Rf5xg5 * 4 Seconds 72) Rf5xg5 Rf5xg5 * 73 Seconds
73) c4-c5 c4-c5 * 2 Seconds 73) c4-c5 c4-c5 * 0 Seconds
74) Nb3-d2, Bg2-h3 Nb3-d2 * 3 Seconds 74) Nb3-d2, Bg2-h3 Nb3-d2 * 11 Seconds
75) g2-g4 f4-f5 75) g2-g4 g2-g4 * 95 Seconds
76) Bc4xf7 Bc4xf7 * 0 Seconds 76) Bc4xf7 Bc4xf7 * 2 Seconds
77) h4-h5 h4-h5 * 0 Seconds 77) h4-h5 h4-h5 * 7 Seconds
78) Bf3xh5 Bf3xh5 * 2 Seconds 78) Bf3xh5 Bf3xh5 * 51 Seconds
79) .. Bc5xe3 Bc5xe3 * 1 Second 79) .. Bc5xe3 Bc5xe3 * 0 Seconds
80) .. Bc3-b4 Bc3-g7 80) .. Bc3-b4 Bc3-b4 * 0 Seconds
81) .. Ng4xh2 Ng4xh2 * 1 Second 81) .. Ng4xh2 Ng4xh2 * 0 Seconds
82) Re1xe7 Re1xe7 * 8 Seconds 82) Re1xe7 Re1xe7 * 7 Seconds
83) Nf3-d4 Nf3-d4 * 0 Seconds 83) Nf3-d4 Nf3-d4 * 0 Seconds
84) f4xe5 f4xe5 * 0 Seconds 84) f4xe5 f4xe5 * 0 Seconds
85) .. Qd8-d6 Qd8-d6 * 0 Seconds 85) .. Qd8-d6 Qd8-d6 * 2 Seconds
86) f3-f4 f3-f4 * 0 Seconds 86) f3-f4 f3-f4 * 20 Seconds
87) Qd1-a4 Qd1-a4 * 12 Seconds 87) Qd1-a4 Qd1-a4 * 5 Seconds
88) .. f5-f4 f5-f4 * 2 Seconds 88) .. f5-f4 f5-f4 * 11 Seconds
89) Bb6-c5 Bb6-c5 * 1 Second 89) Bb6-c5 Bb6-c5 * 26 Seconds
90) Nc3-d5 Nc3-d5 * 2 Seconds 90) Nc3-d5 g5-g6
91) .. c4-c3 c4-c3 * 1 Second 91) .. c4-c3 c4-c3 * 87 Seconds
92) Kh1-g1 Kh1-g1 * 4 Seconds 92) Kh1-g1 Kh1-g1 * 2 Seconds
93) Nc3-b5 Nc3-b5 * 6 Seconds 93) Nc3-b5 Nc3-b5 * 16 Seconds
94) Be2xh5 Be2xh5 * 0 Seconds 94) Be2xh5 Be2xh5 * 49 Seconds
95) Rh1xh7 Rh1xh7 * 4 Seconds 95) Rh1xh7 Rh1xh7 * 9 Seconds
96) f4-f5 f4-f5 * 0 Seconds 96) f4-f5 f4-f5 * 3 Seconds
97) .. c5-c4 c5-c4 * 10 Seconds 97) .. c5-c4 Ra8-h8
98) .. Bc8xh3, Ra1xa2 Bc8xh3 * 0 Seconds 98) .. Bc8xh3, Ra1xa2 Bc8xh3 * 16 Seconds
99) Nd2-f3 Nd2-f3 * 0 Seconds 99) Nd2-f3 Kg2-h1
100) Re1xe6 Re1xe6 * 2 Seconds 100) Re1xe6 Re1xe6 * 67 Seconds
101) Be3xh6 Be3xh6 * 0 Seconds 101) Be3xh6 Be3xh6 * 20 Seconds
102) .. Ra5xd5 h5-h4 102) .. Ra5xd5 Ra5xd5 * 4 Seconds
103) Nf3-h4 Nf3-h4 * 9 Seconds 103) Nf3-h4 Nf3-h4 * 66 Seconds
104) .. d5-d4 d5-d4 * 0 Seconds 104) .. d5-d4 d5-d4 * 7 Seconds
105) .. Rc6xb6 Rc6xb6 * 3 Seconds 105) .. Rc6xb6 Rf8-c8
106) Rb3-f3 Rb3-f3 * 14 Seconds 106) Rb3-f3 Rb3-f3 * 9 Seconds
107) .. b5-b4 b5-b4 * 8 Seconds 107) .. b5-b4 b5-b4 * 6 Seconds
108) Bf4xh6 Bf4xh6 * 0 Seconds 108) Bf4xh6 Ne2-c3
109) g5-g6 g5-g6 * 19 Seconds 109) g5-g6 Qa2-f2
110) e5-e6 e5-e6 * 0 Seconds 110) e5-e6 e5-e6 * 3 Seconds
111) Nf3-g5 Nf3-g5 * 6 Seconds 111) Nf3-g5 Nf3-g5 * 51 Seconds
112) c4-c5 c4-c5 * 1 Second 112) c4-c5 Be2-g4
113) .. Be8-g6 Be8-g6 * 1 Second 113) .. Be8-g6 Be8-g6 * 49 Seconds
114) Ne4-f6 Ne4-f6 * 1 Second 114) Ne4-f6 Nf3-d4
115) Qd1-a4 Qd1-a4 * 1 Second 115) Qd1-a4 Qd1-a4 * 34 Seconds
116) Nc4xd6 Nc4xd6 * 1 Second 116) Nc4xd6 Nc4xd6 * 25 Seconds
117) .. Ne5-f3 Ne5-f3 * 1 Second 117) .. Ne5-f3 Ne5-f3 * 5 Seconds
118) .. Ra8-d8 Ra8-d8 * 0 Seconds 118) .. Ra8-d8 Ra8-d8 * 2 Seconds
119) Be3-f4 Be3-f4 * 10 Seconds 119) Be3-f4 Be3-f4 * 7 Seconds
120) Bc3xg7 Bc3xg7 * 3 Seconds 120) Bc3xg7 Bc3xg7 * 10 Seconds
121) Rd1xd5 Rd1xd5 * 135 Seconds 121) Rd1xd5 Rd1xd5 * 22 Seconds
122) Bc4xe6 Bc4xe6 * 1 Second 122) Bc4xe6 Bc4xe6 * 15 Seconds
123) Qa7-c5 Qa7-c5 * 0 Seconds 123) Qa7-c5 Qa7-c5 * 2 Seconds
124) Qf5-f4 Qf5-f4 * 0 Seconds 124) Qf5-f4 Qf5-f3
125) .. Qd5-f5 Qd5-f5 * 8 Seconds 125) .. Qd5-f5 Qd5-f5 * 21 Seconds
126) .. h4-h3 h4-h3 * 11 Seconds 126) .. h4-h3 f6-f5
127) e3-e4 e3-e4 * 4 Seconds 127) e3-e4 e3-e4 * 94 Seconds
128) .. Qb6xb2(?), Ra1xb2(?) Nb8-d7 * 0 Seconds 128) .. Qb6xb2(?), Ra1xb2(?) Nb8-d7 * 0 Seconds
129) Rb1-d1 Rb1-d1 * 3 Seconds 129) Rb1-d1 Rb1-d1 * 13 Seconds
130) Kd2-d3 Kd2-d3 * 1 Second 130) Kd2-d3 Kd2-e3
131) h2-h3 h2-h3 * 0 Seconds 131) h2-h3 h2-h3 * 0 Seconds
132) Bf4xg5(?) Rd1xd2 * 0 Seconds 132) Bf4xg5(?) Rd1xd2 * 5 Seconds
133) .. Bf2xg3 Bf2xg3 * 6 Seconds 133) .. Bf2xg3 Bf2xg3 * 48 Seconds
134) Rc2-c1 Rc2-c1 * 18 Seconds 134) Rc2-c1 Rc2-c1 * 22 Seconds
135) e6-e7 e6-e7 * 1 Second 135) e6-e7 e6-e7 * 19 Seconds
136) h4-h5 h4-h5 * 3 Seconds 136) h4-h5 h4-h5 * 33 Seconds
137) Be3-h6, Ra1-c1 Be3-h6 * 47 Seconds 137) Be3-h6, Ra1-c1 Ra1-e1
138) Qd2xd4, Ra1-c2 Qd2xd4 * 0 Seconds 138) Qd2xd4, Ra1-c2 Qd2xd4 * 0 Seconds
139) Kf4-g4 Kf4-g4 * 1 Second 139) Kf4-g4 Kf4-g4 * 123 Seconds
140) Ne6-g5 Ne6-g5 * 1 Second 140) Ne6-g5 Ne6-g5 * 3 Seconds
141) Ng4-h6 Ng4-h6 * 1 Second 141) Ng4-h6 Ng4-h6 * 28 Seconds
142) h4-h5 h4-h5 * 0 Seconds 142) h4-h5 h4-h5 * 23 Seconds
143) Qd4-e3 Qd4-e3 * 1 Second 143) Qd4-e3 Qd4-e3 * 36 Seconds
144) Nf6-g4 Nf6-g4 * 6 Seconds 144) Nf6-g4 Rf5-f4
145) g3-g4 g3-g4 * 0 Seconds 145) g3-g4 g3-g4 * 31 Seconds
146) .. e5-e4 e5-e4 * 3 Seconds 146) .. e5-e4 e5-e4 * 3 Seconds
147) Bf5-b1 Bf5-b1 * 8 Seconds 147) Bf5-b1 f3-f4
148) Bf1-g2 Bf1-g2 * 6 Seconds 148) Bf1-g2 a6-a7
149) Bf4xh6 Bf4xh6 * 0 Seconds 149) Bf4xh6 Bf4xh6 * 2 Seconds
150) Bf5-c8 Bf5-c8 * 10 Seconds 150) Bf5-c8 d5-d6
151) Nd5xe7 Nd5xe7 * 1 Second 151) Nd5xe7 Nd5xe7 * 16 Seconds
152) Qd2-h6 Qd2-h6 * 10 Seconds 152) Qd2-h6 Qd2-h6 * 2 Seconds
153) Ng5xh7 Ng5xh7 * 27 Seconds 153) Ng5xh7 Ra1-a3
154) .. Bd6xh2(?) f6-f5 * 1 Second 154) .. Bd6xh2(?) Kg8-h8 * 20 Seconds
155) Bh6xg7 Bh6xg7 * 142 Seconds 155) Bh6xg7 Bh6xg7 * 2 Seconds
156) .. c4-c3 c4-c3 * 0 Seconds 156) .. c4-c3 Nd5-f6
157) Qf2xf5 Qf2xf5 * 1 Second 157) Qf2xf5 Qf2xf5 * 37 Seconds
158) Rd3-g3 Rd3-g3 * 1 Second 158) Rd3-g3 Nc3-d5
159) .. Ne6-g5 Ne6-g5 * 1 Second 159) .. Ne6-g5 Ne6-g5 * 72 Seconds
160) Ne5-g4 Ne5-g4 * 13 Seconds 160) Ne5-g4 Qf4-g4
161) Ng4-f6 Ng4-f6 * 2 Seconds 161) Ng4-f6 Ng4-h2
162) .. Be3-d4 Be3-d4 * 4 Seconds 162) .. Be3-d4 Be3-d4 * 81 Seconds
163) Re1-e5 Ng5xe6 163) Re1-e5 Re1-e5 * 25 Seconds
164) .. d6-d5 d6-d5 * 0 Seconds 164) .. d6-d5 d6-d5 * 48 Seconds
165) Ke4-f5 Ke4-f5 * 0 Seconds 165) Ke4-f5 Rg8-b8
166) Ne4-f6 Ne4-f6 * 0 Seconds 166) Ne4-f6 Ne4-f6 * 16 Seconds
167) Nd4-c6 Nd4-c6 * 1 Second 167) Nd4-c6 Bf4-e3
168) Kg3-f2 Kg3-f2 * 0 Seconds 168) Kg3-f2 Kg3-g4
169) Bg4-d7 Bg4-d7 * 0 Seconds 169) Bg4-d7 Qd3-h3
170) Na4xb6 Na4xb6 * 0 Seconds 170) Na4xb6 Na4xb6 * 138 Seconds
171) Qg5-h6 Qg5-h6 * 97 Seconds 171) Qg5-h6 0-0-0
172) b2-b3 b2-b3 * 12 Seconds 172) b2-b3 b2-b3 * 3 Seconds
173) e4-e5 e4-e5 * 5 Seconds 173) e4-e5 e4-e5 * 9 Seconds
174) e5-e6 e5-e6 * 0 Seconds 174) e5-e6 e5-e6 * 0 Seconds
175) Re1xe6 Re1xe6 * 26 Seconds 175) Re1xe6 Re1xe6 * 27 Seconds
176) Bg5-f6 Bg5-f6 * 54 Seconds 176) Bg5-f6 Bg5-f6 * 28 Seconds
177) Qa8-b7, Ra1xg1 Qa8-b7 * 0 Seconds 177) Qa8-b7, Ra1xg1 Qa8-b7 * 3 Seconds
178) Nf5xg7, Ra1xg2 Nf5xg7 * 2 Seconds 178) Nf5xg7, Ra1xg2 Nf5xg7 * 73 Seconds
179) .. Ra8-a2 Ra8-a2 * 38 Seconds 179) .. Ra8-a2 Be6-d7
180) .. Rb8xb3 Rb8xb3 * 1 Second 180) .. Rb8xb3 Rb8xb3 * 60 Seconds
181) Re3-e8 Nc4-a5 181) Re3-e8 Re3-e8 * 2 Seconds
182) Bd4xg7 Bd4xg7 * 1 Second 182) Bd4xg7 Bd4xg7 * 6 Seconds
183) .. Nd7-c5 Nd7-c5 * 3 Seconds 183) .. Nd7-c5 Kb8-c7
184) Bd3xh7 Bd3xh7 * 2 Seconds 184) Bd3xh7 Bd3xh7 * 42 Seconds
185) Rg2-a2 Rg2-a2 * 25 Seconds 185) Rg2-a2 Kb7-a7
186) Kc4-b5 Re5xe6 186) Kc4-b5 Re5xe6
187) Ne5xf7 Ne5xf7 * 0 Seconds 187) Ne5xf7 Ne5xf7 * 50 Seconds
188) .. d6-d5, Ra1xh2 Ra8-c8 188) .. d6-d5, Ra1xh2 Bh6xf4
189) Rf5-e5 Rf5-e5 * 3 Seconds 189) Rf5-e5 Rf5-h5
190) .. Bb7xe4 Bb7xe4 * 0 Seconds 190) .. Bb7xe4 Bb7xe4 * 6 Seconds
191) Ng5xf7 Ng5xf7 * 5 Seconds 191) Ng5xf7 Ng5xf7 * 77 Seconds
192) Ke3-e4 Ke3-e4 * 43 Seconds 192) Ke3-e4 Ke3-d4
193) Qc6xc8 Qc6xc8 * 2 Seconds 193) Qc6xc8 Qc6xc8 * 2 Seconds
194) g3-g4 g3-g4 * 30 Seconds 194) g3-g4 g3-g4 * 5 Seconds
195) Qh6-h4 Qh6-h4 * 0 Seconds 195) Qh6-h4 Qh6-h4 * 0 Seconds
196) g5-g6 g5-g6 * 0 Seconds 196) g5-g6 g5-g6 * 104 Seconds
197) Nh4xg6 Nh4xg6 * 5 Seconds 197) Nh4xg6 Nh4-f3
198) Rf3-f7 Rf3-f7 * 0 Seconds 198) Rf3-f7 Rf3-f7 * 0 Seconds
199) .. d7-d5 Bf8-d6 199) .. d7-d5 d7-d5 * 19 Seconds
200) Bc1xh6 Bc1xh6 * 3 Seconds 200) Bc1xh6 Bc1xh6 * 47 Seconds
189 of 200 matching moves 158 of 200 matching moves
-
- Posts: 12768
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Arasan test suite update
Possible alternatives from Rybka:
Code: Select all
10) g4; id "arasan10.10
Searching move: g5-g4
Best move (Rybka 3): Bg7xc3
Not found in: 02:24
2 00:00 510 522.240 +0.26 Bg7xc3
3 00:00 591 605.184 +0.09 Bg7xc3
4+ 00:00 1.153 1.180.672 +0.29 Bg7xc3
4 00:00 1.560 1.597.440 +0.33 Bg7xc3
5 00:00 2.255 2.309.120 +0.09 Bg7xc3 Qd2xc3 f7f6
6 00:00 4.679 299.456 +0.07 Bg7xc3 Qd2xc3 Qe7e5 Qc3c8
7+ 00:00 5.193 332.352 +0.27 Bg7xc3
7 00:00 9.814 314.048 +0.44 Bg7xc3 Qd2xc3 Rd5d8 Rb8xd8 Qe7xd8 Qc3d2 Qd8d5
8 00:00 20.586 224.256 +0.48 Bg7xc3 Qd2xc3 Rd5d8 Rb8xd8 Qe7xd8 Qc3d2 Qd8d5 Kh1g1 Qd5xb3 Kg1f2
9+ 00:00 104.476 310.998 +0.68 Bg7xc3
9 00:00 128.518 324.143 +0.78 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8c8+ Qe7d7 Qc8c4+ Ke6e7 Rb6xd6 Qd7xd6 Qc4e2+
10+ 00:00 214.272 326.509 +0.98 Bg7xc3
10+ 00:00 277.486 337.064 +1.18 Bg7xc3
10+ 00:01 361.940 344.128 +1.58 Bg7xc3
10 00:01 446.390 344.463 +1.74 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8c8+ Qe7d7 Rb6xd6+ Ke6xd6 Qc8c2 Kd6e6 Qc2d1 g5g4 Kh1g1 g4xf3 Kg1f1 Qd7d3+ Kf1f2
11 00:01 510.700 349.103 +1.74 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8c8+ Qe7d7 Rb6xd6+ Ke6xd6 Qc8c2 Kd6e6 Qc2d1 g5g4 Kh1g1 g4xf3 Kg1f1 Qd7d3+ Kf1f2
12+ 00:02 860.425 348.526 +1.94 Bg7xc3
12+ 00:03 1.139.518 357.824 +2.14 Bg7xc3
12+ 00:04 1.519.062 356.035 +2.54 Bg7xc3
12 00:04 1.540.750 354.784 +2.24 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8c8+ Qe7d7 Rb6xd6+ Ke6xd6 Qc8c2 Kd6e6 Qc2d1 g5g4 Kh1g1 g4xf3 Kg1f2 Qd7d3
13+ 00:07 2.351.187 349.132 +2.44 Bg7xc3
13+ 00:09 3.197.491 342.923 +2.64 Bg7xc3
13+ 00:19 6.256.528 336.061 +3.84 Bg7xc3
13 00:38 13.137.083 349.966 +4.91 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8d4 Ke6d7 Rb6b7+ Kd7c8 Qd4xd2 Kc8xb7 Qd2xa5 Qe7e2 Qa5b5+ Qe2xb5 a4xb5 Rd6d3 Kh1g2 Rd3xb3 f3f4 g5xf4 g3xf4 Rb3xb5 Kg2g3 Kb7c6
14 00:40 13.843.802 349.095 +4.91 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8d4 Ke6d7 Rb6b7+ Kd7c8 Qd4xd2 Kc8xb7 Qd2xa5 Qe7e2 Qa5b5+ Qe2xb5 a4xb5 Rd6d3 Kh1g2 Rd3xb3 f3f4 g5xf4 g3xf4 Rb3xb5 Kg2g3 Kb7c6
15 00:49 16.735.370 346.643 +4.91 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8d4 Ke6d7 Rb6b7+ Kd7c8 Qd4xd2 Kc8xb7 Qd2xa5 Qe7e2 Qa5b5+ Qe2xb5 a4xb5 Rd6d3 Kh1g2 Rd3xb3 h2h4 g5xh4 g3xh4 Rb3xb5 Kg2h3 Kb7c6
16 01:12 24.402.308 346.626 +5.08 Bg7xc3 Qd2xc3 d3d2 Qc3h8+ Kh7g6 Qh8g8+ Kg6f6 Qg8h8+ Kf6e6 Rb8b6+ Rd5d6 Qh8d4 Ke6d7 Rb6b7+ Kd7c8 Qd4xd2 Kc8xb7 Qd2xa5 Qe7e2 Qa5b5+ Qe2xb5 a4xb5 Rd6d3 Kh1g2 Rd3xb3 h2h4 g5xh4 g3xh4 Rb3xb5 Kg2h3 Kb7c6
9/18/2008 6:56:40 PM, Time for this analysis: 00:02:24, Rated time: 02:26
46) Ra2; id "arasan10.4
Searching move: Ra3-a2
Best move (Rybka 3): Kg6-f5
Not found in: 02:24
2 00:00 312 319.488 +0.79 Ra3a4
2 00:00 490 501.760 +0.86 Ra3a2
2 00:00 491 502.784 +0.87 Kg6f5
3 00:00 518 530.432 +0.98 Kg6f5
4+ 00:00 946 968.704 +1.18 Kg6f5
4 00:00 1.051 1.076.224 +1.10 Kg6f5
5+ 00:00 1.529 1.565.696 +1.30 Kg6f5
5 00:00 2.386 2.443.264 +1.46 Kg6f5 Rc1b1
6 00:00 4.099 262.336 +1.52 Kg6f5 Rc1b1 Ra3a2
7 00:00 4.515 288.960 +1.52 Kg6f5 Kf1g1 Ra3a4 Rc1b1
8+ 00:00 6.706 429.184 +1.72 Kg6f5
8+ 00:00 9.242 295.744 +1.92 Kg6f5
8+ 00:00 12.310 393.920 +2.32 Kg6f5
8 00:00 12.369 395.808 +2.32 Kg6f5 Kf1g1 Ra3a4 Rc1b1 Kf5g4
9 00:00 17.809 194.004 +2.32 Kg6f5 Kf1g1 Kf5g4 Rc1c4+ Kg4f3
10+ 00:00 23.030 167.253 +2.52 Kg6f5
10+ 00:00 25.567 152.212 +2.72 Kg6f5
10+ 00:00 174.389 266.131 +5.52 Kg6f5
10 00:00 212.485 278.597 +4.91 Kg6f5 b4b5 Ra3xa5 Rc1c5+ Kf5e4 Rc5c1 Ra5xb5 Rc1a1 Ke4f5 Kf1g1 Rb5b4
11+ 00:00 221.508 279.340 +5.11 Kg6f5
11+ 00:01 436.562 301.442 +5.31 Kg6f5
11 00:11 4.422.695 391.768 +9.29 Kg6f5
12 01:01 29.459.268 490.166 +11.84 Kg6f5
9/18/2008 8:23:32 PM, Time for this analysis: 00:02:24, Rated time: 09:06
75) g4; id "arasan10.75
Searching move: g2-g4
Best move (Rybka 3): f4-f5
Not found in: 02:24
2 00:00 236 241.664 -0.17 Ra1b1
2 00:00 428 438.272 +0.11 Rh3g3
3 00:00 529 541.696 +0.14 Rh3g3
4 00:00 1.526 1.562.624 -0.14 Rh3g3
5 00:00 2.034 2.082.816 -0.18 Rh3g3 Bb7d5
5 00:00 3.076 3.149.824 0.00 Nd4b3 Na5c4
6 00:00 4.068 245.037 +0.03 Nd4b3 Na5c4 Nb3c5
7 00:00 21.686 200.058 -0.10 Nd4b3 Na5c4 Nb3c5 Bb7d5 Nc5xa6 Qc7b7
7 00:00 34.321 203.148 +0.22 f4f5 e6xf5 Nd4xf5 Na5c4 Rh3xh5 Rf8b8
8 00:00 51.873 211.625 +0.23 f4f5 e6xf5 Nd4xf5 Bb7c8 Nf5h6+ Kg8h7 Rh3h4 Qc7xe5 Be3d4 Qe5c7 Qe1xe4
9 00:00 58.050 189.914 +0.23 f4f5 e6xf5 Nd4xf5 Bb7c8 Nf5h6+ Kg8h7 Rh3h4 Qc7xe5 Be3d4 Qe5c7 Qe1xe4
10+ 00:00 151.218 202.150 +0.43 f4f5
10+ 00:01 210.499 202.967 +0.63 f4f5
10 00:01 246.220 199.311 +0.70 f4f5 e6xf5 Rh3xh5 g6xh5 Nd4xf5 f7f6 Ra1xa5 f6xe5 Qe1g3+ Kg8h7 Ra5xe5 Rf8xf5
11 00:02 499.115 198.483 +0.80 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+ Rf8xf7
12 00:04 784.549 183.210 +0.91 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+ Rf8xf7
13 00:08 1.599.759 198.467 +0.93 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+ Rf8xf7 Rh3g3+ Rf7g7 Rg3xg7+ Qe5xg7 Nd4xe6 Qg7g6 Ne6f4 Qg6g5 h2h4 Qg5h6 Qe1g3+ Kg8h7
14 00:16 3.359.841 204.376 +1.10 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+ Rf8xf7 Rh3g3+ Rf7g7 Rg3xg7+ Qe5xg7 Nd4xe6 Qg7g6 Ne6f4 Qg6g5 h2h4 Qg5h6 Ra1d1 Bb7c6 Qe1g3+ Kg8h7 Qg3h3
15 00:24 4.807.942 206.126 +1.10 f4f5 Qc7xe5 f5xg6 Na5c4
16 00:46 9.765.589 215.242 +1.10 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+
17 01:17 16.374.107 217.921 +1.10 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+
18 02:21 31.522.264 228.986 +1.10 f4f5 Qc7xe5 f5xg6 Na5c4 g6xf7+ Rf8xf7 Rh3g3+ Rf7g7 Rg3xg7+ Qe5xg7 Nd4xe6 Qg7g6 Ne6f4 Qg6g4 h2h3 Qg4g5 h3h4 Qg5h6 Ra1d1 Bb7c6 Qe1g3+ Kg8h7 Qg3h3
9/18/2008 9:33:31 PM, Time for this analysis: 00:02:24, Rated time: 14:09
80) Bb4; id "arasan10.8
Searching move: Bc3-b4
Best move (Rybka 3): Bc3-g7
Not found in: 02:24
2 00:00 650 665.600 +0.81 Nd5f4
3 00:00 942 964.608 +0.93 c5c4
4 00:00 1.358 1.390.592 +1.06 c5c4
5 00:00 1.840 1.884.160 +0.97 c5c4 Bb1e4
5 00:00 3.838 3.930.112 +1.13 Bc3xa5 Qd1c2
5+ 00:00 4.237 255.216 +1.26 Bc3b4
5 00:00 5.441 327.740 +1.30 Bc3b4 Bh6d2
6 00:00 6.922 416.948 +1.15 Bc3b4 Qd1c2 c5c4
7 00:00 9.544 305.408 +1.14 Bc3b4 Qd1c2 c5c4 Nb3d2 Nd5c3
8 00:00 28.062 261.231 +1.21 Bc3b4 Qd1c2 c5c4 Nb3d2 Qc7xa5 Nd2e4
9 00:00 41.813 272.716 +1.20 Bc3b4 Qd1c2 c5c4 Nb3d2 Qc7xa5 Nd2e4 Qa5a1
10 00:00 125.576 235.081 +1.25 Bc3b4 Qd1f1 c5c4 Nb3d2 Nd5c3 Re2e3
11 00:00 185.581 229.510 +1.18 Bc3b4 Qd1c2 c5c4 Nb3d2
12 00:01 324.053 244.352 +1.26 Bc3b4 Qd1c2 c5c4 Nb3d2 Qc7xa5 Nd2e4 Qa5a3 Nf3g5 a6a5 h3h4 Qa3b3
13 00:03 725.302 231.013 +1.13 Bc3b4 Qd1c1 c5c4 Nb3d2
14 00:03 918.654 245.038 +1.13 Bc3b4 Qd1c1 c5c4 Nb3d2 Qc7xa5 Nd2e4 Qa5a3 Qc1xa3 Bb4xa3 Re2d2 Ba3c1 Rd2xd5 Bb7xd5 Bh6xc1 Bd5xe4 Bb1xe4 d6d5 Be4c2 b5b4 Bc2a4
15 00:06 1.495.556 251.016 +1.13 Bc3b4 Qd1c1 c5c4 Nb3d2 Qc7xa5 Nd2e4 Qa5a3 Qc1xa3 Bb4xa3 Re2d2 Ba3c1 Rd2xd5 Bb7xd5 Bh6xc1 Bd5xe4 Bb1xe4 d6d5 Be4c2 b5b4 Bc2a4
16 01:57 27.948.089 242.950 +1.24 Bc3g7 Bh6xg7 Kg8xg7 Qd1c1 b5b4 Re2e1 Nd5c3 Qc1f4 Nc3xb1 Re1xb1 Ra8e8 Nb3d2 f7f6 Nd2c4 Re8e6 Rb1c1 Qc7c6 Nc4d2
9/18/2008 9:45:35 PM, Time for this analysis: 00:02:24, Rated time: 16:36
102 Rxd5; id "arasan10.
Searching move: Ra5xd5
Best move (Rybka 3): h5-h4
Not found in: 02:24
2 00:00 344 352.256 +0.84 Nf5d4
3 00:00 2.676 2.740.224 +0.27 Nf5d4
3 00:00 2.810 179.840 +0.29 h5h4
4 00:00 3.984 254.976 +0.29 h5h4
5 00:00 5.805 185.760 +0.32 h5h4 g3xh4
6 00:00 9.168 199.745 +0.31 h5h4 g3xh4 e7e6 h4h5
7 00:00 14.312 185.512 +0.40 h5h4 g3xh4 e7e6 h4h5
8 00:00 33.580 182.903 +0.34 h5h4 g3g4 Nf5d4 Rc2c1
9+ 00:00 60.596 189.177 +0.54 h5h4
9 00:00 68.090 185.931 +0.53 h5h4 g3g4 Nf5d4 Rc2c1 Rb3xb2 Ra2xb2 Qb7xb2 Nc3e4 Ra5xd5 Rc1xc4 Rd5d8
10+ 00:00 156.355 205.003 +0.73 h5h4
10+ 00:01 219.901 215.275 +0.93 h5h4
10+ 00:02 463.526 225.273 +1.33 h5h4
10 00:03 691.936 227.024 +1.37 h5h4 Qd1g4 h4xg3
11+ 00:07 1.615.381 233.538 +1.57 h5h4
11 00:09 2.147.044 237.247 +1.58 h5h4 Bd2e1 h4xg3 f2xg3 Nf5e3 Qd1d2
12 00:10 2.444.870 235.983 +1.51 h5h4 Bd2e1 h4xg3 f2xg3 Nf5e3 Qd1c1 Ne3xc2 Qc1xc2 Qb7a7+ Kg1h2 Qa7e3 Qc2d2 Qe3d3 Qd2g2 Bg7xc3
13+ 00:15 3.654.263 245.761 +1.71 h5h4
13 00:19 4.705.539 248.682 +1.77 h5h4 g3xh4 Nf5xh4 Bd2g5
14 00:37 8.977.899 245.032 +1.86 h5h4 Kg1h2 Ra5xd5 Qd1h1
15 00:52 12.615.554 247.781 +1.80 h5h4 Kg1h2 Ra5xd5 Qd1h1 Bg7xc3 Bd2xc3 h4xg3+ f2xg3 Nf5xg3 Qh1f3 Ng3h5 Rc2f2 Qb7c7+ Kh2g1 Rd5f5 Qf3e4 Nh5f6 Qe4h4 Rf5xf2 Qh4xf2 Nf6e4 Qf2e3 Ne4xc3 b2xc3 Qc7a5
16+ 01:36 23.851.194 253.167 +2.00 h5h4
9/18/2008 10:38:40 PM, Time for this analysis: 00:02:24, Rated time: 19:53
163 Re5; id "arasan10.1
Searching move: Re1-e5
Best move (Rybka 3): Ng5xe6
Not found in: 02:24
2 00:00 542 555.008 +1.19 Ng5xe6+
3 00:00 936 958.464 +1.38 Ng5xe6+
4 00:00 2.152 2.203.648 +1.43 Ng5xe6+
5 00:00 3.528 225.792 +1.47 Ng5xe6+ Kd8e8 Qb8xc8+
6 00:00 12.730 271.573 +1.45 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 h2h3 g7g5 Qc8xc6 Nh6f5
7 00:00 16.125 262.095 +1.45 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 h2h3 g7g5 Qc8xc6 Nh6f5
8 00:00 64.627 264.712 +1.34 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 h2h3 Nh6f5 Ne6xf8 Qd2g5
9 00:00 85.932 268.275 +1.35 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 h2h3 Nh6f5 Ne6xf8 Qd2g5 Re1e5 g7g6 Nf8e6 Qg5xg2+ Kg1xg2 Rh8xc8 Ra1b1 Nf6d5
10 00:00 174.322 259.833 +1.37 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 h2h3 g7g6 Qc8xc6 Nh6f5
11+ 00:01 288.359 242.429 +1.57 Ng5xe6+
11 00:02 494.413 235.041 +1.57 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3
12+ 00:02 552.373 215.724 +1.77 Ng5xe6+
12 00:03 665.820 233.653 +1.76 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3
13+ 00:06 1.445.115 246.345 +1.96 Ng5xe6+
13+ 00:09 2.223.850 240.061 +2.16 Ng5xe6+
13 00:16 4.003.270 250.494 +2.53 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3 Qd2h6 Re1e5 Rh8h7 Ra1e1 Nd6f5 a5a6
14 00:23 5.824.940 258.863 +2.60 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3
15 00:29 7.582.293 266.575 +2.60 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3 Qd2h6 Re1e5 Rh8h7 Ra1e1 a7a6 Ne6g5+
16 00:57 14.993.808 266.718 +2.72 Ng5xe6+ Kd8e8 Qb8xc8+ Ke8f7 Qc8xc6 Nh6f5 Qc6c4 Nf5d6 Qc4b3 g7g6 h2h3 Qd2h6 Re1e5 Kf7g8 Ra1e1 Rh8h7 Ne6g5+ Rh7f7 Re5c5 Kg8g7 Re1e6 Nd6f5 Ng5xf7 Kg7xf7 Rc5c6 Kf7g7 Qb3b7 Kg7g8
17+ 02:20 36.181.724 263.096 +2.92 Ng5xe6+
9/19/2008 1:05:52 AM, Time for this analysis: 00:02:24, Rated time: 31:33
181 Re8+; id "arasan10.
Searching move: Re3-e8
Best move (Rybka 3): Nc4-a5
Not found in: 02:24
2 00:00 362 370.688 +1.12 Nc4d2
3 00:00 512 524.288 +1.17 Nc4d2
4 00:00 957 979.968 +1.31 Nc4d2
5 00:00 1.597 1.635.328 +1.13 Nc4d2 Rf6f5
5 00:00 2.335 2.391.040 +1.28 Nc4a5 Rf6f5
6 00:00 2.763 2.829.312 +1.37 Nc4a5 Rf6f5 Na5c6
7 00:00 3.934 251.776 +1.37 Nc4a5 Rf6f5 Na5c6 Rb8b7 c2c4
8 00:00 7.179 229.728 +1.34 Nc4a5 Rf6f5 Na5c6 Rb8b7 c2c4
9+ 00:00 10.888 237.219 +1.54 Nc4a5
9 00:00 18.460 239.278 +1.32 Nc4a5 Bc8f5 c2c4 b5xc4
10 00:00 67.023 231.082 +1.31 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+
11 00:00 116.731 246.968 +1.38 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Na5c6 Rb8b7 Ra7xa6 Rb7c7 Ra6b6 b5b4
12 00:00 186.012 243.887 +1.38 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Na5c6 Rb8b7 Ra7xa6 Rb7c7 Ra6b6 b5b4
13 00:01 230.998 240.632 +1.38 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Na5c6 Rb8b7 Ra7xa6 Rb7c7 Ra6b6 b5b4
14 00:02 476.691 246.282 +1.39 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Na5c6 Rb8b7 Ra7a8 Rb7c7 Nc6d8 Kh8g7 Bd5e6
15 00:04 957.643 240.821 +1.48 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 c2c3 Ne8f6 Bd5f3 d6d5 Ra7c7
16 00:09 2.089.536 235.648 +1.46 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Bd5c6 Bc8f5 c2c3 Ne8f6 Ra7xa6 Bf5e4 c3c4 b5xc4 Na5xc4 Be4d3 Bc6f3 Bd3xc4 b3xc4 Rb8b1+ Kg1g2 Rb1b4 Ra6xd6 Kh8g7
17 00:14 3.340.021 239.340 +1.46 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Bd5c6 Bc8f5 c2c3 Ne8f6 Ra7xa6 Bf5e4 c3c4 b5xc4 Na5xc4 Be4d3 Bc6f3 Bd3xc4 b3xc4 Rb8b1+ Kg1g2 Rb1b4 Ra6xd6 Kh8g7
18 00:59 14.027.636 242.820 +1.60 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Bd5f3 b5b4 Na5c4 Bc8f5 Nc4e3 a6a5 Kg1f2 Bf5e6 Ra7xa5 Ne8c7 a2a4 b4xa3/ep Ra5xa3 Nc7b5 Ra3a6
19 01:20 18.778.800 239.208 +1.60 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Bd5f3 b5b4 g3g4 d6d5 h2h3 Rb8b5 Na5c6 c5c4 Ra7a8 Ne8d6
20 01:48 25.741.161 243.818 +1.60 Nc4a5 Rf6f8 Re3e7 a7a6 Re7a7 Rf8e8 Re1xe8+ Ng7xe8 Bd5f3 b5b4 g3g4 d6d5 h2h3 Rb8b5 Na5c6 c5c4 Ra7a8 Ne8d6
9/19/2008 1:49:18 AM, Time for this analysis: 00:02:24, Rated time: 37:53
188 d5; id "arasan10.18
Searching move: d6-d5, Ra1xh2
Best move (Rybka 3): Ra8-c8
Not found in: 02:24
2 00:00 311 318.464 +0.77 Bh6xf4
3 00:00 866 886.784 +0.69 Bh6xf4
4 00:00 2.496 2.555.904 +0.78 Ra8c8
5 00:00 2.721 163.900 +0.89 Ra8c8 Nc3e2
6 00:00 3.621 218.112 +0.89 Ra8c8 Nc3e2 f6f5
7 00:00 8.013 256.416 +0.79 Ra8c8 Rd2d3 e6e5 Nc3d5 Qc7xc2
8+ 00:00 17.263 223.763 +0.99 Ra8c8
8 00:00 18.628 200.790 +0.84 Ra8c8 Rd2d3 e6e5 Nc3d5 Qc7xc2 Rd3d2 Qc2c4 Qe3f3
9 00:00 27.090 220.160 +0.84 Ra8c8 Rd2d3 e6e5 Nc3d5 Qc7xc2 Rd3d2 Qc2c4 Qe3f3
10 00:00 56.906 206.637 +1.02 Ra8c8 Rd2d3 e6e5 Nc3d5 Qc7xc2 Rd3d2 Qc2c4 Qe3f3 f6f5
11 00:01 285.111 212.484 +0.90 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Nb3d4 e5xd4 Nc3d5 Qc7xc2 Nd5xf4 Rg6g5 h3h4 Qc2b2 Ra1e1 Rc8c1
12 00:01 307.695 214.631 +0.90 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Nb3d4 e5xd4 Nc3d5 Qc7xc2 Nd5xf4 Rg6g5 h3h4 Qc2b2 Ra1e1 Rc8c1
13+ 00:03 776.877 227.552 +1.10 Ra8c8
13 00:04 977.456 225.838 +1.10 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Nb3c1 Bf4g5 Nc1e2 Rg6h6 Qf3g2 Bd7e6 Ra1d1 Rc8d8 Ne2g3 Be6xh3 Qg2f2
14 00:06 1.339.842 224.880 +1.07 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Nb3c1 Bf4g5 Nc1e2 Rg6h6 Qf3g2 Bd7e6 Ra1d1 Rc8d8 Ne2g3 Be6xh3 Qg2f2
15 00:09 2.041.008 224.007 +1.07 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Nb3c1 Bf4g5 Nc1e2 Rg6h6 Qf3g2 Bd7e6 Ra1d1
16 00:36 9.000.109 251.916 +1.20 Ra8c8 Rd2d3 d6d5 e4xd5 Bh6xf4 Qe3f2 Bf4e5 Nb3d4 Qc7c4 Qf2h4 Ke8f8 Ra1g1 Kf8g8 Rg1xg6+ f7xg6 d5xe6 Bd7xe6 Nc3e2 g6g5 Qh4f2 Be6d5+
9/19/2008 2:06:12 AM, Time for this analysis: 00:02:24, Rated time: 43:12
199 d5; id "arasan10.19
Searching move: d7-d5
Best move (Rybka 3): Bf8-d6
Not found in: 02:24
2 00:00 559 572.416 +0.41 Ka8xa7
3 00:00 1.574 1.611.776 +0.36 Ka8xa7
3+ 00:00 2.127 2.178.048 +0.61 Bf8d6
3 00:00 2.917 2.987.008 +0.93 Bf8d6
4 00:00 3.428 3.510.272 +0.97 Bf8d6
5 00:00 4.328 260.698 +0.93 Bf8d6 Ke1f2
6 00:00 8.923 285.536 +0.92 Bf8d6 Rc1c5 Ka8xa7
7 00:00 14.972 194.067 +0.59 Bf8d6 Rc1c5 Ka8xa7 Ke1f2 Bd6xc5+
8+ 00:00 45.877 199.906 +0.79 Bf8d6
8 00:00 59.066 214.480 +0.97 Bf8d6 Rc1c5 Bd6xe5 Bf4xe5 d7d5 g3g4 Re8xe5 g4xh5 Re5xe4+ Ke1d2 Ba6b5
9 00:00 68.048 222.623 +0.97 Bf8d6 Rc1c5 Bd6xe5 Bf4xe5 d7d5 g3g4 Re8xe5 g4xh5 Re5xe4+ Ke1d2 Ba6b5
10+ 00:00 149.338 227.562 +1.17 Bf8d6
10 00:00 185.234 220.814 +1.16 Bf8d6 Rc1c5 Bd6xe5 Bf4xe5 d7d5 g3g4 Re8xe5 g4xh5 Re5xe4+ Ke1d1 Ba6b5 Rh1g1 Rh8g8 Rc5c2 Re4xh4 Rc2g2
11 00:01 338.690 222.177 +1.21 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1d2 Ka8xa7 Rh1e1 Re5xe1 Kd2xe1 Ka7b6 Nb3d4 Kb6c5
12 00:02 451.319 229.469 +1.21 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1d2 Ka8xa7 Rh1e1 Re5xe1 Kd2xe1 Ka7b6 Nb3d2 c6c5 Ke1f2
13 00:04 1.025.986 237.050 +1.28 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1d2 Ka8xa7 Rh1e1 Re5xe1 Kd2xe1 Ka7b6 Nb3d2 c6c5 Ke1f2 d7d5 Kf2e3 Ba6c8
14 00:07 1.618.904 238.217 +1.28 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1d2 Ka8xa7 Rh1e1 Re5xe1 Kd2xe1 Ka7b6 Nb3d2 c6c5 Ke1f2 d7d5 Kf2e3 Ba6c8
15 00:15 3.576.828 233.827 +1.20 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1f2 Ka8xa7 Rh1e1 Re5xe1 Kf2xe1 Ka7b6 Nb3d4 Kb6c5 Nd4f5 g7g6 Nf5e3 Ba6c8 Ke1d2 d7d5
16 00:28 6.572.646 233.702 +1.24 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1f2 Ka8xa7 Rh1e1 Re5xe1 Kf2xe1 Ka7b6 Nb3d4 Kb6c5 Nd4f5 g7g6 Nf5e3 Ba6c8 Ke1d2 d7d5
17 00:52 12.409.161 240.484 +1.30 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1f2 Ka8xa7 Rh1e1 Re5xe1 Kf2xe1 Ba6c4 Nb3c1 c6c5 Ke1d2 Ka7b6 g4g5 d7d5 Kd2c3 Bc4a6 Kc3d2 d5d4
18 01:46 24.459.095 235.859 +1.28 Bf8d6 Rc1c5 Bd6xe5 Rc5xe5 Re8xe5 Bf4xe5 Rh8e8 g3g4 Qh5xe5 Qe4xe5 Re8xe5+ Ke1f2 Ka8xa7 Rh1e1 Re5xe1 Kf2xe1 Ba6c4 Nb3c1 c6c5 Ke1d2 Ka7b6 Kd2e3 d7d5 b2b3 Bc4b5 a2a3 Bb5d7 Ke3f4
9/19/2008 2:32:44 AM, Time for this analysis: 00:02:24, Rated time: 47:04
-
- Posts: 12768
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Arasan test suite update
Code: Select all
24) Qxg1+; id "arasan10
Searching move: Qd4xg1
Best move (TogaCMLX): g6-g5
Not found in: 02:24
2/9 00:00 323 0 +2.11 Qd4e4+ Kg2h2 Ke2d3
3/9 00:00 714 0 +2.06 Qd4e4+ Kg2h2 Ke2d3 Be1a5
3/10 00:00 1.292 0 +2.12 Qd4d5+ Kg2h3 Qd5c5 Kh3g2 Qc5c6+ Kg2h3
4/16 00:00 3.053 0 +2.02 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Ke2d3
5/16 00:00 5.586 0 +2.12 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5c6 Rh1g1
6/19 00:00 7.689 0 +1.98 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5c6 Rh1g1 Qc6e4
7/17 00:00 18.677 0 +2.04 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5c6 Rh1g1 Qc6b6 Kh3g2 Qb6b7+ Kg2h3
7/16 00:00 12.919 0 +2.05 Qd4d5+ Kg2h3 Qd5c5 Kh3h2 Qc5a3 Kh2g2 Qa3e3 Rg1f1 Qe3e4+ Kg2g1
8/19 00:00 21.727 0 +2.08 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5a3 Rh1g1 Qa3e3 Rg1h1 Ke2d3
9/19 00:00 34.237 0 +2.05 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5a3 Rh1g1 Qa3e3 Kh3g2 Qe3e5 Rg1f1 Qe5e4+ Kg2g1
10/19 00:00 59.172 0 +2.05 Qd4d5+ Kg2h3 Qd5c5 Rg1h1 Qc5a3 Rh1g1 Qa3e3 Kh3g2 Qe3c5 Rg1f1 Qc5d5+ Kg2g1 Qd5d4+ Kg1g2 Qd4e4+ Kg2g1
11/25 00:00 120.526 0 +2.05 Qd4d5+ Kg2h3 Qd5c5 Kh3h2 Qc5a3 Kh2g2 Qa3f3+ Kg2h2 Qf3b3 Kh2g2 Qb3e3 Rg1f1 Qe3e4+ Kg2g1
12/26 00:00 316.240 0 +1.98 Qd4d5+ Kg2h3 Qd5c5 Kh3h2 Qc5c4 Kh2h3 Qc4e6 Kh3h2 Ke2d3 Rg1f1 Qe6e2+ Kh2g1 Kd3c4 Rf1f4+ Kc4d5
13/34 00:01 1.175.463 0 +1.92 Qd4d5+ Kg2h3 Qd5e4 Kh3h2 Qe4g4 Be1a5 f5f4 Rg1g2+ Ke2d1 Rg2g1+ Kd1c2 Rg1g2+ Kc2b3 Ba5b6 f4f3 Rg2d2 Qg4f5 Kh2g1
14/32 00:01 2.187.703 6.272.189 +1.92 Qd4d5+ Kg2h3 Qd5c5 Kh3h2 Qc5a3 Kh2g2 Qa3f3+ Kg2h3 Ke2d3 Rg1g2 g6g5 Kh3h2 g5xh4 g3xh4 Qf3e4 Be1f2 Qe4e5+ Kh2g1 f5f4 Rg2g6
15/36 00:02 3.604.997 6.291.913 +1.92 Qd4d5+ Kg2h3 Qd5d6 Kh3h2 Qd6c5 Kh2g2 Qc5c6+ Kg2h3 Qc6a8 Kh3h2 Qa8a3 Kh2g2 Qa3c5 Rg1f1 Qc5d5+ Kg2g1 Ke2d3 Rf1f4
16/38 00:03 5.812.304 6.355.857 +1.86 Qd4d5+ Kg2h3 Qd5a8 Kh3h2 Qa8a3 Kh2g2 Qa3f3+ Kg2h2 Qf3g4 Be1a5 f5f4 Rg1g2+ Ke2d3 g3xf4 Qg4xf4+ Rg2g3+ Kd3e4 Kh2g2 Ke4d5 Rg3g5+ Kd5c4 Kg2h3 Qf4f3+ Kh3h2
17/44 00:08 12.794.057 6.356.720 +1.85 Qd4d5+ Kg2h3 Qd5d6 Kh3h2 Qd6c5 Kh2g2 Qc5c6+ Kg2h3 Qc6e4 Kh3h2 Qe4g4 Be1a5 f5f4 Rg1g2+ Ke2d1 Rg2g1+ Kd1c2 Rg1g2+ Kc2b3 Ba5b6 f4f3 Rg2d2 Kb3c3
17/40 00:09 12.313.985 6.336.292 +1.86 Qd4d5+ Kg2h3 Qd5d3 Kh3g2 Qd3e4+ Kg2h2 Qe4c4 Kh2g2 Qc4c6+ Kg2h3 Qc6c8 Kh3g2 Qc8a8+ Kg2h3 Qa8a7 Kh3g2 Qa7d4 Rg1f1 Qd4e4+ Kg2g1 Ke2d3 Be1a5
17/46 00:14 21.438.256 6.429.980 +2.14 Qd4e4+ Kg2h2 Qe4g4 Be1a5 f5f4 Rg1g2+ Ke2d3 Ba5e1 f4f3 Rg2d2+ Kd3e3 Rd2a2 Qg4c4 Be1f2+ Ke3d3 Ra2a1 Qc4c2 Kh2g1 Kd3c4 g3g4 Qc2e2 Ra1a4+ Kc4b5
17/46 00:16 24.614.462 6.634.615 +2.61 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5f5 Rg3g5 Qf5e4+ Kh4g3 Qe4e3+ Kg3g4 Qe3d4+ Kg4f5 Qd4d5+ Kf5g4 Qd5g2+ Kg4f4 Qg2d2+ Kf4g4
18/46 00:18 26.706.113 6.662.026 +2.61 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5f5 Rg3g5 Qf5e4+ Kh4g3 Qe4e3+ Kg3g4 Qe3e2+ Kg4h3 Qe2f3+ Kh3h4 Qf3f2+ Kh4g4 Qf2d4+ Kg4f3 Qd4d3+ Kf3f4 Qd3d2+ Kf4g4
19/46 00:21 31.270.538 6.553.948 +2.61 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5f5 Rg3g5 Qf5e4+ Kh4g3 Qe4e3+ Kg3g4 Qe3e2+ Kg4h3 Qe2f3+ Kh3h4 Qf3f4+ Kh4h5 Qf4h2+ Kh5g4 Qh2g2+ Kg4h4 Qg2f2+ Kh4g4 Qf2d4+ Kg4f3 Qd4f6+ Kf3g4
20/48 00:26 39.717.859 6.475.740 +2.67 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5d8+ Rg3g5 Qd8d4+ Kh4g3 Qd4g7 Kg3f3 Kf1e1 Kf3e3 Qg7e7+ Ke3f4 Qe7f6+ Kf4g4 Qf6g7 Kg4f4
21/50 00:33 50.709.825 6.371.406 +2.67 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5d8+ Rg3g5 Qd8d4+ Kh4g3 Qd4c3+ Kg3g4 Qc3g7 Kg4f3 Kf1e1 Kf3e3 Qg7e7+ Ke3f4 Qe7f6+ Kf4g4 Qf6g7 Kg4f4
22/52 00:56 84.915.479 6.312.106 +2.65 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5d8+ Rg3g5 Qd8d4+ Kh4g3 Qd4c3+ Kg3g4 Qc3g7 Kg4f3 Kf1e1 Kf3e3 Qg7e7+ Ke3f4 Qe7f6+ Kf4g4 Qf6e6+ Kg4f4 Qe6c4+ Kf4f3 Qc4e2+ Kf3f4 Qe2d2+ Kf4g4
23/54 01:43 159.901.178 6.420.741 +2.77 g6g5 h4xg5 Qd4e4+ Kg2h2 Qe4g4 Be1a5 Qg4h5+ Kh2g2 Qh5f3+ Kg2h2 f5f4 g3xf4 Qf3xf4+ Rg1g3 Ke2f1 Kh2h3 Qf4f5+ Kh3h4 Qf5xa5 g5g6 Qa5d8+ Rg3g5 Qd8d4+ Kh4g3 Qd4g7 Kg3f3 Kf1e1 Kf3e3 Qg7e7+ Ke3f4 Qe7f6+ Kf4g4 Qf6g7 Kg4f5 Ke1e2 Rg5g1 Ke2f3 Rg1f1+ Kf3e3
9/19/2008 3:33:12 AM, Time for this analysis: 00:02:24, Rated time: 05:05
46) Ra2; id "arasan10.4
Searching move: Ra3-a2
Best move (TogaCMLX): Kg6-f5
Not found in: 02:24
2/7 00:00 335 0 +1.54 Ra3a2 Rc1c6+ Kg6f5
3/9 00:00 770 0 +1.82 Ra3a2 Kf1g1 h3h2+ Kg1h1
4/12 00:00 1.830 0 +1.87 Ra3a2 Kf1g1 h3h2+ Kg1h1 Kg6f5
5/13 00:00 3.647 0 +2.04 Ra3a2 Kf1g1 h3h2+ Kg1h1 Kg6f5 Rc1c5+ Kf5e4
6/17 00:00 7.667 0 +1.94 Ra3a2 Kf1g1 h3h2+ Kg1h1 Kg6f5 Rc1e1 Ra2d2
6/29 00:00 153.886 0 +2.12 Ra3a4 Rc1b1 Ra4a2 Kf1g1 h3h2+ Kg1h1 Kg6g5
7/29 00:00 156.508 0 +2.04 Ra3a4 Rc1b1 Ra4a2 Kf1g1 h3h2+ Kg1h1 Kg6f5 Rb1f1+ Kf5e4 Rf1e1+ Ke4d4
8/29 00:00 165.426 0 +2.01 Ra3a4 Rc1b1 Ra4a2 Kf1g1 Kg6f5 Rb1f1+ Kf5g4 Rf1e1 h3h2+ Kg1h1
8/29 00:00 173.122 0 +2.11 Ra3a2 Kf1g1 Kg6f5 Rc1d1 h3h2+ Kg1h1 Kf5e4 Rd1c1 Ra2f2 Rc1e1+ Ke4d4
9/29 00:00 194.096 0 +2.11 Ra3a2 Kf1g1 Kg6f5 Rc1d1 Kf5e4 Kg1h1 Ke4e3 Rd1c1 Ke3d4
10/32 00:00 216.072 0 +2.11 Ra3a2 Kf1g1 Kg6f5 Rc1d1 Kf5e4 Kg1h1 h3h2 Rd1c1 Ke4d5 Rc1e1 Ra2f2 Re1d1+ Kd5e4
10/47 00:01 1.664.434 6.311.637 +4.35 Kg6f5 a5a6 Ra3xa6 Kf1g1 Ra6a2 Rc1c5+ Kf5e4 Rc5c4+ Ke4d3 Rc4c1 Ra2b2 Rc1e1 Rb2xb4 Re1f1 Kd3e4
11/47 00:01 1.798.120 6.294.974 +4.49 Kg6f5 a5a6 Ra3xa6 Kf1g1 Ra6a2 Rc1c5+ Kf5e4 Rc5c4+ Ke4d3 Rc4c1 Ra2b2 Rc1e1 Rb2xb4 Re1f1 Kd3e2 Rf1c1
12/47 00:01 2.050.040 6.212.556 +4.61 Kg6f5 a5a6 Ra3xa6 Kf1g1 Ra6a2 Rc1c5+ Kf5e4 Rc5c4+ Ke4d3 Rc4c1 Ra2b2 b4b5 Rb2xb5 Rc1a1 Kd3e4 Ra1e1+ Ke4f5 Re1f1+ Kf5g4 Rf1c1
12/57 00:05 7.369.141 6.341.223 +4.82 Kg6g5 b4b5 Ra3xa5 Kf1g1 Ra5xb5 Rc1a1 Rb5b2 Ra1a5+ Kg5f6 Ra5a6+ Kf6e5 Ra6a5+ Ke5d4 Ra5a4+ Kd4c5 Ra4a5+ Kc5b4 Ra5a1 h3h2+ Kg1h1 Kb4c5
12/58 00:11 18.566.921 6.641.564 +10.26 Kg6f5 b4b5 Kf5g4 Rc1c2 Ra3a1+ Kf1e2 g3g2 Rc2c4+ Kg4f5 Rc4c5+ Kf5e6 Rc5c6+ Ke6d5 Rc6g6 h3h2 Rg6xg2 h2h1Q Rg2g5+ Kd5c4 Rg5g4+ Kc4xb5 Rg4g5+ Kb5a4 Rg5g4+ Ka4xa5 Rg4g5+ Ka5b4 Rg5g4+ Kb4c5 Rg4g5+ Kc5d4
13/57 00:30 47.903.767 6.837.607 +12.23 Kg6f5 Kf1e2 h3h2 Rc1c5+ Kf5g4 Rc5c4+ Kg4h3 Rc4c7 Ra3a2+ Ke2d3 h2h1Q Rc7h7+ Kh3g2 Rh7xh1 Kg2xh1 Kd3c4 g3g2 Kc4b3 Ra2a1 Kb3c4 g2g1Q Kc4b5 Qg1f1+ Kb5b6 Qf1f6+ Kb6b5
13/74 00:33 55.617.036 6.805.966 +13.72 Kg6f5 b4b5 Kf5g4 Kf1e2 h3h2 Rc1c4+ Kg4h3 Rc4c7 Ra3a2+ Ke2e3 h2h1Q Rc7h7+ Kh3g2 Rh7b7 Qh1e1+ Ke3d4 Ra2d2+ Kd4c5 Qe1c1+ Kc5b6 Rd2d6+ Kb6a7 Qc1c5+ Rb7b6 Rd6xb6 a5xb6 Kg2f3
14/57 00:53 81.975.700 6.572.599 +14.02 Kg6f5 a5a6 Kf5g4 Kf1e2 h3h2 Rc1c4+ Kg4h3 Rc4c8 Ra3xa6 Rc8h8+ Kh3g2 Ke2d3 h2h1Q Rh8xh1 Kg2xh1 b4b5 Ra6a2 Kd3c3 g3g2 Kc3b3 Ra2a1 Kb3c4 g2g1Q Kc4d5 Qg1g5+ Kd5c6 Ra1c1+ Kc6b6
14/74 00:56 90.461.230 6.563.385 +14.04 Kg6g5 a5a6 Kg5g4 Kf1e2 h3h2 Rc1c4+ Kg4h3 Rc4c8 Ra3xa6 Rc8h8+ Kh3g2 Ke2d3 h2h1Q Rh8xh1 Kg2xh1 b4b5 Ra6a2 Kd3c3 g3g2 Kc3b3 Ra2a1 Kb3c3 g2g1Q Kc3c4 Qg1f1+ Kc4c5 Qf1f5+ Kc5b6
15/74 00:57 94.003.221 6.556.777 +14.85 Kg6f5 a5a6 Kf5g4 Kf1e2 h3h2 Rc1c4+ Kg4h3 Rc4c8 Ra3xa6 Rc8h8+ Kh3g2 Ke2d3 h2h1Q Rh8xh1 Kg2xh1 b4b5 Ra6a2 Kd3c3 g3g2 Kc3b3 Ra2a1 Kb3c3 g2g1Q Kc3c4 Qg1b6 Kc4c3 Qb6c5+ Kc3d3 Qc5xb5+ Kd3e4
16/65 01:00 91.527.173 6.538.294 +15.16 Kg6f5 a5a6 Kf5g4 Kf1e2 h3h2 Rc1c4+ Kg4h3 Rc4c8 Ra3xa6 Rc8h8+ Kh3g2 Ke2d3 h2h1Q Rh8xh1 Kg2xh1 b4b5 Ra6a2 Kd3c3 g3g2 Kc3b3 Ra2a1 Kb3c4 g2g1Q Kc4d5 Qg1g5+ Kd5c6 Ra1c1+ Kc6b6 Qg5c5+ Kb6a6 Rc1a1+ Ka6b7 Qc5xb5+ Kb7c7
9/19/2008 4:26:18 AM, Time for this analysis: 00:02:24, Rated time: 16:59
60) b5; id "arasan10.60
Searching move: b6-b5
Best move (TogaCMLX): a5xb4
Not found in: 02:24
2/7 00:00 239 0 +1.23 a5xb4 Bc3xb4+ Nd7c5 Bb4xc5+ b6xc5 Kg3f3
3/26 00:00 7.470 0 +1.14 a5xb4 Bc3xb4+ Nd7c5 Bb4xc5+ Kd6xc5 Kg3f3 Kc5d4
4/26 00:00 8.432 0 +1.29 a5xb4 Bc3xb4+ Kd6e6 Kg3f3 Nd7e5+ Kf3g3 Ke6d5
5/26 00:00 9.013 0 +1.29 a5xb4 Bc3xb4+ Kd6e6 Kg3f2 Nd7e5 Kf2g3 Ke6d5
6/26 00:00 7.333 0 +1.28 a5xb4 Bc3xb4+ Kd6e6 Kg3f3 Nd7e5+ Kf3g3 Ke6d5 Bb4e7 Kd5e6
7/25 00:00 13.910 0 +1.27 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5c3 Nd7e5 Bc3b4 Kd5d4
8/16 00:00 7.762 0 +1.34 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5b4 Nd7c5 Bb4xc5 Kd5xc5 Kg3f3 Kc5d4 Kf3e2
9/18 00:00 15.108 0 +1.22 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Nd7c5 Kg3f3 Nc5d3 Ba5c3 Nd3e5+ Bc3xe5 Ke6xe5 Kf3e3 Ke5d5 Ke3d3
9/26 00:00 23.549 0 +1.32 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7c5 Ba5b4 Nc5d3 Bb4a5 Nd3e5 Ba5c3 Kd5e4
10/25 00:00 35.794 0 +1.28 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7c5 Kg3f3 Nc5d3 Ba5c3 Nd3e5+ Kf3g3 Kd5e4 Bc3b4 Ke4d5
11/26 00:00 62.952 0 +1.27 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7e5 Ba5c3 Kd5c5 Bc3b2 Kc5c4 Bb2a3 Kc4d5 Ba3e7 Kd5e6
12/29 00:00 72.489 0 +1.26 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7e5 Ba5c3 Kd5c5 Bc3b2 Kc5c4 Bb2a3 Kc4d5 Ba3e7 Kd5e6 Be7c5
13/29 00:00 120.010 0 +1.17 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7e5 Ba5c3 Kd5c5 Bc3b2 Kc5c4 Bb2a3 Ne5d7 Ba3e7 Kc4d5 Kg3g2 Kd5d4
14/31 00:00 172.500 0 +1.18 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7e5 Ba5d8 Kd5e6 Bd8a5 Ke6d6 Ba5b4+ Kd6d5 Bb4e7 Kd5e6 Be7c5 Ne5d7 Bc5b4 Nd7e5
15/31 00:00 287.222 0 +1.17 a5xb4 Bc3xb4+ Kd6d5 a4a5 b6xa5 Bb4xa5 Nd7c5 Kg3f3 Nc5d3 Ba5d8 Nd3e5+ Kf3g3 Kd5e6 Bd8a5 Ke6d6 Ba5b4+ Kd6d7 Bb4c3 Kd7c6 Bc3d4 Kc6d5
15/42 00:01 1.245.372 0 +1.31 b6b5 a4xb5 a5a4 Kg3f3 a4a3 Kf3e4 a3a2 b5b6 Nd7xb6 Bc3xf6 Kd6e6 Bf6d4 Nb6c4 Bd4g7 Nc4d6+ Ke4d3 Ke6d5 Kd3c2 Nd6e8 Bg7c3 Ne8c7 Bc3f6
16/47 00:01 2.137.707 6.074.951 +1.33 b6b5 a4xb5 a5a4 Kg3f3 a4a3 Kf3e4 a3a2 Ke4f5 Kd6c7 Kf5e6 Nd7e5 Ke6xf6 Ne5f3 Kf6f5 Kc7b6 Kf5e4 Nf3h4 Ke4d3 Kb6xb5 Kd3d4 Nh4g6 Kd4e4
17/49 00:02 2.944.808 6.135.955 +1.55 b6b5 a4xb5 a5a4 Kg3f3 Kd6d5 b5b6 Kd5c6 Bc3d4 a4a3 Kf3e4 a3a2 Ke4d3 Nd7xb6 Bd4xf6 Kc6b5 Kd3e4 Nb6c4 Bf6c3 Nc4d2+ Ke4f5 Nd2f3 Kf5e4 Kb5c4 Bc3f6
18/49 00:04 5.523.336 5.982.906 +1.19 b6b5 b4xa5 b5xa4 Kg3f3 Kd6c5 Kf3e4 a4a3 Ke4f5 Kc5c4 Bc3a1 Kc4b5 Kf5e6 Nd7e5 Ke6xf6 Ne5f3 Ba1c3 a3a2 Kf6f5 Kb5c4 Bc3b2 Kc4b3 Bb2f6 Kb3c4
19/47 00:05 7.241.670 5.947.714 +1.03 b6b5 b4xa5 b5xa4 Kg3f3 Kd6c5 Kf3e4 a4a3 Ke4f5 a3a2 Kf5e6 Nd7e5 Ke6xf6 Ne5f3 Kf6f5 Kc5b5 Kf5e4 Nf3g1 Ke4d3 Ng1h3 Kd3c2 Nh3f4 Kc2b3 Nf4d5 Bc3e5
19/47 00:05 7.438.813 5.925.049 +1.17 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7a5 Nd7c5 Ba5d8 Kd4e5 Bd8c7+ Ke5e6 Bc7a5 Nc5d3 Ba5c3 Nd3e5 Bc3b2 Ke6d6 Bb2d4 Kd6d5
20/49 00:06 8.364.156 5.932.205 +1.18 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7a5 Nd7c5 Ba5d8 Kd4e5 Bd8c7+ Ke5e6 Bc7a5 Nc5d3 Ba5c3 Nd3e5 Bc3b4 Ne5c4 Bb4c5 Ke6e5 Kg3f3
21/47 00:06 9.731.855 5.950.033 +1.18 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7a5 Nd7c5 Ba5d8 Kd4e5 Bd8c7+ Ke5e6 Bc7a5 Ke6d5 Ba5d8 Kd5d6 Bd8a5 Nc5e4+ Kg3f3 Kd6d5 Ba5b6 Ne4c3 Bb6e3
22/47 00:07 11.219.019 5.945.337 +1.18 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7a5 Nd7c5 Ba5d8 Kd4e5 Bd8c7+ Ke5d5 Bc7d8 Kd5e6 Bd8a5 Nc5d3 Ba5c3 Nd3e5 Bc3b4 Ke6d7 Bb4a5 Kd7e7 Ba5b4+ Ke7e6
22/47 00:12 17.824.159 6.028.928 +1.59 b6b5 b4xa5 b5xa4 Kg3f3 Kd6d5 a5a6 Kd5c6 Bc3b4 Kc6b6 Kf3e4 Kb6xa6 Bb4e7 Ka6b7 Ke4d5 Kb7b8 Kd5e4 Kb8c8 Ke4d4 Kc8c7 Kd4d5 Kc7b7 Kd5d6 Kb7c8 Kd6d5 Kc8c7 Be7d6+ Kc7b6
23/47 00:16 23.438.852 5.967.127 +1.59 b6b5 b4xa5 b5xa4 Kg3f3 Kd6d5 a5a6 Kd5c6 Bc3b4 Kc6b6 Kf3e4 Kb6xa6 Bb4e7 Ka6b7 Ke4d5 Kb7b8 Kd5e4 Kb8c7 Ke4d4 Kc7c6 Kd4e4 Kc6b6 Ke4d5 Kb6b7 Kd5d6 Kb7c8 Kd6d5 Kc8c7 Be7d6+ Kc7b6
24/52 00:20 30.408.405 5.964.497 +1.59 b6b5 b4xa5 b5xa4 Kg3f3 Kd6d5 a5a6 Kd5c6 Bc3b4 Kc6b6 Kf3e4 Kb6xa6 Bb4e7 Ka6b7 Ke4d5 Kb7b8 Kd5e4 Kb8a8 Ke4d4 Ka8a7 Kd4e4 Ka7b6 Ke4d5 Kb6b7 Kd5d6 Kb7c8 Kd6d5 Kc8c7 Be7d6+ Kc7b6
25/58 00:35 54.007.146 6.084.923 +1.35 b6b5 b4xa5 b5xa4 Kg3f3 Kd6d5 a5a6 Kd5c6 Bc3b4 Kc6b6 Kf3e4 Kb6xa6 Bb4e7 Ka6b7 Ke4d5 Kb7b8 Kd5e4 Kb8a8 Ke4d4 Ka8a7 Kd4c3 Ka7b7 Kc3b4 Kb7c6 Be7d8 Kc6d5 Kb4xa4 Kd5e6 Bd8c7 Nd7e5 Bc7xe5 f6xe5 Ka4b4
26/58 01:42 155.020.471 6.069.039 +1.09 b6b5 b4xa5 b5xa4 Kg3f3 Kd6d5 a5a6 Kd5c6 Bc3b4 Nd7e5+ Kf3g3 Kc6b6 Bb4e7 Kb6xa6 Be7xf6 Ne5f7 Bf6e7 Ka6b7 Kg3f3 Kb7c7 Kf3e3 Kc7d7 Be7b4 Kd7e6 Ke3d4 Nf7d6 Kd4c5 Ke6d7 Kc5d5 Nd6b5 Kd5c5 Nb5c7
26/58 01:52 170.629.595 6.102.904 +1.17 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7a5 Nd7c5 Ba5d8 Kd4e5 Bd8c7+ Ke5e6 Bc7a5 Nc5d3 Ba5c3 Nd3e5 Bc3a5 Ke6d7 Ba5c3 Kd7e7 Bc3a5 Ke7e6 Ba5b4 Ne5c4 Bb4c3 Nc4d6 Bc3d4
27/59 02:07 182.963.381 6.114.810 +1.17 a5xb4 Bc3xb4+ Kd6e6 a4a5 b6xa5 Bb4xa5 Ke6d5 Ba5d8 Kd5e5 Bd8c7+ Ke5d4 Bc7d8 Kd4d5 Bd8e7 Kd5e6 Be7a3 Nd7e5 Ba3b4 Ne5c4 Bb4c3 Ke6e7 Kg3f3 Nc4e5+ Kf3g3 Ke7d7 Bc3b4 Ne5c6 Bb4c3 Kd7e6 Bc3b2 Nc6e5 Bb2d4 Ke6d5
9/19/2008 5:00:05 AM, Time for this analysis: 00:02:24, Rated time: 25:01
97) c4; id "arasan10.97
Searching move: c5-c4
Best move (TogaCMLX): Ra8-h8
Not found in: 02:24
2/10 00:00 388 0 +0.19 a4xb3 a2xb3 Ra8a2
3/10 00:00 611 0 +0.21 a4xb3 a2xb3 Ra8a2 Nh3f2
4/10 00:00 967 0 +0.26 a4xb3 a2xb3 Ra8a3 Bd3c2 Ra3a2
5/12 00:00 1.818 0 +0.32 a4xb3 a2xb3 Ra8a3 Bd3c4 Ra3a2 Nh3f2
6/13 00:00 1.799 0 +0.16 a4xb3 a2xb3 Ra8a3 Bd3c4 Ra3a2 Nh3f2 Kg7g6
7/16 00:00 7.519 0 -0.03 a4xb3 a2xb3 Ra8a3 Bd3c4 Ra3a2 Nh3f2 Kg7g6 h2h3 f6f5 h3h4 f5f4 Bc4d3+ f7f5
8/22 00:00 19.784 0 -0.20 a4xb3 a2xb3 Ra8a2 Nh3f2 f6f5 h2h4 Ra2a8 Bd3c4 Ra8h8 Nf2d3 Rh8xh4 Nd3xc5
9/21 00:00 54.498 0 -0.30 a4xb3 a2xb3 Ra8a2 Nh3f2 f6f5 h2h4 Ra2a8 Bd3c4 Ra8h8 Nf2d3 Rh8xh4 Nd3xc5 Kg7f6
9/20 00:00 48.054 0 -0.26 a4xb3 a2xb3 Ra8a2 Nh3f2 f6f5 h2h4 Kg7g6 Bd3c4 Kg6h5 Nf2d3 Ra2a5 Kf3g3
9/21 00:00 68.805 0 -0.17 f6f5 Nh3f4 Ra8h8 Kf3g3 Kg7f6 h2h4 Kf6e5 h4h5 a4xb3 a2xb3 Rh8g8+ Kg3f3 Rg8g4 Nf4e2
9/27 00:00 71.227 0 -0.14 Ra8h8 Kf3g4 Kg7f8 b3xa4 Rh8g8+ Kg4f3 Rg8h8 Bd3f1 Kf8e7 a4a5 c5c4 Nh3f4 c4c3 Nf4d5+ Ke7d6
10/25 00:00 91.387 0 -0.25 f6f5 Nh3f4 Ra8h8 Kf3g3 Kg7f6 h2h4 Kf6e5 h4h5 Rh8g8+ Kg3f3 Rg8g4 Nf4e2 Rg4h4 Ne2g3 a4xb3 a2xb3
10/35 00:00 92.080 0 -0.05 Ra8h8 Kf3g4 Kg7f8 b3xa4 Rh8g8+ Kg4f3 Rg8h8 Bd3f1 Kf8e7 a4a5 c5c4 a5a6 c4c3 Kf3e3 c3c2 Ke3d2 Rh8c8
11/35 00:00 286.049 0 -0.18 f6f5 Nh3f4 Ra8h8 h2h3 a4xb3 a2xb3 Kg7f6 Bd3c4 Kf6e7 Kf3g3 Rh8g8+ Kg3f2 Ke7f6 Nf4d3 Rg8h8 Nd3xc5 Rh8xh3
11/36 00:00 313.683 0 -0.06 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 h2h4 Rh8g8+ Kg3f3 Rg8g4 h4h5 Kf6e5 Nf4g2 a4xb3 a2xb3 Rg4d4 Ng2e1
12/35 00:00 354.457 0 -0.17 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 h2h4 Rh8g8+ Kg3f3 Rg8g4 h4h5 Kf6e5 Nf4g2 a4xb3 a2xb3 Rg4d4 Bd3c4 Rd4d6 Bc4xf7
12/37 00:00 408.994 0 -0.06 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 Bd3b5 Rh8g8+ Kg3f3 Rg8h8 h2h3 Kf6g5 Kf3g3 a4xb3 a2xb3 Rh8h4 Nf4d5 f5f4+ Kg3g2
13/37 00:00 482.762 0 -0.06 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 Bd3b5 Rh8g8+ Kg3f3 Rg8h8 h2h3 a4xb3 a2xb3 Kf6g5 Kf3g3 Rh8h4 Nf4d5 f5f4+ Kg3g2
14/42 00:00 793.513 0 -0.09 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 h2h3 Kf6e5 Bd3b5 a4xb3 a2xb3 Rh8g8+ Kg3f3 Rg8h8 Bb5c4 Rh8h4 Nf4d3+ Ke5d4 Nd3f2 f7f6
15/42 00:01 1.550.245 5.364.892 0.00 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 h2h3 Kf6e5 Bd3b5 a4xb3 a2xb3 Rh8g8+ Kg3f3 Rg8h8 Bb5c4 Rh8h4 Nf4d3+ Ke5d4 Nd3f4 Kd4e5
16/38 00:02 2.739.546 5.285.996 -0.08 Ra8h8 Kf3g3 f6f5 Bd3b5 a4xb3 a2xb3 Rh8g8 Nh3f2 Kg7f6+ Kg3f4 Rg8g2 Nf2d3 Rg2xh2 Nd3xc5 Rh2h4+ Kf4g3 Kf6g5 Bb5c4 f5f4+ Kg3g2 Kg5f6 Kg2f3
16/46 00:02 2.836.762 5.285.996 -0.05 Ra8h8 Kf3g3 f6f5 Bd3b5 a4xb3 a2xb3 Rh8g8 Kg3f4 Kg7f6 Nh3f2 Rg8h8 Nf2d3 Rh8xh2 Nd3xc5 Rh2h4+ Kf4g3 Kf6g5 Bb5c4 Rh4h7 Nc5d3
16/47 00:02 2.707.207 5.285.996 -0.01 Ra8h8 Kf3g3 f6f5 Nh3f4 Kg7f6 h2h3 Kf6e5 Bd3c4 Rh8d8 Nf4d3+ Ke5d4 Kg3f4 Rd8h8 Nd3f2 Rh8g8 Bc4xf7 Rg8g7 Bf7c4 Rg7g2 Nf2d3
17/51 00:14 19.425.354 5.457.875 0.00 Ra8h8 Nh3f2 a4xb3 a2xb3 Rh8xh2 Nf2e4 Rh2h3+ Ne4g3 f6f5 Bd3xf5 Rh3h8 Bf5d3 Kg7f6 Ng3e4+ Kf6e5 Bd3c4 Rh8h3+ Kf3g2 Rh3xb3 Bc4xb3 Ke5xe4 Bb3xf7 c5c4 Bf7xc4 Ke4d4 Bc4e2 Kd4e5 Kg2f3
18/63 00:15 19.856.308 5.458.744 0.00 Ra8h8 Nh3f2 a4xb3 a2xb3 Rh8xh2 Nf2e4 Rh2h3+ Ne4g3 f6f5 Bd3xf5 Rh3h8 Bf5d3 Kg7f6 Ng3e4+ Kf6e5 Bd3c4 Rh8h3+ Kf3g2 Rh3xb3 Bc4xb3 Ke5xe4 Bb3xf7 c5c4 Bf7xc4 Ke4d4 Bc4e2 Kd4e5 Kg2f3 b4b3 Kf3g3
19/51 00:17 23.586.594 5.455.389 0.00 Ra8h8 Nh3f2 a4xb3 a2xb3 Rh8xh2 Nf2e4 Rh2h3+ Ne4g3 f6f5 Bd3xf5 Rh3h8 Bf5d3 Kg7f6 Ng3e4+ Kf6e5 Ne4g5 Ke5f6 Ng5e4+
20/51 00:23 31.062.263 5.441.994 0.00 Ra8h8 Nh3f2 a4xb3 a2xb3 Rh8xh2 Nf2e4 Rh2h3+ Ne4g3 f6f5 Bd3xf5 Rh3h8 Bf5d3 Kg7f6 Ng3e4+ Kf6e5 Ne4g5 Ke5f6 Ng5e4+
21/62 01:09 96.215.844 6.100.644 +0.62 Ra8h8 Nh3f2 a4a3 h2h3 Rh8h4 Bd3c2 c5c4 Kf3e2 c4c3 Ke2e3 Kg7h6 Bc2d3 f6f5 Bd3xf5 Kh6g5 Bf5b1 f7f5 Bb1d3 Kg5f6 Ke3f3 Rh4d4 Kf3e3 Rd4d5 h3h4 Rd5d8 Ke3f4 Rd8d4+ Kf4g3
22/62 01:57 161.073.593 5.797.626 +0.87 Ra8h8 Nh3f2 a4a3 h2h3 Rh8h4 Bd3b1 c5c4 b3xc4 Rh4xc4 Nf2d3 b4b3 a2xb3 Rc4c2 Kf3e3 a3a2 Bb1xa2 Rc2xa2 b3b4 f6f5 Ke3d4 Ra2a4 Kd4d5 Ra4a3 Kd5c4 Kg7f6 b4b5 Ra3a4+ Kc4c3 Ra4h4 b5b6 Rh4xh3 b6b7 Rh3h8 Kc3d4 Kf6e6
9/19/2008 6:29:22 AM, Time for this analysis: 00:02:24, Rated time: 45:24
99) Nf3; id "arasan10.9
Searching move: Nd2-f3
Best move (TogaCMLX): Kg2-h1
Not found in: 02:24
2/7 00:00 428 0 +0.92 Kg2h1 Bc8d7
3/9 00:00 1.172 0 +0.84 Kg2h1 e6e5 Rf1g1 e5xd4
4/13 00:00 2.864 0 -0.26 Kg2h1 e6e5 f4f5 e5xd4 Nd2f3 d4xc3 Ng4xh6 g7xh6 Bc1xh6 Ng8xh6 Qh3xh6+ Kh8g8 b2xc3
4/13 00:00 4.455 0 +0.64 Ng4e5 Ng8e7 Kg2h1 Ne7f5
5/13 00:00 3.908 0 +0.49 Ng4e5 Ng8e7 Kg2h1 Ne7f5 Bd3xf5 e6xf5
6/21 00:00 13.095 0 +0.24 Ng4e5 Ng8e7 Kg2h1 Ne7f5 Bd3xf5 e6xf5 Nd2f3
6/21 00:00 10.889 0 +0.44 Ng4e5 Ng8e7 Nd2f3 f7f6 Ne5g4 e6e5
7/25 00:00 23.594 0 +0.29 Ng4e5 Ng8e7 Kg2h1 Ne7f5 Bd3xf5 e6xf5 Nd2f3 Rf8e8
8/21 00:00 51.363 0 +0.32 Ng4e5 Ng8e7 Kg2h1 f7f6 Nd2f3 Kh8g8 Ne5g6 Ne7xg6 Bd3xg6
9/25 00:00 89.908 0 +0.50 Ng4e5 Ng8e7 Kg2h1 f7f6 Nd2f3 Qb6c7 Ne5g6+ Ne7xg6 Bd3xg6 Bc8d7 Rf1g1 Bd6xf4 Bc1xf4 Qc7xf4
10/25 00:00 157.879 0 +0.42 Ng4e5 Ng8e7 Kg2h1 f7f6 Nd2f3 a5a4 Ne5g4 e6e5 f4f5 Bc8xf5 Bd3xf5 Ne7xf5 Ng4xh6 Nf5xh6 Bc1xh6 g7xh6 Qh3xh6+ Kh8g8
11/31 00:00 294.256 0 +0.42 Ng4e5 Ng8e7 Kg2h1 f7f6 Nd2f3 a5a4 Ne5g4 e6e5 f4f5 Bc8xf5 Bd3xf5 Ne7xf5 Ng4xh6 Nf5xh6 Bc1xh6 g7xh6 Qh3xh6+ Kh8g8
12/45 00:00 605.486 0 +0.66 Ng4e5 Ng8e7 Kg2h1 f7f6 Nd2f3 a5a4 Ne5g4 e6e5 f4f5 Bc8xf5 Bd3xf5 Ne7xf5 d4xe5 f6xe5 Nf3xe5 Bd6xe5 Ng4xe5
13/58 00:03 3.095.735 4.595.661 +0.67 Ng4e5 Qb6c7 Nd2f3 b7b6 Rf1g1 Bc8a6 Kg2h1 Ba6xd3 Ne5xd3 Ng8e7 Bc1d2 Qc7c4 Nf3g5 Ne7f5
14/58 00:04 4.461.195 4.240.631 +0.87 Ng4e5 Qb6c7 Nd2f3 b7b6 Rf1g1 Bc8a6 Bd3xa6 Ra8xa6 Kg2h1 Ra6a8 f4f5 e6xf5 Qh3g3 Nh6g4 Qg3h4+ Ng4h6 Bc1xh6 Ng8xh6
15/58 00:08 8.518.095 4.107.495 +1.06 Ng4e5 Qb6c7 Nd2f3 b7b6 Rf1g1 Bc8a6 Bd3c2 Ba6b7 f4f5 e6xf5 Bc2xf5 Bb7c8 Bf5xc8 Qc7xc8 Qh3h4 Bd6xe5 Nf3xe5 Qc8f5 Bc1d2
16/58 00:16 15.926.629 4.039.448 +0.96 Ng4e5 Qb6c7 Nd2f3 b7b6 Kg2h1 a5a4 Rf1g1 a4a3 b2xa3 Bc8a6 Bd3xa6 Ra8xa6 Nf3g5 Bd6xe5 f4xe5 Qc7c4 Ng5f3 Qc4xc3 Ra1b1 Rf8c8
16/58 00:16 15.888.644 4.035.996 +1.05 Ng4e5 Qb6c7 Rf1g1 b7b6 Nd2f3 Bc8a6 Bd3c2 a5a4 Kg2h1 a4a3 Qh3g3 g7g6 Nf3g5 Rf8c8 b2xa3 Bd6xe5 f4xe5 Qc7xc3
16/68 01:52 121.618.417 4.324.025 +1.10 Kg2h1 f7f6 f4f5 e6xf5 Bd3xf5 a5a4 Bf5xc8 Rf8xc8 Ng4xh6 Ng8xh6 Nd2b3 a4xb3 Bc1xh6 Kh8g8 Qh3g2 Rc8c7 Qg2xd5+ Kg8h8 Bh6e3 Ra8a5 Qd5xb3 Qb6c6+ Kh1g1
9/19/2008 6:34:11 AM, Time for this analysis: 00:02:24, Rated time: 48:04
108 Bxh6; id "arasan10.
Searching move: Bf4xh6
Best move (TogaCMLX): Ne2-c3
Not found in: 02:24
2/4 00:00 195 0 +2.15 Bf4d2 h6h5
3/10 00:00 761 0 +1.71 Bf4d2 Nf6d7 Ne5xd7 Bc8xd7
3/10 00:00 1.122 0 +1.90 b2b3 Nf6d7 Ne5c4
3/12 00:00 2.752 0 +2.07 Ne2c3 h6h5 Qh3g3 Qd8xd4
3/13 00:00 3.490 0 +2.09 Ne2g3 Nf6d7 Ne5xd7 Bc8xd7
4/13 00:00 4.456 0 +1.91 Ne2g3 Nf6d5 Bf4d2 Be7h4
4/13 00:00 5.365 0 +2.41 Ne2c3 Nf6d7 Ne5f3 e6e5
5/13 00:00 7.515 0 +2.00 Ne2c3 Ne8c7 Bd3c2 Nc7d5 Nc3xd5 Nf6xd5
6/18 00:00 17.504 0 +1.80 Ne2c3 Ne8c7 b2b3 Nf6d5 Nc3xd5 Nc7xd5 Bf4d2
7/19 00:00 33.455 0 +1.72 Ne2c3 Ne8c7 Bf4c1 Nc7d5 Nc3xd5 Nf6xd5 Qh3h5 f7f5
7/19 00:00 37.185 0 +1.73 Ne2c3 Ne8c7 Bf4c1 Nf6d7 Ne5c4 Nc7d5 Nc3xd5 c6xd5
8/19 00:00 69.091 0 +1.48 Ne2c3 Nf6d5 Nc3xd5 e6xd5 Qh3f3 Be7f6 Qf3g3 g7g5 Ne5f3
9/26 00:00 146.829 0 +1.43 Ne2c3 Nf6d5 Nc3xd5 e6xd5 Qh3f3 Be7f6 Qf3g3 h6h5 Ne5f3 Bc8g4
9/21 00:00 175.501 0 +1.62 Ne2c3 Nf6d5 Bf4d2 Ne8f6 Qh3f3 Nf6d7 Nc3xd5 c6xd5 Ne5g4 f7f5
10/34 00:00 297.993 0 +1.54 Bf4d2 Nf6d5 Ne2c3 Ne8f6 Bd3c2 Nd5xc3 b2xc3 Nf6d7 Ne5c4 e6e5 Bc2f5
11/30 00:00 512.138 0 +1.58 Bf4d2 Nf6d5 Ne2c3 Ne8f6 Bd3c2 Nf6d7 Nc3xd5 c6xd5 Bd2f4 Nd7xe5 Bf4xe5 Bc8d7 Qh3h5
12/32 00:01 975.398 3.786.982 +1.41 Ne2c3 Ne8c7 Bf4d2 Nf6d5 Qh3f3 Nd5xc3 b2xc3 Nc7d5 Re1e2 Be7f6 Qf3e4 Rf8e8 Qe4h7+ Kg8f8 Ne5c4
13/32 00:02 2.224.700 3.823.536 +1.56 Bf4d2 Nf6d5 Ne2c3 Ne8c7 Qh3f3 Nd5xc3 b2xc3 Nc7d5 Re1e2 f7f5 c3c4 Nd5f6 Ne5g6 Rf8f7 Ng6xe7+ Rf7xe7
13/41 00:02 2.317.338 3.823.536 +1.59 Ne2c3 Ne8c7 Bf4d2 Nf6d5 Qh3f3 f7f5 Ne5g6 Rf8e8 Ng6xe7+ Re8xe7 Qf3g3 Nd5xc3 b2xc3 Nc7d5 c3c4 Nd5f6
14/56 00:12 11.668.123 3.941.486 +1.81 Ne2c3 a5a4 Bd3c2 Nf6d5 Qh3d3 Ne8f6 Bf4d2 Bc8d7 Nc3xa4 h6h5 h2h4 Qd8c7 Qd3f3 Rf8d8 Re1e2
14/44 00:13 12.565.901 3.941.486 +1.90 Ne2c3 a5a4 Bd3c2 Nf6d5 Qh3d3 Ne8f6 Bf4d2 Nd5xc3 b2xc3 h6h5 h2h4 Qd8c7 Rd1b1 Bc8d7 Qd3g3
15/48 00:19 18.027.856 3.882.487 +1.93 Ne2c3 Ra8a7 Bd3c2 Ra7a6 Qh3d3 Ne8c7 Ne5g4 Nc7e8 h2h4 b7b6 Ng4e5 b6xc5 d4xc5 Qd8xd3 Bc2xd3 Ra6a8 Ne5xc6 Be7xc5
15/48 00:19 18.733.457 3.882.487 +1.98 Ne2c3 a5a4 Bd3c2 Nf6d5 Qh3d3 f7f5 Nc3xd5 c6xd5 Ne5g6 Rf8f7 Ng6xe7+ Qd8xe7 Qd3g3 h6h5 Qg3g6 Qe7h4 Bf4e5 Ne8f6
15/66 00:20 19.011.718 3.882.487 +2.13 Ne2c3 a5a4 Bd3c2 Ra8a5 Nc3xa4 Nf6d5 Bf4d2 Ra5a7 Rd1c1 Ne8f6 Qh3g3 Kg8h8 h2h4 Nf6d7 Qg3d3 Nd7f6
16/66 00:38 36.128.812 3.962.792 +2.25 Ne2c3 a5a4 Bd3c2 Ra8a5 Qh3d3 Ra5a6 Nc3xa4 Ne8c7 Na4b6 Ra6xb6 c5xb6 Nc7d5 Bf4d2 Qd8xb6 b2b4 Be7d6 Qd3g3 g7g5 Qg3f3 Qb6xd4
16/56 01:23 76.915.238 3.959.034 +2.29 Ne2c3 Nf6h7 Bd3c2 Ne8c7 Ne5g4 Be7g5 Bf4d6 Nc7d5 Bd6xf8 Nh7xf8 Ng4e5 f7f6 Nc3xd5 e6xd5 Ne5g4 a5a4 Qh3h5 Bc8xg4 Qh5xg4
17/74 01:28 88.661.592 3.948.664 +2.28 Ne2c3 h6h5 Bf4g5 g7g6 Bg5h6 Ne8g7 Qh3g3 Ra8a7 Bd3c2 Nf6g4 Ne5xg4 h5xg4 Qg3xg4 g6g5 Qg4g3 Bc8d7 Qg3f3 f7f5 Bh6xg7 Kg8xg7
9/19/2008 6:55:54 AM, Time for this analysis: 00:02:24, Rated time: 55:51
109 g6; id "arasan10.10
Searching move: g5-g6
Best move (TogaCMLX): Qa2-f2
Not found in: 02:24
2/13 00:00 1.236 0 +0.21 Rg1f1 Qc3e3 Qa2xa5 Qe3xg5
3/14 00:00 2.242 0 -0.02 Rg1f1 Bc8h3 Bh5xf7+ Kg8h8
3/18 00:00 5.938 0 +0.71 Qa2f2 Ne7g6 Qf2f6
4/21 00:00 8.223 0 +0.59 Qa2f2 Ne7g6 Qf2f6 Qc3e3
5/21 00:00 11.347 0 +0.33 Qa2f2 Ne7g6 Qf2f6 Bc8h3 Nh4f3
6/21 00:00 17.258 0 +0.62 Qa2f2 Ne7g6 Qf2f6 Nb6d7 Qf6f5 Nd7c5
7/22 00:00 33.651 0 +0.18 Qa2f2 Ne7g6 Qf2f6 Nb6d7 Qf6f5 Nd7b6 Qf5f2
8/29 00:00 86.449 0 +0.58 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3d4 Rg1f1 c4c3 Qf5f6 Nb6c4
9/32 00:00 164.973 0 +1.00 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6a4 Bh5xg6 f7xg6 Qf5e6+ Kg8h8 Nd6f7+ Kh8g7 Nf7xe5 Kg7h8 Ne5f7+ Kh8g8
10/34 00:00 299.687 0 +0.73 Qa2f2 Ne7g6 Nh4f5 Kg8h8 Nf5h6 Ng6f4 Nh6xf7+ Kh8g7 Qf2h4 Qc3d4 Nf7h6
10/32 00:00 296.722 0 +1.67 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Qc3d4 Rg1d1 Qd4f4 Qf5xf4 Ng6xf4 Nd6xc4 Nf4xh5 Rh2xh5
11/34 00:00 548.922 0 +1.76 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Qc3d4 Rg1d1 Qd4f4 Qf5xf4 Ng6xf4 Nd6xc4 e5e4 d5d6 a5a4 Rd1f1 Nf4xh5 Rh2xh5
12/36 00:01 1.021.947 4.220.907 +1.39 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Qc3d3 Bh5xg6 h7xg6 Qf5xe5 Qd3f3+ Rh2g2 Qf3h3+ Qe5h2 Qh3xh2+ Rg2xh2 Rf8d8 Nd6e4 a5a4 d5d6 a4a3 Ne4f6+ Kg8g7 Rh2h7+ Kg7f8
12/38 00:01 1.096.724 4.220.907 +1.75 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Qc3d4 Rg1d1 Qd4f4 Qf5xf4 Ng6xf4 Nd6xc4 e5e4 Bh5g4 Rb8b5 Rd1e1
13/45 00:02 2.169.483 4.181.460 +1.20 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3e3 Bh5xg6 f7xg6 Qf5e6+ Kg8h8 Rh2h3 Qe3f4 Qe6e7 h7h5 g5xh6/ep Qf4f6 Qe7c7 c4c3 Nd6b5
14/49 00:04 4.271.621 4.236.328 +1.43 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3e3 Bh5xg6 f7xg6 Qf5e6+ Kg8h8 Rh2h3 Qe3f4 Qe6e7 h7h5 g5xh6/ep Qf4f6 Qe7c7 c4c3 Nd6f5 Nb6d7
15/58 00:10 10.623.634 4.418.146 +1.95 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3d3 Bh5xg6 f7xg6 Qf5e6+ Kg8h8 Rh2h3 Rb8e8 Rh3xd3 Re8xe6 Nd6xc4 Nb6xc4 d5xe6 Rf8e8 Rg1c1 Nc4b6 Rc1c6
16/67 00:25 28.310.513 4.456.016 +2.00 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Rb8b2 Nd6e4 Rb2xh2+ Kh1xh2 Qc3d4 Rg1d1 Qd4e3 Ne4f6+ Kg8h8 d5d6 Qe3f4+ Qf5xf4 Ng6xf4 Nf6d7 Rf8g8 Nd7xe5 Nf4xh5 d6d7 c4c3 d7d8Q Rg8xd8 Rd1xd8+ Kh8g7 Rd8d7
17/67 00:56 61.229.425 4.393.743 +2.49 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3e3 Rg1f1 Nb6d7 Qf5xd7 Rb8d8 Qd7c7 Rd8xd6 Qc7xd6 Qe3xe4+ Bh5f3 Qe4f5 Qd6c5 Rf8c8 Qc5a7 c4c3 Bf3e2 Ng6f4
17/67 00:56 59.892.897 4.393.743 +2.58 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Nb6xd5 e4xd5 Qc3d3 Nd6e4 Rb8b1 Ne4f6+ Kg8g7 Bh5e2 Rb1xg1+ Kh1xg1 Qd3d4+ Kg1h1 Rf8h8 Nf6h5+ Kg7g8 Qf5c8+ Ng6f8 Nh5f6+ Kg8g7 d5d6 Qd4d2 Be2f1 Qd2xg5 Nf6e8+ Kg7g8 d6d7 Nf8e6 Bf1xc4
18/67 01:34 105.176.200 4.443.361 +2.64 Qa2f2 Ne7g6 Nh4f5 Bc8xf5 Qf2xf5 Qc3e3 Rg1f1 Nb6d7 Qf5xd7 Rb8d8 Qd7c7 Rd8xd6 Qc7xd6 Qe3xe4+ Bh5f3 Qe4d4 Qd6a3 Qd4d3 Qa3xd3 c4xd3 Rf1d1 Ng6f4 Bf3e4 h7h6 g5xh6
9/19/2008 6:58:19 AM, Time for this analysis: 00:02:24, Rated time: 58:15
112 c5; id "arasan10.11
Searching move: c4-c5
Best move (TogaCMLX): Be2-g4
Not found in: 02:24
2/10 00:00 1.678 0 +1.25 Be3d2 Qa5xa2 Nd5b4
2/10 00:00 2.290 0 +2.11 c4c5 Ne6xc5 Be3xc5 Qa5xc5
3/10 00:00 3.469 0 +1.56 c4c5 Ne6xc5 Re7c7 Bc6xd5 Qd1xd5 Qa5xc7 Qd5xa8+ Kf8e7
4/17 00:00 7.275 0 +0.03 c4c5 d6xc5 Qd1c1 Bc6xd5 e4xd5 Kf8xe7 d5xe6 Bg7d4 Be3g5+ Ke7xe6 Be2c4+ Ke6d7 Bc4xf7
4/17 00:00 9.454 0 +0.31 Be3d2 Qa5d8 e4e5 Bc6xd5 c4xd5 Qd8xe7 d5xe6 Bg7xe5
4/23 00:00 16.313 0 +0.55 e4e5 Bc6xd5 c4xd5 Kf8xe7 e5xd6+ Ke7xd6 d5xe6+ Kd6xe6 Be2c4+ Ke6e7 Rf1e1
5/18 00:00 13.592 0 +0.31 Be3d2 Qa5d8 e4e5 Bc6xd5 c4xd5 Qd8xe7 d5xe6 Bg7xe5
5/26 00:00 25.698 0 +1.19 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7b7 Ne6f4 Be3xf4 Be5xf4
6/26 00:00 50.652 0 +1.21 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 f2f4 Be5c3 d5xe6 Qa5xa2 Qd1xd6+ Kf8g8
7/24 00:00 55.005 0 +1.22 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 f2f4 Be5c3 d5xe6 Kf8g8 Qd1b3
8/26 00:00 104.465 0 +1.34 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 f2f4 Be5c3 d5xe6 Kf8g8 Qd1xd6 Qa5xa2 Be2b5
9/26 00:00 152.088 0 +1.33 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 f2f4 Be5c3 d5xe6 Kf8g8 Qd1xd6 Qa5xa2 Be2b5 Ra8c8
10/35 00:00 303.028 0 +0.95 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 d5xe6 Kf8g7 f2f4 Be5f6 Qd1xd6 Rh8d8 Qd6c6 Kg7h8 a2a4
11/35 00:01 1.127.694 4.615.385 +1.11 e4e5 Bc6xd5 c4xd5 Bg7xe5 Re7xe6 f7xe6 d5xe6 Kf8g7 f2f4 Be5f6 Qd1xd6 Rh8d8 Qd6c6 Kg7h8 Qc6a6 Qa5xa6 Be2xa6
11/35 00:01 1.292.555 4.615.385 +1.17 c4c5 d6xc5 Be2g4 Ra8e8 Re7xe8+ Kf8xe8 Qd1b3 Qa5b5 Qb3a3 Qb5a4 Be3xc5 Qa4xa3 Bc5xa3 h7h5 Bg4e2 Bg7e5
11/39 00:01 1.340.416 4.615.385 +1.54 c4c5 d6xc5 Be2g4 Ra8e8 Bg4xe6 Re8xe7 Nd5xe7 Kf8xe7 Be6d5 Rh8c8 Bd5xc6 Rc8xc6 Qd1d5 Rc6c8 Rf1d1
12/42 00:02 1.906.501 4.657.812 +1.61 c4c5 d6xc5 Be2g4 Ra8e8 Bg4xe6 Re8xe7 Nd5xe7 Kf8xe7 Be6d5 Rh8c8 Bd5xc6 Rc8xc6 Qd1d5 Qa5c7 Be3f4 Qc7d7 Bf4g5+ Bg7f6 Bg5xf6+ Rc6xf6 Qd5xc5+ Rf6d6
13/39 00:02 3.174.620 4.733.728 +1.24 c4c5 d6xc5 Be2g4 Ra8e8 Re7xe8+ Kf8xe8 Qd1b3 Qa5b5 Qb3a3 Qb5a4 Be3xc5 Qa4xa3 Bc5xa3 h7h5 Bg4e2 Ne6d4 Be2d3 Bg7e5
13/42 00:02 2.980.544 4.733.728 +1.40 c4c5 d6xc5 Be2g4 Ra8e8 Bg4xe6 Re8xe7 Nd5xe7 Kf8xe7 Be6c4 Bg7e5 Qd1g4 Qa5b4 Rf1c1 Rh8b8 f2f4 Be5f6
13/39 00:02 2.941.174 4.733.728 +1.51 c4c5 d6xc5 Be2g4 Ra8e8 Bg4xe6 Re8xe7 Nd5xe7 Kf8xe7 Be6c4 Bg7e5 Bc4d5 Qa5c7 Be3xc5+ Ke7e8 Bd5xc6+ Qc7xc6 Qd1c2 Be5d4 Rf1c1 Bd4xc5 Qc2xc5 Qc6xc5 Rc1xc5
13/44 00:04 5.173.921 4.674.556 +1.86 Be2g4 Bc6xd5 Re7d7 Kf8e8 e4xd5 Ke8xd7 c4c5 Qa5c7 d5xe6+ f7xe6 c5xd6 Qc7c6 Bg4f3 Qc6a6 Bf3xa8 Rh8xa8 Qd1f3 Ra8f8 Be3f4 Qa6xa2 Qf3b7+ Kd7e8
14/44 00:12 13.814.572 4.414.859 +2.49 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 Ne6f8 Qc6xa8 Bc4xf1 Kg1xf1 Qa5b5+ Kf1g1 h7h5 a2a4 Qb5b1+ Rd7d1 Qb1c2 Bg4f3 Qc2xa4 Be3xa7 Bg7e5
15/44 00:19 21.310.158 4.455.158 +2.44 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 Ne6f8 Qc6xa8 Bc4xf1 Kg1xf1 Qa5xa2 Bg4e2 Qa2b1+ Rd7d1 Qb1a2 Be3c5 a7a5 Bc5d6 Qa2c2 Rd1a1 Qc2d2
15/58 00:26 27.755.287 4.539.466 +2.74 c4c5 d6xc5 Be2b5 Bc6xb5 Qd1f3 Ne6d8 Be3xc5 Kf8g8 Re7xf7 Nd8xf7 Nd5e7+ Kg8f8 Ne7c6+ Kf8g8 Nc6xa5 Bb5xf1 Kg1xf1 Ra8c8 Na5b3 Bg7e5 Qf3g4 Kg8g7 f2f4 Be5c3
16/58 00:36 38.557.254 4.519.456 +2.49 c4c5 d6xc5 Be2b5 Bc6xb5 Qd1f3 Ne6d8 Be3xc5 Kf8g8 Re7xf7 Nd8xf7 Nd5e7+ Kg8f8 Ne7c6+ Kf8g8 Nc6xa5 Bb5xf1 Kg1xf1 Bg7e5 Qf3g4 Ra8b8 Na5b3 Kg8g7 f2f4 h7h5 Qg4g3
16/46 00:37 42.177.214 4.512.259 +2.55 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 h7h5 Bg4xe6 Bc4xe6 Qc6xa8+ Kg8h7 Qa8xa7 Rh8a8 Qa7xa5 Ra8xa5 Rd7b7 Ra5a4 f2f3 Ra4a3 Be3c5 Ra3xa2 Rf1d1 Bg7e5
17/58 00:50 53.283.874 4.544.448 +2.43 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 h7h5 Bg4xe6 Bc4xe6 Qc6xa8+ Kg8h7 Qa8xa7 Rh8a8 Qa7xa5 Ra8xa5 Rd7b7 Ra5a4 f2f3 Ra4a3 Rf1e1 Ra3xa2 Re1d1 Bg7f6 Be3c5
17/58 00:50 56.491.390 4.544.448 +2.50 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 Ra8d8 Rd7xd8+ Qa5xd8 Qc6xc4 Qd8e8 f2f4 h7h5 Bg4e2 Bg7h6 e4e5 Qe8b8 Be2f3 Kg8h7 Rf1d1 Rh8d8
17/58 01:48 120.453.430 4.451.163 +2.68 c4c5 d6xc5 Be2b5 Qa5xb5 Re7xe6 Bc6xd5 Qd1xd5 f7xe6 Qd5xa8+ Kf8f7 Qa8xa7+ Kf7g8 a2a4 Qb5b3 Be3xc5 h7h5 Bc5d6 Qb3c4 Qa7b7 Qc4xa4 Rf1c1 Kg8h7 Bd6e5 Rh8g8 h2h4 Qa4a2
17/58 02:00 125.707.349 4.468.911 +2.87 c4c5 d6xc5 Be2b5 Bc6xb5 Qd1f3 Bb5e8 Re7xe6 Ra8c8 Rf1c1 Qa5xa2 h2h3 c5c4 Be3c5+ Rc8xc5 Qf3f4 Rc5xd5 e4xd5 h7h5 Rc1e1 Kf8g8 Re6xe8+ Kg8h7 Re8xh8+ Kh7xh8 Qf4xf7 Qa2d2 Re1e7
18/58 02:01 134.437.563 4.474.672 +2.44 Be2g4 Bc6xd5 Re7d7 Bd5xc4 Qd1xd6+ Kf8g8 Qd6c6 Ra8d8 Rd7xd8+ Qa5xd8 Qc6xc4 h7h5 Bg4xe6 f7xe6 Qc4xe6+ Kg8h7 Qe6d5 Qd8xd5 e4xd5 Rh8d8 Rf1d1 Bg7f8 g2g3 a7a6 Be3g5 Rd8d7 Kg1g2
9/19/2008 7:05:34 AM, Time for this analysis: 00:02:24, Rated time: 1:01:33
126 h3; id "arasan10.12
Searching move: h4-h3
Best move (TogaCMLX): f6-f5
Not found in: 02:24
2/8 00:00 431 0 +0.90 Qb2b1+ Ke1d2 Qb1b3
2/9 00:00 459 0 +1.09 Qb2c1+ Ke1e2 Qc1c2+ Ke2f1
2/9 00:00 545 0 +1.10 Qb2c2 Ke1f1 Qc2c1+ Kf1e2
2/9 00:00 690 0 +1.11 Kf7e8 Ke1f1 Qb2c1+ Kf1e2
3/9 00:00 925 0 +1.11 Kf7e8 Ke1f1 Qb2c1+ Kf1e2
4/11 00:00 2.049 0 +1.04 Kf7e8 Ra6e6+ Ke8d8 Re6e7 Qb2c1+ Ke1e2
5/14 00:00 5.481 0 +0.94 Kf7e8 Ra6e6+ Ke8d8 Re6e7 g7g6 Re7h7
5/14 00:00 7.049 0 +1.09 Qb2c1+ Nf2d1 Qc1g5 Ra6a2 Kf7e6 Ra2d2
6/26 00:00 16.146 0 +1.18 Qb2c1+ Nf2d1 f6f5 e4xf5 h4h3 g2xh3 Ba8xf3 Ra6d6 Kf7e8
7/26 00:00 24.897 0 +1.18 Qb2c1+ Nf2d1 f6f5 e4xf5 h4h3 g2xh3 Ba8xf3 Ra6d6 Kf7e8 Bb4c5
8/22 00:00 37.870 0 +1.18 Qb2b1+ Ke1e2 Qb1c2+ Ke2e1 Qc2b2 Ra6a5 Kf7e8 Ra5a6 Ke8d8 Ra6d6+ Kd8c7
9/33 00:00 83.052 0 +1.00 Qb2c1+ Ke1e2 Qc1c2+ Ke2e1 Qc2b2 Ke1f1 Qb2b1+ Kf1e2 Kf7e8 Nf2g4 Qb1c2+ Ke2f1 Qc2d1+ Kf1f2 Qd1d2+ Kf2f1
10/33 00:00 202.513 0 +0.94 Qb2c1+ Ke1e2 Qc1c2+ Ke2f1 Qc2b1+ Kf1e2 f6f5 e4xf5 Qb1xf5 Ra6d6 Kf7e8 Ke2e1 Ba8b7 Bb4c5 Qf5b1+ Rd6d1
10/33 00:00 259.052 0 +1.04 Kf7g6 Ke1f1 Qb2c1+ Kf1e2 Qc1b1 Nf2g4 Qb1c2+ Ke2f1 Qc2d1+ Kf1f2 Kg6f7 Ra6a5 Qd1d2+ Kf2f1 Qd2d3+ Kf1f2 Qd3c2+ Kf2f1
10/37 00:00 400.546 0 +1.32 f6f5 Ke1f1 Qb2b1+ Kf1e2 f5xe4 f3xe4 g7g5 Ra6a5 Qb1b2+ Ke2e1 Qb2c1+ Ke1e2 Qc1c2+ Ke2e1 Kf7e6 Ra5a6+ Ke6d7 Ra6d6+ Kd7c7
10/33 00:00 378.197 0 +1.34 f6f5 Ke1f1 Qb2b1+ Kf1e2 f5xe4 f3xe4 g7g5 Ke2f3 Qb1e1 Ra6a2 Kf7e8 Ra2a6
11/36 00:00 603.226 0 +1.06 f6f5 Ra6a5 f5xe4 f3xe4 Qb2c1+ Ke1e2 Qc1g5 Ke2f1 Kf7e8 Ra5a1 Qg5e3 Kf1g1 g7g5
12/36 00:00 845.810 0 +1.14 f6f5 Ra6a5 f5xe4 f3xe4 Kf7g6 Ke1f1 Qb2c1+ Kf1e2 Qc1g5 Ke2f1 Kg6f7 Kf1e2 Qg5xg2 Ra5xe5 h4h3 Re5e7+ Kf7f6 e4e5+ Kf6f5
13/37 00:01 1.562.347 5.167.653 +1.02 f6f5 Ra6a5 f5xe4 f3xe4 Kf7g6 Ke1f1 Qb2c2 Ra5a1 Kg6f7 Ra1a5 Qc2b1+ Kf1e2 Kf7e6 Ra5a6+ Ke6d7 Ra6d6+ Kd7c7
13/38 00:01 1.794.401 5.167.653 +1.05 f6f5 Ra6a5 Kf7f6 Ra5a6+ Kf6g5 Bb4e7+ Kg5h5 Be7b4 f5xe4 f3xe4 Kh5g5 Nf2h3+ Kg5g4 Ra6g6+ Kg4h5 Rg6xg7 Qb2b1+ Ke1e2 Qb1c2+ Ke2e1 Kh5h6 Rg7g4 Qc2b1+ Ke1e2 Qb1a2+ Ke2f1 Qa2xa7 Rg4xh4+ Kh6g6
13/37 00:01 2.006.259 5.167.653 +1.07 Kf7g6 Ke1f1 Qb2c1+ Kf1e2 Qc1c2+ Ke2f1 Qc2b1+ Kf1e2 Qb1g1 Ra6e6 Qg1a1 Re6e7 Qa1a2+ Ke2e1 Qa2b1+ Ke1e2 Qb1c2+ Ke2e1 Ba8c6
14/37 00:02 2.760.460 5.049.310 +1.04 Kf7g6 Ke1f1 Qb2c1+ Kf1e2 Qc1c2+ Ke2f1 Qc2b1+ Kf1e2 Qb1c1 Nf2g4 Qc1c2+ Ke2f1 Qc2d1+ Kf1f2 Kg6f7 Ra6a5 Qd1d2+ Kf2f1 Qd2c1+ Kf1f2 Qc1b2+ Kf2g1 Qb2b1+ Kg1f2 Qb1c2+ Kf2f1
14/39 00:02 3.045.951 5.049.310 +1.10 f6f5 Ra6a5 Kf7f6 Ra5a6+ Kf6g5 Bb4e7+ Kg5h5 Be7b4 f5xe4 f3xe4 Kh5g5 Ra6e6 Qb2b1+ Ke1e2 Kg5f4 Re6e7 Ba8xe4 Re7f7+ Kf4g5 Nf2xe4+ Qb1xe4+ Ke2f2
14/37 00:02 3.033.989 5.049.310 +1.14 f6f5 Ra6a5 Kf7f6 Ra5a6+ Kf6g5 Bb4e7+ Kg5h5 Be7b4 f5xe4 f3xe4 Kh5g5 Nf2h3+ Kg5g4 Ra6g6+ Kg4h5 Rg6g5+ Kh5h6 Rg5xe5 Qb2b1+ Ke1f2 Qb1c2+ Kf2e1 Ba8xe4 Re5e6+ Kh6h5 Re6e5+ Kh5g6 Nh3f4+ Kg6f6 Re5e6+ Kf6g5
15/43 00:04 4.739.634 4.970.414 +1.14 f6f5 Ra6a5 Kf7f6 Ra5a6+ Kf6g5 Bb4e7+ Kg5h5 Be7b4 f5xe4 f3xe4 Kh5g5 Nf2h3+ Kg5g4 Ra6g6+ Kg4h5 Rg6g5+ Kh5h6 Rg5xe5 Qb2b1+ Ke1f2 Qb1c2+ Kf2e1 Ba8xe4 Re5e6+ Kh6h5 Re6e5+ Kh5g6 Nh3f4+ Kg6f6 Re5e6+ Kf6g5
16/43 00:10 13.121.138 4.978.304 +1.07 f6f5 Ra6a5 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 f5xe4 f3xe4 g7g5 Nf2g4+ Kf6g7 Ng4f2 Qb1c2+ Ke2e3 Kg7f6 Ra5c5 Kf6e6 Rc5xc4 Qc2c1+ Ke3f3 Qc1f4+ Kf3e2 Ke6d7 Bb4c5
17/55 00:24 30.599.272 5.018.080 +1.02 f6f5 Ra6a5 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 f5xe4 f3xe4 g7g5 Nf2g4+ Kf6g7 Ng4f2 Qb1c2+ Ke2e3 Kg7f6 Ra5c5 Kf6e6 Rc5d5 Qc2a2 Rd5d6+ Ke6f7 Bb4c5
17/59 00:24 29.894.907 5.018.080 +1.16 f6f5 Ra6a5 Kf7f6 Ke1f1 g7g6 Ra5a6+ Kf6f7 Ra6a5 Qb2c1+ Kf1e2 f5xe4 f3xe4 Qc1g5 Ke2f1 Kf7e8 Ra5c5 Ke8d7 Bb4a3 Qg5e3 Rc5xe5 Qe3xc3
18/55 00:42 49.753.758 5.126.281 +1.03 f6f5 Ra6a5 Kf7f6 Ke1f1 g7g6 Ra5a6+ Kf6f7 Ra6a5 Qb2b1+ Kf1e2 Kf7f6 Ra5a6+ Kf6g7 e4xf5 g6xf5 Ra6e6 Qb1c2+ Ke2f1 Qc2c1+ Kf1e2 h4h3 Re6e7+ Kg7f6 Nf2xh3 Ba8c6 Re7h7 Qc1c2+ Ke2f1
18/59 01:06 81.691.536 5.076.620 +1.18 f6f5 Ra6a5 f5xe4 f3xe4 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 g7g5 Nf2g4+ Kf6g7 Ng4f2 Kg7g6 Ra5a6+ Kg6f7 Ra6a5 Kf7e6 Ke2f3 Qb1e1 Ra5a6+ Ke6f7 Ra6a2 Kf7e8
19/60 01:18 91.803.688 5.052.896 +1.13 f6f5 Ra6a5 f5xe4 f3xe4 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 g7g5 Nf2g4+ Kf6g7 Ng4f2 Kg7g6 Ra5a6+ Kg6f7 Ra6a5 Kf7e6 Ra5a6+ Ke6d7 Ke2f3 Qb1c2 Ra6g6 Qc2c1 Rg6g7+ Kd7c6
19/60 01:19 99.312.733 5.052.896 +1.15 f6f5 Ra6a5 f5xe4 f3xe4 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 g7g5 Nf2g4+ Kf6g7 Ng4f2 Kg7g6 Ra5a6+ Kg6f7 Ra6a5 Kf7e6 Ra5a6+ Ke6d7 Ke2f3 Kd7c8 Ra6e6 Qb1c1 Re6e8+ Kc8b7
19/62 02:13 153.107.548 4.939.481 +1.61 h4h3 g2xh3 Qb2b1+ Nf2d1 Qb1d3 Ra6d6 Qd3xf3 Rd6d7+ Kf7g6 Nd1f2 Qf3e3+ Ke1f1 Ba8xe4 Nf2xe4 Qe3xh3+ Kf1e2 Qh3g4+ Ke2f2 Qg4f4+ Kf2g1 Qf4xe4 Bb4f8 Kg6f5 Rd7xg7 Qe4e3+ Kg1h2 Qe3f2+ Kh2h1 Qf2f3+ Kh1g1 Qf3d1+ Kg1g2 Qd1c2+ Kg2g1 Qc2a2
20/60 02:21 173.548.027 4.930.726 +1.24 f6f5 Ra6a5 f5xe4 f3xe4 Kf7f6 Ke1f1 Qb2b1+ Kf1e2 g7g5 Nf2g4+ Kf6g7 Ng4f2 Kg7g6 Ra5a6+ Kg6f7 Ra6a5 Kf7e6 Ra5a6+ Ke6d7 Ke2f3 Qb1c2 Ra6f6 Ba8b7 Kf3g4 Qc2c1 Rf6f7+ Kd7c6
9/19/2008 7:39:21 AM, Time for this analysis: 00:02:24, Rated time: 1:11:57
150 Bc8; id "arasan10.1
Searching move: Bf5-c8
Best move (TogaCMLX): d5-d6
Not found in: 02:24
2/9 00:00 739 0 +1.13 Qc2b3 Kf8g8
2/9 00:00 847 0 +1.24 Qc2e4 Ra8d8
3/12 00:00 1.123 0 +0.46 Qc2e4 Ra8d8 Bf4c7 Bb7xd5
3/18 00:00 3.703 0 +1.71 d5d6 Be7d8 d6d7 Re8e7 Nf3e5
4/18 00:00 4.933 0 +1.93 d5d6 Be7d8 d6d7 Re8e7 Bf4d6 Bb7xf3 Bd6xe7+ Bd8xe7 g2xf3
5/18 00:00 6.531 0 +2.00 d5d6 Be7d8 d6d7 Re8e7 Bf4d6 Bb7xf3 Bd6xe7+ Bd8xe7 g2xf3 c5c4
6/22 00:00 16.919 0 +1.28 d5d6 Be7f6 d6d7 Re8d8 a2a3 Bb7xf3 g2xf3 Bf6d4 a3xb4 Qa5xb4 Bf4d6+ Kf8g8 Bf5h7+ Kg8h8
6/23 00:00 15.810 0 +1.69 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Bb7xf3 g2xf3 Kf8g8 Bc7xd8 Ra8xd8 Bf5h7+ Kg8f8
7/26 00:00 29.493 0 +1.64 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Bb7xf3 g2xf3 c5c4 Rd1e1 Bf6xb2 Bc7xd8 Ra8xd8 Qc2xb2 Qa5xf5 Qb2xb4+ Kf8g8
8/26 00:00 54.604 0 +1.48 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 g7g6 Bf5g4 Qa5b5 Bc7xd8 Ra8xd8 Rd1d3 Nb6xd7 Bg4xd7 Rd8xd7 Rd3xd7 Qb5xd7 Qc2xc5+ Kf8g8 Qc5xb4 Bb7xf3 g2xf3
9/27 00:00 73.164 0 +1.42 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 g7g6 Bf5h3 Bb7xf3 g2xf3 c5c4 f3f4 Kf8g8 Bc7xd8 Ra8xd8
10/28 00:00 209.300 0 +1.46 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 g7g6 Bf5h3 Bb7xf3 g2xf3 c5c4 Rd1e1 Qa5g5+ Kg1h1 Bf6d4 Bc7xd8 Ra8xd8
11/26 00:00 357.946 0 +1.46 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 g7g6 Bf5h3 Bb7xf3 g2xf3 c5c4 Rd1e1 Qa5g5+ Kg1h1 Bf6d4 Bc7xd8 Ra8xd8
11/29 00:00 401.076 0 +1.55 d5d6 Be7f6 d6d7 Re8d8 Bf4d6+ Kf8g8 Bd6c7 Bb7xf3 g2xf3 c5c4 Bf5e4 c4c3 Be4xa8 Qa5g5+ Kg1h1 c3xb2 Bc7xd8 b2xa1Q Rd1xa1 Bf6xd8 Ra1g1
12/34 00:01 880.882 0 +1.52 d5d6 Be7f6 d6d7 Re8d8 Bf4d6+ Kf8g8 Bd6c7 Qa5b5 Bf5d3 Qb5c6 Bc7xd8 Ra8xd8 a2a3 Rd8xd7 a3xb4 c5xb4 Bd3h7+ Kg8f8 Rd1xd7 Qc6xc2 Bh7xc2 Nb6xd7 Ra1xa7 Bb7xf3 Ra7xd7
13/40 00:03 3.106.202 3.892.176 +1.27 d5d6 Be7f6 d6d7 Re8d8 Bf4d6+ Kf8g8 Bd6c7 Qa5a4 Ra1c1 Qa4xc2 Rc1xc2 Bb7xf3 g2xf3 Bf6d4 Bc7xd8 Ra8xd8 Rc2e2 Nb6xd7 Re2e7 Nd7e5
13/40 00:03 3.095.411 3.892.176 +1.33 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 Rd1e1 Bb7xf3 g2xf3 c5c4 Ra1d1 g7g6 Bf5e4 Nb6xd7 Be4xa8 Rd8xa8 Qc2d2 Nd7c5 Qd2xh6+ Kf8g8
13/41 00:03 3.252.559 3.892.176 +1.54 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Bb7xf3 g2xf3 Bf6d4 a2a3 b4b3 Qc2xb3 g7g6 Bf5g4 h6h5 Bg4h3 c5c4 Qb3b4+ Qa5xb4 a3xb4
14/41 00:05 5.277.791 4.149.901 +1.40 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 Rd1e1 Bb7xf3 g2xf3 c5c4 Ra1d1 g7g6 Bf5e4 Nb6xd7 Qc2d2 Nd7c5 Bc7xd8 Ra8xd8 Qd2xh6+ Kf8g8 Rd1xd8+ Bf6xd8
15/46 00:10 10.640.713 4.244.157 +1.27 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 Bc7xd8 Ra8xd8 Bf5e4 Bb7xe4 Qc2xe4 Bf6xb2 Ra1b1 Bb2c3 Qe4h7 c5c4 Nf3h4 g7g6 Qh7xh6+ Kf8g8 Nh4xg6 f7xg6 Qh6xg6+ Kg8h8
15/46 00:10 10.829.205 4.244.157 +1.42 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 a2a4 Qb5c4 Qc2b1 Bb7xf3 g2xf3 Bf6d4 Bf5e4 Qc4e2 Rd1xd4 c5xd4 Be4xa8 Rd8xd7 Bc7xb6 a7xb6 Ba8e4
16/47 00:23 25.618.032 4.352.785 +1.35 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 a2a4 Qb5c4 Qc2b1 Bb7xf3 g2xf3 Bf6d4 Bf5e4 Qc4e2 Rd1xd4 c5xd4 Be4xa8 Rd8xd7 Bc7xb6 a7xb6 Qb1c1 Rd7d8
17/52 00:50 53.007.294 4.434.963 +1.30 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 a2a4 Qb5c4 Qc2b1 Bb7xf3 g2xf3 Bf6d4 Bf5e4 Qc4e2 Rd1xd4 c5xd4 Be4xa8 Rd8xd7 Bc7xb6 a7xb6 Qb1c1 Rd7e7 Ba8e4
17/54 00:50 55.739.150 4.434.963 +1.32 d5d6 Be7f6 d6d7 Re8d8 Bf4c7 Qa5b5 Bf5e4 Bb7xe4 Qc2xe4 Rd8xd7 Rd1xd7 Qb5xd7 Bc7xb6 Ra8c8 Bb6a5 Kf8g8 Ra1e1 Bf6xb2 Qe4e2 Bb2f6 Qe2a6 Rc8c6 Qa6b5
9/19/2008 8:37:15 AM, Time for this analysis: 00:02:24, Rated time: 1:34:24
158 Rg3; id "arasan10.1
Searching move: Rd3-g3
Best move (TogaCMLX): Nc3-d5
Not found in: 02:24
2/16 00:00 3.645 0 +1.23 Nc3d5 Bc6b5 Nd5xe7+ Re8xe7
3/16 00:00 4.322 0 +0.66 Nc3d5 Bc6b5 Nd5xe7+ Re8xe7 Qf5f3
4/18 00:00 5.405 0 +0.70 Nc3d5 Bc6b5 Rd3e3 Bb5xf1 Nd5xe7+ Kg8h8 Bb3xf7 Bf1xg2 Bf7xe8 Ra8xe8 Bd4xf6 Qa6xf6 Qf5xf6 g7xf6
5/18 00:00 12.134 0 +0.33 Nc3d5 Bc6b5 Rd3e3 Bb5xf1 Nd5xe7+ Kg8f8 Qf5c5 Bf1xg2 Qc5xb4
6/21 00:00 31.102 0 +0.24 Nc3d5 Bc6b5 Rd3e3 Bb5xf1 Nd5xe7+ Kg8f8 Qf5f3 Ra8d8
6/21 00:00 38.767 0 +0.58 Bd4xf6 Be7xf6 Nc3d5 Bc6xd5 Qf5xd5 Re8f8 Qd5d7 Ra8c8
7/22 00:00 56.633 0 +0.41 Bd4xf6 Be7xf6 Nc3d5 Bc6xd5 Bb3xd5 Ra8c8 Qf5d7 Kg8h8 Bd5xf7 Re8e2
7/28 00:00 130.817 0 +1.18 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8c8 Rf1e1 Be7d6 Re1xe8+ Rc8xe8 Bd4xf6 g7xf6 Qf5xf6
8/27 00:00 157.437 0 +1.27 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8c8 g2g4 Re8d8 Qf5g5
9/28 00:00 233.991 0 +1.07 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Qf5e5 Rd6c6 Qe5g3 Be7d6
9/27 00:00 247.079 0 +1.12 Nc3d5 Bc6xd5 Bb3xd5 Ra8c8 Bd4e5 Re8f8 Rd3g3 Rf8d8 Rf1d1 Qa6e2
10/36 00:00 350.732 0 +1.02 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Kc1b1 Re8d8 Rf1d1 Rd6c6 Kb1a1
10/36 00:00 399.199 0 +1.13 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 h2h4 Re8d8 Rf1f4 Rd6c6 Qf5g5
11/44 00:00 584.304 0 +1.10 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Kc1b1 Re8d8 Rf1d1 Rd6d7 h2h4 Nf6d5
11/44 00:00 621.930 0 +1.13 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Rf1e1 Qa6b7 g2g4 a7a5 Qf5g5 Re8c8
12/44 00:01 1.056.111 0 +1.08 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Kc1b1 Re8c8 Qf5e5 Rd6d7 Kb1a1 Kg8h8 Qe5g5
12/44 00:01 1.105.128 0 +1.10 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Rf1e1 Qa6b7 Qf5f4 h7h5 Rd3g3 Re8d8 Qf4h6
13/44 00:02 2.718.390 4.457.594 +1.26 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Qa6b7 g2g4 Qb7g2 Rd3d2 Qg2xd2+ Kc1xd2 Rd8xd4+ Kd2c1 Be7d6 h2h3 Bd6g3 Kc1b1
14/44 00:04 4.496.510 4.497.041 +1.25 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Qa6b7 g2g4 Qb7g2 Rd3d2 Qg2xd2+ Kc1xd2 Rd8xd4+ Kd2c1 Be7d6 h2h3 Bd6g3 Kc1b1 Rd4d2
15/45 00:09 10.575.265 4.523.340 +1.25 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Qa6b7 g2g4 Qb7g2 Rd3d2 Qg2xd2+ Kc1xd2 Rd8xd4+ Kd2c1 Be7d6 h2h3 Re8e5 Qf5f2 Re5e4 Kc1b1
16/47 00:25 29.270.857 4.612.229 +1.29 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Kc1b1 Qa6b7 g2g4 Re8d8 Bd4xf6 Rd6xf6 Rd3xd8+ Be7xd8 Rf1e1 Bd8e7 Qf5e5 Be7f8 Bb3d5 Qb7b5
16/45 00:25 28.003.498 4.612.229 +1.35 Nc3d5 Bc6xd5 Bb3xd5 Ra8d8 Bd5b3 Rd8d6 Kc1b1 Be7f8 h2h4 Re8d8 Rf1d1 Qa6c6 Qf5a5 Rd6d7 Bb3a4 Qc6c7 Qa5xc7 Rd7xc7 Bd4xf6 Rd8xd3 Rd1xd3 g7xf6
9/19/2008 8:56:34 AM, Time for this analysis: 00:02:24, Rated time: 1:42:53
165 Kf5; id "arasan10.1
Searching move: Ke4-f5
Best move (TogaCMLX): Rg8-b8
Not found in: 02:24
2/7 00:00 258 0 +0.23 Rg8b8+ Kb6a7 Rb8e8 Ka7b6
3/8 00:00 454 0 +0.14 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Ke4d4
4/9 00:00 936 0 +0.26 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Ke4d4 c7c6
5/13 00:00 2.871 0 +0.18 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7d8
6/14 00:00 6.845 0 +0.21 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6a7 Ke4d4 Ka7b7 Re6e8
7/18 00:00 10.926 0 +0.25 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 Ke4d4 f6f5 g4g5
8/18 00:00 15.941 0 +0.30 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 Ke4d4 f6f5 g4g5 Rf7f8
9/19 00:00 21.217 0 +0.18 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 Ke4d4 f6f5 g4g5 h6xg5 f4xg5 f5f4 h5h6
10/22 00:00 31.505 0 +0.28 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 Ke4d4 f6f5 g4g5 h6xg5 f4xg5 f5f4 h5h6 g7xh6 Re6xh6
11/25 00:00 43.428 0 +0.27 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 b2b3 Rf7d7 Ke4d4 f6f5 g4xf5 Rd7f7 Kd4e4 Rf7f8
12/23 00:00 96.412 0 +0.29 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 b2b3 Rf7d7 Ke4d4 f6f5 g4xf5 Rd7f7 Kd4e4 Rf7f8 Re6e7
12/31 00:00 128.569 0 +0.32 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8e6 Rd7f7 b2b3 Rf7d7 Ke4d4 Kb7a7 Kd4c5 Ka7b7 Re6e8 Rd7d6
13/29 00:00 171.408 0 +0.28 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Kb7a7 Re6e8 Ka7b7 Kc5d4 Kb7b6
14/29 00:00 253.693 0 +0.25 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Rd7f7 Re6e8 Rf7d7 b2b3 Rd7d6 Re8e7
15/37 00:00 437.071 0 +0.28 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Rd7f7 Re6e8 Rf7d7 b2b3 Kb7a7 Kc5d4 Ka7b6
16/40 00:00 761.450 0 +0.16 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 Re6e8 Rf7d7 Kd4c5 f6f5 g4xf5 Rd7f7 Re8e5 Rf7f8 Kc5d4 Kb7b6 b2b3 Kb6b7
17/40 00:01 1.111.866 0 +0.16 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Rd7f7 b2b3 Rf7d7 Kc5d4 Rd7f7 Re6e8 Rf7d7 Kd4e4 c7c6
18/37 00:01 1.851.564 5.803.804 +0.21 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Rd7f7 b2b3 Rf7d7 Re6e8 Kb7a7 Re8e4 Ka7b7 Re4e6 Rd7f7 Kc5d4
19/48 00:02 2.848.370 5.719.921 +0.26 Rg8b8+ Kb6a7 Rb8e8 Ka7b6 Re8e6+ Kb6b7 Ke4d4 Rd7f7 f4f5 Rf7d7 Kd4c5 Rd7f7 b2b3 Rf7d7 Re6e8 Rd7f7 Re8e4 Rf7d7 Re4e6 Rd7f7 Re6e8 Rf7d7
20/62 00:12 17.609.710 5.716.634 +0.67 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8h8 c7c6 d5xc6+ Kb7xc6 Rh8c8+ Kc6b6 Rc8g8 Rd7e7+ Ke4f5 Kb6c6 Kf5g6 Re7e4 Rg8xg7 Re4xf4 Kg6xh6 Kc6d5 g4g5 f6xg5 Rg7xg5+ Kd5e6 Kh6g7 Rf4f7+ Kg7g6 Rf7f6+ Kg6h7 Rf6f7+ Rg5g7 Rf7f2 Rg7g6+ Rf2f6
21/66 00:19 26.398.676 5.746.220 +0.79 Rg8b8+ Kb6a7 Rb8e8 Ka7b7 Re8h8 c7c6 d5xc6+ Kb7xc6 Rh8c8+ Kc6b6 Rc8g8 Rd7e7+ Ke4f5 Kb6c6 Kf5g6 Re7e4 Rg8xg7 Re4xf4 Kg6xh6 Kc6d6 g4g5 f6xg5 Rg7xg5 Kd6e7 Kh6g6 Rf4f6+ Kg6g7 Rf6f7+ Kg7g8 Rf7f6 Kg8h7 Rf6f7+ Rg5g7 Ke7e6 Rg7xf7 Ke6xf7
21/66 01:52 150.717.709 5.900.959 +1.58 Rg8b8+ Kb6a7 Rb8h8 Ka7b7 Rh8h7 c7c6 d5d6 Kb7b6 Ke4f5 Rd7xd6 Rh7xg7 Rd6d4 g4g5 f6xg5 f4xg5 Rd4d5+ Kf5e4 h6xg5 h5h6 Rd5d2 h6h7 Rd2h2 Ke4f5 a6a5 b4xa5+ Kb6xa5 Kf5xg5 Ka5b4 Kg5g6 Kb4c5 Rg7g8 Rh2g2+ Kg6f5
9/19/2008 9:13:27 AM, Time for this analysis: 00:02:24, Rated time: 1:53:51
167 Nc6; id "arasan10.1
Searching move: Nd4-c6
Best move (TogaCMLX): Bf4-e3
Not found in: 02:24
2/16 00:00 2.528 0 +0.22 Bf3d5 Rd8xd5 c4xd5 g5xf4
2/16 00:00 2.853 0 +0.93 Bf4g3 Na6b4
3/15 00:00 2.059 0 +0.79 Bf4g3 Na6b4 c3xb4 Bb6xd4
4/15 00:00 3.631 0 +0.85 Bf4g3 Na6b4 c3xb4 Bb6xd4 Bf3d5
5/24 00:00 21.246 0 +0.58 Bf4g3 c7c6 Qc2b3 Na6c5 Qb3b4
6/24 00:00 29.727 0 +0.58 Bf4g3 c7c5 Nd4b3 Rd8xd1 Re1xd1 Bc8e6 Bf3d5
7/24 00:00 41.735 0 +0.72 Bf4g3 c7c6 h2h4 Qf7xc4 Bf3e2 Qc4f7 Be2xa6 b7xa6 Nd4xc6 Rd8xd1 Re1xd1
7/24 00:00 52.588 0 +0.83 Bf4g3 c7c6 h2h4 Na6b4 c3xb4 Bb6xd4 h4xg5 f6xg5 Bg3e5
8/29 00:00 78.961 0 +0.73 Bf4g3 c7c6 h2h4 g5g4 Bf3e2 Na6b4 c3xb4 Bb6xd4 Bg3f4
9/29 00:00 161.758 0 +0.77 Bf4g3 c7c6 Qc2e2 Na6c5 Bf3h5 Qf7g7 Qe2e7 Qg7f8 h2h4 Qf8xe7 Re1xe7
10/29 00:00 263.716 0 +0.82 Bf4g3 c7c6 Qc2e2 Na6c5 Nd4xc6 Rd8xd1 Nc6e7+ Kg8h8 Re1xd1 Bc8e6 Ne7d5 Bb6a5 Bg3d6
11/31 00:01 724.013 0 +0.98 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 Bf3h5 Kg8h8 Nd4e6 Bc8xe6 Qe2xe6 Rd8xd1 Re1xd1
12/31 00:01 985.704 4.339.250 +0.97 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 Qf8h6 Bf3h5 Kg8h8 h4xg5 Qh6xg5 Qe2f3 Na6b4 Bg3f4
13/34 00:02 1.623.626 3.792.060 +0.95 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 Nd4e6 Bc8xe6 Qe2xe6+ Qf8f7 Qe6xf7+ Kg8xf7 h4xg5 h6xg5 Bg3d6 Na6c5 Bf3h5+ Kf7g8 Re1e7
14/34 00:04 3.828.809 4.076.266 +0.88 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 h4xg5 h6xg5 Nd4xc6 b7xc6 Rd1xd8 Bb6xd8 Bf3xc6 Ra8b8 Bg3xb8 Na6xb8 Bc6d5+ Kg8g7 Qe2h5
14/35 00:04 3.959.378 4.076.266 +1.01 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 Bf3h5 Na6c7 h4xg5 h6xg5 Bh5g6 Qf8g7 Qe2h5 Bc8g4 Qh5xg4 Qg7xg6
14/36 00:05 5.068.419 4.132.150 +1.04 Bf4g3 Kg8h8 h2h4 g5g4 Bf3d5 Qf7h5 Re1e7 Bb6c5 Qc2e4 Rd8f8 Re7e5 f6f5 Qe4e2 Rf8d8
15/44 00:08 7.972.596 4.211.045 +0.88 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 Bf3h5 Na6c7 h4xg5 h6xg5 Bh5g6 Qf8g7 Qe2e4 c6c5 Bg3xc7 Bb6xc7 Nd4e6
15/44 00:08 8.938.101 4.211.045 +1.00 Bf4g3 c7c6 Qc2e2 Qf7f8 h2h4 h7h6 Bf3h5 Bb6c7 Bg3xc7 Na6xc7 Qe2e7 Qf8xe7 Re1xe7 Rd8d7 Nd4xc6 Rd7xe7 Nc6xe7+ Kg8f8 Ne7d5
15/42 00:12 12.041.321 4.303.389 +1.20 Bf4e3 Kg8h8 Nd4b3 Rd8xd1 Qc2xd1 c7c5 Bf3d5 Qf7g6 Qd1f3 g5g4 Qf3e2 h7h6 Kg1h1 Bc8f5 Bd5xb7 Bf5d3 Qe2b2
16/46 00:17 17.735.982 4.241.460 +1.21 Bf4e3 Kg8h8 Nd4b3 Rd8xd1 Qc2xd1 c7c5 Bf3d5 Qf7g6 Qd1f3 g5g4 Qf3e2 h7h5 f2f3 g4xf3 Qe2xf3 Bc8g4 Qf3f2 Ra8e8 Bd5xb7
16/44 00:18 18.842.321 4.233.341 +1.28 Bf4e3 Kg8h8 Nd4b3 Rd8xd1 Qc2xd1 c7c5 Bf3d5 Qf7g6 Qd1f3 g5g4 Qf3e2 Bb6c7 Nb3xc5 Qg6h5 h2h3 Na6xc5 Be3xc5 Bc7e5 Qe2d3 g4xh3
17/58 01:06 68.217.749 4.314.847 +1.17 Bf4e3 Qf7g6 Bf3e4 Qg6h5 Nd4f3 Rd8f8 Be3xb6 a7xb6 Be4d5+ Kg8h8 Re1e7 Na6c5 Re7xc7 Bc8g4 h2h3 Bg4xf3 Bd5xf3 Qh5g6 Qc2xg6 h7xg6 Rd1d2 Rf8e8
18/58 01:48 115.277.272 4.333.215 +1.07 Bf4e3 Qf7g6 Bf3e4 Qg6h5 Nd4f3 Rd8f8 Be3xb6 a7xb6 Be4d5+ Kg8h8 Re1e7 Qh5g6 Qc2xg6 h7xg6 h2h4 c7c6 Bd5f7 Na6c5 h4xg5 f6xg5 Rd1d2 Bc8f5 Nf3xg5
18/54 02:16 148.571.601 4.348.578 +1.29 Bf4e3 Kg8g7 Bf3d5 Qf7g6 Bd5e4 Qg6f7 Be4xh7 Rd8e8 Bh7e4 c7c6 Rd1b1 Re8d8 h2h3 Kg7g8 Be4g6 Qf7g7 c4c5 Na6xc5 Bg6h5 Kg8h8
18/58 02:16 142.193.363 4.348.578 +1.31 Bf4e3 Kg8g7 Bf3d5 Qf7g6 Bd5e4 Qg6f7 Be4xh7 Rd8e8 Bh7e4 c7c6 Be4d3 Re8d8 f2f3 Na6c5 Bd3e2 Kg7h8 f3f4 Rd8e8 Be2f3
9/19/2008 9:18:17 AM, Time for this analysis: 00:02:24, Rated time: 1:56:31
169 Bd7; id "arasan10.1
Searching move: Bg4-d7
Best move (TogaCMLX): Qd3-h3
Not found in: 02:24
2/9 00:00 669 0 +0.74 e5e6 Qf7g8 Rf1h1 Rb8xb2
3/17 00:00 1.974 0 +0.66 e5e6 Qf7f6 Rf1h1 Rb8xb2 Bh6d2
4/17 00:00 3.529 0 +0.29 e5e6 Qf7f6 Rf1h1 Rb8xb2 Bh6d2 h7h5 f2f3
4/17 00:00 3.968 0 +0.61 b2b3 Be7h4 Qd3f3 Qf7xf3+ Bg4xf3 Rb8xb3
5/24 00:00 11.692 0 +0.53 b2b3 Be7h4 Qd3f3 Qf7xf3+ Bg4xf3 Rb8xb3 Rf1h1
6/20 00:00 17.900 0 +0.36 b2b3 Na7b5 Bh6d2 Be7h4 Ra1xa8 Rb8xa8 e5e6 Qf7c7
6/20 00:00 22.194 0 +0.40 Qd3c2 Rb8b4 e5e6 Qf7f6 Bh6e3 Qf6h4 Bg4e2
6/24 00:00 25.765 0 +0.43 Qd3c2 Rb8b4 Bh6e3 Rb4c4 Qc2d3 g6g5
7/24 00:00 39.928 0 +0.39 Qd3c2 Rb8b4 Bh6e3 Be7h4 e5e6 Qf7c7 Rf1h1 g6g5
8/24 00:00 69.437 0 +0.61 Qd3c2 Rb8b4 Bh6e3 Rb4c4 Qc2d3 Be7h4 Rf1c1 Rc4b4
9/24 00:00 116.088 0 +0.43 Qd3c2 Rb8b4 Bh6e3 c6c5 Qc2d2 c5c4 Rf1h1 Rb4b3 Qd2c2
9/26 00:00 170.064 0 +0.45 b2b3 Na7b5 f2f4 Ra8xa1 Rf1xa1 c6c5 d4xc5 Be7xc5 Ra1a5 Qf7b7 Bg4e6 d5d4+ Kg2g1
9/29 00:00 282.966 0 +0.89 Qd3h3 g6g5 Bg4h5 Qf7g8 Qh3d7 Na7c8 Ra1xa8 Rb8xa8 Rf1c1 Ra8a7 Qd7xc6
10/29 00:00 402.090 0 +0.76 Qd3h3 Be7d8 Bg4e6 Qf7e7 Rf1h1 Na7b5 Bh6e3 Ra8xa1 Rh1xa1 Qe7b4 Ra1h1
10/29 00:00 398.414 0 +0.81 Qd3h3 Be7d8 b2b3 Rb8b4 Bh6c1 Rb4xd4 Bc1b2 Qf7f4 Bb2xd4 Qf4xd4 Rf1h1 Qd4e4+ Bg4f3
11/30 00:00 658.438 0 +0.73 Qd3h3 Be7d8 b2b3 Rb8b4 Bg4e6 Qf7b7 Bh6e3 Rb4xb3 Qh3h6 Qb7g7 Qh6xg7+ Kh8xg7 Rf1b1 Rb3xb1 Ra1xb1
12/34 00:01 1.200.339 3.708.087 +0.72 Qd3h3 Be7d8 Bg4e6 Qf7e7 Rf1d1 Bd8c7 Kg2f1 Rb8e8 Be6d7 Re8b8 Ra1a6 g6g5
12/44 00:02 2.015.376 3.848.734 +0.93 Qd3h3 Rb8b7 b2b3 Qf7g8 Bh6d2 h7h5 Bg4e6 Qg8g7 Qh3d3 g6g5 Rf1c1 Ra8f8 Kg2f1
13/44 00:03 2.950.861 3.905.325 +0.65 Qd3h3 Be7f8 Bh6g5 h7h5 Bg4e6 Qf7h7 Qh3g3 Bf8g7 Qg3d3 Bg7h6 Bg5f6+ Bh6g7 Bf6e7 Bg7xe5 d4xe5 Qh7xe7 Qd3xg6
14/44 00:05 5.454.785 4.046.539 +0.64 Qd3h3 Be7f8 Bh6g5 h7h5 e5e6 Qf7h7 Qh3e3 Kh8g8 Bg4e2 Bf8e7 Be2d3 Rb8b3 Bg5xe7 Qh7xe7 Rf1h1 h5h4 Ra1a3 Rb3xb2 Bd3xg6
15/42 00:11 11.233.995 4.153.437 +1.46 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Be7f6 Bh6e3 Rb8g8+ Kg2f1 h7h5 Rg1xg8+ Kh8xg8 Kf1g2 Kg8f8 b2b4 Kf8e7 f2f3
15/46 00:11 10.818.531 4.153.437 +1.67 Qd3h3 Be7f8 Bh6g5 h7h5 Bg4d7 Bf8e7 e5e6 Qf7f8 Qh3h4 Na7c8 Ra1xa8 Rb8xa8 Bd7xc8 Be7xg5 Qh4xg5 Ra8xc8 Qg5xg6 Qf8g7 Qg6xg7+ Kh8xg7 Rf1e1 h5h4 Re1a1 Kg7f6
16/44 00:13 13.748.444 4.190.977 +1.52 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2f1 Rg8g4 f2f3 Rg4g6 Rg1xg6 h7xg6 Bh6f4 g6g5 Bf4g3 Kh8g8
17/46 00:18 17.855.174 4.250.827 +1.54 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2f1 Rg8g4 f2f3 Rg4g6 Rg1xg6 h7xg6 Bh6f4 g6g5 Bf4e5+ Kh8g8 Bd7e8 g5g4 f3xg4 f5xg4
17/44 00:18 18.259.925 4.250.827 +1.59 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2f1 Rg8g4 f2f3 Rg4g6 Bh6f4 Rg6xg1+ Kf1xg1 Be7f6 Bf4e3 f5f4 Be3f2 Kh8g7
18/59 00:25 26.655.396 4.274.388 +1.59 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2f1 Rg8g4 f2f3 Rg4g6 Bh6f4 Rg6xg1+ Kf1xg1 Be7f6 Bf4e3 f5f4 Be3f2 Kh8g7 Kg1g2
19/50 00:39 40.249.734 4.348.481 +1.73 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2f1 Rg8g4 Rg1xg4 f5xg4 Kf1g2 Be7h4 Bh6f8 Rb7xb2 e6e7 Rb2xf2+ Kg2g1 Rf2e2 Bd7xg4 Re2e4 Bg4d7 Bh4f6 Ra1a4
19/48 00:51 53.894.767 4.426.737 +1.96 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Rb8g8+ Kg2h3 Rg8g6 Bh6f4 Rb7b3+ Kh3h2 Rb3b7 Rg1xg6 h7xg6 Bf4e5+ Kh8g8 Kh2g2 Be7g5 Bd7e8 Rb7e7 Be8f7+ Kg8f8
20/56 01:32 101.104.685 4.387.919 +2.18 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Be7f6 Bh6f4 Rb8d8 Kg2f1 Rd8xd7 e6xd7 Rb7xd7 Bf4e5 Bf6xe5 d4xe5 Rd7e7 Rg1g3 c6c5 e5e6 h7h6 Ra1a5 Na7c6 Ra5xc5 Re7xe6 Rc5xd5 f5f4 Rg3a3
20/51 01:32 97.505.235 4.387.919 +2.20 Qd3h3 Rb8b7 Bg4d7 Ra8b8 e5e6 Qf7f5 Qh3xf5 g6xf5 Rf1g1 Be7f6 Bh6f4 Rb8d8 Kg2f1 Rd8xd7 e6xd7 Rb7xd7 Bf4e5 Bf6xe5 d4xe5 Rd7e7 f2f4 h7h6 Rg1g6 Kh8h7 Rg6f6 Re7g7 Kf1f2 Rg7b7
20/56 01:39 103.487.058 4.409.073 +2.22 Qd3h3 Be7f8 Bh6g5 h7h5 Bg4d7 Kh8h7 e5e6 Qf7g7 Qh3h4 Na7c8 Ra1xa8 Rb8xa8 Bd7xc6 Ra8b8 Bc6xd5 Nc8d6 Rf1h1 Nd6f5 Qh4e4 Bf8d6 b2b3 Rb8f8 Rh1d1 Kh7h8 Bd5c6 Rf8c8
9/19/2008 9:23:06 AM, Time for this analysis: 00:02:24, Rated time: 2:01:19
171 Qh6; id "arasan10.1
Searching move: Qg5-h6
Best move (TogaCMLX): 0-0-0
Not found in: 02:24
2/11 00:00 690 0 +0.16 Ra1a5 Qd8d7
2/15 00:00 1.087 0 +0.38 h4h5 Nf6xh5 Nf5e7+ Kg8g7 Rg1xg4
3/15 00:00 2.071 0 +0.28 h4h5 Nf6xh5 Nf5e7+ Kg8g7 Rg1xg4 Nh5f4
4/17 00:00 3.253 0 +0.15 h4h5 Nf6xh5 Nf5e7+ Kg8g7 Rg1xg4 Nh5f4 000
4/17 00:00 7.509 0 +0.17 000 Rf8e8 b3b4 d6d5
5/17 00:00 11.949 0 +0.05 000 Rf8e8 Kc1c2 b7b5 b3b4
5/17 00:00 13.902 0 +0.17 h4h5 Nf6xh5 Nf5e7+ Kg8g7 Rg1xg4 Nh5f4 000 Rf8h8
6/17 00:00 20.234 0 -0.24 h4h5 Nf6xh5 Nf5e7+ Kg8h7 Rg1xg4 Rf8e8 Ne7d5 Qd8xg5 Rg4xg5 Nh5f4 Nd5xf4 e5xf4
6/17 00:00 13.810 0 0.00 000 Rf8e8 Kc1c2 d6d5 e4xd5 Qd8xd5 Qg5xf6 g6xf5 Qf6xf5
7/21 00:00 44.172 0 -0.05 000 Rf8e8 Rd1e1 a7a5 Re1e2 b7b5 h4h5 Nf6xh5 Qg5xg4
7/27 00:00 58.785 0 +0.21 Nf5h6+ Kg8g7 Nh6xg4 Nf6xg4 Qg5xg4 Qd8c8 Qg4g5 Qc8e6 h4h5 Qe6xb3 h5h6+ Kg7g8
8/23 00:00 78.370 0 +0.11 Nf5h6+ Kg8g7 Nh6xg4 Nf6xg4 Qg5xg4 Qd8c8 Qg4g5 Qc8e6 b3b4 Qe6b3 Qg5d2
8/42 00:00 375.999 0 +0.57 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3
9/41 00:00 393.433 0 +0.76 f2f3 Nf6h5 Qg5h6 Qd8f6 f3xg4 Nh5g7 h4h5 Ng7xf5 g4xf5 Qf6h4+ Ke1d1 Qh4f2
10/41 00:00 478.592 0 +0.68 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 Qh8g7 Ne3d5 Qg7xh6 g5xh6
11/41 00:00 598.347 0 +0.96 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 Qh8g7 Ne3d5 Qg7xh6 g5xh6 c7c6
12/42 00:00 716.705 0 +0.78 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 Qh8g7 h4h5 g6xh5 Ne3f5 Qg7g6
13/41 00:01 1.051.769 0 +0.74 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 Qh8g7 h4h5 g6xh5 Qh6xh5 Nh7f6 Qh5h6 Nf6d7
13/42 00:01 1.391.512 4.181.460 +0.94 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 Qh8g7 Rg1f1 Qg7xh6 g5xh6 a7a5 Ke1e2 f7f6
14/42 00:02 1.511.030 4.197.744 +1.10 f2f3 Rf8e8 f3xg4 Nf6h7 Qg5h6 Qd8f6 g4g5 Qf6h8 Nf5e3 c7c6 h4h5 Nh7f8 Qh6xh8+ Kg8xh8 h5h6 Nf8e6 Ke1f2 Kh8h7
15/41 00:03 3.389.538 4.326.101 +0.96 f2f3 Rf8e8 f3xg4 Nf6d7 Qg5h6 Qd8f6 h4h5 g6g5 Ke1d2 Qf6xh6 Nf5xh6+ Kg8g7 Nh6f5+ Kg7h7 b3b4 Nd7f6 Ra1a5 b7b6 Ra5a1
16/40 00:05 5.368.486 4.378.698 +0.99 f2f3 Rf8e8 f3xg4 Nf6d7 Qg5h6 Qd8f6 h4h5 g6g5 Qh6xf6 Nd7xf6 Rg1f1 Re8e6 Nf5e3 Kg8h7 Ke1d2 a7a5 Rf1f2 b7b6
16/43 00:05 5.938.214 4.378.698 +1.06 f2f3 Rf8e8 f3xg4 Nf6d7 Qg5h6 Qd8f6 Ke1e2 Qf6h8 Ra1f1 Re8e6 h4h5 Nd7c5 b3b4 Nc5b3 Qh6xh8+ Kg8xh8 Nf5h6 f7f6 h5xg6 Kh8g7
17/43 00:09 10.596.344 4.431.295 +0.97 f2f3 Rf8e8 f3xg4 Nf6d7 Qg5h6 Qd8f6 Ke1e2 d6d5 e4xd5 e5e4 d3d4 Nd7b6 Ra1a5 Qf6h8 Qh6xh8+ Kg8xh8 Nf5e3 Kh8g7 Rg1a1 a7a6 Ra1f1
18/49 00:31 33.707.190 4.506.246 +1.13 f2f3 Rf8e8 f3xg4 Nf6d7 Qg5h6 Qd8f6 Ke1e2 d6d5 e4xd5 e5e4 d3d4 Nd7b6 Ra1a5 Qf6h8 Qh6xh8+ Kg8xh8 Nf5e3 Kh8g7 Rg1a1 a7a6 Ra5c5 Re8e7
18/52 01:18 87.049.104 4.470.994 +1.37 000 Nf6h5 Qg5h6 g6xf5 Qh6xh5 Qd8f6 e4xf5 Rf8e8 Rg1xg4+ Kg8f8 f2f4 e5xf4 Rd1g1 d6d5 Rg4xf4 Kf8e7 Rf4b4 Ke7d7 Qh5f3 Qf6c6 Rb4d4 Re8e5 h4h5 Ra8e8
18/66 01:28 89.990.020 4.498.757 +1.39 000 Nf6h5 Qg5h6 g6xf5 Qh6xh5 Qd8f6 e4xf5 Rf8e8 Rg1xg4+ Kg8f8 f2f4 e5xf4 Rd1g1 Qf6e5 Kc1b1 Qe5e3 Kb1a2 Kf8e7 Rg4g7 Re8f8 d3d4 Ke7d7 Rg7xf7+ Rf8xf7 Qh5xf7+ Qe3e7
19/66 01:31 93.464.283 4.494.741 +1.37 000 Nf6h5 Qg5h6 g6xf5 Qh6xh5 Qd8f6 e4xf5 Rf8e8 Rg1xg4+ Kg8f8 f2f4 e5xf4 Rd1g1 c7c6 Rg4xf4 Kf8e7 Qh5g5 Qf6xg5 h4xg5 Re8h8 g5g6 Ra8g8 g6g7 Rh8h2 Rf4a4 Ke7f6
19/52 01:31 102.885.230 4.494.741 +1.38 000 Nf6h5 Qg5h6 g6xf5 Qh6xh5 Qd8f6 e4xf5 Rf8e8 Rg1xg4+ Kg8f8 f2f4 e5xf4 Rd1g1 Kf8e7 Rg4g7 Ke7f8 Qh5h8+ Kf8e7 Qh8h7 d6d5 Qh7h5 Ke7f8 Rg7h7 b7b5 b3b4
9/19/2008 9:27:56 AM, Time for this analysis: 00:02:24, Rated time: 2:06:01
188 d5; id "arasan10.18
Searching move: d6-d5, Ra1xh2
Best move (TogaCMLX): Bh6xf4
Not found in: 02:24
2/9 00:00 396 0 -0.35 Ra8b8 h3h4 Bd7c6
2/9 00:00 710 0 -0.29 Ra8c8 Rd2d3
3/10 00:00 1.102 0 -0.42 Ra8c8 Rd2d3 Rc8b8
3/14 00:00 2.892 0 -0.08 e6e5 Nc3d5 Qc7c4
4/17 00:00 4.172 0 -0.07 e6e5 Nc3d5 Qc7c4 Ra1g1
5/24 00:00 9.387 0 -0.10 e6e5 Nc3d5 Qc7a7 Qe3xa7 Ra8xa7 Ra1f1 Bd7xh3
6/24 00:00 10.673 0 -0.47 e6e5 Nc3d5 Qc7a7 Qe3xa7 Ra8xa7 Ra1g1 e5xf4 Rg1xg6 f7xg6 Nd5xf6+ Ke8f7 Rd2xd6 Bd7xh3
6/24 00:00 20.420 0 -0.13 Ra8c8 Nc3e2 e6e5 Ra1g1 Rg6xg1+ Qe3xg1 e5xf4 Qg1g8+ Ke8e7 Qg8h7
6/24 00:00 23.674 0 -0.07 Qc7a7 Qe3xa7 Ra8xa7 Ra1f1 Ra7c7 Rd2d3 Ke8e7
7/24 00:00 40.328 0 -0.46 Qc7a7 Qe3f3 Ke8e7 Ra1f1 Ra8c8 Rf1d1 Rc8c6
7/24 00:00 49.796 0 +0.28 Ra8c8 Nc3e2 f6f5 Ra1d1 e6e5 Rd2d3 f5xe4 Qe3xe4 Rc8d8 f4xe5 d6xe5
8/26 00:00 80.616 0 +0.56 Ra8c8 Nc3e2 f6f5 Ra1g1 Rg6xg1+ Kh1xg1 f5xe4 Qe3xe4 Bh6g7 Qe4h7 Ke8f8 Ne2d4
9/27 00:00 100.145 0 +0.56 Ra8c8 Nc3e2 f6f5 Ra1g1 Rg6xg1+ Kh1xg1 e6e5 e4xf5 Bd7xf5 Nb3d4 Bf5d7 c2c3
10/35 00:00 253.456 0 +0.86 Ra8c8 Nc3e2 f6f5 Ra1g1 Rg6xg1+ Kh1xg1 f5xe4 Qe3xe4 d6d5 Qe4e3 Qc7d6 Nb3d4 Rc8b8 Rd2d1
11/35 00:00 473.188 0 +0.14 Ra8c8 Rd2d3 e6e5 Qe3f3 Bh6xf4 Ra1d1 f6f5 Nc3d5 Qc7xc2 Nd5xf4 e5xf4 Nb3d4 Qc2c5 e4xf5 Bd7xf5 Nd4xf5 Qc5xf5 Rd3xd6 Rg6xd6 Rd1xd6
11/33 00:00 454.351 0 +0.31 Ra8c8 Rd2d3 Ke8f8 Ra1d1 d6d5 Nc3e2 Bd7c6 Nb3c5 d5xe4 Rd3d6 Bc6b5 Nc5xe4 Bb5xe2 Qe3xe2 Bh6xf4
11/40 00:01 944.997 0 +0.91 Bh6xf4 Qe3xf4 Qc7xc3 Ra1g1 e6e5 Qf4f2 Rg6xg1+ Kh1xg1 Ke8e7 Qf2b6 Ra8g8+ Kg1f2 Qc3c6 Qb6xc6 Bd7xc6 Kf2e3
12/44 00:01 1.123.011 4.260.355 +0.57 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Ra1g1 f6f5 Nb3d4 Rc2b2 Nd4c6
13/37 00:01 1.447.847 4.247.276 +0.76 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Ra1g1 f6f5 Nb3d4 Rg6xg1+ Kh1xg1 Rc2d2 Nd4e2 Rd2xd5 Kg1f2
14/39 00:02 2.061.364 4.311.454 +0.79 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Ra1c1 Rc2xc1+ Nb3xc1 Rg6g5 Re3d3 Bd7b5 Rd3d4 a6a5
15/39 00:03 3.171.155 4.374.539 +0.80 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Ra1c1 Rc2xc1+ Nb3xc1 Rg6g5 Re3d3 Bd7b5 Rd3d4 Bb5f1 h3h4 Rg5g2
16/44 00:06 5.975.366 4.418.146 +1.03 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2c5 Nd4f3 Rc5xd5 Ra1b1 Rd5c5 Nf3d4 f6f5 h3h4 f5f4 Re3e4 Rg6g4
17/44 00:09 9.796.879 4.448.828 +1.02 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2d3 Ra8c8 Nc7xa6 Be3f4 Na6b4 Bd7b5 Rd3f3 Bf4e5 Ra1b1 Rg6h6 Nb3a5 Be5c3 Kh1g1 Rh6g6+ Rf3g3 Bc3d4+ Kg1g2
17/44 00:09 10.076.183 4.448.828 +1.04 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2d2 Nd4f3 Rd2xd5 Ra1b1 Rd5c5 Nf3d4 f6f5 h3h4 f5f4 Re3e4 Rg6g4 Rb1b8+ Kf8g7
17/40 00:10 11.742.543 4.441.815 +1.16 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2d2 Nd4f3 Rd2b2 Ra1g1 Bd7xh3 Nf3h4 Rg6xg1+ Kh1xg1 Bh3g4 Nh4f3 Bg4f5
18/46 00:18 19.422.918 4.527.207 +1.01 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2d3 Ra8c8 Nc7xa6 Be3f4 Na6b4 Bd7b5 Rd3f3 Bf4e5 Ra1b1 Rg6h6 Nb3a5 Be5c3 Rf3g3 Rh6h4 Rb1b3 Bc3d4
19/55 00:42 48.476.544 4.544.942 +0.82 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2d2 Nd4e2 Rg6g5 Ne2f4 Rd2c2 Ra1e1 Rg5e5 Re1e2 Rc2c4 Re3f3 Re5xe2 Nf4xe2
19/56 00:42 47.081.142 4.544.942 +0.99 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2d2 Nd4e2 Rg6g5 Ne2f4 Rg5f5 Re3f3 Rd2xd5 Ra1b1 Rd5d2 Rb1b8+ Kf8e7 Rb8b7
20/56 02:04 133.726.215 4.304.860 +1.10 Bh6xf4 Nc3d5 Bf4xe3 Nd5xc7+ Ke8e7 Rd2e2 Ra8c8 Nc7d5+ e6xd5 e4xd5 Ke7f8 Re2xe3 Rc8xc2 Nb3d4 Rc2d2 Nd4e2 Bd7xh3 Ra1g1 Bh3c8 Ne2f4 Rg6xg1+ Kh1xg1 Bc8b7 Kg1f1 Bb7xd5 Kf1e1 Rd2d4 Nf4xd5 Rd4xd5 Ke1e2
9/19/2008 10:08:57 AM, Time for this analysis: 00:02:24, Rated time: 2:23:04
192 Ke4; id "arasan10.1
Searching move: Ke3-e4
Best move (TogaCMLX): Ke3-d4
Not found in: 02:24
2/5 00:00 74 0 +0.80 Ke3d4 Ke7e6
3/7 00:00 236 0 +0.97 Ke3d4 Ke7e6 c6c7 Ke6d7
4/14 00:00 1.070 0 +0.80 Ke3d4 Ke7e6 h2h3 a6a5
5/18 00:00 2.630 0 +0.97 Ke3d4 Ke7e6 h2h3 a6a5 c6c7 Ke6d7
6/20 00:00 5.747 0 +0.80 Ke3d4 Ke7e6 h2h3 h7h6 a3a4 h6h5
7/20 00:00 9.457 0 +0.97 Ke3d4 Ke7e6 h2h3 h7h6 a3a4 h6h5 c6c7 Ke6d7
7/20 00:00 11.717 0 +1.13 Ke3e4 Ke7d8 e5e6 h7h6 Ke4d4 h6h5 a3a4 h5h4
8/20 00:00 14.678 0 +1.13 Ke3e4 Ke7d8 e5e6 h7h6 Ke4d4 h6h5 h2h4 a6a5 a3a4
9/20 00:00 26.021 0 +1.13 Ke3e4 Ke7e6 Ke4d4 Ke6e7 a3a4 Ke7d8 a4xb5 a6xb5 e5e6 h7h6 h2h3 h6h5
10/25 00:00 44.990 0 +1.00 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h4 h7h6 h4h5 Ke7e6 a3a4 Ke6e7
11/31 00:00 133.833 0 +1.13 Ke3e4 Ke7e6 Ke4d4 Ke6e7 Kd4c3 h7h6 Kc3d4 Ke7d8 e5e6 h6h5 h2h4 a6a5
12/35 00:00 202.560 0 +0.89 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 a3a4 h7h6 h3h4 h6h5 a4a5 Ke6e7
13/35 00:00 276.850 0 +0.97 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 h3h4 Ke7e6 Kc3d4 Ke6e7 c6c7 Ke7d7
14/40 00:00 575.180 0 +
-
- Posts: 12768
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Arasan test suite update
Code: Select all
192 Ke4; id "arasan10.1
Searching move: Ke3-e4
Best move (TogaCMLX): Ke3-d4
Not found in: 02:24
2/5 00:00 74 0 +0.80 Ke3d4 Ke7e6
3/7 00:00 236 0 +0.97 Ke3d4 Ke7e6 c6c7 Ke6d7
4/14 00:00 1.070 0 +0.80 Ke3d4 Ke7e6 h2h3 a6a5
5/18 00:00 2.630 0 +0.97 Ke3d4 Ke7e6 h2h3 a6a5 c6c7 Ke6d7
6/20 00:00 5.747 0 +0.80 Ke3d4 Ke7e6 h2h3 h7h6 a3a4 h6h5
7/20 00:00 9.457 0 +0.97 Ke3d4 Ke7e6 h2h3 h7h6 a3a4 h6h5 c6c7 Ke6d7
7/20 00:00 11.717 0 +1.13 Ke3e4 Ke7d8 e5e6 h7h6 Ke4d4 h6h5 a3a4 h5h4
8/20 00:00 14.678 0 +1.13 Ke3e4 Ke7d8 e5e6 h7h6 Ke4d4 h6h5 h2h4 a6a5 a3a4
9/20 00:00 26.021 0 +1.13 Ke3e4 Ke7e6 Ke4d4 Ke6e7 a3a4 Ke7d8 a4xb5 a6xb5 e5e6 h7h6 h2h3 h6h5
10/25 00:00 44.990 0 +1.00 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h4 h7h6 h4h5 Ke7e6 a3a4 Ke6e7
11/31 00:00 133.833 0 +1.13 Ke3e4 Ke7e6 Ke4d4 Ke6e7 Kd4c3 h7h6 Kc3d4 Ke7d8 e5e6 h6h5 h2h4 a6a5
12/35 00:00 202.560 0 +0.89 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 a3a4 h7h6 h3h4 h6h5 a4a5 Ke6e7
13/35 00:00 276.850 0 +0.97 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 h3h4 Ke7e6 Kc3d4 Ke6e7 c6c7 Ke7d7
14/40 00:00 575.180 0 +0.85 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 h3h4 Ke7e6 a3a4 h7h6 a4xb5 a6xb5 h4h5 Ke6e7
14/40 00:00 661.145 0 +0.89 Ke3d4 Ke7e6 a3a4 Ke6e7 h2h4 Ke7e6 Kd4c3 h7h6 h4h5 Ke6e7 Kc3d4 Ke7e6 a4a5 Ke6e7
15/40 00:00 867.932 0 +0.96 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 h3h4 h7h6 a3a4 Ke7e6 Kc3d4 h6h5 a4xb5 a6xb5 c6c7 Ke6d7
15/40 00:01 862.278 0 +0.97 Ke3d4 Ke7e6 a3a4 Ke6e7 Kd4c3 Ke7e6 h2h3 h7h6 Kc3d4 Ke6e7 h3h4 Ke7e6 h4h5 Ke6e7 c6c7 Ke7d7
16/40 00:01 1.345.095 0 +0.85 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 a3a4 h7h6 Kc3d4 Ke7e6 h3h4 h6h5 Kd4c3 Ke6e7 a4xb5 a6xb5
17/42 00:01 1.917.610 5.774.218 +0.97 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 a3a4 h7h6 Kc3d4 Ke7e6 h3h4 Ke6e7 h4h5 Ke7e6 c6c7 Ke6d7
18/45 00:02 3.169.029 6.015.779 +0.85 Ke3e4 Ke7e6 Ke4d4 Ke6e7 h2h3 Ke7e6 Kd4c3 Ke6e7 a3a4 h7h6 Kc3d4 Ke7e6 h3h4 Ke6e7 Kd4c3 Ke7e6 a4xb5 a6xb5 h4h5 Ke6e7
18/50 00:24 45.185.302 7.350.427 +0.86 Ke3d4 h7h6 Kd4c3 Ke7e6 Kc3b2 Ke6e7 Kb2c2 Ke7e6 Kc2c3 Ke6e7 Kc3d4 h6h5 h2h4 Ke7e6 a3a4 b5xa4 Kd4xc4 a6a5 Kc4c3 a4a3 Kc3b3
19/50 00:25 45.051.081 7.323.077 +0.97 Ke3d4 h7h6 Kd4c3 Ke7e6 Kc3b2 Ke6e7 Kb2c2 Ke7e6 Kc2c3 Ke6e7 h2h3 h6h5 Kc3d4 Ke7e6 h3h4 Ke6e7 a3a4 Ke7e6 c6c7 Ke6d7
20/47 00:35 60.142.400 7.437.058 +1.00 Ke3d4 h7h6 Kd4c3 Ke7e6 h2h4 Ke6e7 Kc3d4 h6h5 Kd4c3 Ke7e6 Kc3b2 Ke6e7 Kb2c2 Ke7e6 Kc2c3 Ke6e7 Kc3d4 Ke7e6 a3a4 Ke6e7
20/50 00:38 70.391.566 7.393.784 +1.88 Ke3d4 h7h6 Kd4c3 a6a5 a3a4 b5b4+ Kc3xc4 Ke7e6 Kc4d4 Ke6e7 h2h4 h6h5 Kd4d3 Ke7e6 Kd3c2 Ke6e7 Kc2b2 Ke7e6 Kb2b3 Ke6e7 Kb3c4 Ke7e6
21/50 00:45 78.140.775 7.330.838 +1.88 Ke3d4 a6a5 a3a4 c4c3 Kd4xc3 b5b4+ Kc3b3 Ke7e6 h2h3 Ke6e7 h3h4 Ke7e6 Kb3b2 Ke6e7 Kb2c2 Ke7e6 Kc2d3 h7h6 Kd3d4 h6h5 Kd4d3 Ke6e7 Kd3c4 Ke7e6
22/50 00:48 87.796.519 7.322.017 +2.05 Ke3d4 a6a5 a3a4 c4c3 Kd4xc3 b5b4+ Kc3b3 Ke7e6 h2h3 Ke6e7 h3h4 Ke7e6 Kb3b2 Ke6e7 Kb2c2 Ke7e6 Kc2d3 Ke6e7 h4h5 h7h6 Kd3d4 Ke7e6 Kd4c4 Ke6e7 c6c7 Ke7d7
9/19/2008 10:18:36 AM, Time for this analysis: 00:02:24, Rated time: 2:29:15
197 Nxg6; id "arasan10.
Searching move: Nh4xg6
Best move (TogaCMLX): Nh4-f3
Not found in: 02:24
2/10 00:00 362 0 +0.78 Qe3g5 Bc8e6
3/10 00:00 654 0 +0.34 Qe3g5 Bc8e6 Bb3xe6 Qe8xe6
3/10 00:00 1.045 0 +0.48 Bb6c5 Ba3xc5 Qe3xc5 Bc8e6
4/12 00:00 1.832 0 +0.22 Bb6c5 Ba3xc5 Qe3xc5 Bc8g4 f2f3
4/12 00:00 2.203 0 +0.39 Qe3g5 Bc8e6 Bb3d5 Be6xd5 Rd1xd5
4/12 00:00 4.269 0 +0.48 c3c4 Bc8g4 Nh4f3 Bg4xf3 Qe3xf3
5/13 00:00 7.024 0 +0.33 c3c4 Bc8g4 Nh4f3 b5b4 Rd1d5
5/12 00:00 6.864 0 +0.48 Qe3g5 Ba3e7 Qg5g3 Bc8e6 Bb3xe6 f7xe6
5/14 00:00 8.404 0 +0.78 Qe3g3 Bc8e6 Nh4f5 f7f6 Bb3xe6+ Qe8xe6 Rd1d5
6/17 00:00 16.156 0 +0.73 Qe3g3 Bc8e6 Nh4f5 Qe8c8 Bb3xe6 Qc8xe6 Rd1d5
7/18 00:00 23.050 0 +0.54 Qe3g3 Bc8e6 Nh4f5 Kg8h8 Nf5h6 Kh8g7 Bb3xe6 Qe8xe6
7/22 00:00 40.003 0 +0.62 c3c4 Ba3e7 c4xb5 a6xb5 Nh4f3 Bc8g4 h2h4 Be7b4
7/18 00:00 38.644 0 +0.66 c3c4 Qe8e7 c4xb5 a6xb5 Nh4f3 Bc8g4 Rd1d5 Rf8b8 Rd5xb5
8/22 00:00 66.738 0 +0.64 Qe3g3 Bc8e6 Nh4f5 Kg8h8 Nf5d6 Ba3xd6 Rd1xd6 h7h5 Bb3xe6 f7xe6
8/22 00:00 79.759 0 +0.71 c3c4 b5xc4 Bb3xc4 Qe8e7 Nh4f3 Qe7b4 Qe3b3 Qb4xb3 a2xb3 Kg8g7 Bb6e3
9/22 00:00 94.337 0 +0.63 Qe3g3 Bc8e6 Nh4f5 Kg8h8 Nf5d6 Ba3xd6 Rd1xd6 Kh8g8 Bb3xe6 f7xe6 Qg3g5
9/24 00:00 141.032 0 +0.80 c3c4 b5xc4 Bb3xc4 Qe8e7 Nh4f3 Qe7b4 Qe3b3 Qb4xb3 a2xb3 Kg8g7 Bb6e3 Bc8e6 Bc4xe6 f7xe6
10/31 00:00 200.162 0 +0.62 c3c4 b5xc4 Bb3xc4 Qe8e7 Nh4f3 Qe7b4 Qe3b3 Qb4xb3 a2xb3 Kg8g7 Bb6e3 Ba3e7 h2h3
10/31 00:00 225.603 0 +0.71 Qe3g3 Bc8e6 Nh4f5 Kg8h8 Nf5h6 f7f6 Bb3xe6 Qe8xe6 c3c4 Ba3b4 c4xb5 a6xb5
10/28 00:00 301.517 0 +0.83 Nh4f3 Bc8g4 h2h3 Bg4e6 Nf3g5 Kg8h8 Ng5xe6 f7xe6 c3c4 Ba3b4 c4xb5 a6xb5
11/28 00:00 341.056 0 +0.83 Nh4f3 Bc8g4 h2h3 Bg4e6 Nf3g5 Be6xb3 a2xb3 Ba3e7 Bb6c5 f7f6 Ng5e6 Be7xc5 Ne6xc5
11/28 00:00 405.641 0 +0.90 Nh4f3 Bc8g4 h2h3 Bg4e6 Nf3g5 Be6xb3 a2xb3 Ba3e7 Rd1d5 Be7xg5 Qe3xg5 f7f6 Qg5h6
11/32 00:00 393.494 0 +0.96 Nh4f3 Bc8g4 h2h3 Bg4e6 Nf3g5 Kg8h8 Ng5xe6 f7xe6 Qe3g3 Rf8f4 Qg3g5 Qe8f7
12/31 00:00 489.042 0 +0.98 Nh4f3 Bc8g4 h2h3 Bg4e6 Nf3g5 Be6xb3 a2xb3 Ba3e7 Rd1d5 Be7xg5 Qe3xg5 f7f6 Qg5h6 Qe8e6
13/32 00:01 877.407 0 +1.13 Nh4f3 Bc8g4 h2h3 Bg4e6 Bb3d5 f7f5 c3c4 Ba3b4 Qe3h6 Qe8d7 c4xb5 a6xb5 Bd5xe6+ Qd7xe6 Nf3g5 Qe6e7
14/35 00:01 1.254.879 4.378.698 +0.96 Nh4f3 Bc8g4 h2h3 Bg4e6 Bb3d5 Ba3d6 Bb6c5 Bd6xc5 Qe3xc5 Be6xd5 e4xd5 Nc6b8 Qc5d6 e5e4 Nf3d4 Qe8d7 Qd6e5
15/39 00:06 6.427.396 4.307.692 +0.89 Nh4f3 Qe8e7 Bb3d5 Bc8d7 h2h3 Rf8b8 Qe3h6 Qe7f8 Qh6xf8+ Kg8xf8 Bb6c7 Rb8e8 Bd5xf7 Re8e7 Bf7d5 Ba3c5 Bd5b3
15/38 00:06 6.341.981 4.307.692 +1.19 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Bb3d5 Rf8c8 h3h4 Qe7e8 c3c4 Ba3e7 c4xb5 a6xb5 h4h5 Rc8a8 h5xg6 h7xg6
16/42 00:10 11.577.654 4.331.361 +1.05 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Ba3d6 Bb6e3 Kg8g7 Qg4g3 Nc6a5 Bb3d5 Rf8c8 Be3g5 f7f6 Bg5d2
17/40 00:17 17.790.963 4.386.095 +0.90 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Ba3d6 Bb6e3 Kg8g7 Bb3d5 Nc6a5 Be3g5 f7f6 Bg5e3 Na5c4 Be3c1 Rf8d8
17/40 00:17 17.413.851 4.386.095 +0.95 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Bb6e3 Rf8c8 Rd1d3 Qe7e8 Be3h6 Rc8c7 Bb3d5 Ba3e7 Qf3g4 Be7f8 Bh6e3 Bf8e7
17/42 00:17 18.684.734 4.386.095 +0.98 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Qe7b7 Bb6e3 Rf8d8 Bb3d5 Qb7c8 Qg4f3 Rd8d7 Be3g5 Ba3c5 Bg5f6 Qc8e8
18/42 00:32 35.218.852 4.333.087 +1.05 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Qe7b7 Bb6e3 Rf8d8 Bb3d5 Qb7c8 Qg4f3 Rd8d7 h3h4 Nc6a5 Be3h6 Na5c4 Qf3f6
19/43 00:53 52.029.909 4.336.975 +1.09 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Qe7b7 Bb6e3 Rf8d8 Bb3d5 Rd8d6 Rd1b1 h7h5 Qg4f3 Qb7e7 Be3g5 Qe7b7 c3c4 Ba3c5 c4xb5 a6xb5
20/49 01:50 113.389.023 4.291.363 +1.09 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Qe7b7 Bb6e3 Rf8d8 Bb3d5 Rd8d6 Rd1b1 h7h5 Qg4f3 Qb7e7 Be3g5 Qe7b7 c3c4 Ba3c5 c4xb5 a6xb5
20/51 01:50 107.204.867 4.291.363 +1.10 Nh4f3 Bc8g4 h2h3 Bg4xf3 Qe3xf3 Qe8e7 Qf3g4 Qe7b7 Bb6e3 Rf8d8 Bb3d5 Qb7c7 Qg4f3 Rd8d7 h3h4 Nc6d8 Be3h6 Ba3e7 h4h5 Nd8e6 h5xg6 h7xg6
9/19/2008 10:30:40 AM, Time for this analysis: 00:02:24, Rated time: 2:33:30