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-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-enigma.opb
MD5SUM69bc407892007f468f206122d0d17aba
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 900207
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 9508275
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark2.17967
Number of variables100
Total number of constraints121
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)120
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint90

Trace number 4122

Launcher Data

LAUNCH ON wulflinc5 THE 2005-09-19 05:01:25 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6368 boxname=wulflinc5 idbench=508 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  69bc407892007f468f206122d0d17aba  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-enigma.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-enigma.opb
IDLAUNCH: 6368
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        904672 kB
Buffers:         35360 kB
Cached:          70756 kB
SwapCached:        780 kB
Active:          73184 kB
Inactive:        35636 kB
HighTotal:      131008 kB
HighFree:        56588 kB
LowTotal:       903652 kB
LowFree:        848084 kB
SwapTotal:     2097136 kB
SwapFree:      2095888 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            15528 kB
Committed_AS:    64300 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 05:05:55 (client local time) WITH STATUS 30 IN 265.734 SECONDS
stats: 6368 0 265.734 30

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/wulflinc5/normalized-mps-v2-20-10-enigma.opb
c reading problem ... done. Time 0.292 ms.
c #vars     100
c #constraints  42
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 268.47 ms
c starts		: 5
c conflicts		: 917
c decisions		: 1458
c propagations		: 10854
c inspects		: 1014937
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 917
c root simplifications	: 5
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1332
c speed (decisions/second)	: 5.435937587383257
c non guided choices	45
c random choices	0
s OPTIMUM FOUND
v -A1_bit0 -A2_bit0 -A3_bit0 -A4_bit0 -A5_bit0 -A6_bit0 -A7_bit0 -A8_bit0 -A9_bit0 A0_bit0 -B0_bit0 -B1_bit0 -B2_bit0 -B3_bit0 -B4_bit0 -B5_bit0 -B6_bit0 -B7_bit0 B8_bit0 -B9_bit0 -C0_bit0 -C1_bit0 -C2_bit0 -C3_bit0 -C4_bit0 C5_bit0 -C6_bit0 -C7_bit0 -C8_bit0 -C9_bit0 -D0_bit0 -D1_bit0 -D2_bit0 -D3_bit0 -D4_bit0 -D5_bit0 D6_bit0 -D7_bit0 -D8_bit0 -D9_bit0 -E0_bit0 -E1_bit0 -E2_bit0 -E3_bit0 E4_bit0 -E5_bit0 -E6_bit0 -E7_bit0 -E8_bit0 -E9_bit0 -F0_bit0 -F1_bit0 -F2_bit0 -F3_bit0 -F4_bit0 -F5_bit0 -F6_bit0 -F7_bit0 -F8_bit0 F9_bit0 -G0_bit0 G1_bit0 -G2_bit0 -G3_bit0 -G4_bit0 -G5_bit0 -G6_bit0 -G7_bit0 -G8_bit0 -G9_bit0 -H0_bit0 -H1_bit0 -H2_bit0 -H3_bit0 -H4_bit0 -H5_bit0 -H6_bit0 H7_bit0 -H8_bit0 -H9_bit0 -I0_bit0 -I1_bit0 I2_bit0 -I3_bit0 -I4_bit0 -I5_bit0 -I6_bit0 -I7_bit0 -I8_bit0 -I9_bit0 -L0_bit0 -L1_bit0 -L2_bit0 L3_bit0 -L4_bit0 -L5_bit0 -L6_bit0 -L7_bit0 -L8_bit0 -L9_bit0 
c objective function=0
c Total CPU time (ms) : 268.521

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/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1788992391 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 39 3 38 16 0 23 0
[pid=17170] 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/17170
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=17171
New thread pid=17172
New thread pid=17173
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=17174
New thread pid=17175
New thread pid=17176
New thread pid=17177
New thread pid=17178
New thread pid=17179
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/wulflinc5/normalized-mps-v2-20-10-enigma.opb
New thread pid=17180

