mono mcsta/mcsta.exe wlan-large.jani --props P_max -E K=2 --relative-width -O out.txt Minimal --unsafe -S Memory --chainopt
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, '--chainopt' = use state chain compression during state space exploration, which tends to work well for PTA and unbounded properties.
wlan-large.jani:model: info: wlan-large is an STA model.
wlan-large.jani: info: Need 16 bytes per state.
wlan-large.jani: info: Explored 714197 states for K=2.
Peak memory usage: 236 MB
Analysis results for wlan-large.jani
Experiment K=2
+ State space exploration
State size: 16 bytes
States: 714197
Transitions: 1458192
Branches: 1459246
Rate: 291152 states/s
Time: 2.6 s
+ Property P_max
Probability: 0.0625
Bounds: [0.0625, 0.0625]
Time: 0.5 s
+ Value iteration
Final error: 0
Iterations: 18
Time: 0.5 s