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-stein27.opb
MD5SUM5af5f5067167ce7c0b9b9169af5e7adf
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.41079
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 4173

Launcher Data

LAUNCH ON wulflinc5 THE 2005-09-19 05:27:29 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6405 boxname=wulflinc5 idbench=545 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5af5f5067167ce7c0b9b9169af5e7adf  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-stein27.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-stein27.opb
IDLAUNCH: 6405
/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:        904600 kB
Buffers:         35400 kB
Cached:          70852 kB
SwapCached:        780 kB
Active:          73208 kB
Inactive:        35780 kB
HighTotal:      131008 kB
HighFree:        56420 kB
LowTotal:       903652 kB
LowFree:        848180 kB
SwapTotal:     2097136 kB
SwapFree:      2095888 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            15364 kB
Committed_AS:    64340 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 05:33:35 (client local time) WITH STATUS 30 IN 371.977 SECONDS
stats: 6405 0 371.977 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-stein27.opb
c reading problem ... done. Time 0.297 ms.
c #vars     27
c #constraints  118
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  19 		Current CPU time: 0.35 ms
c CURRENT OPTIMUM=                  18 		Current CPU time: 0.60 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.588331523308085
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) : 364.323

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/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1789148864 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 39 3 38 16 0 23 0
[pid=17494] 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/17494
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=17495
New thread pid=17496
New thread pid=17497
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=17498
New thread pid=17499
New thread pid=17500
New thread pid=17501
New thread pid=17502
New thread pid=17503
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-stein27.opb
New thread pid=17504
One traced child (pid=17504) exited with status: 0
New thread pid=17505
One traced child (pid=17505) exited with status: 0
New thread pid=17506

[startup+10.002 s]
Raw data (loadavg): 1.16 1.03 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18169 3 1 0 766 48 0 0 18 0 11 0 1789148864 857907200 19826 4294967295 134512640 134569956 3221224336 3221214664 1131329192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209450 19826 13129 16 0 209434 0
[pid=17494] vsize: 837800
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (Kb) 837800

[startup+20.0037 s]
Raw data (loadavg): 1.13 1.03 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18178 3 1 0 1733 49 0 0 17 0 11 0 1789148864 857645056 20328 4294967295 134512640 134569956 3221224336 3221214708 1131335270 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 20328 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 17.82
Current children cumulated vsize (Kb) 837544

[startup+30.0044 s]
Raw data (loadavg): 1.19 1.05 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18187 3 1 0 2699 49 0 0 18 0 11 0 1789148864 857645056 20687 4294967295 134512640 134569956 3221224336 3221214728 1131341549 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 20687 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 27.48
Current children cumulated vsize (Kb) 837544

[startup+40.0042 s]
Raw data (loadavg): 1.16 1.04 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18193 3 1 0 3660 50 0 0 20 0 11 0 1789148864 857645056 20950 4294967295 134512640 134569956 3221224336 3221214008 1085806301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 20950 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (Kb) 837544

[startup+50.005 s]
Raw data (loadavg): 1.13 1.04 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18197 3 1 0 4618 50 0 0 25 0 11 0 1789148864 857645056 21324 4294967295 134512640 134569956 3221224336 3221214760 1131452804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 21324 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (Kb) 837544

[startup+60.0057 s]
Raw data (loadavg): 1.11 1.04 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18201 3 1 0 5582 50 0 0 25 0 11 0 1789148864 857645056 21324 4294967295 134512640 134569956 3221224336 3221214272 1085806289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 21324 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 56.32
Current children cumulated vsize (Kb) 837544

[startup+70.0065 s]
Raw data (loadavg): 1.09 1.04 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18206 3 1 0 6541 50 0 0 25 0 11 0 1789148864 857645056 21399 4294967295 134512640 134569956 3221224336 3221214728 1131340068 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 21399 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 65.91
Current children cumulated vsize (Kb) 837544

[startup+80.0072 s]
Raw data (loadavg): 1.08 1.04 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18210 3 1 0 7499 51 0 0 25 0 11 0 1789148864 857645056 21467 4294967295 134512640 134569956 3221224336 3221214452 1131425216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 21467 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 75.5
Current children cumulated vsize (Kb) 837544

