Storm.ddbisim

Benchmark
Model:majority v.1 (CTMC)
Parameter(s)T = 2100
Property:change_state (prob-reach-time-bounded)
Invocation (ddbisim)
storm/build/bin/storm --prism qcomp/benchmarks/ctmc/majority/majority.prism --prop qcomp/benchmarks/ctmc/majority/majority.props change_state --constants T=2100 --prismcompat --engine dd --bisimulation --bisimulation:quot sparse --ddlib sylvan --sylvan:maxmem 4096 --sylvan:threads 4 --timemem --precision 0.001
Symbolic bisimulation with sparse quotient and sylvan using 4GB memory Use `--prismcompat` to ensure compatibility with prism benchmark.
Execution
Walltime:51.9525408744812s
Return code:0
Relative Error:1.6449599825373893e-06
Log
Storm 1.4.1 (dev)

Date: Mon Dec  9 13:24:11 2019
Command line arguments: --prism qcomp/benchmarks/ctmc/majority/majority.prism --prop qcomp/benchmarks/ctmc/majority/majority.props change_state --constants T=2100 --prismcompat --engine dd --bisimulation '--bisimulation:quot' sparse --ddlib sylvan '--sylvan:maxmem' 4096 '--sylvan:threads' 4 --timemem --precision 0.001
Current working directory: 

 WARN (Program.cpp:178): The input model is a CTMC, but uses probabilistic commands like they are used in PRISM. Consider rewriting the commands to use Markovian commands instead.
Time for model input parsing: 0.007s.

Time for model construction: 26.158s.

-------------------------------------------------------------- 
Model type: 	CTMC (symbolic)
States: 	192000 (120 nodes)
Transitions: 	1961600 (10827 nodes)
Reward Models:  none
Variables: 	rows: 6 meta variables (43 DD variables), columns: 6 meta variables (43 DD variables)
Labels: 	2
   * deadlock -> 0 state(s) (1 nodes)
   * init -> 1 state(s) (44 nodes)
-------------------------------------------------------------- 

Time for model preprocessing: 5.773s.

-------------------------------------------------------------- 
Model type: 	CTMC (sparse)
States: 	192000
Transitions: 	1961600
Reward Models:  none
State Labels: 	3 labels
   * init -> 1 item(s)
   * ((EE > 40) & (CC < 20)) -> 3000 item(s)
   * deadlock -> 0 item(s)
Choice Labels: 	none
-------------------------------------------------------------- 

Model checking property "change_state": P=? [true U<=2100 ((EE > 40) & (CC < 20))] ...
Result (for initial states): 0.05429928258
Time for model checking: 19.929s.

Performance statistics:
  * peak memory usage: 3612MB
  * CPU time: 145.977s
  * wallclock time: 51.889s