mcsta

Benchmark
Model:consensus v.1 (MDP)
Parameter(s)N = 4, K = 4
Property:steps_min (exp-reward)
Invocation (specific)
mono mcsta/mcsta.exe consensus.4.jani --props steps_min -E K=4 --relative-width -O out.txt Minimal --unsafe -S Memory
Settings specific for this benchmark: '--unsafe' = compile model without bounds and assignment checks, '-S Memory' = store all data in memory since the model is small.
Execution
Walltime:3.703991174697876s
Return code:0
Relative Error:9.672192987369792e-05
Log
consensus.4.jani:model: info: consensus.4 is an MDP model.
consensus.4.jani: info: Need 13 bytes per state.
consensus.4.jani: info: Explored 43136 states for K=4.
consensus.4.jani:properties[4]: warning: Computing minimum expected reward in property "steps_min" without checking for zero-reward end components.

Peak memory usage: 63 MB
Analysis results for consensus.4.jani
Experiment K=4

+ State space exploration
  State size:  13 bytes
  States:      43136
  Transitions: 115840
  Branches:    144352
  Rate:        142834 states/s
  Time:        0.3 s

+ Property steps_min
  Value:  767.925717557857
  Bounds: [767.925717557857, infinity)
  Time:   2.5 s

  + Precomputations
    Max. prob. 1 states:          43136
    Time for max. prob. 1 states: 0.2 s

  + Value iteration
    Final error: 9.93529781038824E-07
    Iterations:  959
    Time:        2.3 s