[startup+90.0069 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18214 3 1 0 8457 51 0 0 23 0 11 0 1789148864 857645056 21570 4294967295 134512640 134569956 3221224336 3221214688 1131450999 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 21570 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 85.08
Current children cumulated vsize (Kb) 837544

[startup+100.008 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18217 3 1 0 9427 51 0 0 25 0 11 0 1789148864 857645056 21659 4294967295 134512640 134569956 3221224336 3221214640 1131329053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 21659 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 94.78
Current children cumulated vsize (Kb) 837544

[startup+110.008 s]
Raw data (loadavg): 1.05 1.03 1.01 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18221 3 1 0 10388 51 0 0 25 0 11 0 1789148864 857645056 21823 4294967295 134512640 134569956 3221224336 3221214420 1085743744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 21823 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 104.39
Current children cumulated vsize (Kb) 837544

[startup+120.01 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18225 3 1 0 11360 51 0 0 19 0 11 0 1789148864 857645056 21913 4294967295 134512640 134569956 3221224336 3221214256 1131419044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 21913 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 114.11
Current children cumulated vsize (Kb) 837544

[startup+130.011 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18228 3 1 0 12332 51 0 0 25 0 11 0 1789148864 857645056 22003 4294967295 134512640 134569956 3221224336 3221214500 1131425225 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22003 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 123.83
Current children cumulated vsize (Kb) 837544

[startup+140.012 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18231 3 1 0 13305 51 0 0 25 0 11 0 1789148864 857645056 22076 4294967295 134512640 134569956 3221224336 3221214688 1131318208 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22076 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 133.56
Current children cumulated vsize (Kb) 837544

[startup+150.012 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18235 3 1 0 14269 52 0 0 25 0 11 0 1789148864 857645056 22174 4294967295 134512640 134569956 3221224336 3221213956 1085743747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22174 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 143.21
Current children cumulated vsize (Kb) 837544

[startup+160.012 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18240 3 1 0 15242 52 0 0 25 0 11 0 1789148864 857645056 22255 4294967295 134512640 134569956 3221224336 3221214504 1131416520 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22255 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 152.94
Current children cumulated vsize (Kb) 837544

[startup+170.013 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18243 3 1 0 16217 52 0 0 25 0 11 0 1789148864 857645056 22327 4294967295 134512640 134569956 3221224336 3221214216 1131414959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22327 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 162.69
Current children cumulated vsize (Kb) 837544

[startup+180.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18247 3 1 0 17183 52 0 0 19 0 11 0 1789148864 857645056 22409 4294967295 134512640 134569956 3221224336 3221214136 1131403914 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22409 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 172.35
Current children cumulated vsize (Kb) 837544

[startup+190.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18250 3 1 0 18160 52 0 0 25 0 11 0 1789148864 857645056 22476 4294967295 134512640 134569956 3221224336 3221214312 1131414972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22476 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 182.12
Current children cumulated vsize (Kb) 837544

[startup+200.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18254 3 1 0 19130 52 0 0 24 0 11 0 1789148864 857645056 22559 4294967295 134512640 134569956 3221224336 3221214264 1131415017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22559 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 191.82
Current children cumulated vsize (Kb) 837544

[startup+210.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18257 3 1 0 20107 53 0 0 25 0 11 0 1789148864 857645056 22624 4294967295 134512640 134569956 3221224336 3221214208 1131418909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22624 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 201.6
Current children cumulated vsize (Kb) 837544

[startup+220.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18261 3 1 0 21078 53 0 0 25 0 11 0 1789148864 857645056 22703 4294967295 134512640 134569956 3221224336 3221214548 1131414985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22703 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 211.31
Current children cumulated vsize (Kb) 837544

[startup+230.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18265 3 1 0 22049 53 0 0 17 0 11 0 1789148864 857645056 22779 4294967295 134512640 134569956 3221224336 3221214688 1131318213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 22779 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (Kb) 837544

[startup+240.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18268 3 1 0 23027 53 0 0 25 0 11 0 1789148864 857645056 22835 4294967295 134512640 134569956 3221224336 3221214308 1131425248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22835 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 230.8
Current children cumulated vsize (Kb) 837544

[startup+250.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18272 3 1 0 24002 54 0 0 25 0 11 0 1789148864 857645056 22892 4294967295 134512640 134569956 3221224336 3221213960 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22892 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 240.56
Current children cumulated vsize (Kb) 837544

[startup+260.02 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18276 3 1 0 24976 54 0 0 25 0 11 0 1789148864 857645056 22946 4294967295 134512640 134569956 3221224336 3221214496 1131425237 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 22946 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 250.3
Current children cumulated vsize (Kb) 837544

[startup+270.02 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18280 3 1 0 25950 54 0 0 17 0 11 0 1789148864 857645056 23007 4294967295 134512640 134569956 3221224336 3221214544 1131425239 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23007 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 260.04
Current children cumulated vsize (Kb) 837544

[startup+280.021 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18283 3 1 0 26930 54 0 0 25 0 11 0 1789148864 857645056 23059 4294967295 134512640 134569956 3221224336 3221214552 1131414825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 23059 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 269.84
Current children cumulated vsize (Kb) 837544

[startup+290.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18287 3 1 0 27907 54 0 0 25 0 11 0 1789148864 857645056 23123 4294967295 134512640 134569956 3221224336 3221214368 1085806732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 23123 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (Kb) 837544

[startup+300.024 s]
Raw data (loadavg): 1.00 1.01 1.00 3/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18292 3 1 0 28880 54 0 0 15 0 11 0 1789148864 857645056 23192 4294967295 134512640 134569956 3221224336 3221214640 1131329153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23192 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 289.34
Current children cumulated vsize (Kb) 837544

[startup+310.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18296 3 1 0 29860 54 0 0 22 0 11 0 1789148864 857645056 23245 4294967295 134512640 134569956 3221224336 3221214008 1085806248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23245 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 299.14
Current children cumulated vsize (Kb) 837544

[startup+320.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18300 3 1 0 30839 55 0 0 25 0 11 0 1789148864 857645056 23284 4294967295 134512640 134569956 3221224336 3221214640 1131328963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 23284 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 308.94
Current children cumulated vsize (Kb) 837544

[startup+330.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18304 3 1 0 31818 55 0 0 25 0 11 0 1789148864 857645056 23312 4294967295 134512640 134569956 3221224336 3221214144 1131403770 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23312 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 318.73
Current children cumulated vsize (Kb) 837544

[startup+340.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18308 3 1 0 32797 55 0 0 20 0 11 0 1789148864 857645056 23352 4294967295 134512640 134569956 3221224336 3221214096 1131416606 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23352 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 328.52
Current children cumulated vsize (Kb) 837544

[startup+350.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) R 17493 17494 824 0 -1 0 18312 3 1 0 33777 56 0 0 25 0 11 0 1789148864 857645056 23386 4294967295 134512640 134569956 3221224336 3221214004 1085743747 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17494/statm): 209386 23386 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 338.33
Current children cumulated vsize (Kb) 837544

[startup+360.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 17506
Raw data (/proc/17494/stat): 17494 (java) S 17493 17494 824 0 -1 0 18316 3 1 0 34755 56 0 0 25 0 11 0 1789148864 857645056 23426 4294967295 134512640 134569956 3221224336 3221213344 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17494/statm): 209386 23426 13129 16 0 209370 0
[pid=17494] vsize: 837544
Current children cumulated CPU time (s) 348.11
Current children cumulated vsize (Kb) 837544
New thread pid=17507
One traced child (pid=17506) exited with status: 0
One traced child (pid=17507) exited with status: 0
One traced child (pid=17503) exited with status: 0
One traced child (pid=17498) exited with status: 0
One traced child (pid=17495) exited with status: 30
One traced child (pid=17496) exited with status: 30
One traced child (pid=17497) exited with status: 30
One traced child (pid=17499) exited with status: 30
One traced child (pid=17502) exited with status: 30
One traced child (pid=17500) exited with status: 30
One traced child (pid=17501) exited with status: 30
One traced child (pid=17494) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 365.663
CPU time (s): 371.977
CPU user time (s): 371.059
CPU system time (s): 0.91886
CPU usage (%): 101.727
Max. virtual memory (cumulated for all children) (Kb): 837800

Verifier Data

Verifier:	OK	18