Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

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

Moderator: Ras

User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by xr_a_y »

Ok, some command are wrong.

The one I need most is

Code: Select all

'/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -analyze "start" 20 -NNUEFile '/home/alex/Scrivania/cutechess/nocturnal_nadir.bin' -quiet 0
You missed the last 0 at the end, so logs are not verbose in your output.


For the next command, with UCI protocol, you need to type that "by hand".

First "enter" UCI mode by

Code: Select all

'/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -uci -quiet 0
and then when minic has loaded, enter those line, one by one

Code: Select all

uci
newgame
setoption name NNUFile value /home/alex/Scrivania/cutechess/nocturnal_nadir.bin
go depth 20
quit
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by AlexChess »

Code: Select all

alex@alex-Parallels-ARM-Virtual-Machine:~$ '/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -uci -quiet 0
info string This is Minic version 3.06 (NNUE available)
info string Info  2021-05-04 22:10:09-820: From ARG, quiet : 0
info string Info  2021-05-04 22:10:09-820: Init hash
info string Info  2021-05-04 22:10:09-820: Init TT
info string Info  2021-05-04 22:10:09-820: Entry size 12
info string Info  2021-05-04 22:10:09-820: Size of TT 96Mb
info string Info  2021-05-04 22:10:09-820: Now zeroing memory using 1 threads
info string Info  2021-05-04 22:10:09-871: ... done 
info string Info  2021-05-04 22:10:09-871: Init lmr
info string Info  2021-05-04 22:10:09-872: Init mvv-lva
info string Info  2021-05-04 22:10:09-872: Init mask
info string Info  2021-05-04 22:10:09-872: Init magic
info string Info  2021-05-04 22:10:09-880: KPK init
info string Info  2021-05-04 22:10:09-880: KPK table size : 24Kb
info string Info  2021-05-04 22:10:09-889: Material hash total : 944784
info string Info  2021-05-04 22:10:09-889: Material hash size : 8Mb
info string Info  2021-05-04 22:10:09-889: Material hash init
info string Info  2021-05-04 22:10:09-933: ...Done
info string Info  2021-05-04 22:10:09-936: Using 1 threads
info string Info  2021-05-04 22:10:09-936: beging of idleloop 0
info string Info  2021-05-04 22:10:09-936: Thread waiting 0
info string Info  2021-05-04 22:10:09-936: Init Pawn TT : 131072
info string Info  2021-05-04 22:10:09-936: PawnEntry size 84
info string Info  2021-05-04 22:10:09-943: Size of Pawn TT 10752Kb
info string Info  2021-05-04 22:10:09-944: Init stat
info string Info  2021-05-04 22:10:09-944: Init killers
info string Info  2021-05-04 22:10:09-944: Init history
info string Info  2021-05-04 22:10:09-944: Init counter
info string Info  2021-05-04 22:10:09-944: No NNUE net given (0)
info string Info  2021-05-04 22:10:09-944: Using standard evaluation instead
info string Info  2021-05-04 22:10:09-944: Init COM
info string Info  2021-05-04 22:10:09-944: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-04 22:10:09-944: No en passant square given
info string Info  2021-05-04 22:10:09-944: Now zeroing memory using 1 threads
info string Info  2021-05-04 22:10:09-954: ... done 
info string Info  2021-05-04 22:10:09-954: Init stat
info string Info  2021-05-04 22:10:09-954: Init killers
info string Info  2021-05-04 22:10:09-954: Init history
info string Info  2021-05-04 22:10:09-955: Init counter
info string Info  2021-05-04 22:10:09-955: No test requested ...
info string Info  2021-05-04 22:10:09-955: Init uci
info string Info  2021-05-04 22:10:09-955: Init COM
info string Info  2021-05-04 22:10:09-955: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-04 22:10:09-955: No en passant square given
info string Info  2021-05-04 22:10:09-955: Now zeroing memory using 1 threads
info string Info  2021-05-04 22:10:09-965: ... done 
info string Info  2021-05-04 22:10:09-965: Init stat
info string Info  2021-05-04 22:10:09-965: Init killers
info string Info  2021-05-04 22:10:09-965: Init history
info string Info  2021-05-04 22:10:09-965: Init counter
info string Info  2021-05-04 22:10:09-965: Init timeman
info string Info  2021-05-04 22:10:09-965: Waiting for input ...

info string Info  2021-05-04 22:10:47-633: Received command : ""
info string Info  2021-05-04 22:10:47-633: uci received command 
info string Info  2021-05-04 22:10:47-633: Waiting for input ...
   
info string Info  2021-05-04 22:11:01-798: Received command : ""
info string Info  2021-05-04 22:11:01-798: uci received command 
info string Info  2021-05-04 22:11:01-798: Waiting for input ...
  
info string Info  2021-05-04 22:11:18-061: Received command : ""
info string Info  2021-05-04 22:11:18-061: uci received command 
info string Info  2021-05-04 22:11:18-061: Waiting for input ...

info string Info  2021-05-04 22:11:18-665: Received command : ""
info string Info  2021-05-04 22:11:18-665: uci received command 
info string Info  2021-05-04 22:11:18-665: Waiting for input ...

info string Info  2021-05-04 22:11:18-822: Received command : ""
info string Info  2021-05-04 22:11:18-822: uci received command 
info string Info  2021-05-04 22:11:18-822: Waiting for input ...

info string Info  2021-05-04 22:11:18-990: Received command : ""
info string Info  2021-05-04 22:11:18-990: uci received command 
info string Info  2021-05-04 22:11:18-990: Waiting for input ...

