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/miplib/normalized-mps-v2-13-7-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.14267
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 8697

Launcher Data

LAUNCH ON wulflinc20 THE 2005-09-20 18:02:20 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6752 boxname=wulflinc20 idbench=892 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  69bc407892007f468f206122d0d17aba  /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-13-7-enigma.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-13-7-enigma.opb
IDLAUNCH: 6752
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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	: 3
cpu MHz		: 451.215
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        854136 kB
Buffers:         32840 kB
Cached:         118588 kB
SwapCached:        892 kB
Active:          78452 kB
Inactive:        75640 kB
HighTotal:      131008 kB
HighFree:        16408 kB
LowTotal:       903652 kB
LowFree:        837728 kB
SwapTotal:     2097892 kB
SwapFree:      2096548 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            20724 kB
Committed_AS:    64172 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 18:06:50 (client local time) WITH STATUS 30 IN 276.73 SECONDS
stats: 6752 0 276.73 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/wulflinc20/normalized-mps-v2-13-7-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.49 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.435593068686808
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.537

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/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1860542004 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 39 3 38 16 0 23 0
[pid=5462] 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/5462
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=5463
New thread pid=5464
New thread pid=5465
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=5466
New thread pid=5467
New thread pid=5468
New thread pid=5469
New thread pid=5470
New thread pid=5471
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/wulflinc20/normalized-mps-v2-13-7-enigma.opb
New thread pid=5472

[startup+10.0025 s]
Raw data (loadavg): 1.10 1.02 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18146 0 1 0 634 45 0 0 16 0 11 0 1860542004 863436800 21033 4294967295 134512640 134569956 3221224336 3221214760 1131339014 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210800 21033 13129 16 0 210784 0
[pid=5462] vsize: 843200
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (Kb) 843200

[startup+20.0032 s]
Raw data (loadavg): 1.08 1.02 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18157 0 1 0 1590 45 0 0 25 0 11 0 1860542004 862146560 20980 4294967295 134512640 134569956 3221224336 3221214472 1131362096 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 20980 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 16.35
Current children cumulated vsize (Kb) 841940

[startup+30.0039 s]
Raw data (loadavg): 1.07 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) S 5461 5462 2660 0 -1 0 18167 0 1 0 2549 46 0 0 25 0 11 0 1860542004 862146560 21177 4294967295 134512640 134569956 3221224336 3221213120 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 21177 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 25.95
Current children cumulated vsize (Kb) 841940

[startup+40.0046 s]
Raw data (loadavg): 1.06 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18176 0 1 0 3495 46 0 0 25 0 11 0 1860542004 862146560 21372 4294967295 134512640 134569956 3221224336 3221214672 1131328972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 21372 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 35.41
Current children cumulated vsize (Kb) 841940

[startup+50.0054 s]
Raw data (loadavg): 1.05 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18187 0 1 0 4452 46 0 0 18 0 11 0 1860542004 862146560 21711 4294967295 134512640 134569956 3221224336 3221214608 1131354595 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 21711 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 44.98
Current children cumulated vsize (Kb) 841940

