Storm.ddbisim

Benchmark
Model:consensus v.1 (MDP)
Parameter(s)N = 6, K = 2
Property:steps_min (exp-reward)
Invocation (ddbisim)
storm/build/bin/storm --prism qcomp/benchmarks/mdp/consensus/consensus.6.prism --prop qcomp/benchmarks/mdp/consensus/consensus.props steps_min --constants K=2 --engine dd --bisimulation --bisimulation:quot sparse --ddlib sylvan --sylvan:maxmem 4096 --sylvan:threads 4 --timemem
Symbolic bisimulation with sparse quotient and sylvan using 4GB memory
Execution
Walltime:8.746538162231445s
Return code:0
Relative Error:5.206875e-05
Log
Storm 1.4.1 (dev)

Date: Mon Dec  9 13:22:29 2019
Command line arguments: --prism qcomp/benchmarks/mdp/consensus/consensus.6.prism --prop qcomp/benchmarks/mdp/consensus/consensus.props steps_min --constants K=2 --engine dd --bisimulation '--bisimulation:quot' sparse --ddlib sylvan '--sylvan:maxmem' 4096 '--sylvan:threads' 4 --timemem
Current working directory: 

Time for model input parsing: 0.034s.

Time for model construction: 0.518s.

-------------------------------------------------------------- 
Model type: 	MDP (symbolic)
States: 	1258240 (218 nodes)
Transitions: 	6236736 (7075 nodes)
Choices: 	5008128
Reward Models:  steps
Variables: 	rows: 13 meta variables (24 DD variables), columns: 13 meta variables (24 DD variables), nondeterminism: 6 meta variables (6 DD variables)
Labels: 	6
   * deadlock -> 0 state(s) (1 nodes)
   * init -> 1 state(s) (25 nodes)
   * agree
   * all_coins_equal_0
   * all_coins_equal_1
   * finished
-------------------------------------------------------------- 

Time for model preprocessing: 1.688s.

-------------------------------------------------------------- 
Model type: 	MDP (sparse)
States: 	2673
Transitions: 	16082
Choices: 	12896
Reward Models:  steps
State Labels: 	4 labels
   * finished -> 1 item(s)
   * ((((((pc1 = 3) & (pc2 = 3)) & (pc3 = 3)) & (pc4 = 3)) & (pc5 = 3)) & (pc6 = 3)) -> 1 item(s)
   * init -> 1 item(s)
   * deadlock -> 0 item(s)
Choice Labels: 	none
-------------------------------------------------------------- 

Model checking property "steps_min": R[exp]{"steps"}min=? [F "finished"] ...
Result (for initial states): 432.0224937
Time for model checking: 0.082s.

Performance statistics:
  * peak memory usage: 2969MB
  * CPU time: 7.052s
  * wallclock time: 2.354s