info string Info  2021-05-04 22:11:19-181: Received command : ""
info string Info  2021-05-04 22:11:19-181: uci received command 
info string Info  2021-05-04 22:11:19-181: Waiting for input ...
uci
newgame
setoption name NNUFile value /home/alex/Scrivania/cutechess/nocturnal_nadir.bin
go depth 20
quitinfo string Info  2021-05-04 22:11:47-659: Received command : "uci"
info string Info  2021-05-04 22:11:47-659: uci received command uci
id name Minic 3.06
id author Vivien Clauzon
option name Level type spin default 100 min 0 max 100
option name nodesBasedLevel type check default false
option name UCI_LimitStrength type check default false
option name UCI_Elo type spin default 1500 min 500 max 2800
option name Hash type spin default 128 min 1 max 256000
option name Threads type spin default 1 min 1 max 255
option name UCI_Chess960 type check default false
option name Ponder type check default false
option name MateFinder type check default false
option name MultiPV type spin default 1 min 1 max 4
option name RandomOpen type spin default 0 min 0 max 100
option name MinMoveOverHead type spin default 50 min 10 max 1000
option name Contempt type spin default 12 min -50 max 50
option name ContemptMG type spin default 12 min -50 max 50
option name Armageddon type check default false
option name WDL_display type check default false
option name SyzygyPath type string default 
option name NNUEFile type string default 
option name forceNNUE type check default false
option name StyleAttack type spin default 50 min 0 max 100
option name StyleComplexity type spin default 50 min 0 max 100
option name StyleDevelopment type spin default 50 min 0 max 100
option name StyleMaterial type spin default 50 min 0 max 100
option name StyleMobility type spin default 50 min 0 max 100
option name StylePositional type spin default 50 min 0 max 100
option name StyleForwardness type spin default 50 min 0 max 100
option name UCI_Opponent type string default 
option name UCI_RatingAdv type spin default 0 min -10000 max 10000
uciok
info string Info  2021-05-04 22:11:47-659: Waiting for input ...
info string Info  2021-05-04 22:11:47-659: Received command : "newgame"
info string Info  2021-05-04 22:11:47-659: uci received command newgame
info string unrecognised command newgame
info string Info  2021-05-04 22:11:47-659: Waiting for input ...
info string Info  2021-05-04 22:11:47-659: Received command : "setoption name NNUFile value /home/alex/Scrivania/cutechess/nocturnal_nadir.bin"
info string Info  2021-05-04 22:11:47-659: uci received command setoption
info string Warn  2021-05-04 22:11:47-659: Key not found NNUFile
info string Error 2021-05-04 22:11:47-659: Bad key type
info string Error 2021-05-04 22:11:47-659: Unable to set value NNUFile = /home/alex/Scrivania/cutechess/nocturnal_nadir.bin
info string Info  2021-05-04 22:11:47-659: Waiting for input ...
info string Info  2021-05-04 22:11:47-659: Received command : "go depth 20"
info string Info  2021-05-04 22:11:47-660: uci received command go
info string Info  2021-05-04 22:11:47-660: received parameter depth
info string Info  2021-05-04 22:11:47-660: uci search launched
info string Info  2021-05-04 22:11:47-660: Thinking... (state was 3 going for 2)
info string Info  2021-05-04 22:11:47-660: depth          20
info string Info  2021-05-04 22:11:47-660: msecPerMove     2592000000
info string Info  2021-05-04 22:11:47-660: msecInTC        -1
info string Info  2021-05-04 22:11:47-660: msecInc         -1
info string Info  2021-05-04 22:11:47-660: nbMoveInTC      -1
info string Info  2021-05-04 22:11:47-660: msecUntilNextTC -1
info string Info  2021-05-04 22:11:47-660: currentNbMoves  1
info string Info  2021-05-04 22:11:47-660: moveToGo        -1
info string Info  2021-05-04 22:11:47-660: maxNodes        0
info string Info  2021-05-04 22:11:47-660: Fixed time per move
info string Info  2021-05-04 22:11:47-660: currentMoveMs  2592000000
info string Info  2021-05-04 22:11:47-660: Position
info string  +-+-+-+-+-+-+-+-+
info string  |r|n|b|q|k|b|n|r|
info string  +-+-+-+-+-+-+-+-+
info string  |p|p|p|p|p|p|p|p|
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  |P|P|P|P|P|P|P|P|
info string  +-+-+-+-+-+-+-+-+
info string  |R|N|B|Q|K|B|N|R|
info string  +-+-+-+-+-+-+-+-+
info string  Turn white
info string  Phase 1
info string  Static score 15
info string  Hash 13701313583482254267
info string  FEN rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-04 22:11:47-660: Search Sync
info string Info  2021-05-04 22:11:47-660: Thread waiting 0
info string Info  2021-05-04 22:11:47-660: state set to 2
info string Info  2021-05-04 22:11:47-660: Locking other threads
info string Info  2021-05-04 22:11:47-660: Calling main thread startThread
info string Info  2021-05-04 22:11:47-660: Starting worker 0
info string Info  2021-05-04 22:11:47-660: uci async started
info string Info  2021-05-04 22:11:47-660: Waiting for input ...
info string Info  2021-05-04 22:11:47-660: Search launched for thread 0
info string Info  2021-05-04 22:11:47-660: Init stat
info string Info  2021-05-04 22:11:47-660: Init killers
info string Info  2021-05-04 22:11:47-660: Init history
info string Info  2021-05-04 22:11:47-660: Init counter
info string Info  2021-05-04 22:11:47-660: Search params :
info string Info  2021-05-04 22:11:47-660: requested time  2592000000 (2592000000)
info string Info  2021-05-04 22:11:47-660: requested depth 20
info string Info  2021-05-04 22:11:47-660: MultiPV 1
info string Info  2021-05-04 22:11:47-660: Thread 0 searching depth 1
info string Info  2021-05-04 22:11:47-660: Dynamic contempt 24 12
info depth 1 score cp 102 time 1 nodes 21 nps 20999 seldepth 1 tbhits 0 pv b1c3 
info string Info  2021-05-04 22:11:47-661: Unlocking other threads
info string Info  2021-05-04 22:11:47-661: Thread 0 searching depth 2
info string Info  2021-05-04 22:11:47-661: Dynamic contempt 30 18
info depth 2 score cp 45 time 1 nodes 62 nps 61999 seldepth 2 tbhits 0 pv b1c3 b8c6 
info string Info  2021-05-04 22:11:47-662: EBF  2.95238
info string Info  2021-05-04 22:11:47-662: EBF2 1.81818
info string Info  2021-05-04 22:11:47-662: Thread 0 searching depth 3
info string Info  2021-05-04 22:11:47-662: Dynamic contempt 27 15
info depth 3 score cp 91 time 1 nodes 90 nps 89999 seldepth 3 tbhits 0 pv b1c3 b8c6 g1f3 
info string Info  2021-05-04 22:11:47-662: EBF  1.45161
info string Info  2021-05-04 22:11:47-662: EBF2 1
info string Info  2021-05-04 22:11:47-662: Thread 0 searching depth 4
info string Info  2021-05-04 22:11:47-662: Dynamic contempt 30 18
info depth 4 score cp 58 time 2 nodes 171 nps 85499 seldepth 4 tbhits 0 pv e2e3 b8c6 b1c3 g8f6 
info string Info  2021-05-04 22:11:47-662: EBF  1.9
info string Info  2021-05-04 22:11:47-662: EBF2 0.8
info string Info  2021-05-04 22:11:47-662: Thread 0 searching depth 5
info string Info  2021-05-04 22:11:47-662: Dynamic contempt 28 16
info depth 5 score cp 53 time 4 nodes 475 nps 118749 seldepth 6 tbhits 0 pv c2c4 b8c6 b1c3 g8f6 g1f3 
info string Info  2021-05-04 22:11:47-665: EBF  2.77778
info string Info  2021-05-04 22:11:47-665: EBF2 0.759259
info string Info  2021-05-04 22:11:47-665: Thread 0 searching depth 6
info string Info  2021-05-04 22:11:47-665: Dynamic contempt 27 15
info depth 6 score cp 72 time 7 nodes 806 nps 115142 seldepth 6 tbhits 0 pv b1c3 b8c6 h2h3 g8f6 g1f3 e7e6 
info string Info  2021-05-04 22:11:47-667: EBF  1.69684
info string Info  2021-05-04 22:11:47-667: EBF2 0.707627
info string Info  2021-05-04 22:11:47-667: Thread 0 searching depth 7
info string Info  2021-05-04 22:11:47-667: Dynamic contempt 28 16
info depth 7 score cp 74 time 17 nodes 2384 nps 140235 seldepth 9 tbhits 0 pv b1c3 d7d5 g1f3 b8c6 d2d4 g8f6 h2h3 
info string Info  2021-05-04 22:11:47-678: EBF  2.95782
info string Info  2021-05-04 22:11:47-678: EBF2 0.706514
info string Info  2021-05-04 22:11:47-678: Thread 0 searching depth 8
info string Info  2021-05-04 22:11:47-678: Dynamic contempt 29 17
info depth 8 score cp 63 time 33 nodes 5012 nps 151878 seldepth 12 tbhits 0 pv b1c3 b8c6 e2e4 g8f6 d2d4 h7h6 g1f3 d7d5 
info string Info  2021-05-04 22:11:47-694: EBF  2.10235
info string Info  2021-05-04 22:11:47-694: EBF2 0.76045
info string Info  2021-05-04 22:11:47-694: Thread 0 searching depth 9
info string Info  2021-05-04 22:11:47-694: Dynamic contempt 28 16
info depth 9 score cp 50 time 79 nodes 14996 nps 189822 seldepth 15 tbhits 0 pv c2c4 c7c5 e2e3 b8c6 b1c3 g8f6 d2d4 c5d4 e3d4 
info string Info  2021-05-04 22:11:47-740: EBF  2.99202
info string Info  2021-05-04 22:11:47-740: EBF2 0.829004
info string Info  2021-05-04 22:11:47-740: Thread 0 searching depth 10
info string Info  2021-05-04 22:11:47-740: Dynamic contempt 27 15
info depth 10 score cp 51 time 109 nodes 34560 nps 317064 seldepth 16 tbhits 0 pv c2c4 c7c5 b1c3 b8c6 b2b3 h7h6 g1f3 g8f6 h2h3 e7e5 
info string Info  2021-05-04 22:11:47-770: EBF  2.30461
info string Info  2021-05-04 22:11:47-770: EBF2 0.865386
info string Info  2021-05-04 22:11:47-770: Thread 0 searching depth 11
info string Info  2021-05-04 22:11:47-770: Dynamic contempt 27 15
info depth 11 score cp 52 time 142 nodes 66122 nps 465647 seldepth 21 tbhits 0 pv c2c4 c7c5 g1f3 g7g6 b1c3 b8c6 b2b3 g8f6 c1a3 e7e6 h2h3 
info string Info  2021-05-04 22:11:47-802: EBF  1.91325
info string Info  2021-05-04 22:11:47-802: EBF2 0.951538
info string Info  2021-05-04 22:11:47-802: Thread 0 searching depth 12
info string Info  2021-05-04 22:11:47-802: Dynamic contempt 27 15
info depth 12 score cp 51 time 171 nodes 104331 nps 610122 seldepth 24 tbhits 0 pv c2c4 c7c5 g1f3 g8f6 b1c3 b8c6 e2e4 d8c7 f1d3 g7g6 e1g1 f8g7 
info string Info  2021-05-04 22:11:47-832: EBF  1.57786
info string Info  2021-05-04 22:11:47-832: EBF2 0.969996
info string Info  2021-05-04 22:11:47-832: Thread 0 searching depth 13
info string Info  2021-05-04 22:11:47-832: Dynamic contempt 27 15
info depth 13 score cp 59 time 226 nodes 176851 nps 782526 seldepth 25 tbhits 0 pv g1f3 d7d5 d2d4 g7g6 g2g3 g8f6 f1g2 b8c6 f3e5 f8g7 b1c3 e8g8 e1g1 
info string Info  2021-05-04 22:11:47-887: Variability :1.13
info string Info  2021-05-04 22:11:47-887: Variability time factor :1.06491
info string Info  2021-05-04 22:11:47-887: EBF  1.6951
info string Info  2021-05-04 22:11:47-887: EBF2 1.02425
info string Info  2021-05-04 22:11:47-887: Thread 0 searching depth 14
info string Info  2021-05-04 22:11:47-887: Dynamic contempt 28 16
info depth 14 score cp 53 time 314 nodes 293032 nps 933222 seldepth 26 tbhits 0 pv g1f3 d7d5 d2d4 e7e6 b1c3 g8f6 e2e3 f8b4 f1d3 b8c6 f3e5 e8g8 e1g1 c6e5 
info string Info  2021-05-04 22:11:47-975: Variability :1.0961
info string Info  2021-05-04 22:11:47-975: Variability time factor :1.04801
info string Info  2021-05-04 22:11:47-975: EBF  1.65694
info string Info  2021-05-04 22:11:47-975: EBF2 1.09093
info string Info  2021-05-04 22:11:47-975: Thread 0 searching depth 15
info string Info  2021-05-04 22:11:47-975: Dynamic contempt 27 15
info depth 15 score cp 58 time 477 nodes 512803 nps 1075058 seldepth 28 tbhits 0 pv g1f3 d7d5 d2d4 e7e6 e2e3 g8f6 f1d3 f8b4 c1d2 b8c6 e1g1 e8g8 c2c4 d5c4 d2b4 
info string Info  2021-05-04 22:11:48-138: Variability :1.06322
info string Info  2021-05-04 22:11:48-138: Variability time factor :1.0316
info string Info  2021-05-04 22:11:48-138: EBF  1.74999
info string Info  2021-05-04 22:11:48-138: EBF2 1.14607
info string Info  2021-05-04 22:11:48-138: Thread 0 searching depth 16
info string Info  2021-05-04 22:11:48-138: Dynamic contempt 28 16
info depth 16 score cp 54 time 927 nodes 1125999 nps 1214669 seldepth 31 tbhits 0 hashfull 89 pv g1f3 g8f6 d2d4 e7e6 e2e3 c7c5 c2c4 c5d4 e3d4 b8c6 b1c3 d7d5 c4c5 f8e7 f1d3 e8g8 
info string Info  2021-05-04 22:11:48-588: Variability :1.03132
info string Info  2021-05-04 22:11:48-588: Variability time factor :1.01566
info string Info  2021-05-04 22:11:48-588: EBF  2.19577
info string Info  2021-05-04 22:11:48-588: EBF2 1.23685
info string Info  2021-05-04 22:11:48-588: Thread 0 searching depth 17
info string Info  2021-05-04 22:11:48-588: Dynamic contempt 27 15
info string Info  2021-05-04 22:11:49-275: Increase window beta 42..86
info depth 17 score cp 66 time 1615 nodes 2058559 nps 1274649 seldepth 31 tbhits 0 hashfull 157 pv e2e4 c7c5 g1f3 b8c6 f1b5 h7h6 b1c3 g8f6 b5c6 b7c6 d2d3 g7g6 h2h3 f8g7 e4e5 f6e4 
info depth 17 score cp 71 time 2008 nodes 2585634 nps 1287666 seldepth 31 tbhits 0 pv e2e4 e7e5 g1f3 b8c6 b1c3 g8f6 f1b5 f8b4 e1g1 e8g8 c3d5 f6d5 e4d5 c6d4 f3d4 e5d4 c2c3 
info string Info  2021-05-04 22:11:49-669: Variability :1.20665
info string Info  2021-05-04 22:11:49-669: Variability time factor :1.10296
info string Info  2021-05-04 22:11:49-669: EBF  2.2963
info string Info  2021-05-04 22:11:49-669: EBF2 1.31387
info string Info  2021-05-04 22:11:49-669: Thread 0 searching depth 18
info string Info  2021-05-04 22:11:49-669: Dynamic contempt 28 16
info depth 18 score cp 68 time 2664 nodes 3458102 nps 1298086 seldepth 35 tbhits 0 hashfull 252 pv e2e4 c7c5 g1f3 b8c6 f1b5 g7g6 b1c3 f8g7 e1g1 g8f6 h2h3 c6d4 f3d4 c5d4 e4e5 d4c3 e5f6 c3b2 
info string Info  2021-05-04 22:11:50-325: Variability :1.17045
info string Info  2021-05-04 22:11:50-325: Variability time factor :1.08502
info string Info  2021-05-04 22:11:50-325: EBF  1.33743
info string Info  2021-05-04 22:11:50-325: EBF2 1.32781
info string Info  2021-05-04 22:11:50-325: Thread 0 searching depth 19
info string Info  2021-05-04 22:11:50-325: Dynamic contempt 28 16
info depth 19 score cp 67 time 3267 nodes 4267016 nps 1306096 seldepth 35 tbhits 0 hashfull 301 pv e2e4 c7c5 g1f3 b8c6 f1b5 g7g6 b5c6 b7c6 e1g1 f8g7 b1c3 d7d5 f1e1 e7e6 e4e5 g8e7 d2d4 c5d4 d1d4 
info string Info  2021-05-04 22:11:50-928: Variability :1.13533
info string Info  2021-05-04 22:11:50-928: Variability time factor :1.06756
info string Info  2021-05-04 22:11:50-928: EBF  1.23392
info string Info  2021-05-04 22:11:50-928: EBF2 1.33137
info string Info  2021-05-04 22:11:50-928: Thread 0 searching depth 20
info string Info  2021-05-04 22:11:50-928: Dynamic contempt 28 16
info depth 20 score cp 65 time 4771 nodes 6265409 nps 1313227 seldepth 35 tbhits 0 hashfull 410 pv e2e4 e7e6 d2d4 d7d5 e4d5 e6d5 g1f3 g8f6 f1d3 f8d6 d1e2 c8e6 f3g5 b8c6 g5e6 f7e6 e2e6 d8e7 e6e3 c6d4 e1g1 
info string Info  2021-05-04 22:11:52-432: Variability :1.10127
info string Info  2021-05-04 22:11:52-432: Variability time factor :1.05059
info string Info  2021-05-04 22:11:52-432: EBF  1.46834
info string Info  2021-05-04 22:11:52-432: EBF2 1.33026
info string Info  2021-05-04 22:11:52-432: Unlocking other threads (end of search)
info string Info  2021-05-04 22:11:52-432: Setting stopflag on every threads
info string Info  2021-05-04 22:11:52-432: Wait for workers to be ready
info string Info  2021-05-04 22:11:52-432: ...ok
info string Info  2021-05-04 22:11:52-432: nodes 2688721
info string Info  2021-05-04 22:11:52-432: qnodes 3576688
info string Info  2021-05-04 22:11:52-432: tthits 1292931
info string Info  2021-05-04 22:11:52-432: ttInsert 7846152
info string Info  2021-05-04 22:11:52-432: ttPawnhits 2989628
info string Info  2021-05-04 22:11:52-432: ttPawnInsert 789643
info string Info  2021-05-04 22:11:52-432: ttScHits 1116850
info string Info  2021-05-04 22:11:52-432: ttScMiss 3779270
info string Info  2021-05-04 22:11:52-432: materialHits 4571355
info string Info  2021-05-04 22:11:52-432: materialMiss 510
info string Info  2021-05-04 22:11:52-432: materialHelper 0
info string Info  2021-05-04 22:11:52-432: materialDraw 0
info string Info  2021-05-04 22:11:52-432: materialDraw2 0
info string Info  2021-05-04 22:11:52-432: staticNullMove 480830
info string Info  2021-05-04 22:11:52-432: lmr 1816332
info string Info  2021-05-04 22:11:52-432: lmrfail 18654
info string Info  2021-05-04 22:11:52-432: pvsfail 474
info string Info  2021-05-04 22:11:52-432: razoringTry 146427
info string Info  2021-05-04 22:11:52-432: razoring 122378
info string Info  2021-05-04 22:11:52-432: nullMoveTry 636532
info string Info  2021-05-04 22:11:52-432: nullMoveTry2 624207
info string Info  2021-05-04 22:11:52-432: nullMoveTry3 0
info string Info  2021-05-04 22:11:52-432: nullMove 328931
info string Info  2021-05-04 22:11:52-432: nullMove2 0
info string Info  2021-05-04 22:11:52-432: probcutTry 134180
info string Info  2021-05-04 22:11:52-432: probcutTry2 20390
info string Info  2021-05-04 22:11:52-432: probcut 19141
info string Info  2021-05-04 22:11:52-432: lmp 9528914
info string Info  2021-05-04 22:11:52-432: historyPruning 81831
info string Info  2021-05-04 22:11:52-432: futility 470817
info string Info  2021-05-04 22:11:52-432: CMHPruning 137197
info string Info  2021-05-04 22:11:52-432: see 10145
info string Info  2021-05-04 22:11:52-432: see2 248735
info string Info  2021-05-04 22:11:52-432: seeQuiet 319428
info string Info  2021-05-04 22:11:52-432: iid 394
info string Info  2021-05-04 22:11:52-432: ttalpha 1067
info string Info  2021-05-04 22:11:52-432: ttbeta 198540
info string Info  2021-05-04 22:11:52-432: checkExtension 0
info string Info  2021-05-04 22:11:52-432: checkExtension2 0
info string Info  2021-05-04 22:11:52-432: recaptureExtension 0
info string Info  2021-05-04 22:11:52-432: castlingExtension 0
info string Info  2021-05-04 22:11:52-432: CMHExtension 0
info string Info  2021-05-04 22:11:52-432: pawnPushExtension 0
info string Info  2021-05-04 22:11:52-432: singularExtension 1384
info string Info  2021-05-04 22:11:52-432: singularExtension2 435
info string Info  2021-05-04 22:11:52-432: singularExtension3 1071
info string Info  2021-05-04 22:11:52-432: singularExtension4 2261
info string Info  2021-05-04 22:11:52-432: queenThreatExtension 0
info string Info  2021-05-04 22:11:52-432: BMExtension 0
info string Info  2021-05-04 22:11:52-432: mateThreatExtension 0
info string Info  2021-05-04 22:11:52-432: endGameExtension 0
info string Info  2021-05-04 22:11:52-432: goodHistoryExtension 0
info string Info  2021-05-04 22:11:52-432: TBHit1 0
info string Info  2021-05-04 22:11:52-432: TBHit2 0
info string Info  2021-05-04 22:11:52-432: dangerPrune 76765
info string Info  2021-05-04 22:11:52-432: dangerReduce 166840
info string Info  2021-05-04 22:11:52-432: computedHash 0
info string Info  2021-05-04 22:11:52-432: qfutility 0
info string Info  2021-05-04 22:11:52-432: qsee 1514648
info string Info  2021-05-04 22:11:52-432: delta 0
info string Info  2021-05-04 22:11:52-432: evalNoKing 0
info string Info  2021-05-04 22:11:52-432: evalStd 0
info string Info  2021-05-04 22:11:52-432: evalNNUE 0
info string Info  2021-05-04 22:11:52-432: ...done returning move e2e4 (state 2)
info string Info  2021-05-04 22:11:52-432: ponder move e7e6
info string Info  2021-05-04 22:11:52-432: search async done (state 2)
info string Info  2021-05-04 22:11:52-432: sending move to GUI e2e4
bestmove e2e4 ponder e7e6
info string Info  2021-05-04 22:11:52-432: Position
info string  +-+-+-+-+-+-+-+-+
info string  |r|n|b|q|k|b|n|r|
info string  +-+-+-+-+-+-+-+-+
info string  |p|p|p|p|p|p|p|p|
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | |P| | | |
info string  +-+-+-+-+-+-+-+-+
info string  | | | | | | | | |
info string  +-+-+-+-+-+-+-+-+
info string  |P|P|P|P| |P|P|P|
info string  +-+-+-+-+-+-+-+-+
info string  |R|N|B|Q|K|B|N|R|
info string  +-+-+-+-+-+-+-+-+
info string  ep e3
info string  Turn black
info string  Phase 1
info string  Static score -57
info string  Hash 1783495460154541533
info string  FEN rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1
info string Info  2021-05-04 22:11:52-432: Putting state to none (state was 2)
info string Info  2021-05-04 22:11:52-432: end of idleloop 0
info string Info  2021-05-04 22:11:52-432: beging of idleloop 0




