$BENCH_HOME/bin/storm-pomdp --prism $BENCH_HOME/models/clean/clean.prism --prop $BENCH_HOME/models/clean/clean.props rbrmax2 -const N=6,B1=60,B2=5 --timemem --statistics --revised --reward-aware 15,0 --belief-exploration unfold --size-threshold 4194304
Storm-pomdp. Sequential approach, cost aware, with cutoffs and size threshold 2^22
Storm-POMDP 1.9.1 (dev)
Date: Mon Feb 10 10:36:16 2025
Command line arguments: --prism $BENCH_HOME/models/clean/clean.prism --prop $BENCH_HOME/models/clean/clean.props rbrmax2 -const 'N=6,B1=60,B2=5' --timemem --statistics --revised --reward-aware '15,0' --belief-exploration unfold --size-threshold 4194304
Current working directory: $BENCH_HOME/experiments64gb
Time for model input parsing: 0.001s.
Time for model construction: 0.007s.
--------------------------------------------------------------
Model type: POMDP (sparse)
States: 37
Transitions: 74
Choices: 50
Observations: 2
Reward Models: energy, clean
State Labels: 3 labels
* deadlock -> 0 item(s)
* init -> 1 item(s)
* goal -> 1 item(s)
Choice Labels: 3 labels
* clean -> 13 item(s)
* move -> 13 item(s)
* consume -> 24 item(s)
--------------------------------------------------------------
Analyzing property 'Pmax=? [true U^{rew{"energy"}<=60 , rew{"clean"}>5 }"goal"]'
Perform unfolding for observation levels.
bounded reachability processing done. POMDP Information:
--------------------------------------------------------------
Model type: POMDP (sparse)
States: 2107
Transitions: 4445
Choices: 2954
Observations: 5
Reward Models: dim0_levelReward
State Labels: 4 labels
* goal -> 112 item(s)
* dim1_active -> 16 item(s)
* deadlock -> 0 item(s)
* init -> 1 item(s)
Choice Labels: 3 labels
* move -> 847 item(s)
* consume -> 1260 item(s)
* clean -> 847 item(s)
--------------------------------------------------------------
Transformed formula: Pmax=? [true Urew{"dim0_levelReward"}<=4 ("goal" & "dim1_active")]
Time for pre-processing: 0.001s.
Exploring the belief MDP...
Exploring the belief space...
Exploration stopped before all beliefs were explored. 4194305 beliefs discovered. 3239150 beliefs explored.
Constructing the belief MDP...
--------------------------------------------------------------
Model type: MDP (sparse)
States: 4194306
Transitions: 7299685
Choices: 6351715
Reward Models: dim0_levelReward
State Labels: 3 labels
* target -> 7276 item(s)
* init -> 1 item(s)
* bottom -> 1 item(s)
Choice Labels: none
--------------------------------------------------------------
Analyzing property 'Pmax=? [true Urew{"dim0_levelReward"}<=4 "target"]' on the belief MDP...
Transformation of transition rewards resulted in a model with 4495774 states. 1.071875538 times more states than the original belief MDP.
Merging of sink states resulted in a model with 515029 states.
---------------------------------
Statistics:
---------------------------------
#checked epochs: 6.
overall Time: 1.196s.
Epoch Model building Time: 1.009s.
Epoch Model checking Time: 0.186s.
---------------------------------
Time for exploring beliefs: 27.464s.
Time for building the belief MDP: 4.094s.
Time for analyzing the belief MDP: 3.662s.
##### POMDP Approximation Statistics ######
# Input model:
--------------------------------------------------------------
Model type: POMDP (sparse)
States: 2107
Transitions: 4445
Choices: 2954
Observations: 7
Reward Models: dim0_levelReward
State Labels: 4 labels
* goal -> 112 item(s)
* dim1_active -> 16 item(s)
* deadlock -> 0 item(s)
* init -> 1 item(s)
Choice Labels: 3 labels
* move -> 847 item(s)
* consume -> 1260 item(s)
* clean -> 847 item(s)
--------------------------------------------------------------
# Max. Number of states with same observation: 1260
# Total check time: 38.814s
##########################################
Result: ≥ 0.8960280644
Time for POMDP analysis: 38.814s.
Performance statistics:
* peak memory usage: 7345MB
* CPU time: 35.577s
* wallclock time: 38.826s
############################## Notes ##############################
Storm-pomdp. Sequential approach, cost aware, with cutoffs and size threshold 2^22