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-768, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r24sr-ovh1-140198149700261
=====================================================================
--------------------
content from stdout:
BK_START 1401984029269
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: 1536 NrTr: 768)
net check time: 0m0sec
place and transition orderings generation:0m1sec
init dd package: 0m0sec
before gc: list nodes free: 857590
after gc: idd nodes used:54826, unused:15945174; list nodes free:72949347
before gc: list nodes free: 1936259
after gc: idd nodes used:139950, unused:15860050; list nodes free:74336831
before gc: list nodes free: 1981716
after gc: idd nodes used:594246, unused:15405754; list nodes free:73617714
before gc: list nodes free: 1747349
after gc: idd nodes used:593920, unused:15406080; list nodes free:73615302
before gc: list nodes free: 1713547
after gc: idd nodes used:593524, unused:15406476; list nodes free:73587733
before gc: list nodes free: 2037270
after gc: idd nodes used:989391, unused:15010609; list nodes free:72264789
before gc: list nodes free: 2232847
after gc: idd nodes used:985881, unused:15014119; list nodes free:72281137
before gc: list nodes free: 2231886
after gc: idd nodes used:976059, unused:15023941; list nodes free:72326028
before gc: list nodes free: 2230944
after gc: idd nodes used:956413, unused:15043587; list nodes free:72416787
before gc: list nodes free: 2228562
after gc: idd nodes used:915489, unused:15084511; list nodes free:72605433
before gc: list nodes free: 2228528
after gc: idd nodes used:995225, unused:15004775; list nodes free:72485831
before gc: list nodes free: 2481072
after gc: idd nodes used:991391, unused:15008609; list nodes free:72503790
before gc: list nodes free: 2481005
after gc: idd nodes used:981185, unused:15018815; list nodes free:72551367
before gc: list nodes free: 2481039
after gc: idd nodes used:961083, unused:15038917; list nodes free:72645232
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
2817 4145 5429 6745 8069 9397 10737 12033 13317 14685 16065 17377 18713 20033 21301 22545 24025 25221 26673 27857 29249 30653 31937 33157 34489 35841 37181 38513 39833 41141 42433 43781 45217 46613 47865 49109 50433 51945 53157 54353 55941 57129 58393 59873 61021 62593 63725 65193 66401 67841 69053 70545 71673 73209 74265 75793 77061 78349 79865 80917 82385 83873 84885 86373 87865 88917 90313 91793 93061 94205 95673 97137 98377 99505 100957 102401 103841 104953 106161 107593 109021 110449 111745 112897 114125 115537 116949 118353 119753 121137 122337 123545 124757 126105 127489 128869 130241 131613 132981 134349 135713 137077 138433 139781 141073 142369 143673 144981 146297 147617 148945 150277 151617 152961 154313 155669 157033 158401 159745 161053 162353 163653 164949 166245 167537 168829 170113 171393 172677 173949 175297 176745 178197 179657 181029 182289 183545 184805 186053 187305 188553 190037 191545 193037 194273 195505 196741 395264 592483 591481 593315 597438 958556 793492 640044 603444 940802
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-768"
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-768.tgz
mv CircularTrains-PT-768 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-768, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r24sr-ovh1-140198149700261"
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 ;