fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r24sr-ovh1-140198150901756
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 Solitaire-PT-SqrCT5x5, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r24sr-ovh1-140198150901756
=====================================================================


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

BK_START 1401988682426

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: 51 NrTr: 84)

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

1116 2364 3687 5679 7351 8158 8309 9955 10968 11557 11810 13300 12860 16669 16754 18619 19609 23367 23141 22904 24210 25067 24779 23302 33157 33660 47761 50891 54592 65524 85464 85197 82429 93137 96630 105769 106574 103553 138835 147965 148415 148269 149358 150872 154791 163466 163670 160565 163279 161929 163073 163554 177608 175243 174143 176129 176596 178344 177124 176751 247721 269894 284911 284449 282594 281225 280223 280935 280865 293767 296193 297968 310147 317574 317269 319651 320433 320474 316542 314335 319919 320535 381458 389252 403827 403753 429565 431135 445464 441859 439108 438515 500911 502944 524440 525111 524223 527946 529692 529345 531169 532139 530851 531502 529835 529304 529706 530066 528105 528725 530468 530610 533671 533676 532472 549565 555980 591588 598164 597206 598755 603607 607849 604051 604123 605098 599807 599696 596412 595496 588317 586681 585900 586123 586192 585578 584377 581532 574156 869936 948924 1123598 1129615 1056104 1054465 1053839 1052653 1052052 1049307 1049140 1048232 1048516 1048394 1041444 1037842 1034277 1030673 1029842 1028978 1034165 1035316 1035862 1035961 1033818 1033899 1030108 1033058 1032959 1061283 1060583 1068059 1070509 1070641 1070346 1064885 1063818 1078219 1080494 1081153 1076973 1076362 1039897 1026908 1027920 1023220 1026710 1024987 1460230 1419778 1524356 1588285 1851222 1849822 1849629 1852385 1852273

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