fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r05kn-ovh1-140043892403381
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
1183.64 29910 120 445146141861 9197362408860 41 1 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 SharedMemory-PT-000020, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r05kn-ovh1-140043892403381
=====================================================================


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

BK_START 1400461602434

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: 461 NrTr: 820)

net check time: 0m0sec

place and transition orderings generation:0m0sec

init dd package: 0m0sec


RS generation: 0m12sec


-> reachability set: #nodes 22098 (2.2e+04) #states 445,146,141,861 (11)


STATE_SPACE 445146141861 9197362408860 41 1 TECHNIQUES DECISION_DIAGRAMS


total processing time: 0m30sec


BK_STOP 1400461632661

--------------------
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

2077 2675 3290 3610 4005 4344 4362 4737 4774 5111 5115 5530 5531 5892 5892 6300 6300 6300 6673 6687 6687 6698 7104 7104 7117 7151 7511 7524 7543 7557 7980 7980 7980 8013 8051 8434 8450 8490 8490 8508 8912 8924 8937 8950 8976 9441 9441 9441 9441 9500 9554 9627 10047 10047 10068 10089 10130 10130 10176 10659 10659 10659 10659 10706 10751 10806 11279 11279 11279 11322 11346 11370 11370 11395 11446 11954 11954 11954 11954 11979 12026 12054 12113 12176 12641 12641 12666 12692 12714 12714 12740 12767 12794 12851 13383 13383 13383 13383 13383 13410 13467 13497 13560 13587 13656 14144 14146 14173 14199 14226 14254 14255 14257 14287 14316 14377 14409 14914 14914 14932 14950 14968 14986 14986 14986 15005 15025 15046 15091 15673 15673 15673 15673 15673 15673 15720 15768 15867 15918 15970 16077 16132 16182 16217 16802 16802 16802 16802 16802 16802 16815 16844 16860 16877 16895 16934 16955 16977 17000
iterations count:159870 (194), effective:420 (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="SharedMemory-PT-000020"
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/SharedMemory-PT-000020.tgz
mv SharedMemory-PT-000020 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 SharedMemory-PT-000020, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r05kn-ovh1-140043892403381"
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 ;