Arena 3.5.1 on Windows 10 ARM64 4CPUs cerebellum library + TB Syzygy 6-man

Minic 3.0.6 + Noisy Notch NNUE
Note that 34° position is not bad AT ALL, since this is a selection of the absolutely stronger engines in the World and there are 200 top engines after them, including Fritz 17, Deep Shredder 13, Deep Junior 13.8, Deep Hiarcs 14 and others well known :)

Image
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by xr_a_y »

Thanks a lot, last test would be

Code: Select all

'/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -uci -quiet 0 -NNUEFile /the/path/to/net.bin
done for noisy notch and nocturnal nadir please.
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by AlexChess »

Code: Select all

alex@alex-Parallels-ARM-Virtual-Machine:~$ '/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -uci -quiet 0 -NNUEFile '/home/alex/Scrivania/cutechess/nocturnal_nadir.bin' 
info string This is Minic version 3.06 (NNUE available)
info string Info  2021-05-05 16:22:46-047: From ARG, quiet : 0
info string Info  2021-05-05 16:22:46-049: From ARG, NNUEFile : /home/alex/Scrivania/cutechess/nocturnal_nadir.bin
info string Info  2021-05-05 16:22:46-050: Init hash
info string Info  2021-05-05 16:22:46-050: Init TT
info string Info  2021-05-05 16:22:46-050: Entry size 12
info string Info  2021-05-05 16:22:46-050: Size of TT 96Mb
info string Info  2021-05-05 16:22:46-050: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:22:47-398: ... done 
info string Info  2021-05-05 16:22:47-398: Init lmr
info string Info  2021-05-05 16:22:47-399: Init mvv-lva
info string Info  2021-05-05 16:22:47-399: Init mask
info string Info  2021-05-05 16:22:47-399: Init magic
info string Info  2021-05-05 16:22:47-433: KPK init
info string Info  2021-05-05 16:22:47-433: KPK table size : 24Kb
info string Info  2021-05-05 16:22:47-457: Material hash total : 944784
info string Info  2021-05-05 16:22:47-457: Material hash size : 8Mb
info string Info  2021-05-05 16:22:47-457: Material hash init
info string Info  2021-05-05 16:22:47-510: ...Done
info string Info  2021-05-05 16:22:47-691: Using 1 threads
info string Info  2021-05-05 16:22:47-695: Thread waiting 0
info string Info  2021-05-05 16:22:47-695: beging of idleloop 0
info string Info  2021-05-05 16:22:47-695: Init Pawn TT : 131072
info string Info  2021-05-05 16:22:47-695: PawnEntry size 84
info string Info  2021-05-05 16:22:47-921: Size of Pawn TT 10752Kb
info string Info  2021-05-05 16:22:47-922: Init stat
info string Info  2021-05-05 16:22:47-922: Init killers
info string Info  2021-05-05 16:22:47-922: Init history
info string Info  2021-05-05 16:22:47-964: Init counter
info string Info  2021-05-05 16:22:47-964: Loading NNUE net /home/alex/Scrivania/cutechess/nocturnal_nadir.bin
info string Info  2021-05-05 16:22:47-964: No quantization, using float net
info string Info  2021-05-05 16:22:47-964: Reading input weight
info string Info  2021-05-05 16:22:48-660: Weight in [-7.9978, 1.52902]
info string Info  2021-05-05 16:22:48-660: Reading input bias
info string Info  2021-05-05 16:22:48-660: Bias in [-1.84569, 1.36404]
info string Info  2021-05-05 16:22:48-661: Reading input weight
info string Info  2021-05-05 16:22:49-092: Weight in [-1.07969, 2.47343]
info string Info  2021-05-05 16:22:49-092: Reading input bias
info string Info  2021-05-05 16:22:49-092: Bias in [-2.80166, 1.15517]
info string Info  2021-05-05 16:22:49-092: Reading inner weight
info string Info  2021-05-05 16:22:49-092: Weight in [-1.80823, 1.51163]
info string Info  2021-05-05 16:22:49-092: Reading inner bias
info string Info  2021-05-05 16:22:49-092: Bias in [-2.44863, 0.686384]
info string Info  2021-05-05 16:22:49-092: Reading inner weight
info string Info  2021-05-05 16:22:49-092: Weight in [-1.06802, 1.614]
info string Info  2021-05-05 16:22:49-092: Reading inner bias
info string Info  2021-05-05 16:22:49-092: Bias in [-0.786464, 0.155512]
info string Info  2021-05-05 16:22:49-092: Reading inner weight
info string Info  2021-05-05 16:22:49-092: Weight in [-1.34748, 2.78382]
info string Info  2021-05-05 16:22:49-092: Reading inner bias
info string Info  2021-05-05 16:22:49-092: Bias in [-1.15447, 0.246283]
info string Info  2021-05-05 16:22:49-092: Reading inner weight
info string Info  2021-05-05 16:22:49-092: Weight in [-0.450475, 1.00033]
info string Info  2021-05-05 16:22:49-092: Reading inner bias
info string Info  2021-05-05 16:22:49-092: Bias in [-0.0345266, 1.17549e-38]
info string Info  2021-05-05 16:22:49-092: Automatic computation of NNUEscaling with 50000 random positions ...
info string Info  2021-05-05 16:22:49-410: NNUEscaling 113 (1.77751) on 50000 samples
info string Info  2021-05-05 16:22:49-410: Init COM
info string Info  2021-05-05 16:22:49-410: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-05 16:22:49-410: No en passant square given
info string Info  2021-05-05 16:22:49-410: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:22:49-420: ... done 
info string Info  2021-05-05 16:22:49-420: Init stat
info string Info  2021-05-05 16:22:49-420: Init killers
info string Info  2021-05-05 16:22:49-420: Init history
info string Info  2021-05-05 16:22:49-420: Init counter
info string Info  2021-05-05 16:22:49-420: No test requested ...
info string Info  2021-05-05 16:22:49-420: Init uci
info string Info  2021-05-05 16:22:49-420: Init COM
info string Info  2021-05-05 16:22:49-420: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-05 16:22:49-420: No en passant square given
info string Info  2021-05-05 16:22:49-420: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:22:49-429: ... done 
info string Info  2021-05-05 16:22:49-430: Init stat
info string Info  2021-05-05 16:22:49-430: Init killers
info string Info  2021-05-05 16:22:49-430: Init history
info string Info  2021-05-05 16:22:49-430: Init counter
info string Info  2021-05-05 16:22:49-430: Init timeman
info string Info  2021-05-05 16:22:49-430: Waiting for input ...
info string Info  2021-05-05 16:22:59-149: Received command : ""
info string Info  2021-05-05 16:22:59-149: uci received command 
info string Info  2021-05-05 16:22:59-149: Waiting for input ...

