Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib2003/normalized-mps-v2-13-7-rd-rplusc-21.opb
MD5SUM62166f7982a2b3c488537a2a2dbe4149
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 35
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 3735451
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 383602153706972160
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 772928706545624815
Number of bits of the biggest sum of numbers60
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark290.495
Number of variables2644
Total number of constraints126450
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)699
Number of constraints which are nor clauses,nor cardinality constraints125751
Minimum length of a constraint1
Maximum length of a constraint130

Trace number 8787

Launcher Data

LAUNCH ON wulflinc11 THE 2005-09-20 18:53:12 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6839 boxname=wulflinc11 idbench=979 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  62166f7982a2b3c488537a2a2dbe4149  /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-rd-rplusc-21.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-rd-rplusc-21.opb
IDLAUNCH: 6839
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        644012 kB
Buffers:         34344 kB
Cached:         328880 kB
SwapCached:        916 kB
Active:         264076 kB
Inactive:       101784 kB
HighTotal:      131008 kB
HighFree:         1344 kB
LowTotal:       903652 kB
LowFree:        642668 kB
SwapTotal:     2097136 kB
SwapFree:      2095640 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5684 kB
Slab:            19032 kB
Committed_AS:    64172 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 18:57:57 (client local time) WITH STATUS 20 IN 290.495 SECONDS
stats: 6839 7 290.495 20

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-rd-rplusc-21.opb
c reading problem ... done. Time 229.761 ms.
c #vars     2644
c #constraints  125844
c starts		: 1
c conflicts		: 8
c decisions		: 62
c propagations		: 2343
c inspects		: 58801
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 7
c root simplifications	: 1
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 1.2438559534557128
c non guided choices	62
c random choices	0
s UNSATISFIABLE
c Total CPU time (ms) : 279.621

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1802616432 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 39 3 38 16 0 23 0
[pid=9126] vsize: 156
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
execve syscall for /oldhome/oroussel/jre1.5.0_05/bin/java executable
open syscall for file /etc/ld.so.preload
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/libpthread.so.0
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libdl.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libc.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libc.so.6
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libjvm.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libm.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libm.so.6
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libm.so.6
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file .hotspotrc
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/endorsed
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /proc/self/maps
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/native_threads/libhpi.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libnsl.so.1
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libnsl.so.1
open syscall for file tls/i686/mmx/libnsl.so.1
open syscall for file tls/i686/libnsl.so.1
open syscall for file tls/mmx/libnsl.so.1
open syscall for file tls/libnsl.so.1
open syscall for file i686/mmx/libnsl.so.1
open syscall for file i686/libnsl.so.1
open syscall for file mmx/libnsl.so.1
open syscall for file libnsl.so.1
open syscall for file /oldhome/oroussel/lib/libnsl.so.1
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libnsl.so.1
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /tmp/hsperfdata_oroussel
open syscall for file /tmp/hsperfdata_oroussel/9126
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libverify.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libjava.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libzip.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/rt.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jsse.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jce.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/charsets.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/classes.jsa
open syscall for file .hotspot_compiler
New thread pid=9127
New thread pid=9128
New thread pid=9129
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext
New thread pid=9130
New thread pid=9131
New thread pid=9132
New thread pid=9133
New thread pid=9134
New thread pid=9135
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-rd-rplusc-21.opb

[startup+10.0031 s]
Raw data (loadavg): 1.13 1.04 1.01 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 15835 0 1 0 586 43 0 0 17 0 10 0 1802616432 866308096 19255 4294967295 134512640 134569956 3221224320 3221214696 1131327074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 211501 19255 13129 16 0 211485 0
[pid=9126] vsize: 846004
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (Kb) 846004

[startup+20.0039 s]
Raw data (loadavg): 1.11 1.03 1.00 1/65 9135
Raw data (/proc/9126/stat): 9126 (java) T 9125 9126 9854 0 -1 0 18110 0 1 0 1427 57 0 0 25 0 10 0 1802616432 863883264 29855 4294967295 134512640 134569956 3221224320 3221205840 1073953089 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210909 29855 13129 16 0 210893 0
[pid=9126] vsize: 843636
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (Kb) 843636

[startup+30.0047 s]
Raw data (loadavg): 1.10 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18114 0 1 0 2305 63 0 0 25 0 10 0 1802616432 862834688 34052 4294967295 134512640 134569956 3221224320 3221214696 1131326911 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210653 34052 13129 16 0 210637 0
[pid=9126] vsize: 842612
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (Kb) 842612

