fond
Model Checking Contest @ Petri Nets 2014
Tunis, Tunisia, June 24, 2014
Execution Report for Run r26sr-ovh1-140199628200381
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
270.45 13533 962.7 CC 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 pnxdd
Input is DatabaseWithMutex-PT-20, examination is ReachabilityDeadlock
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r26sr-ovh1-140199628200381
=====================================================================


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

BK_START 1402002950048
21:15:50,511 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
21:15:50,511 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
21:15:50,511 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/mcc/cami2pnml-2.1.8-withDependencies.jar!/logback.xml]
21:15:50,533 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@5933cca2 - URL [jar:file:/home/mcc/cami2pnml-2.1.8-withDependencies.jar!/logback.xml] is not of type file
21:15:50,826 |-INFO in ch.qos.logback.classic.joran.action.ConsolePluginAction - Sending LoggingEvents to the plugin using port 4321
21:15:50,827 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:15:50,831 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
21:15:50,883 |-INFO in ch.qos.logback.classic.net.SocketAppender[null] - remote peer localhost:4321: connection refused
21:15:50,883 |-INFO in ch.qos.logback.classic.net.SocketAppender[null] - remote peer localhost:4321: connection refused
21:15:50,926 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
21:15:51,014 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@30:31 - no applicable action for [socketPlugin], current ElementPath is [[configuration][socketPlugin]]
21:15:51,014 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.net.SocketAppender]
21:15:51,015 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [SOCKET]
21:15:51,027 |-ERROR in ch.qos.logback.classic.net.SocketAppender[SOCKET] - No remote host was configured for appenderSOCKET For more information, please visit http://logback.qos.ch/codes.html#socket_no_host
21:15:51,028 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
21:15:51,028 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
21:15:51,028 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
21:15:51,034 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@498d1538 - Registering current configuration as safe fallback point
21:15:51.136 [main] INFO f.l.m.p.c.cami.impl.ConversionDriver - Exporting PNML into Cami.
21:16:03.244 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting model nodes.
21:16:03.364 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting nodes positions.
21:16:03.565 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting textual attributes.
21:16:03.612 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting textual attributes positions.
21:16:04.258 [main] ERROR f.l.m.p.c.cami.impl.ConversionDriver - the Id model is already used
21:16:04,260 |-INFO in ch.qos.logback.classic.net.SocketAppender[null] - shutting down

Fatal error: Class 'PDO' not found in phar:///home/mcc/BenchKit/bin/mcc/vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php on line 148
CANNOT_COMPUTE

BK_STOP 1402002964459

--------------------
content from stderr:

Traceback (most recent call last):
File "/home/mcc/CTL_Checker/build/PNXDD_X86_64_LINUX/Main.py", line 293, in
application(standalone)
File "/home/mcc/CTL_Checker/build/PNXDD_X86_64_LINUX/Main.py", line 97, in application
input = InputArgument(standalone,'pnsdd')
File "/home/mcc/CTL_Checker/build/PNXDD_X86_64_LINUX/UTILS/Utils.py", line 52, in __init__
self.__parse_arg()
File "/home/mcc/CTL_Checker/build/PNXDD_X86_64_LINUX/UTILS/Utils.py", line 130, in __parse_arg
f = open(self.path_formula,"r")
IOError: [Errno 2] No such file or directory: 'ReachabilityDeadlock.vis'

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="DatabaseWithMutex-PT-20"
export BK_EXAMINATION="ReachabilityDeadlock"
export BK_TOOL="pnxdd"
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/DatabaseWithMutex-PT-20.tgz
mv DatabaseWithMutex-PT-20 execution

# this is for BenchKit: explicit launching of the test

cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-1668"
echo " Executing tool pnxdd"
echo " Input is DatabaseWithMutex-PT-20, examination is ReachabilityDeadlock"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r26sr-ovh1-140199628200381"
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 ;