Code: Select all

alex@alex-Parallels-ARM-Virtual-Machine:~$ '/home/alex/Scrivania/cutechess/minic_3.06_linux_x64_armv8' -uci -quiet 0 -NNUEFile '/home/alex/Scrivania/cutechess/noisy_notch.bin' 
info string This is Minic version 3.06 (NNUE available)
info string Info  2021-05-05 16:32:06-289: From ARG, quiet : 0
info string Info  2021-05-05 16:32:06-289: From ARG, NNUEFile : /home/alex/Scrivania/cutechess/noisy_notch.bin
info string Info  2021-05-05 16:32:06-289: Init hash
info string Info  2021-05-05 16:32:06-289: Init TT
info string Info  2021-05-05 16:32:06-289: Entry size 12
info string Info  2021-05-05 16:32:06-289: Size of TT 96Mb
info string Info  2021-05-05 16:32:06-289: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:32:06-364: ... done 
info string Info  2021-05-05 16:32:06-364: Init lmr
info string Info  2021-05-05 16:32:06-364: Init mvv-lva
info string Info  2021-05-05 16:32:06-364: Init mask
info string Info  2021-05-05 16:32:06-364: Init magic
info string Info  2021-05-05 16:32:06-371: KPK init
info string Info  2021-05-05 16:32:06-372: KPK table size : 24Kb
info string Info  2021-05-05 16:32:06-384: Material hash total : 944784
info string Info  2021-05-05 16:32:06-384: Material hash size : 8Mb
info string Info  2021-05-05 16:32:06-384: Material hash init
info string Info  2021-05-05 16:32:06-432: ...Done
info string Info  2021-05-05 16:32:06-435: Using 1 threads
info string Info  2021-05-05 16:32:06-435: Thread waiting 0
info string Info  2021-05-05 16:32:06-435: beging of idleloop 0
info string Info  2021-05-05 16:32:06-435: Init Pawn TT : 131072
info string Info  2021-05-05 16:32:06-435: PawnEntry size 84
info string Info  2021-05-05 16:32:06-440: Size of Pawn TT 10752Kb
info string Info  2021-05-05 16:32:06-440: Init stat
info string Info  2021-05-05 16:32:06-440: Init killers
info string Info  2021-05-05 16:32:06-440: Init history
info string Info  2021-05-05 16:32:06-455: Init counter
info string Info  2021-05-05 16:32:06-455: Loading NNUE net /home/alex/Scrivania/cutechess/noisy_notch.bin
info string Info  2021-05-05 16:32:06-455: No quantization, using float net
info string Info  2021-05-05 16:32:06-455: Reading input weight
info string Info  2021-05-05 16:32:06-593: Weight in [-2.85084, 1.30555]
info string Info  2021-05-05 16:32:06-593: Reading input bias
info string Info  2021-05-05 16:32:06-593: Bias in [-1.37723, 2.84264]
info string Info  2021-05-05 16:32:06-593: Reading input weight
info string Info  2021-05-05 16:32:07-300: Weight in [-2.40795, 1.34997]
info string Info  2021-05-05 16:32:07-300: Reading input bias
info string Info  2021-05-05 16:32:07-300: Bias in [-1.00071, 2.61968]
info string Info  2021-05-05 16:32:07-300: Reading inner weight
info string Info  2021-05-05 16:32:07-300: Weight in [-2.2556, 2.47738]
info string Info  2021-05-05 16:32:07-300: Reading inner bias
info string Info  2021-05-05 16:32:07-300: Bias in [-4.45605, 2.79739]
info string Info  2021-05-05 16:32:07-300: Reading inner weight
info string Info  2021-05-05 16:32:07-300: Weight in [-3.56016, 3.04647]
info string Info  2021-05-05 16:32:07-300: Reading inner bias
info string Info  2021-05-05 16:32:07-300: Bias in [-7.02997, 3.77125]
info string Info  2021-05-05 16:32:07-300: Reading inner weight
info string Info  2021-05-05 16:32:07-300: Weight in [-2.95403, 2.89581]
info string Info  2021-05-05 16:32:07-300: Reading inner bias
info string Info  2021-05-05 16:32:07-300: Bias in [-6.24069, 6.82127]
info string Info  2021-05-05 16:32:07-300: Reading inner weight
info string Info  2021-05-05 16:32:07-300: Weight in [-4.39396, 5.0784]
info string Info  2021-05-05 16:32:07-300: Reading inner bias
info string Info  2021-05-05 16:32:07-300: Bias in [9.86996, 9.86996]
info string Info  2021-05-05 16:32:07-300: Automatic computation of NNUEscaling with 50000 random positions ...
info string Info  2021-05-05 16:32:07-505: NNUEscaling 68 (1.07129) on 50000 samples
info string Info  2021-05-05 16:32:07-505: Init COM
info string Info  2021-05-05 16:32:07-505: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-05 16:32:07-505: No en passant square given
info string Info  2021-05-05 16:32:07-505: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:32:07-518: ... done 
info string Info  2021-05-05 16:32:07-518: Init stat
info string Info  2021-05-05 16:32:07-518: Init killers
info string Info  2021-05-05 16:32:07-518: Init history
info string Info  2021-05-05 16:32:07-518: Init counter
info string Info  2021-05-05 16:32:07-518: No test requested ...
info string Info  2021-05-05 16:32:07-518: Init uci
info string Info  2021-05-05 16:32:07-518: Init COM
info string Info  2021-05-05 16:32:07-518: Reading fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
info string Info  2021-05-05 16:32:07-518: No en passant square given
info string Info  2021-05-05 16:32:07-518: Now zeroing memory using 1 threads
info string Info  2021-05-05 16:32:07-527: ... done 
info string Info  2021-05-05 16:32:07-528: Init stat
info string Info  2021-05-05 16:32:07-529: Init killers
info string Info  2021-05-05 16:32:07-529: Init history
info string Info  2021-05-05 16:32:07-529: Init counter
info string Info  2021-05-05 16:32:07-529: Init timeman
info string Info  2021-05-05 16:32:07-529: Waiting for input ...
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by xr_a_y »