[startup+40.0055 s]
Raw data (loadavg): 1.08 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18118 0 1 0 3140 70 0 0 25 0 10 0 1802616432 862732288 40998 4294967295 134512640 134569956 3221224320 3221214752 1131337472 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 40998 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 32.1
Current children cumulated vsize (Kb) 842512

[startup+50.0053 s]
Raw data (loadavg): 1.07 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18125 0 1 0 3968 78 0 0 18 0 10 0 1802616432 862732288 47923 4294967295 134512640 134569956 3221224320 3221214752 1131344733 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 47923 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 40.46
Current children cumulated vsize (Kb) 842512

[startup+60.0061 s]
Raw data (loadavg): 1.06 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18128 0 1 0 4848 87 0 0 25 0 10 0 1802616432 862732288 52536 4294967295 134512640 134569956 3221224320 3221214340 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 52536 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (Kb) 842512

[startup+70.0059 s]
Raw data (loadavg): 1.05 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18133 0 1 0 5682 94 0 0 25 0 10 0 1802616432 862732288 59530 4294967295 134512640 134569956 3221224320 3221214784 1131389191 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 59530 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 57.76
Current children cumulated vsize (Kb) 842512

[startup+80.0077 s]
Raw data (loadavg): 1.04 1.03 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18135 0 1 0 6542 103 0 0 25 0 10 0 1802616432 862732288 64474 4294967295 134512640 134569956 3221224320 3221213152 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 64475 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 66.45
Current children cumulated vsize (Kb) 842512

[startup+90.0085 s]
Raw data (loadavg): 1.03 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18138 0 1 0 7395 112 0 0 25 0 10 0 1802616432 862732288 71223 4294967295 134512640 134569956 3221224320 3221214752 1131337372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 71223 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 75.07
Current children cumulated vsize (Kb) 842512

[startup+100.009 s]
Raw data (loadavg): 1.03 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18141 0 1 0 8224 122 0 0 25 0 10 0 1802616432 862732288 78352 4294967295 134512640 134569956 3221224320 3221214736 1131327368 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 78352 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 83.46
Current children cumulated vsize (Kb) 842512

