Here you can find this engine:
http://sourceforge.net/projects/bagaturchess/
Bagatur Chess is programmed in Java by Krasimir Topchiyski/Bulgaria.
The communication protocol used is UCI. They aren't much chess engines Java/UCI. Only six : CuckooChess,Rival Chess , Carballo ,Flux ,Mediocre Chess and Eden. Unfortunately this BagaturChess is a .jar file , so we need a .bat file to run it. Only Arena (Miky
Another question is the hash used by this engine: only 2 MB ( insteed 64) like you see in the below first image. In his .bat file we can read:
===============================================
REM Sets the memory (in megabytes) which the WHOLE java process will use.
REM One significant part of this memory (up to 90%) will be used for Transposition Table.
set PROCESS_MEMORY=256M
===============================================
In fact Java process uses 280 MB (see the task manager) and the engine only 2 MB - like you can see in the second image.
It's a bug or my error. Or an Arena problem ( mamma mia !) ?
Regards,
SilvianR


