Dev Builds » 20181119-0840

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID b9f1c9bf3f5ba240423a4f1ca8a2fb0f975a775e
Author Nooby
Date 2018-11-19 08:40:42 UTC
Clear TableBase mappings in Search::clear() This patch will make possible to free mapped TB files with "ucinewgame" command. We wrote this patch specifically to address a problem that arose while running Stockfish with 7-piece tablebases as a kibitzer at TCEC for extended periods of time across multiple games. It was noted that after some time, the NPS of the kibitzing Stockfish (which is usually 3x faster than the Stockfish actually competing) would drop precipitously, eventually falling to preposterously low numbers until restarted. Their eval bot basically inputs FEN, go infinite, stop and loop, it probably didn't do ucinewgame either. As time goes it gradually slowed down and OS starts to use swap, this is not reasonable since the engine only uses 16GB hash and the machine has 1TB physical RAM and does nothing else. Author : noobpwnftw Closes https://github.com/official-stockfish/Stockfish/pull/1790 No functional change.
Copyright 2011–2024 Next Chess Move LLC