Method used by the ParallelProver
.
Method used by the ParallelProver
. Given the
regular initial runtime of a proof task, recommend an increased
runtime to account for class loading and JVM warmup time.
Method used by the ParallelProver
.
Method used by the ParallelProver
. Inform this
object that a proof task has started up and initial ran for
runtime
. The result is a recommended bonus time
that should be awarded to the proof task, to compensate
class loading and JVM warmup delays.
Method used by the ParallelProver
.
Method used by the ParallelProver
. Inform this
object that a proof task ran for
runtime
. The result is a recommended bonus time
that should be awarded to the proof task, to compensate
class loading and JVM warmup delays.
(Since version ) see corresponding Javadoc for more information.
Object to keep track of some prover statistics, such as the number of problems loaded and the amount of time spent constructing proofs. This class is only used from the
ParallelFileProver
.