About the Execution
Execution Summary | ||||
Max Memory Used (MB) |
CPU Usage (ms) | I/O Wait (ms) | Competition Result | Execution Status |
- | - | - | DNF | timeout |
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-1668
Executing tool marcie
Input is CircularTrains-PT-384, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r24sr-ovh1-140198149700248
=====================================================================
--------------------
content from stdout:
BK_START 1401984012719
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: 768 NrTr: 384)
net check time: 0m0sec
place and transition orderings generation:0m0sec
init dd package: 0m0sec
before gc: list nodes free: 1111204
after gc: idd nodes used:196515, unused:15803485; list nodes free:74398372
before gc: list nodes free: 677322
after gc: idd nodes used:205183, unused:15794817; list nodes free:74389780
before gc: list nodes free: 709079
after gc: idd nodes used:211453, unused:15788547; list nodes free:74380157
before gc: list nodes free: 727730
after gc: idd nodes used:216649, unused:15783351; list nodes free:74371104
before gc: list nodes free: 742654
after gc: idd nodes used:220901, unused:15779099; list nodes free:74361776
before gc: list nodes free: 753289
after gc: idd nodes used:222941, unused:15777059; list nodes free:74361775
before gc: list nodes free: 762268
after gc: idd nodes used:218845, unused:15781155; list nodes free:74389898
before gc: list nodes free: 769142
after gc: idd nodes used:232073, unused:15767927; list nodes free:74339853
before gc: list nodes free: 780039
after gc: idd nodes used:237863, unused:15762137; list nodes free:74323132
before gc: list nodes free: 790030
after gc: idd nodes used:236977, unused:15763023; list nodes free:74335583
before gc: list nodes free: 797505
after gc: idd nodes used:241835, unused:15758165; list nodes free:74322363
BK_TIME_CONFINEMENT_REACHED
--------------------
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: 0m0sec
2053 3373 4653 5981 7305 8621 9969 11265 12553 13917 15293 16613 17949 19265 20537 21777 23257 24457 25905 27093 28473 29885 31173 32393 33717 35073 36417 37745 39061 40365 41661 43017 44453 45845 47097 48333 49669 148987 102359 161702 105346 154908 108282 157758 207570 150934 204126 120952 193756 119546 174682 122242 170928 218182 149404 205496 130042 178346 132546 174670 217694 136218 187716 139770 177478 217590 144346 190098 233328 147658 199098 150850 174548 211066 154946 185280 214594 158850 183004 210586 162562 163846 204558 238550 167770
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="CircularTrains-PT-384"
export BK_EXAMINATION="StateSpace"
export BK_TOOL="marcie"
export BK_RESULT_DIR="/srv/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/CircularTrains-PT-384.tgz
mv CircularTrains-PT-384 execution
# this is for BenchKit: explicit launching of the test
cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-1668"
echo " Executing tool marcie"
echo " Input is CircularTrains-PT-384, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r24sr-ovh1-140198149700248"
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 ;