mcsta

Benchmark
Model:crowds v.1 (DTMC)
Parameter(s)TotalRuns = 5, CrowdSize = 20
Property:positive (prob-reach)
Invocation (specific)
mono mcsta/mcsta.exe crowds.jani --props positive -E TotalRuns=5,CrowdSize=20 --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:11.410217761993408s
Return code:0
Relative Error:1.663419856058807e-06
Log
crowds.jani:model: info: crowds is a DTMC model.
crowds.jani: info: Need 33 bytes per state.
crowds.jani: warning: The probabilities for a transition do not sum up to 1. Results will likely be affected by floating-point errors.
crowds.jani: info: Explored 2018094 states for TotalRuns=5, CrowdSize=20.

Peak memory usage: 613 MB
Analysis results for crowds.jani
Experiment TotalRuns=5, CrowdSize=20

+ State space exploration
  State size:  33 bytes
  States:      2018094
  Transitions: 2018094
  Branches:    7224834
  Rate:        398203 states/s
  Time:        5.4 s

+ Property positive
  Probability: 0.0860689112675363
  Bounds:      [0.0860689112675363, 1]
  Time:        5.2 s

  + Value iteration
    Final error: 9.36872388860927E-07
    Iterations:  58
    Time:        5.2 s