[startup+110.01 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18143 0 1 0 9107 130 0 0 25 0 10 0 1802616432 862732288 83028 4294967295 134512640 134569956 3221224320 3221214752 1131344818 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 83028 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 92.37
Current children cumulated vsize (Kb) 842512

[startup+120.011 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18146 0 1 0 9938 138 0 0 25 0 10 0 1802616432 862732288 90025 4294967295 134512640 134569956 3221224320 3221214832 1131359467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 90025 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (Kb) 842512

[startup+130.012 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18148 0 1 0 10821 148 0 0 19 0 10 0 1802616432 862732288 94688 4294967295 134512640 134569956 3221224320 3221214264 1131403302 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 94688 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 109.69
Current children cumulated vsize (Kb) 842512

[startup+140.012 s]
Raw data (loadavg): 1.01 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18151 0 1 0 11652 157 0 0 25 0 10 0 1802616432 862732288 101680 4294967295 134512640 134569956 3221224320 3221214720 1131418215 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 101680 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 118.09
Current children cumulated vsize (Kb) 842512

[startup+150.013 s]
Raw data (loadavg): 1.01 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18154 0 1 0 12483 164 0 0 25 0 10 0 1802616432 862732288 108671 4294967295 134512640 134569956 3221224320 3221214240 1131530457 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 108671 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 126.47
Current children cumulated vsize (Kb) 842512

[startup+160.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18158 0 1 0 13366 173 0 0 25 0 10 0 1802616432 862732288 113350 4294967295 134512640 134569956 3221224320 3221214768 1131326936 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 113350 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 135.39
Current children cumulated vsize (Kb) 842512

[startup+170.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18161 0 1 0 14195 181 0 0 23 0 10 0 1802616432 862732288 120402 4294967295 134512640 134569956 3221224320 3221214688 1131326911 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 120402 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 143.76
Current children cumulated vsize (Kb) 842512

[startup+180.015 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18164 0 1 0 15077 190 0 0 25 0 10 0 1802616432 862732288 125067 4294967295 134512640 134569956 3221224320 3221214768 1131326911 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210628 125067 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 152.67
Current children cumulated vsize (Kb) 842512

[startup+190.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18167 0 1 0 15905 199 0 0 25 0 10 0 1802616432 862732288 132260 4294967295 134512640 134569956 3221224320 3221214688 1131326911 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 132260 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (Kb) 842512

[startup+200.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18170 0 1 0 16741 209 0 0 25 0 10 0 1802616432 862732288 139123 4294967295 134512640 134569956 3221224320 3221213360 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 139123 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 169.5
Current children cumulated vsize (Kb) 842512

[startup+210.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18172 0 1 0 17614 219 0 0 25 0 10 0 1802616432 862732288 143972 4294967295 134512640 134569956 3221224320 3221214088 1131384521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 143972 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 178.33
Current children cumulated vsize (Kb) 842512

[startup+220.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18175 0 1 0 18442 227 0 0 17 0 10 0 1802616432 862732288 150963 4294967295 134512640 134569956 3221224320 3221214752 1131337432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 150963 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 186.69
Current children cumulated vsize (Kb) 842512

[startup+230.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 9135
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18177 0 1 0 19323 235 0 0 25 0 10 0 1802616432 862732288 155624 4294967295 134512640 134569956 3221224320 3221214688 1131326959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210628 155624 13129 16 0 210612 0
[pid=9126] vsize: 842512
Current children cumulated CPU time (s) 195.58
Current children cumulated vsize (Kb) 842512
New thread pid=9136

[startup+240.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9136
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18208 0 1 0 19568 235 0 0 25 0 11 0 1802616432 863260672 158006 4294967295 134512640 134569956 3221224320 3221213120 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210757 158006 13129 16 0 210741 0
[pid=9126] vsize: 843028
Current children cumulated CPU time (s) 198.03
Current children cumulated vsize (Kb) 843028

[startup+250.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9136
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18209 0 1 0 19666 235 0 0 25 0 11 0 1802616432 863260672 159985 4294967295 134512640 134569956 3221224320 3221213232 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210757 159985 13129 16 0 210741 0
[pid=9126] vsize: 843028
Current children cumulated CPU time (s) 199.01
Current children cumulated vsize (Kb) 843028

[startup+260.019 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9136
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18209 0 1 0 19666 235 0 0 25 0 11 0 1802616432 863260672 159985 4294967295 134512640 134569956 3221224320 3221213232 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9126/statm): 210757 159985 13129 16 0 210741 0
[pid=9126] vsize: 843028
Current children cumulated CPU time (s) 199.01
Current children cumulated vsize (Kb) 843028

[startup+270.019 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9136
Raw data (/proc/9126/stat): 9126 (java) S 9125 9126 9854 0 -1 0 18227 0 1 0 19784 236 0 0 20 0 11 0 1802616432 863260672 160066 4294967295 134512640 134569956 3221224320 3221213368 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210757 160066 13129 16 0 210741 0
[pid=9126] vsize: 843028
Current children cumulated CPU time (s) 200.2
Current children cumulated vsize (Kb) 843028

[startup+280.019 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9136
Raw data (/proc/9126/stat): 9126 (java) R 9125 9126 9854 0 -1 0 18229 0 1 0 19889 236 0 0 25 0 11 0 1802616432 863260672 160504 4294967295 134512640 134569956 3221224320 3221214456 1131465559 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9126/statm): 210757 160504 13129 16 0 210741 0
[pid=9126] vsize: 843028
Current children cumulated CPU time (s) 201.25
Current children cumulated vsize (Kb) 843028
New thread pid=9137
One traced child (pid=9136) exited with status: 0
One traced child (pid=9137) exited with status: 0
One traced child (pid=9135) exited with status: 0
One traced child (pid=9130) exited with status: 0
One traced child (pid=9127) exited with status: 20
One traced child (pid=9133) exited with status: 20
One traced child (pid=9128) exited with status: 20
One traced child (pid=9134) exited with status: 20
One traced child (pid=9129) exited with status: 20
One traced child (pid=9131) exited with status: 20
One traced child (pid=9132) exited with status: 20
One traced child (pid=9126) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 281.399
CPU time (s): 290.495
CPU user time (s): 284.535
CPU system time (s): 5.96009
CPU usage (%): 103.232
Max. virtual memory (cumulated for all children) (Kb): 846004

Verifier Data

ERROR: no interpretation found !