About the Execution of Marcie for Philosophers-PT-001000
Execution Summary | |||||
Max Memory Used (MB) |
Time wait (ms) | CPU Usage (ms) | I/O Wait (ms) | Computed Result | Execution Status |
11525.570 | 630906.00 | 631090.00 | 10.30 | 1.3221E+0477 1.0283E+0480 1 2000 | normal |
Execution Chart
We display below the execution chart for this examination (boot time has been removed).
Trace from the execution
Waiting for the VM to be ready (probing ssh)
...............
=====================================================================
Generated by BenchKit 2-2979
Executing tool marcie
Input is Philosophers-PT-001000, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 16384 MBytes
Number of cores is 1
Run identifier is r089kn-ebro-146369093700379
=====================================================================
--------------------
content from stdout:
=== Data for post analysis generated by BenchKit (invocation template)
no data necessary for post analysis
=== Now, execution of the tool begins
BK_START 1464111607857
Marcie rev. 8535M (built: crohr on 2016-04-27)
A model checker for Generalized Stochastic Petri nets
authors: Alex Tovchigrechko (IDD package and CTL model checking)
Martin Schwarick (Symbolic numerical analysis and CSL model checking)
Christian Rohr (Simulative and approximative numerical model checking)
marcie@informatik.tu-cottbus.de
called as: marcie --net-file=model.pnml --mcc-mode --memory=6 --suppress
parse successfull
net created successfully
Net: Philosophers_PT_001000
(NrP: 5000 NrTr: 5000 NrArc: 16000)
net check time: 0m 0.009sec
place and transition orderings generation:0m18.304sec
init dd package: 0m 8.683sec
RS generation: 2m 5.477sec
-> reachability set: #nodes 25980 (2.6e+04) #states 1,322,070,819,480,806,636,890,455,259,752,144,365,965,422,032,752,148,167,664,920,368,226,828,597,346,704,899,540,778,313,850,608,061,963,909,777,696,872,582,355,950,954,582,100,618,911,865,342,725,257,953,674,027,620,225,198,320,803,878,014,774,228,964,841,274,390,400,117,588,618,041,128,947,815,623,094,438,061,566,173,054,086,674,490,506,178,125,480,344,405,547,054,397,038,895,817,465,368,254,916,136,220,830,268,563,778,582,290,228,416,398,307,887,896,918,556,404,084,898,937,609,373,242,171,846,359,938,695,516,765,018,940,588,109,060,426,089,671,438,864,102,814,350,385,648,747,165,832,010,614,366,132,173,102,768,902,855,220,001 (477)
STATE_SPACE STATES 1322070819480806636890455259752144365965422032752148167664920368226828597346704899540778313850608061963909777696872582355950954582100618911865342725257953674027620225198320803878014774228964841274390400117588618041128947815623094438061566173054086674490506178125480344405547054397038895817465368254916136220830268563778582290228416398307887896918556404084898937609373242171846359938695516765018940588109060426089671438864102814350385648747165832010614366132173102768902855220001 TECHNIQUES SEQUENTIAL_PROCESSING DECISION_DIAGRAMS UNFOLDING_TO_PT
STATE_SPACE MAX_TOKEN_IN_PLACE 1 TECHNIQUES SEQUENTIAL_PROCESSING DECISION_DIAGRAMS UNFOLDING_TO_PT
STATE_SPACE MAX_TOKEN_PER_MARKING 2000 TECHNIQUES SEQUENTIAL_PROCESSING DECISION_DIAGRAMS UNFOLDING_TO_PT
before gc: list nodes free: 44163
after gc: idd nodes used:30977, unused:63969023; list nodes free:280839469
STATE_SPACE TRANSITIONS 1028277304040627384248131868696112284639772692140559685961604730843088909047437144087272021883806270416374271542012008499072964674967148042561933230756186190910371286265360625238455935511417098768970311202568925143100292745484629007381218134597622969048171471875373601204314375642141363413584175309379217060645764438494452892399879420906135030936654980954921395918401410578102724396763179706125842679640380331403077785783191077828077726803351202674922284769467968820257776282223000 TECHNIQUES SEQUENTIAL_PROCESSING DECISION_DIAGRAMS UNFOLDING_TO_PT
Total processing time: 10m30.423sec
BK_STOP 1464112238763
--------------------
content from stderr:
check for maximal unmarked siphon
ok
check if there are places and transitions
ok
check if there are transitions without pre-places
ok
check if at least one transition is enabled in m0
ok
check if there are transitions that can never fire
ok
initing FirstDep: 0m 0.370sec
5590 6037 6481 6925 7369 7814 8257 8702 9149 9590 17700 17700 17700 17740 18184 18628 20619 21015 21459 21904 22347 25659
iterations count:22994 (4), effective:3000 (0)
Sequence of Actions to be Executed by the VM
This is useful if one wants to reexecute the tool in the VM from the submitted image disk.
set -x
# this is for BenchKit: configuration of major elements for the test
export BK_INPUT="Philosophers-PT-001000"
export BK_EXAMINATION="StateSpace"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/users/gast00/fkordon/BK_RESULTS/OUTPUTS"
export BK_TIME_CONFINEMENT="3600"
export BK_MEMORY_CONFINEMENT="16384"
# this is specific to your benchmark or test
export BIN_DIR="$HOME/BenchKit/bin"
# remove the execution directoty if it exists (to avoid increse of .vmdk images)
if [ -d execution ] ; then
rm -rf execution
fi
tar xzf /home/mcc/BenchKit/INPUTS/Philosophers-PT-001000.tgz
mv Philosophers-PT-001000 execution
# this is for BenchKit: explicit launching of the test
cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-2979"
echo " Executing tool marcie"
echo " Input is Philosophers-PT-001000, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 16384 MBytes"
echo " Number of cores is 1"
echo " Run identifier is r089kn-ebro-146369093700379"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo "=== Data for post analysis generated by BenchKit (invocation template)"
echo
if [ "StateSpace" = "UpperBounds" ] ; then
echo "The expected result is a vector of positive values"
echo NUM_VECTOR
elif [ "StateSpace" != "StateSpace" ] ; then
echo "The expected result is a vector of booleans"
echo BOOL_VECTOR
else
echo "no data necessary for post analysis"
fi
echo
if [ -f "StateSpace.txt" ] ; then
echo "here is the order used to build the result vector(from text file)"
for x in $(grep Property StateSpace.txt | cut -d ' ' -f 2 | sort -u) ; do
echo "FORMULA_NAME $x"
done
elif [ -f "StateSpace.xml" ] ; then # for cunf (txt files deleted;-)
echo echo "here is the order used to build the result vector(from xml file)"
for x in $(grep '
echo "FORMULA_NAME $x"
done
fi
echo
echo "=== Now, execution of the tool begins"
echo
echo -n "BK_START "
date -u +%s%3N
echo
timeout -s 9 $BK_TIME_CONFINEMENT bash -c "/home/mcc/BenchKit/BenchKit_head.sh 2> STDERR ; echo ; echo -n \"BK_STOP \" ; date -u +%s%3N"
if [ $? -eq 137 ] ; then
echo
echo "BK_TIME_CONFINEMENT_REACHED"
fi
echo
echo "--------------------"
echo "content from stderr:"
echo
cat STDERR ;