[startup+10.0026 s]
Raw data (loadavg): 1.15 1.03 1.00 4/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18144 0 1 0 599 48 0 0 23 0 11 0 1788992391 864899072 21280 4294967295 134512640 134569956 3221224336 3221214672 1131330704 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 211157 21280 13129 16 0 211141 0
[pid=17170] vsize: 844628
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (Kb) 844628

[startup+20.0033 s]
Raw data (loadavg): 1.20 1.05 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18159 0 1 0 1545 49 0 0 25 0 11 0 1788992391 860491776 20633 4294967295 134512640 134569956 3221224336 3221214672 1131329025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 20633 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (Kb) 840324

[startup+30.0041 s]
Raw data (loadavg): 1.17 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18169 0 1 0 2503 49 0 0 25 0 11 0 1788992391 860491776 20832 4294967295 134512640 134569956 3221224336 3221214672 1131329427 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 20832 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (Kb) 840324

[startup+40.0048 s]
Raw data (loadavg): 1.14 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18180 0 1 0 3449 50 0 0 25 0 11 0 1788992391 860491776 21031 4294967295 134512640 134569956 3221224336 3221214736 1131356102 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21031 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 34.99
Current children cumulated vsize (Kb) 840324

[startup+50.0055 s]
Raw data (loadavg): 1.12 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18190 0 1 0 4404 50 0 0 17 0 11 0 1788992391 860491776 21369 4294967295 134512640 134569956 3221224336 3221214280 1078903603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21369 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 44.54
Current children cumulated vsize (Kb) 840324

[startup+60.0063 s]
Raw data (loadavg): 1.10 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18200 0 1 0 5372 51 0 0 24 0 11 0 1788992391 860491776 21488 4294967295 134512640 134569956 3221224336 3221214296 1131566775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21488 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 54.23
Current children cumulated vsize (Kb) 840324

[startup+70.007 s]
Raw data (loadavg): 1.09 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18210 0 1 0 6343 51 0 0 16 0 11 0 1788992391 860491776 21591 4294967295 134512640 134569956 3221224336 3221214672 1131329591 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21591 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 63.94
Current children cumulated vsize (Kb) 840324

[startup+80.0078 s]
Raw data (loadavg): 1.07 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18220 0 1 0 7316 52 0 0 25 0 11 0 1788992391 860491776 21667 4294967295 134512640 134569956 3221224336 3221214672 1131329410 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 21667 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 73.68
Current children cumulated vsize (Kb) 840324

