About the Execution
Execution Summary | ||||
Max Memory Used (MB) |
CPU Usage (ms) | I/O Wait (ms) | Competition Result | Execution Status |
154.92 | 4531 | 540.3 | 3444 -1 -1 -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-1667
Executing tool pnxdd
Input is SurpriseFMS-PT-002, examination is StateSpace
Time confinement is 3600 seconds
Memory confinement is 6144 MBytes
Run identifier is r08ks-qhx2-140068995403056
=====================================================================
--------------------
content from stdout:
BK_START 1400743067984
07:17:49,942 |-INFO in ch.qos.logback.classic.joran.action.ConsolePluginAction - Sending LoggingEvents to the plugin using port 4321
07:17:50,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
07:17:50,115 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
07:17:50,117 |-INFO in ch.qos.logback.classic.net.SocketAppender[null] - remote peer localhost:4321: connection refused
07:17:50,122 |-INFO in ch.qos.logback.classic.net.SocketAppender[null] - remote peer localhost:4321: connection refused
07:17:50,196 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
07:17:50,335 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@30:31 - no applicable action for [socketPlugin], current ElementPath is [[configuration][socketPlugin]]
07:17:50,336 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.net.SocketAppender]
07:17:50,337 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [SOCKET]
07:17:50,357 |-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
07:17:50,359 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
07:17:50,359 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
07:17:50,360 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
07:17:50,371 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@498d1538 - Registering current configuration as safe fallback point
07:17:50.517 [main] INFO f.l.m.p.c.cami.impl.ConversionDriver - Exporting PNML into Cami.
07:17:54.843 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting model nodes.
07:17:54.855 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting nodes positions.
07:17:54.860 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting textual attributes.
07:17:54.874 [main] INFO f.l.m.p.c.c.constructor.CamiExporter - Exporting textual attributes positions.
07:17:54.995 [main] ERROR f.l.m.p.c.cami.impl.ConversionDriver - the Id model is already used
07:17:54,999 |-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
STATE_SPACE 3444 -1 -1 -1 TECHNIQUES DECISION_DIAGRAMS TOPOLOGICAL
BK_STOP 1400743076984
--------------------
content from stderr:
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="SurpriseFMS-PT-002"
export BK_EXAMINATION="StateSpace"
export BK_TOOL="pnxdd"
export BK_RESULT_DIR="/home/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/SurpriseFMS-PT-002.tgz
mv SurpriseFMS-PT-002 execution
# this is for BenchKit: explicit launching of the test
cd execution
echo "====================================================================="
echo " Generated by BenchKit 2-1667"
echo " Executing tool pnxdd"
echo " Input is SurpriseFMS-PT-002, examination is StateSpace"
echo " Time confinement is $BK_TIME_CONFINEMENT seconds"
echo " Memory confinement is 6144 MBytes"
echo " Run identifier is r08ks-qhx2-140068995403056"
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 ;