About the Execution
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-1667
Executing tool marcie
Input is SurprisePhilosophers-PT-001000, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r10ks-qhx2-140069023502211
=====================================================================
--------------------
content from stdout:
BK_START 1400863230050
Marcie rev. 1291 (build: mcc on 2014-04-30)
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 --mem=4
constant oo registered with value < INFINITY >
parse successfull!
(NrP: 5000 NrTr: 5000)
net check time: 0m0sec
place and transition orderings generation:0m29sec
init dd package: 0m4sec
before gc: list nodes free: 879186
after gc: idd nodes used:12326, unused:15987674; list nodes free:71224987
RS generation: 1m41sec
-> 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)
before gc: list nodes free: 1037108
after gc: idd nodes used:54910, unused:15945090; list nodes free:71019246
before gc: list nodes free: 1096974
after gc: idd nodes used:51179, unused:15948821; list nodes free:71035130
before gc: list nodes free: 1087580
after gc: idd nodes used:30977, unused:15969023; list nodes free:71124277
before gc: list nodes free: 1100228
after gc: idd nodes used:30977, unused:15969023; list nodes free:71124281
before gc: list nodes free: 1104786
after gc: idd nodes used:30977, unused:15969023; list nodes free:71124185
before gc: list nodes free: 1104995
after gc: idd nodes used:30977, unused:15969023; list nodes free:71124029
STATE_SPACE 1322070819480806636890455259752144365965422032752148167664920368226828597346704899540778313850608061963909777696872582355950954582100618911865342725257953674027620225198320803878014774228964841274390400117588618041128947815623094438061566173054086674490506178125480344405547054397038895817465368254916136220830268563778582290228416398307887896918556404084898937609373242171846359938695516765018940588109060426089671438864102814350385648747165832010614366132173102768902855220001 1028277304040627384248131868696112284639772692140559685961604730843088909047437144087272021883806270416374271542012008499072964674967148042561933230756186190910371286265360625238455935511417098768970311202568925143100292745484629007381218134597622969048171471875373601204314375642141363413584175309379217060645764438494452892399879420906135030936654980954921395918401410578102724396763179706125842679640380331403077785783191077828077726803351202674922284769467968820257776282223000 2000 1 TECHNIQUES DECISION_DIAGRAMS
total processing time: 14m34sec
BK_STOP 1400864104636
--------------------
content from stderr:
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: 0m1sec
5593 6037 6481 6926 7369 7814 8257 8702 9149 9593 17700 17700 17700 17740 18184 18628 20619 21016 21459 21904 22347 25659
iterations count:22993 (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="SurprisePhilosophers-PT-001000"
export BK_EXAMINATION="StateSpace"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/home/fko/BK_RESULTS/OUTPUTS"
export BK_TIME_CONFINEMENT="3600"
# 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/SurprisePhilosophers-PT-001000.tgz
mv SurprisePhilosophers-PT-001000 execution
# this is for BenchKit: explicit launching of the test
cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-1667"
echo " Executing tool marcie"
echo " Input is SurprisePhilosophers-PT-001000, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r10ks-qhx2-140069023502211"
echo "====================================================================="
echo
echo "--------------------"
echo "content from stdout:"
echo
echo -n "BK_START "
date -u +%s%3N
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 ;