mcsta

Benchmark
Model:pacman v.1 (MDP)
Parameter(s)MAXSTEPS = 60
Property:crash (prob-reach)
Invocation (specific)
mono mcsta/mcsta.exe pacman.jani --props crash -E MAXSTEPS=60 --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:84.18270373344421s
Return code:0
Relative Error:5.896497967183695e-16
Log
pacman.jani:model: info: pacman is an MDP model.
pacman.jani: info: Need 15 bytes per state.
pacman.jani: info: Explored 7253118 states for MAXSTEPS=60.

Peak memory usage: 1449 MB
Analysis results for pacman.jani
Experiment MAXSTEPS=60

+ State space exploration
  State size:  15 bytes
  States:      7253118
  Transitions: 9097907
  Branches:    9952883
  Rate:        89074 states/s
  Time:        82.1 s

+ Property crash
  Probability: 0.5511074970679
  Bounds:      [0.5511074970679, 0.5511074970679]
  Time:        0.6 s

  + Value iteration
    Final error: 0
    Iterations:  2
    Time:        0.6 s