Code: Select all

info string Info  2021-05-05 16:22:48-660: Weight in [-7.9978, 1.52902]
Wow !

weight and bias for Nocturnal Nadir are totally wrong

Should be

Code: Select all

info string Info  2021-05-05 17:10:47-812: Reading input weight
info string Info  2021-05-05 17:10:47-896: Weight in [-0.990871, 1.52902]
info string Info  2021-05-05 17:10:47-896: Reading input bias
info string Info  2021-05-05 17:10:47-896: Bias in [-1.84569, 1.36404]
info string Info  2021-05-05 17:10:47-896: Reading input weight
info string Info  2021-05-05 17:10:47-981: Weight in [-1.07969, 2.47343]
info string Info  2021-05-05 17:10:47-981: Reading input bias
info string Info  2021-05-05 17:10:47-981: Bias in [-2.80166, 1.15517]
info string Info  2021-05-05 17:10:47-981: Reading inner weight
info string Info  2021-05-05 17:10:47-981: Weight in [-1.80823, 1.51163]
info string Info  2021-05-05 17:10:47-981: Reading inner bias
info string Info  2021-05-05 17:10:47-981: Bias in [-2.44863, 0.686384]
info string Info  2021-05-05 17:10:47-981: Reading inner weight
info string Info  2021-05-05 17:10:47-981: Weight in [-1.06802, 1.614]
info string Info  2021-05-05 17:10:47-981: Reading inner bias
info string Info  2021-05-05 17:10:47-981: Bias in [-0.786464, 0.0799247]
info string Info  2021-05-05 17:10:47-981: Reading inner weight
info string Info  2021-05-05 17:10:47-981: Weight in [-1.34748, 2.78382]
info string Info  2021-05-05 17:10:47-981: Reading inner bias
info string Info  2021-05-05 17:10:47-981: Bias in [-1.15447, 0.154538]
info string Info  2021-05-05 17:10:47-981: Reading inner weight
info string Info  2021-05-05 17:10:47-981: Weight in [-0.450475, 1.00033]
info string Info  2021-05-05 17:10:47-981: Reading inner bias
info string Info  2021-05-05 17:10:47-981: Bias in [-0.0123391, 1.17549e-38]
For "noisy notch" there are ok

