$BENCH_HOME/bin/storm-pomdp --prism $BENCH_HOME/models/rover/rover.prism --prop $BENCH_HOME/models/rover/rover.props rbrmax3 -const B1=200,B2=360,B3=200 --timemem --statistics --check-fully-observable --reward-aware
Storm-pomdp. Sequential approach on the underlying (fully observable) observable MDP
Storm-POMDP 1.9.1 (dev)
Date: Mon Feb 10 16:22:45 2025
Command line arguments: --prism $BENCH_HOME/models/rover/rover.prism --prop $BENCH_HOME/models/rover/rover.props rbrmax3 -const 'B1=200,B2=360,B3=200' --timemem --statistics --check-fully-observable --reward-aware
Current working directory: $BENCH_HOME/experiments64gb
Time for model input parsing: 0.003s.
Time for model construction: 0.010s.
--------------------------------------------------------------
Model type: POMDP (sparse)
States: 16
Transitions: 30
Choices: 20
Observations: 9
Reward Models: value, time, energy
State Labels: 3 labels
* deadlock -> 0 item(s)
* init -> 1 item(s)
* done -> 1 item(s)
Choice Labels: 6 labels
* done -> 2 item(s)
* task_done -> 14 item(s)
* task1_start -> 1 item(s)
* task2_start -> 1 item(s)
* task4_start -> 1 item(s)
* task3_start -> 1 item(s)
--------------------------------------------------------------
Analyzing property 'Pmax=? [true U^{rew{"value"}>=200 , rew{"time"}<=360 , rew{"energy"}<=200 }(done)]'
Extend observation function to become reward aware.
bounded reachability processing done. POMDP Information:
--------------------------------------------------------------
Model type: POMDP (sparse)
States: 29
Transitions: 225
Choices: 85
Observations: 26
Reward Models: value, time, energy
State Labels: 3 labels
* done -> 1 item(s)
* deadlock -> 0 item(s)
* init -> 1 item(s)
Choice Labels: 6 labels
* task3_start -> 14 item(s)
* task4_start -> 14 item(s)
* task2_start -> 14 item(s)
* task1_start -> 14 item(s)
* task_done -> 14 item(s)
* done -> 15 item(s)
--------------------------------------------------------------
Transformed formula: Pmax=? [true U^{rew{"value"}>=200 , rew{"time"}<=360 , rew{"energy"}<=200 }(done)]
Time for pre-processing: 0.000s.
Analyzing the formula on the fully observable MDP ... Epoch model for epoch <0, _, _> is cyclic.
---------------------------------
Statistics:
---------------------------------
#checked epochs: 710046.
overall Time: 10.445s.
Epoch Model building Time: 2.104s.
Epoch Model checking Time: 2.149s.
---------------------------------
Result: 0.8609527907
Time for POMDP analysis: 11.911s.
Performance statistics:
* peak memory usage: 76MB
* CPU time: 11.909s
* wallclock time: 11.945s
############################## Notes ##############################
Storm-pomdp. Sequential approach on the underlying (fully observable) observable MDP