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/miplib3/normalized-mps-v2-13-7-stein27.opb
MD5SUM5cfd2609faa97ca60458112609ce37ee
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of terms in the objective function 27
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 27
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 40
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark1.40978
Number of variables27
Total number of constraints145
Number of constraints which are clauses117
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27

Trace number 8852

Launcher Data

LAUNCH ON wulflinc2 THE 2005-09-20 19:38:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6910 boxname=wulflinc2 idbench=1050 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5cfd2609faa97ca60458112609ce37ee  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-stein27.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-stein27.opb
IDLAUNCH: 6910
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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.191
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:        874964 kB
Buffers:         33424 kB
Cached:         101096 kB
SwapCached:       1004 kB
Active:          59568 kB
Inactive:        77612 kB
HighTotal:      131008 kB
HighFree:        28868 kB
LowTotal:       903652 kB
LowFree:        846096 kB
SwapTotal:     2097136 kB
SwapFree:      2095552 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5608 kB
Slab:            16832 kB
Committed_AS:    72496 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 19:44:27 (client local time) WITH STATUS 30 IN 373.748 SECONDS
stats: 6910 0 373.748 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/wulflinc2/normalized-mps-v2-13-7-stein27.opb
c reading problem ... done. Time 0.315 ms.
c #vars     27
c #constraints  118
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  19 		Current CPU time: 0.36 ms
c CURRENT OPTIMUM=                  18 		Current CPU time: 0.61 ms
c starts		: 12
c conflicts		: 7607
c decisions		: 7852
c propagations		: 38783
c inspects		: 8576149
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 7606
c root simplifications	: 26
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 7781
c speed (decisions/second)	: 21.49601535273231
c non guided choices	24
c random choices	0
s OPTIMUM FOUND
v -V0001_bit0 -V0002_bit0 -V0003_bit0 V0004_bit0 V0005_bit0 V0006_bit0 -V0007_bit0 V0008_bit0 V0009_bit0 -V0010_bit0 -V0011_bit0 V0012_bit0 -V0013_bit0 V0014_bit0 V0015_bit0 V0016_bit0 -V0017_bit0 V0018_bit0 V0019_bit0 V0020_bit0 V0021_bit0 V0022_bit0 V0023_bit0 V0024_bit0 V0025_bit0 -V0026_bit0 V0027_bit0 
c objective function=18
c Total CPU time (ms) : 365.901

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/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1802902828 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 39 3 38 16 0 23 0
[pid=15927] 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/15927
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=15928
New thread pid=15929
New thread pid=15930
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=15931
New thread pid=15932
New thread pid=15933
New thread pid=15934
New thread pid=15935
New thread pid=15936
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/wulflinc2/normalized-mps-v2-13-7-stein27.opb
New thread pid=15937
One traced child (pid=15937) exited with status: 0
New thread pid=15938
One traced child (pid=15938) exited with status: 0
New thread pid=15939

[startup+10.0018 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18204 4 1 0 748 45 0 0 25 0 11 0 1802902828 857530368 19782 4294967295 134512640 134569956 3221224336 3221214376 1131412842 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209358 19782 13129 16 0 209342 0
[pid=15927] vsize: 837432
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (Kb) 837432

[startup+20.0035 s]
Raw data (loadavg): 1.16 1.03 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18213 4 1 0 1716 45 0 0 18 0 11 0 1802902828 857366528 20299 4294967295 134512640 134569956 3221224336 3221214160 1131408068 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209318 20299 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (Kb) 837272

[startup+30.0042 s]
Raw data (loadavg): 1.21 1.05 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18221 4 1 0 2682 46 0 0 17 0 11 0 1802902828 857366528 20654 4294967295 134512640 134569956 3221224336 3221214712 1131318272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209318 20654 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 27.28
Current children cumulated vsize (Kb) 837272

[startup+40.0039 s]
Raw data (loadavg): 1.17 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18226 4 1 0 3645 46 0 0 17 0 11 0 1802902828 857366528 20918 4294967295 134512640 134569956 3221224336 3221214864 1131317696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 20918 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 36.91
Current children cumulated vsize (Kb) 837272

[startup+50.0056 s]
Raw data (loadavg): 1.15 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18230 4 1 0 4603 46 0 0 24 0 11 0 1802902828 857366528 21292 4294967295 134512640 134569956 3221224336 3221214752 1131330854 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21292 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 46.49
Current children cumulated vsize (Kb) 837272

[startup+60.0063 s]
Raw data (loadavg): 1.12 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18234 4 1 0 5565 46 0 0 25 0 11 0 1802902828 857366528 21292 4294967295 134512640 134569956 3221224336 3221214232 1131411740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209318 21292 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 56.11
Current children cumulated vsize (Kb) 837272

[startup+70.007 s]
Raw data (loadavg): 1.10 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18239 4 1 0 6525 46 0 0 25 0 11 0 1802902828 857366528 21367 4294967295 134512640 134569956 3221224336 3221214184 1131413085 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209318 21367 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 65.71
Current children cumulated vsize (Kb) 837272

[startup+80.0077 s]
Raw data (loadavg): 1.09 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18243 4 1 0 7482 46 0 0 25 0 11 0 1802902828 857366528 21435 4294967295 134512640 134569956 3221224336 3221214664 1131344291 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21435 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 75.28
Current children cumulated vsize (Kb) 837272

[startup+90.0084 s]
Raw data (loadavg): 1.07 1.04 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18248 4 1 0 8438 47 0 0 17 0 11 0 1802902828 857366528 21545 4294967295 134512640 134569956 3221224336 3221214712 1131318275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21545 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 84.85
Current children cumulated vsize (Kb) 837272

[startup+100.009 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18252 4 1 0 9406 47 0 0 25 0 11 0 1802902828 857366528 21634 4294967295 134512640 134569956 3221224336 3221214592 1131345161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21634 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 94.53
Current children cumulated vsize (Kb) 837272

[startup+110.01 s]
Raw data (loadavg): 1.05 1.03 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18255 4 1 0 10377 47 0 0 25 0 11 0 1802902828 857366528 21758 4294967295 134512640 134569956 3221224336 3221214680 1131330551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21758 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 104.24
Current children cumulated vsize (Kb) 837272

[startup+120.012 s]
Raw data (loadavg): 1.04 1.03 1.01 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18261 4 1 0 11348 47 0 0 25 0 11 0 1802902828 857366528 21865 4294967295 134512640 134569956 3221224336 3221214752 1131404509 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21865 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 113.95
Current children cumulated vsize (Kb) 837272

[startup+130.012 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18265 4 1 0 12312 47 0 0 21 0 11 0 1802902828 857366528 21982 4294967295 134512640 134569956 3221224336 3221214680 1131330551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 21982 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 123.59
Current children cumulated vsize (Kb) 837272

[startup+140.013 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18269 4 1 0 13285 47 0 0 25 0 11 0 1802902828 857366528 22056 4294967295 134512640 134569956 3221224336 3221214168 1131412964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 22056 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 133.32
Current children cumulated vsize (Kb) 837272

[startup+150.014 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18272 4 1 0 14257 48 0 0 25 0 11 0 1802902828 857366528 22128 4294967295 134512640 134569956 3221224336 3221213964 1085743744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 22128 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 143.05
Current children cumulated vsize (Kb) 837272

[startup+160.013 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18276 4 1 0 15222 48 0 0 23 0 11 0 1802902828 857366528 22221 4294967295 134512640 134569956 3221224336 3221214680 1131330809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209318 22221 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 152.7
Current children cumulated vsize (Kb) 837272

[startup+170.015 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18279 4 1 0 16197 48 0 0 25 0 11 0 1802902828 857366528 22293 4294967295 134512640 134569956 3221224336 3221214264 1131413031 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209318 22293 13129 16 0 209302 0
[pid=15927] vsize: 837272
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (Kb) 837272

[startup+180.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18283 4 1 0 17171 48 0 0 25 0 11 0 1802902828 858415104 22591 4294967295 134512640 134569956 3221224336 3221214160 1131422261 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 22591 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 172.19
Current children cumulated vsize (Kb) 838296

[startup+190.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18287 4 1 0 18140 48 0 0 25 0 11 0 1802902828 858415104 22644 4294967295 134512640 134569956 3221224336 3221214048 1131408040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 22644 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 181.88
Current children cumulated vsize (Kb) 838296

[startup+200.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) S 15926 15927 6872 0 -1 0 18292 4 1 0 19114 49 0 0 25 0 11 0 1802902828 858415104 22710 4294967295 134512640 134569956 3221224336 3221213192 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 22710 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 191.63
Current children cumulated vsize (Kb) 838296

[startup+210.017 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18295 4 1 0 20086 49 0 0 25 0 11 0 1802902828 858415104 22792 4294967295 134512640 134569956 3221224336 3221214716 1131057195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 22792 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 201.35
Current children cumulated vsize (Kb) 838296

[startup+220.018 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18299 4 1 0 21057 49 0 0 25 0 11 0 1802902828 858415104 22871 4294967295 134512640 134569956 3221224336 3221213912 1085806289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 22871 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 211.06
Current children cumulated vsize (Kb) 838296

[startup+230.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18302 4 1 0 22035 49 0 0 25 0 11 0 1802902828 858415104 22927 4294967295 134512640 134569956 3221224336 3221214400 1131413064 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 22927 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (Kb) 838296

[startup+240.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18306 4 1 0 23007 49 0 0 25 0 11 0 1802902828 858415104 23003 4294967295 134512640 134569956 3221224336 3221214096 1131408101 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23003 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 230.56
Current children cumulated vsize (Kb) 838296

[startup+250.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18310 4 1 0 23981 49 0 0 24 0 11 0 1802902828 858415104 23060 4294967295 134512640 134569956 3221224336 3221214220 1085743747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23060 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 240.3
Current children cumulated vsize (Kb) 838296

[startup+260.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) S 15926 15927 6872 0 -1 0 18313 4 1 0 24960 50 0 0 25 0 11 0 1802902828 858415104 23098 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23098 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 250.1
Current children cumulated vsize (Kb) 838296

[startup+270.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18317 4 1 0 25934 50 0 0 25 0 11 0 1802902828 858415104 23157 4294967295 134512640 134569956 3221224336 3221214680 1131331129 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23157 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 259.84
Current children cumulated vsize (Kb) 838296

[startup+280.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18321 4 1 0 26907 50 0 0 25 0 11 0 1802902828 858415104 23227 4294967295 134512640 134569956 3221224336 3221214640 1131318272 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 23227 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 269.57
Current children cumulated vsize (Kb) 838296

[startup+290.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18325 4 1 0 27885 50 0 0 25 0 11 0 1802902828 858415104 23291 4294967295 134512640 134569956 3221224336 3221214640 1131318314 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 23291 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 279.35
Current children cumulated vsize (Kb) 838296

[startup+300.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18329 4 1 0 28864 51 0 0 23 0 11 0 1802902828 858415104 23345 4294967295 134512640 134569956 3221224336 3221214048 1131407818 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 23345 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 289.15
Current children cumulated vsize (Kb) 838296

[startup+310.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18333 4 1 0 29842 51 0 0 25 0 11 0 1802902828 858415104 23401 4294967295 134512640 134569956 3221224336 3221214592 1131344375 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 23401 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 298.93
Current children cumulated vsize (Kb) 838296

[startup+320.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18337 4 1 0 30822 51 0 0 25 0 11 0 1802902828 858415104 23438 4294967295 134512640 134569956 3221224336 3221214504 1131412842 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23438 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 308.73
Current children cumulated vsize (Kb) 838296

[startup+330.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18341 4 1 0 31802 51 0 0 25 0 11 0 1802902828 858415104 23475 4294967295 134512640 134569956 3221224336 3221214592 1131344333 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23475 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 318.53
Current children cumulated vsize (Kb) 838296

[startup+340.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18345 4 1 0 32780 53 0 0 25 0 11 0 1802902828 858415104 23513 4294967295 134512640 134569956 3221224336 3221214312 1131413097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23513 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 328.33
Current children cumulated vsize (Kb) 838296

[startup+350.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18349 4 1 0 33759 54 0 0 25 0 11 0 1802902828 858415104 23546 4294967295 134512640 134569956 3221224336 3221214680 1131330902 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15927/statm): 209574 23546 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 338.13
Current children cumulated vsize (Kb) 838296

[startup+360.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 15939
Raw data (/proc/15927/stat): 15927 (java) R 15926 15927 6872 0 -1 0 18354 4 1 0 34736 54 0 0 22 0 11 0 1802902828 858415104 23593 4294967295 134512640 134569956 3221224336 3221214576 1131360984 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15927/statm): 209574 23593 13129 16 0 209558 0
[pid=15927] vsize: 838296
Current children cumulated CPU time (s) 347.9
Current children cumulated vsize (Kb) 838296
One traced child (pid=15939) exited with status: 0
New thread pid=15940
One traced child (pid=15940) exited with status: 0
One traced child (pid=15936) exited with status: 0
One traced child (pid=15931) exited with status: 0
One traced child (pid=15928) exited with status: 30
One traced child (pid=15929) exited with status: 30
One traced child (pid=15930) exited with status: 30
One traced child (pid=15932) exited with status: 30
One traced child (pid=15933) exited with status: 30
One traced child (pid=15934) exited with status: 30
One traced child (pid=15935) exited with status: 30
One traced child (pid=15927) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 367.263
CPU time (s): 373.748
CPU user time (s): 372.843
CPU system time (s): 0.904862
CPU usage (%): 101.766
Max. virtual memory (cumulated for all children) (Kb): 838296

Verifier Data

Verifier:	OK	18