fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r24sr-ovh1-140198149900495
Last Updated
Sept. 1, 2014

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 Diffusion2D-PT-D05N350, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r24sr-ovh1-140198149900495
=====================================================================


--------------------
content from stdout:

BK_START 1401984327371

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: 25 NrTr: 144)

net check time: 0m0sec

place and transition orderings generation:0m0sec

init dd package: 0m0sec


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

80 136 192 248 304 360 416 472 528 584 640 696 752 808 864 920 976 1032 1088 1144 1200 1256 1312 1368 1424 1480 1536 1592 1648 1704 1760 1816 1872 1928 1984 2040 2096 2152 2208 2264 2320 2376 2432 2488 2544 2600 2656 2712 2768 2824 2880 2936 2992 3048 3104 3160 3216 3272 3328 3384 3440 3496 3552 3608 3664 3720 3776 3832 3888 3944 4000 4056 4112 4168 4224 4280 4336 4392 4448 4504 4560 4616 4672 4728 4784 4840 4896 4585 4606 4627 4649 4670 4691 4712 4734 4755 4776 4797 4819 4840 4861 4883 4904 4925 4955 4985 5016 5046 5076 5107 5137 5167 5197 5228 5258 5282 5297 5313 5328 5343 5359 5374 5390 5405 5420 5436 5451 5467 5482 5497 5513 5528 5543 5559 5574 5590 5605 5620 5638 5658 5678 5697 5717 5737 5756 5776 5795 5815 5835 5854 5874 5893 5913 5933 5952 5972 5990 6008 6027 6045 6063 6081 6099 6117 6136 6154 6172 6190 6208 6227 6245 6263 6281 6299 6317 6333 6347 6360 6374 6388 6402 6415 6429 6443 6456 6470 6484 6497 6511 6525 6539 6552 6566 6580 6593 6607 6621 6634 6648 6662 6675 6710 6744 6779 6813 6848 6882 6917 6951 6986 7020 7040 7058 7075 7093 7110 7128 7145 7163 7181 7198 7216 7233 7251 7268 7286 7303 7321 7338 7356 7373 7390 7407 7424 7441 7458 7475 7492 7509 7526 7543 7560 7577 7594 7611 7628 7645 7662 7678 7695 7712 7732 7762 7793 7823 7853 7884 7914 7944 7975 8005 8035 8065 8102 8142 8182 8222 8262 8302 8342 8382 8422
iterations count:272094 (1889), effective:8400 (58)

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="Diffusion2D-PT-D05N350"
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/Diffusion2D-PT-D05N350.tgz
mv Diffusion2D-PT-D05N350 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 Diffusion2D-PT-D05N350, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r24sr-ovh1-140198149900495"
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 ;