fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r24sr-ovh1-140198149900469
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
1602.87 920010 20 18313502239453414183262224909769376 2406153578906287994881168236320064000 250 250 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-1668
Executing tool marcie
Input is Diffusion2D-PT-D05N250, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r24sr-ovh1-140198149900469
=====================================================================


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

BK_START 1401984287890

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


RS generation: 0m54sec


-> reachability set: #nodes 6025 (6.0e+03) #states 18,313,502,239,453,414,183,262,224,909,769,376 (34)


STATE_SPACE 18313502239453414183262224909769376 2406153578906287994881168236320064000 250 250 TECHNIQUES DECISION_DIAGRAMS


total processing time: 15m20sec


BK_STOP 1401985208444

--------------------
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 3285 3306 3327 3349 3370 3391 3412 3434 3455 3476 3497 3519 3546 3576 3607 3637 3667 3697 3728 3758 3782 3797 3813 3828 3843 3859 3874 3890 3905 3920 3936 3951 3967 3982 3997 4013 4029 4048 4068 4087 4107 4127 4146 4166 4186 4205 4225 4244 4264 4283 4301 4319 4337 4356 4374 4392 4410 4428 4447 4465 4483 4501 4519 4534 4548 4562 4576 4589 4603 4617 4630 4644 4658 4671 4685 4699 4713 4726 4740 4754 4767 4789 4823 4858 4892 4927 4961 4996 5028 5045 5063 5081 5098 5116 5133 5151 5168 5186 5203 5221 5238 5256 5273 5290 5307 5324 5341 5358 5375 5392 5409 5426 5443 5460 5477 5494 5511 5529 5559 5590 5620 5650 5681 5711 5741 5772 5810 5850 5890 5930 5970 6010
iterations count:194394 (1349), effective:6000 (41)

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