Code: Select all

info string Info  2021-05-05 17:12:08-370: Weight in [-2.85084, 1.30555]
info string Info  2021-05-05 17:12:08-370: Reading input bias
info string Info  2021-05-05 17:12:08-370: Bias in [-1.37723, 2.84264]
info string Info  2021-05-05 17:12:08-370: Reading input weight
info string Info  2021-05-05 17:12:08-459: Weight in [-2.40795, 1.34997]
info string Info  2021-05-05 17:12:08-459: Reading input bias
info string Info  2021-05-05 17:12:08-459: Bias in [-1.00071, 2.61968]
info string Info  2021-05-05 17:12:08-459: Reading inner weight
info string Info  2021-05-05 17:12:08-459: Weight in [-2.2556, 2.47738]
info string Info  2021-05-05 17:12:08-459: Reading inner bias
info string Info  2021-05-05 17:12:08-459: Bias in [-4.45605, 2.79739]
info string Info  2021-05-05 17:12:08-459: Reading inner weight
info string Info  2021-05-05 17:12:08-459: Weight in [-3.56016, 3.04647]
info string Info  2021-05-05 17:12:08-459: Reading inner bias
info string Info  2021-05-05 17:12:08-459: Bias in [-7.02997, 3.77125]
info string Info  2021-05-05 17:12:08-459: Reading inner weight
info string Info  2021-05-05 17:12:08-459: Weight in [-2.95403, 2.89581]
info string Info  2021-05-05 17:12:08-459: Reading inner bias
info string Info  2021-05-05 17:12:08-459: Bias in [-6.24069, 6.82127]
info string Info  2021-05-05 17:12:08-459: Reading inner weight
info string Info  2021-05-05 17:12:08-459: Weight in [-4.39396, 5.0784]
info string Info  2021-05-05 17:12:08-459: Reading inner bias
info string Info  2021-05-05 17:12:08-459: Bias in [9.86996, 9.86996]
Oh, found it !! big bug for Android support (because it's laking std::filesystem full implementation). Indeed, "nocturnal nadir" is not usable for Android.
I'll have to release 3.07 soon to fix that ! thanks a lot for the analysis :D
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by xr_a_y »

If you wanna do a hot fix of the net for Android, you can do this

Code: Select all

tail -c +5 nocturnal_nadir.bin >> nocturnal_nadir2.bin
and use nocturnal_nadir2.bin instead.
You will see a difference in size of the file

Code: Select all

-rw-rw-r--  1 vivien vivien 50378500 mai    5 17:35 nocturnal_nadir2.bin
-rw-rw-r--  1 vivien vivien 50378504 mai    2 12:11 nocturnal_nadir.bin
This new version will be missing the "version" information at the start of the binary file.

Thanks again
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by AlexChess »

xr_a_y wrote: Wed May 05, 2021 5:17 pm
Oh, found it !! big bug for Android support (because it's laking std::filesystem full implementation). Indeed, "nocturnal nadir" is not usable for Android.
I'll have to release 3.07 soon to fix that ! thanks a lot for the analysis :D
OK,

C'est un plaisir!

Make a build also for Silicon M1 native, and I'll test it too.

Best regards, AlexChess
(Voffka of Igel 3.0.5 kindly helped us to compile it also for Windows 10 ARM64, you can ask how to do it) and Acepoint has done the same for Silicon M1. You can find him here: http://talkchess.com/forum3/viewtopic.p ... &start=410 He is very skilled.

PS I'm the user that months ago you tried to help to compile Igel 2.9.0 for older computers, now we have a native NEON version also for Windows 10 ARM64 :wink:
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by xr_a_y »

I'd be glad to help for Mac release, can someone point me to a good toolkit in order to crosscompiled using my ubuntu ?
amanjpro
Posts: 883
Joined: Sat Mar 13, 2021 1:47 am
Full name: Amanj Sherwany

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by amanjpro »

AlexChess wrote: Sun May 02, 2021 1:54 pm Igel 3.0 NNUE (compiled by jshriver) performance on Ubuntu Linux 20.04 ARM64 4CPUs +- 4 mN/s

Image

(Including Pedone 3.0 that works only with Linux on my Mac mini M1 and waiting for MikeB 13.1 and other updated engines)

PS: Clover zip is empty and Zahak doesn't start on Ubuntu Arm64 :(

Regards, AlexChess
Are you talking about Ubuntu ARM 64 bit (raspberry pi)? Or normal AMD architecture.

I want to debug it. Sorry for the very late reply, just noticed the post.


Edit: blind me, the post talks about arm. I'll see what is there problem and will try to fix it
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Chess Engines binaries for Raspberry Pi 4 Linux 64 bits

Post by AlexChess »

Hi!
Clover is now running on my M1 ARM64, Windows ARM64 and Ubuntu ARM64, I don't have Zanah for linux ARM64 and M1 macOS.

Regards, Alex
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum