mcsta

Benchmark
Model:resource-gathering v.2 (MDP)
Parameter(s)B = 1300, GOLD_TO_COLLECT = 100, GEM_TO_COLLECT = 100
Property:expsteps (exp-steps)
Invocation (specific)
mono mcsta/mcsta.exe resource-gathering.jani --props expsteps -E B=1300,GOLD_TO_COLLECT=100,GEM_TO_COLLECT=100 --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:194.46015906333923s
Return code:0
Relative Error:6.664901719197708e-09
Log
resource-gathering.jani:model: info: resource-gathering is an MDP model.
resource-gathering.jani: info: Need 10 bytes per state.
resource-gathering.jani: info: Explored 958801 states for B=1300, GOLD_TO_COLLECT=100, GEM_TO_COLLECT=100.
resource-gathering.jani:properties[1]: warning: Computing minimum expected reward in property "expsteps" without checking for zero-reward end components.

Peak memory usage: 391 MB
Analysis results for resource-gathering.jani
Experiment B=1300, GOLD_TO_COLLECT=100, GEM_TO_COLLECT=100

+ State space exploration
  State size:  10 bytes
  States:      958801
  Transitions: 3080401
  Branches:    3325201
  Rate:        230039 states/s
  Time:        4.4 s

+ Property expsteps
  Value:  1292.59258397759
  Bounds: [1292.59258397759, infinity)
  Time:   189.2 s

  + Precomputations
    Max. prob. 1 states:          958801
    Time for max. prob. 1 states: 141.8 s

  + Value iteration
    Final error: 5.71902101317378E-07
    Iterations:  657
    Time:        47.4 s