[startup+60.0051 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18197 0 1 0 5420 46 0 0 17 0 11 0 1860542004 862146560 21824 4294967295 134512640 134569956 3221224336 3221214672 1131329370 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 21824 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 54.66
Current children cumulated vsize (Kb) 841940

[startup+70.0058 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18207 0 1 0 6391 47 0 0 25 0 11 0 1860542004 862146560 21929 4294967295 134512640 134569956 3221224336 3221214672 1131329519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 21929 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 64.38
Current children cumulated vsize (Kb) 841940

[startup+80.0065 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18217 0 1 0 7364 47 0 0 25 0 11 0 1860542004 862146560 22002 4294967295 134512640 134569956 3221224336 3221214672 1131329553 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22002 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 74.11
Current children cumulated vsize (Kb) 841940

[startup+90.0072 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18227 0 1 0 8339 47 0 0 25 0 11 0 1860542004 862146560 22079 4294967295 134512640 134569956 3221224336 3221214672 1131329346 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22079 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 83.86
Current children cumulated vsize (Kb) 841940

[startup+100.008 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18236 0 1 0 9319 48 0 0 25 0 11 0 1860542004 862146560 22137 4294967295 134512640 134569956 3221224336 3221214672 1131329436 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22137 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 93.67
Current children cumulated vsize (Kb) 841940

[startup+110.009 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18246 0 1 0 10294 48 0 0 25 0 11 0 1860542004 862146560 22199 4294967295 134512640 134569956 3221224336 3221214672 1131329376 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22199 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 103.42
Current children cumulated vsize (Kb) 841940

[startup+120.009 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18256 0 1 0 11270 48 0 0 25 0 11 0 1860542004 862146560 22257 4294967295 134512640 134569956 3221224336 3221214672 1131329856 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22257 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 113.18
Current children cumulated vsize (Kb) 841940

[startup+130.01 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18266 0 1 0 12242 49 0 0 25 0 11 0 1860542004 862146560 22318 4294967295 134512640 134569956 3221224336 3221214756 1131353833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22318 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 122.91
Current children cumulated vsize (Kb) 841940

[startup+140.011 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18276 0 1 0 13215 49 0 0 25 0 11 0 1860542004 862146560 22389 4294967295 134512640 134569956 3221224336 3221214704 1131316641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22389 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 132.64
Current children cumulated vsize (Kb) 841940

[startup+150.012 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18286 0 1 0 14190 50 0 0 25 0 11 0 1860542004 862146560 22460 4294967295 134512640 134569956 3221224336 3221214704 1131316625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22460 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 142.4
Current children cumulated vsize (Kb) 841940

[startup+160.012 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18296 0 1 0 15166 50 0 0 22 0 11 0 1860542004 862146560 22529 4294967295 134512640 134569956 3221224336 3221214672 1131329044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22529 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 152.16
Current children cumulated vsize (Kb) 841940

[startup+170.013 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18306 0 1 0 16143 51 0 0 25 0 11 0 1860542004 862146560 22595 4294967295 134512640 134569956 3221224336 3221214672 1131330155 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22595 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (Kb) 841940

[startup+180.013 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18316 0 1 0 17118 52 0 0 22 0 11 0 1860542004 862146560 22637 4294967295 134512640 134569956 3221224336 3221214672 1131328994 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22637 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 171.7
Current children cumulated vsize (Kb) 841940

[startup+190.014 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18326 0 1 0 18094 52 0 0 25 0 11 0 1860542004 862146560 22696 4294967295 134512640 134569956 3221224336 3221214672 1131329447 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22696 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 181.46
Current children cumulated vsize (Kb) 841940

[startup+200.015 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5472
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18336 0 1 0 19070 52 0 0 25 0 11 0 1860542004 862146560 22755 4294967295 134512640 134569956 3221224336 3221214704 1131316625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22755 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 191.22
Current children cumulated vsize (Kb) 841940

[startup+210.015 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18346 0 1 0 20048 53 0 0 25 0 11 0 1860542004 862146560 22814 4294967295 134512640 134569956 3221224336 3221214672 1131329597 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22814 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 201.01
Current children cumulated vsize (Kb) 841940

[startup+220.017 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18356 0 1 0 21024 54 0 0 25 0 11 0 1860542004 862146560 22871 4294967295 134512640 134569956 3221224336 3221214476 1076479649 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22871 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 210.78
Current children cumulated vsize (Kb) 841940

[startup+230.017 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18365 0 1 0 22002 54 0 0 25 0 11 0 1860542004 862146560 22919 4294967295 134512640 134569956 3221224336 3221214672 1131329391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 22919 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (Kb) 841940

[startup+240.018 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18374 0 1 0 22978 54 0 0 25 0 11 0 1860542004 862146560 22965 4294967295 134512640 134569956 3221224336 3221214352 1131530649 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 22965 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 230.32
Current children cumulated vsize (Kb) 841940

[startup+250.019 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18381 0 1 0 23957 54 0 0 25 0 11 0 1860542004 862146560 23007 4294967295 134512640 134569956 3221224336 3221214352 1131534207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5462/statm): 210485 23007 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 240.11
Current children cumulated vsize (Kb) 841940

[startup+260.02 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 5474
Raw data (/proc/5462/stat): 5462 (java) R 5461 5462 2660 0 -1 0 18387 0 1 0 24938 55 0 0 25 0 11 0 1860542004 862146560 23041 4294967295 134512640 134569956 3221224336 3221214672 1131329622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5462/statm): 210485 23041 13129 16 0 210469 0
[pid=5462] vsize: 841940
Current children cumulated CPU time (s) 249.93
Current children cumulated vsize (Kb) 841940
One traced child (pid=5472) exited with status: 0
New thread pid=5475
One traced child (pid=5475) exited with status: 0
One traced child (pid=5471) exited with status: 0
One traced child (pid=5466) exited with status: 0
One traced child (pid=5463) exited with status: 30
One traced child (pid=5464) exited with status: 30
One traced child (pid=5465) exited with status: 30
One traced child (pid=5467) exited with status: 30
One traced child (pid=5468) exited with status: 30
One traced child (pid=5469) exited with status: 30
One traced child (pid=5470) exited with status: 30
One traced child (pid=5462) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 269.92
CPU time (s): 276.73
CPU user time (s): 275.726
CPU system time (s): 1.00385
CPU usage (%): 102.523
Max. virtual memory (cumulated for all children) (Kb): 843200

Verifier Data

Verifier:	OK	0