[startup+90.0085 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18230 0 1 0 8292 52 0 0 16 0 11 0 1788992391 860491776 21741 4294967295 134512640 134569956 3221224336 3221214216 1131583528 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21741 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 83.44
Current children cumulated vsize (Kb) 840324

[startup+100.008 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18239 0 1 0 9271 52 0 0 25 0 11 0 1788992391 860491776 21804 4294967295 134512640 134569956 3221224336 3221214528 1131414129 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 21804 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 93.23
Current children cumulated vsize (Kb) 840324

[startup+110.009 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18250 0 1 0 10247 53 0 0 25 0 11 0 1788992391 860491776 21863 4294967295 134512640 134569956 3221224336 3221214672 1131329464 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21863 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 103
Current children cumulated vsize (Kb) 840324

[startup+120.01 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18260 0 1 0 11222 54 0 0 25 0 11 0 1788992391 860491776 21920 4294967295 134512640 134569956 3221224336 3221214672 1131329467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 21920 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 112.76
Current children cumulated vsize (Kb) 840324

[startup+130.01 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18270 0 1 0 12194 54 0 0 25 0 11 0 1788992391 860491776 21978 4294967295 134512640 134569956 3221224336 3221214720 1131316748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 21978 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 122.48
Current children cumulated vsize (Kb) 840324

[startup+140.01 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18280 0 1 0 13167 54 0 0 25 0 11 0 1788992391 860491776 22057 4294967295 134512640 134569956 3221224336 3221214760 1131338688 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 22057 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 132.21
Current children cumulated vsize (Kb) 840324

[startup+150.011 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18290 0 1 0 14141 55 0 0 25 0 11 0 1788992391 860491776 22128 4294967295 134512640 134569956 3221224336 3221214760 1131339360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 22128 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 141.96
Current children cumulated vsize (Kb) 840324

[startup+160.012 s]
Raw data (loadavg): 1.10 1.04 1.01 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18301 0 1 0 15114 56 0 0 24 0 11 0 1788992391 860491776 22201 4294967295 134512640 134569956 3221224336 3221214384 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 22201 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 151.7
Current children cumulated vsize (Kb) 840324

[startup+170.011 s]
Raw data (loadavg): 1.08 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18311 0 1 0 16091 56 0 0 17 0 11 0 1788992391 860491776 22267 4294967295 134512640 134569956 3221224336 3221214560 1131401625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22267 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (Kb) 840324

[startup+180.011 s]
Raw data (loadavg): 1.07 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18321 0 1 0 17068 56 0 0 25 0 11 0 1788992391 860491776 22309 4294967295 134512640 134569956 3221224336 3221214672 1131329036 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 22309 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 171.24
Current children cumulated vsize (Kb) 840324

[startup+190.012 s]
Raw data (loadavg): 1.06 1.04 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18331 0 1 0 18042 57 0 0 25 0 11 0 1788992391 860491776 22368 4294967295 134512640 134569956 3221224336 3221214672 1131329467 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22368 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 180.99
Current children cumulated vsize (Kb) 840324

[startup+200.012 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18341 0 1 0 19018 58 0 0 25 0 11 0 1788992391 860491776 22427 4294967295 134512640 134569956 3221224336 3221214528 1131414185 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22427 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 190.76
Current children cumulated vsize (Kb) 840324

[startup+210.013 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18351 0 1 0 19994 58 0 0 21 0 11 0 1788992391 860491776 22486 4294967295 134512640 134569956 3221224336 3221214672 1131329085 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22486 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 200.52
Current children cumulated vsize (Kb) 840324

[startup+220.014 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18361 0 1 0 20972 58 0 0 25 0 11 0 1788992391 860491776 22543 4294967295 134512640 134569956 3221224336 3221214672 1131329637 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22543 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 210.3
Current children cumulated vsize (Kb) 840324

[startup+230.014 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18370 0 1 0 21951 59 0 0 22 0 11 0 1788992391 860491776 22591 4294967295 134512640 134569956 3221224336 3221214756 1131329004 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22591 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (Kb) 840324

[startup+240.015 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18379 0 1 0 22927 59 0 0 25 0 11 0 1788992391 860491776 22637 4294967295 134512640 134569956 3221224336 3221214528 1131414899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22637 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 229.86
Current children cumulated vsize (Kb) 840324

[startup+250.014 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) R 17169 17170 824 0 -1 0 18386 0 1 0 23905 59 0 0 25 0 11 0 1788992391 860491776 22679 4294967295 134512640 134569956 3221224336 3221214632 1131426163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17170/statm): 210081 22679 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 239.64
Current children cumulated vsize (Kb) 840324

[startup+260.015 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17180
Raw data (/proc/17170/stat): 17170 (java) S 17169 17170 824 0 -1 0 18392 0 1 0 24883 60 0 0 17 0 11 0 1788992391 860491776 22714 4294967295 134512640 134569956 3221224336 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17170/statm): 210081 22714 13129 16 0 210065 0
[pid=17170] vsize: 840324
Current children cumulated CPU time (s) 249.43
Current children cumulated vsize (Kb) 840324
One traced child (pid=17180) exited with status: 0
New thread pid=17181
One traced child (pid=17181) exited with status: 0
One traced child (pid=17179) exited with status: 0
One traced child (pid=17174) exited with status: 0
One traced child (pid=17171) exited with status: 30
One traced child (pid=17172) exited with status: 30
One traced child (pid=17178) exited with status: 30
One traced child (pid=17175) exited with status: 30
One traced child (pid=17177) exited with status: 30
One traced child (pid=17176) exited with status: 30
One traced child (pid=17173) exited with status: 30
One traced child (pid=17170) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 269.867
CPU time (s): 265.734
CPU user time (s): 264.915
CPU system time (s): 0.818875
CPU usage (%): 98.4682
Max. virtual memory (cumulated for all children) (Kb): 844628

Verifier Data

Verifier:	OK	0