Page 1 of 3

New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 10:00
by Volker Pittlik
Release Notes:
1. This version _might_ work on Athlon/P4 (certainly the Linux version
should). You people and your obselete computers . . .

2. SMP support is enabled,but I suggest windows users avoid it. For
some reason my machine practically freezes. I don't know whether this
is due to the spinlocks or some other issue, but who runs Windows on a
multiprocessor box anyway? On Linux, this version _should_ work with >2
CPUs, but it hasn't been extensively tested.

3. The eval has been considerably bugfixed since beta1. Whether this
makes the program stronger or not, I do not know.

4. UCI _should_ work. I was able to run several games in both Arena and
the Fritz7 GUI, so give it a shot and see if it works for you.

5. Book editor is released (and a small default book based on
gm2600.pgn).


http://volker-pittlik.name/zappa.html

Thank you Anthony.

Volker


BTW: It does not run on my AMD XP :( .

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 12:16
by José Carlos
Doesn't work on my Athlon :(

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 14:27
by Anthony Cozzie
Honestly, this is annoying me quite a bit. I specifically told MSVC++ to optimize for P3. Well, I have one more trick to try, if that doesn't work I'll just give up.

anthony

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 14:46
by José Carlos
If you want, I can try to build it for you here. I have an Athlon 1.33 (win2k) and an Athlon MP 2400 (two processors) (winXP), and MSVStudio.net

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:17
by Roger Brown
Volker Pittlik wrote:Release Notes:

BTW: It does not run on my AMD XP :( .




Hello Volker,

I notice that Zappa has 512 mb set in its hash tables in the ini file. That setting will knock out most machines.

Try reducing it to say 64 mb and see if that helps. It seems to be running here.

Later.

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:23
by José Carlos
Roger Brown wrote:I notice that Zappa has 512 mb set in its hash tables in the ini file. That setting will knock out most machines.

Try reducing it to say 64 mb and see if that helps. It seems to be running here.


I set it to 64Mb before trying to run it.
Is there any other parameter you changed?

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:37
by Anthony Cozzie
Roger: Ooops, sorry about the hash thing.

Jose: I like you, but I don't like you enough to send you my source :)

anthony

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:42
by Roger Brown
Jos? Carlos wrote:
I set it to 64Mb before trying to run it.
Is there any other parameter you changed?



Hello Jose Carlos,

Nope. Sorry about that.

Later.

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:43
by Joachim Rang
Here it does not work neither on Athlon XP. It crashes and that is what is left in the Log-File:

zappa_setup(): initializing move generation tables: 3ms
zappa_setup(): initializing evaluation tables: 0ms
zappa_setup(): done: 4ms
set_option(): usetb = 1
set_option(): tbcache = 2097152 (2M)
tablebase_setcache(): allocated 2048kb of memory.
set_option(): tbpath = /media/tablebases/3,/media/tablebases/4,/media/tablebases/5
tablebase_init(): searching for EGTBs at path "/media/tablebases/3,/media/tablebases/4,/media/tablebases/5"
tablebase_init(): found EGTBs with up to 0 pieces.
tablebase_init(): EGTB indices & decompression using 0kb of memory
set_option(): hash = 33554432 (32M)
hash_reallocate(): Allocated transposition table: 32M
set_option(): khash = 8388608 (8M)
set_option(): phash = 1048576 (1024K)
set_option(): threads = 1
set_option(): scorepov = 1
set_option(): kibitz = 3
set_option(): book = zappa.zbook
worker_cpu(): CPU0 starting.
hash_reallocate(): Allocated pawn hash table: 1024K
hash_reallocate(): Allocated king hash table: 8M
tablebase_init(): searching for EGTBs at path "/media/tablebases/3,/media/tablebases/4,/media/tablebases/5"
game_initialize(): started 1 worker threads
tablebase_init(): found EGTBs with up to 0 pieces.
tablebase_init(): EGTB indices & decompression using 0kb of memory
tablebase_setcache(): allocated 2048kb of memory.

regards tralala

New Zappa

PostPosted: 29 Nov 2004, 16:46
by Pablo
Hello:
It does not run in my PC with P3 neither in other with P4
Pablo
:(

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:50
by Olivier Deville
Here Zappa works on my PIV and should work on my Athlon64 too - not tested yet.

But if tbs are enabled, it will crash in the endgame. This was already noticed in the former beta version. With tbs off, it works fine.

Olivier

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 16:54
by Volker Pittlik
Roger Brown wrote:...
Try reducing it to say 64 mb and see if that helps. It seems to be running here.

Later.


I tried every possible setting between 2 an 256. Without luck unfortunately.

Volker

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 17:30
by Anonymous
This new Zappa version still doesn't work on P3 systems. Here is a sample Arena debug ...

Arena 1.1
4702**-------------NewGame!!!-------------
15423*1*--------------------------Starting engine 1 Zappa---------------------------
15425*1*Configured Engine 1 Type: WB1
15569*1*Engine 1 dir: C:\Arena\Engines\Zappa
15610*1*Engine 1 commandline: C:\Arena\Engines\Zappa\Zappa.exe
15777>1:xboard
20076>1:new
20078>1:random
20092>1:level 0 5 5
20155>1:post
20156>1:hard
20158>1:easy
20160>1:computer
20255*1*Incorrect function
20258*1*Engine crashed, restarting...
20260>1:?
20261>1:force
20263>1:quit

And this is from zappa_log ...

zappa_setup(): initializing move generation tables: 7ms
zappa_setup(): initializing evaluation tables: 0ms
zappa_setup(): done: 8ms
set_option(): usetb = 1
set_option(): tbcache = 8388608 (8M)
tablebase_setcache(): allocated 8192kb of memory.
set_option(): tbpath = /media/tablebases/3,/media/tablebases/4,/media/tablebases/5
tablebase_init(): searching for EGTBs at path "/media/tablebases/3,/media/tablebases/4,/media/tablebases/5"
tablebase_init(): found EGTBs with up to 0 pieces.
tablebase_init(): EGTB indices & decompression using 0kb of memory
set_option(): hash = 33554432 (32M)
hash_reallocate(): Allocated transposition table: 32M
set_option(): khash = 2097152 (2M)
set_option(): phash = 1048576 (1024K)
set_option(): threads = 1
set_option(): scorepov = 1
set_option(): kibitz = 3
set_option(): book = zappa.zbook
error starting workers: 87

Regards
Dave

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 17:31
by Anthony Cozzie
Oliver: does it actually crash, or does it do some sort of stack dump? (check the log file).

Roger: I guess you have an athlon 64 :)

Also: Is this version working in UCI interfaces for people? I heard a lot of problems with the last beta.

I want to try to iron some of these things out.

anthony

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 18:48
by Guenther Simon
Would be nice if you would read my bug reports in RWBC for
test tourneys sometimes ;)
The previous beta performs illegal moves in tablebase positions
sometimes and then it crashes.
(I have 2 debus with that behaviour saved if you want to check them)

Cheers,
Guenther

P.S had no time yet to test the beta2

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 19:22
by José Carlos
Anthony Cozzie wrote:Jose: I like you, but I don't like you enough to send you my source :)

Of course, I just wanted to help.
If you want it anytime, just email me. You have my word I'll destroy the source after compiling.

Re: New Zappa Version Ready for Download

PostPosted: 29 Nov 2004, 19:39
by Anonymous
On my P3, WinME, running this new Zappa in console mode, the console window closes after about 5 seconds, with this output in zappa_log ...

zappa_setup(): initializing move generation tables: 8ms
zappa_setup(): initializing evaluation tables: 0ms
zappa_setup(): done: 9ms
set_option(): usetb = 1
set_option(): tbcache = 8388608 (8M)
tablebase_setcache(): allocated 8192kb of memory.
set_option(): tbpath = /media/tablebases/3,/media/tablebases/4,/media/tablebases/5
tablebase_init(): searching for EGTBs at path "/media/tablebases/3,/media/tablebases/4,/media/tablebases/5"
tablebase_init(): found EGTBs with up to 0 pieces.
tablebase_init(): EGTB indices & decompression using 0kb of memory
set_option(): hash = 33554432 (32M)
hash_reallocate(): Allocated transposition table: 32M
set_option(): khash = 2097152 (2M)
set_option(): phash = 1048576 (1024K)
set_option(): threads = 1
set_option(): scorepov = 1
set_option(): kibitz = 3
set_option(): book = zappa.zbook
error starting workers: 87

So if it won't run in console mode, it won't run in any interface. :-(

Regards
Dave

Re: New Zappa Version Ready for Download

PostPosted: 30 Nov 2004, 00:23
by Roger Brown
Hello all,

This is an update. On my lowly Pentium III at home it crashes after about ten seconds.

Sob.

Later.

Re: New Zappa Version Ready for Download

PostPosted: 30 Nov 2004, 00:57
by Anonymous
Roger Brown wrote:Hello all,

This is an update. On my lowly Pentium III at home it crashes after about ten seconds.

Sob.

Later.


Watch your language, Roger ...

Just Kidding :-)

Regards
Dave

Re: New Zappa Version Ready for Download

PostPosted: 30 Nov 2004, 01:04
by WolfV
Just tried Zappa on my dual Xeon in the Fritz GUI set up as UCI. Zappa froze after getting out of book . Here's the log:

zappa_setup(): initializing move generation tables: 0ms
zappa_setup(): initializing evaluation tables: 0ms
zappa_setup(): done: 15ms
set_option(): usetb = 1
set_option(): tbcache = 8388608 (8M)
tablebase_setcache(): allocated 8192kb of memory.
set_option(): hash = 67108864 (64M)
hash_reallocate(): Allocated transposition table: 64M
set_option(): khash = 8388608 (8M)
set_option(): phash = 1048576 (1024K)
set_option(): threads = 2
set_option(): scorepov = 1
set_option(): kibitz = 3
set_option(): book = zappa.zbook
worker_cpu(): CPU0 starting.
worker_cpu(): CPU1 starting.
hash_reallocate(): Allocated pawn hash table: 1024K
hash_reallocate(): Allocated pawn hash table: 1024K
hash_reallocate(): Allocated king hash table: 8M
hash_reallocate(): Allocated king hash table: 8M
tablebase_init(): searching for EGTBs at path ""
game_initialize(): started 2 worker threads
set_option(): hash = 402653184 (384M)
hash_reallocate(): trimming bytes to power of two (384M -> 128M)
hash_reallocate(): Allocated transposition table: 128M
set_option(): tbpath = C:\Nalimov
tablebase_init(): searching for EGTBs at path "C:\Nalimov"
tablebase_init(): found EGTBs with up to 5 pieces.
tablebase_init(): EGTB indices & decompression using 1254kb of memory
set_option(): tbcache = 12
tablebase_setcache(): allocated 0kb of memory.
tablebase_init(): found EGTBs with up to 5 pieces.
tablebase_init(): EGTB indices & decompression using 1254kb of memory
tablebase_setcache(): allocated 0kb of memory.
r - - - k b - r
- b q - - p p -
p - - - P - - p
- - - p P - - -
n P - N - - P P
- - - - B - - -
- - P Q - - - -
- - K R - B - R

WQC:0 WKC:0 BQC:1 BKC:1 Turn:BLACK EP:0
MB: 100 WPC: 6 BPC: 6 HM:0 HKL:BF9C1557 HKH:B4042659

r - - - k b - r
- b q - - p p -
p - - - P - - p
- - - p P - - -
n P - N - - P P
- - - - B - - -
- - P Q - - - -
- - K R - B - R

WQC:0 WKC:0 BQC:1 BKC:1 Turn:BLACK EP:0
MB: 100 WPC: 6 BPC: 6 HM:0 HKL:BF9C1557 HKH:B4042659

r - - - k b - r
- b q - - p p -
p - - - P - - p
- - - p P - - -
n P - N - - P P
- - - - B - - -
- - P Q - - - -
- - K R - B - R

WQC:0 WKC:0 BQC:1 BKC:1 Turn:BLACK EP:0
MB: 100 WPC: 6 BPC: 6 HM:0 HKL:BF9C1557 HKH:B4042659

Book Lookup failed (0 entries / 0 bytes / 0 ms)

1... Qc7xe5
= (-0.99) Depth: 1/5 00:00:00.01 0kN (4 KN/s, 0 splits, 0 aborts)
1... f7xe6 2. Nd4xe6 Qc7xe5
= (-1.20) Depth: 2/12 00:00:00.03 0kN (22 KN/s, 0 splits, 0 aborts)
1... f7xe6 2. Nd4xe6 Qc7xe5
= (-1.20) Depth: 3/14 00:00:00.04 2kN (53 KN/s, 0 splits, 0 aborts)
1 ...f7xe6!
+ (-0.90) Depth: 4/14 00:00:00.06 4kN (68 KN/s, 0 splits, 0 aborts)
1... f7xe6 2. Nd4xe6 Qc7xe5 3. Ne6-d4
= (-0.79) Depth: 4/17 00:00:00.10 11kN (109 KN/s, 0 splits, 0 aborts)
1... f7xe6 2. Bf1-d3 Qc7-c3 3. Qd2xc3 Na4xc3
= (-0.74) Depth: 5/17 00:00:00.18 29kN (155 KN/s, 2 splits, 0 aborts)
1... f7xe6 2. Bf1-d3 Ke8-d7 3. Bd3-g6 Qc7-c3 4. Qd2xc3 Na4xc3
= (-0.74) Depth: 6/18 00:00:00.28 61kN (218 KN/s, 4 splits, 0 aborts)
1... f7xe6 2. Bf1-d3 Ke8-d7 3. Bd3-g6 Qc7-c3 4. Qd2xc3 Na4xc3
= (-0.74) Depth: 6/23 00:00:00.35 85kN (239 KN/s, 18 splits, 2 aborts)
1 ...f7xe6?
- (-1.04) Depth: 7/23 00:00:00.57 164kN (285 KN/s, 22 splits, 4 aborts)
1... f7xe6 2. Nd4xe6 Qc7xe5 3. Be3-d4 Qe5-e4 4. Ne6xg7 Bf8xg7 5. Bd4xg7 Qe4xh1 6. Bg7xh8 Qh1xh4
= (-1.45) Depth: 7/23 00:00:00.64 185kN (289 KN/s, 28 splits, 4 aborts)
1 ...Na4-c3!
+ (-0.94) Depth: 7/23 00:00:01.06 383kN (361 KN/s, 36 splits, 4 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Qd2-f2 Kf7-g8 4. Rd1-e1 Bf8xb4 5. Bf1-d3 Bb4-a3 6. Kc1-d2 Nc3-e4 7. Bd3xe4 d5xe4
= (-0.40) Depth: 7/26 00:00:01.21 476kN (391 KN/s, 42 splits, 5 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Qd2-f2 Kf7-g8 4. Rd1-e1 Bf8xb4 5. Bf1-d3 Bb4-a3 6. Kc1-d2 Nc3-e4 7. Bd3xe4 d5xe4
= (-0.40) Depth: 7/26 00:00:01.28 494kN (386 KN/s, 51 splits, 5 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Bf8xb4 4. Rd1-f1 Kf7-g8 5. Qd2-g2 Nc3-a2 6. Kc1-d1 Na2-c3 7. Kd1-e1 Qc7xe5
= (-0.35) Depth: 8/26 00:00:02.14 965kN (451 KN/s, 63 splits, 5 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Bf8xb4 4. Rd1-f1 Kf7-g8 5. Qd2-g2 Nc3-a2 6. Kc1-d1 Na2-c3 7. Kd1-e1 Qc7xe5
= (-0.35) Depth: 8/26 00:00:02.28 1023kN (449 KN/s, 81 splits, 5 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Bf8xb4 4. Rd1-f1 Kf7-g8 5. Qd2-f2 Bb4-a3 6. Kc1-d2 Ra8-f8 7. Qf2-h2
= (-0.19) Depth: 9/29 00:00:04.26 2148kN (504 KN/s, 100 splits, 7 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Bf8xb4 4. Rd1-f1 Kf7-g8 5. Qd2-f2 Bb4-a3 6. Kc1-d2 Ra8-f8 7. Qf2-h2
= (-0.19) Depth: 9/29 00:00:04.57 2291kN (501 KN/s, 151 splits, 9 aborts)
1 ...Na4-c3?
- (-0.49) Depth: 10/29 00:00:05.31 2631kN (495 KN/s, 161 splits, 10 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Nc3xd1 4. Rh1-f1 Kf7-g8 5. Kc1xd1 Bf8-e7 6. g4-g5 Ra8-f8 7. Rf1xf8 Be7xf8 8. g5xh6 g7xh6
= (-0.51) Depth: 10/34 00:00:09.89 5206kN (526 KN/s, 181 splits, 10 aborts)
1... Na4-c3 2. e6xf7 Ke8xf7 3. Bf1-d3 Nc3xd1 4. Rh1-f1 Kf7-g8 5. Kc1xd1 Bf8-e7 6. g4-g5 Ra8-f8 7. Rf1xf8 Be7xf8 8. g5xh6 g7xh6
= (-0.51) Depth: 10/34 00:00:11.26 5876kN (522 KN/s, 283 splits, 23 aborts)

Count: Time: 17984ms, Nodes: 9686251 Qnodes: 8253230[85.2%], NPS: 539K
Hash: TProbes: 9685839[100.0%] TPings: 2710750[28.0%] THits: 1430928[14.8%]
EHash: KHits 5156391[86.5%] PHits 543295[67.6%] POverall: 5699686[95.6%]
TB: Probes:0 Hits: 0[0.0%]
Idle: CPU0: 112829478 CPU1: 124611391

r - - - k b - r
- b q - - P p -
p - - - - - - p
- - - p P - - -
- P - N - - P P
- - n - B - - -
- - P Q - - - -
- - K R - B - R

WQC:0 WKC:0 BQC:1 BKC:1 Turn:BLACK EP:0
MB: 200 WPC: 6 BPC: 6 HM:0 HKL:F48E01B2 HKH:DB12C3F2

r - - - k b - r
- b q - - P p -
p - - - - - - p
- - - p P - - -
- P - N - - P P
- - n - B - - -
- - P Q - - - -
- - K R - B - R

WQC:0 WKC:0 BQC:1 BKC:1 Turn:BLACK EP:0
MB: 200 WPC: 6 BPC: 6 HM:0 HKL:F48E01B2 HKH:DB12C3F2

Book Lookup failed (0 entries / 0 bytes / 0 ms)

1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 1/0 00:00:00.00 0kN (1 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 2/0 00:00:00.01 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 3/0 00:00:00.03 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 4/0 00:00:00.03 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 5/0 00:00:00.04 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 6/0 00:00:00.06 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 7/0 00:00:00.06 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.51) Depth: 8/0 00:00:00.07 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.67) Depth: 9/0 00:00:00.07 0kN (0 KN/s, 0 splits, 0 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-f2 Bb4-a3 5. Kc1-d2 Ba3-b4 6. Nd4-e6 Nc3-e4 7. Kd2-e2 Ne4-c3 8. Ke2-f3 Qc7xe5
= (-0.67) Depth: 9/21 00:00:00.15 29kN (191 KN/s, 1 splits, 0 aborts)
1 ...Ke8xf7!
+ (-0.37) Depth: 10/31 00:00:16.81 9548kN (568 KN/s, 11 splits, 1 aborts)
1... Ke8xf7 2. Bf1-d3 Bf8xb4 3. Rd1-f1 Kf7-g8 4. Qd2-h2 Qc7-b6 5. Qh2-f4 Ra8-f8 6. Nd4-b3 Rf8xf4 7. Be3xb6 Rf4xg4
= (-0.13) Depth: 10/34 00:00:37.39 21413kN (573 KN/s, 38 splits, 4 aborts)

Count: Time: 325000ms, Nodes: 21962512 Qnodes: 18672422[85.0%], NPS: 68K
Hash: TProbes: 21961054[100.0%] TPings: 5729274[26.1%] THits: 3604400[16.4%]
EHash: KHits 11615353[88.5%] PHits 1092206[72.6%] POverall: 12707559[96.9%]
TB: Probes:0 Hits: 0[0.0%]
Idle: CPU0: 73470103813 CPU1: 67756804029


regards :( :(