Storm.dd

Benchmark
Model:consensus v.1 (MDP)
Parameter(s)N = 6, K = 2
Property:disagree (prob-reach)
Invocation (dd)
storm/build/bin/storm --prism qcomp/benchmarks/mdp/consensus/consensus.6.prism --prop qcomp/benchmarks/mdp/consensus/consensus.props disagree --constants K=2 --engine dd --ddlib sylvan --sylvan:maxmem 4096 --sylvan:threads 4 --timemem
Symbolic engine with Sylvan using 4GB memory
Execution
Walltime:158.44628429412842s
Return code:0
Relative Error:5.088967440966982e-05
Log
Storm 1.4.1 (dev)

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

Time for model input parsing: 0.004s.

Time for model construction: 0.449s.

-------------------------------------------------------------- 
Model type: 	MDP (symbolic)
States: 	1258240 (218 nodes)
Transitions: 	6236736 (7075 nodes)
Choices: 	5008128
Reward Models:  none
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
-------------------------------------------------------------- 

Model checking property "disagree": Pmax=? [F ("finished" & !("agree"))] ...
 WARN (SymbolicMinMaxLinearEquationSolver.cpp:44): Selected method is not supported for this solver, switching to value iteration.
 WARN (SymbolicMinMaxLinearEquationSolver.cpp:44): Selected method is not supported for this solver, switching to value iteration.
Result (for initial states): 0.3636262438
Time for model checking: 157.914s.

Performance statistics:
  * peak memory usage: 3869MB
  * CPU time: 625.932s
  * wallclock time: 158.384s