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/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-13-7-afiro.opb
MD5SUM54588598df6d934a1c188bcc0918a0bb
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1486831
Optimality of the best value was proved YES
Number of terms in the objective function 100
Biggest coefficient in the objective function 131072000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 309329625
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 1273495552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 20473426875
Number of bits of the biggest sum of numbers35
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark481.221
Number of variables640
Total number of constraints27
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints27
Minimum length of a constraint20
Maximum length of a constraint180

Trace number 8998

Launcher Data

LAUNCH ON wulflinc17 THE 2005-09-23 10:30:58 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=7028 boxname=wulflinc17 idbench=1168 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  54588598df6d934a1c188bcc0918a0bb  /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-13-7-afiro.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-13-7-afiro.opb
IDLAUNCH: 7028
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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.161
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:        951320 kB
Buffers:          9260 kB
Cached:          57448 kB
SwapCached:          0 kB
Active:          41852 kB
Inactive:        27720 kB
HighTotal:      131008 kB
HighFree:        69300 kB
LowTotal:       903652 kB
LowFree:        882020 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6964 kB
Slab:             8124 kB
Committed_AS:    63660 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:51:19 (client local time) WITH STATUS 143 IN 1215.71 SECONDS
stats: 7028 0 1215.71 143

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/wulflinc17/normalized-mps-v2-13-7-afiro.opb
c reading problem ... done. Time 0.908 ms.
c #vars     640
c #constraints  35
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 2.09 ms
c starts		: 7
c conflicts		: 1556
c decisions		: 13568
c propagations		: 35301
c inspects		: 9154243
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1556
c root simplifications	: 1096
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 13193
c speed (decisions/second)	: 11.151686108967295
c non guided choices	101
c random choices	0
s SATISFIABLE
v -X02_bit_7 -X02_bit_6 -X02_bit_5 -X02_bit_4 -X02_bit_3 -X02_bit_2 -X02_bit_1 -X02_bit0 -X02_bit1 -X02_bit2 -X02_bit3 -X02_bit4 -X02_bit5 -X02_bit6 -X02_bit7 -X02_bit8 -X02_bit9 -X02_bit10 -X02_bit11 -X02_bit12 -X14_bit_7 -X14_bit_6 -X14_bit_5 -X14_bit_4 -X14_bit_3 -X14_bit_2 -X14_bit_1 -X14_bit0 -X14_bit1 -X14_bit2 -X14_bit3 -X14_bit4 -X14_bit5 -X14_bit6 -X14_bit7 -X14_bit8 -X14_bit9 -X14_bit10 -X14_bit11 -X14_bit12 -X23_bit_7 -X23_bit_6 -X23_bit_5 -X23_bit_4 -X23_bit_3 -X23_bit_2 -X23_bit_1 -X23_bit0 -X23_bit1 -X23_bit2 -X23_bit3 -X23_bit4 -X23_bit5 -X23_bit6 -X23_bit7 -X23_bit8 -X23_bit9 -X23_bit10 -X23_bit11 -X23_bit12 -X36_bit_7 -X36_bit_6 -X36_bit_5 -X36_bit_4 -X36_bit_3 -X36_bit_2 -X36_bit_1 -X36_bit0 -X36_bit1 -X36_bit2 -X36_bit3 -X36_bit4 -X36_bit5 -X36_bit6 -X36_bit7 -X36_bit8 -X36_bit9 -X36_bit10 -X36_bit11 -X36_bit12 -X39_bit_7 -X39_bit_6 -X39_bit_5 -X39_bit_4 -X39_bit_3 -X39_bit_2 -X39_bit_1 -X39_bit0 -X39_bit1 -X39_bit2 -X39_bit3 -X39_bit4 -X39_bit5 -X39_bit6 -X39_bit7 -X39_bit8 -X39_bit9 -X39_bit10 -X39_bit11 -X39_bit12 -X01_bit_7 -X01_bit_6 -X01_bit_5 -X01_bit_4 -X01_bit_3 -X01_bit_2 -X01_bit_1 -X01_bit0 -X01_bit1 -X01_bit2 -X01_bit3 -X01_bit4 -X01_bit5 -X01_bit6 -X01_bit7 -X01_bit8 -X01_bit9 -X01_bit10 -X01_bit11 -X01_bit12 -X03_bit_7 -X03_bit_6 -X03_bit_5 -X03_bit_4 -X03_bit_3 -X03_bit_2 -X03_bit_1 -X03_bit0 -X03_bit1 -X03_bit2 -X03_bit3 -X03_bit4 -X03_bit5 -X03_bit6 -X03_bit7 -X03_bit8 -X03_bit9 -X03_bit10 -X03_bit11 -X03_bit12 -X04_bit_7 -X04_bit_6 -X04_bit_5 -X04_bit_4 -X04_bit_3 -X04_bit_2 -X04_bit_1 -X04_bit0 -X04_bit1 -X04_bit2 -X04_bit3 -X04_bit4 -X04_bit5 -X04_bit6 -X04_bit7 -X04_bit8 -X04_bit9 -X04_bit10 -X04_bit11 -X04_bit12 -X06_bit_7 -X06_bit_6 -X06_bit_5 -X06_bit_4 -X06_bit_3 -X06_bit_2 -X06_bit_1 -X06_bit0 -X06_bit1 -X06_bit2 -X06_bit3 -X06_bit4 -X06_bit5 -X06_bit6 -X06_bit7 -X06_bit8 -X06_bit9 -X06_bit10 -X06_bit11 -X06_bit12 -X07_bit_7 -X07_bit_6 -X07_bit_5 -X07_bit_4 -X07_bit_3 -X07_bit_2 -X07_bit_1 -X07_bit0 -X07_bit1 -X07_bit2 -X07_bit3 -X07_bit4 -X07_bit5 -X07_bit6 -X07_bit7 -X07_bit8 -X07_bit9 -X07_bit10 -X07_bit11 -X07_bit12 -X08_bit_7 -X08_bit_6 -X08_bit_5 -X08_bit_4 -X08_bit_3 -X08_bit_2 -X08_bit_1 -X08_bit0 -X08_bit1 -X08_bit2 -X08_bit3 -X08_bit4 -X08_bit5 -X08_bit6 -X08_bit7 -X08_bit8 -X08_bit9 -X08_bit10 -X08_bit11 -X08_bit12 -X09_bit_7 -X09_bit_6 -X09_bit_5 -X09_bit_4 -X09_bit_3 -X09_bit_2 -X09_bit_1 -X09_bit0 -X09_bit1 -X09_bit2 -X09_bit3 -X09_bit4 -X09_bit5 -X09_bit6 -X09_bit7 -X09_bit8 -X09_bit9 -X09_bit10 -X09_bit11 -X09_bit12 -X15_bit_7 -X15_bit_6 -X15_bit_5 -X15_bit_4 -X15_bit_3 -X15_bit_2 -X15_bit_1 -X15_bit0 -X15_bit1 -X15_bit2 -X15_bit3 -X15_bit4 -X15_bit5 -X15_bit6 -X15_bit7 -X15_bit8 -X15_bit9 -X15_bit10 -X15_bit11 -X15_bit12 -X16_bit_7 -X16_bit_6 -X16_bit_5 -X16_bit_4 -X16_bit_3 -X16_bit_2 -X16_bit_1 -X16_bit0 -X16_bit1 -X16_bit2 -X16_bit3 -X16_bit4 -X16_bit5 -X16_bit6 -X16_bit7 -X16_bit8 -X16_bit9 -X16_bit10 -X16_bit11 -X16_bit12 -X22_bit_7 -X22_bit_6 -X22_bit_5 -X22_bit_4 -X22_bit_3 -X22_bit_2 -X22_bit_1 -X22_bit0 -X22_bit1 -X22_bit2 -X22_bit3 -X22_bit4 -X22_bit5 -X22_bit6 -X22_bit7 -X22_bit8 -X22_bit9 -X22_bit10 -X22_bit11 -X22_bit12 -X24_bit_7 -X24_bit_6 -X24_bit_5 -X24_bit_4 -X24_bit_3 -X24_bit_2 -X24_bit_1 -X24_bit0 -X24_bit1 -X24_bit2 -X24_bit3 -X24_bit4 -X24_bit5 -X24_bit6 -X24_bit7 -X24_bit8 -X24_bit9 -X24_bit10 -X24_bit11 -X24_bit12 -X25_bit_7 -X25_bit_6 -X25_bit_5 -X25_bit_4 -X25_bit_3 -X25_bit_2 -X25_bit_1 -X25_bit0 -X25_bit1 -X25_bit2 -X25_bit3 -X25_bit4 -X25_bit5 -X25_bit6 -X25_bit7 -X25_bit8 -X25_bit9 -X25_bit10 -X25_bit11 -X25_bit12 -X26_bit_7 -X26_bit_6 -X26_bit_5 -X26_bit_4 -X26_bit_3 -X26_bit_2 -X26_bit_1 -X26_bit0 -X26_bit1 -X26_bit2 -X26_bit3 -X26_bit4 -X26_bit5 -X26_bit6 -X26_bit7 -X26_bit8 -X26_bit9 -X26_bit10 -X26_bit11 -X26_bit12 -X28_bit_7 -X28_bit_6 -X28_bit_5 -X28_bit_4 -X28_bit_3 -X28_bit_2 -X28_bit_1 -X28_bit0 -X28_bit1 -X28_bit2 -X28_bit3 -X28_bit4 -X28_bit5 -X28_bit6 -X28_bit7 -X28_bit8 -X28_bit9 -X28_bit10 -X28_bit11 -X28_bit12 -X29_bit_7 -X29_bit_6 -X29_bit_5 -X29_bit_4 -X29_bit_3 -X29_bit_2 -X29_bit_1 -X29_bit0 -X29_bit1 -X29_bit2 -X29_bit3 -X29_bit4 -X29_bit5 -X29_bit6 -X29_bit7 -X29_bit8 -X29_bit9 -X29_bit10 -X29_bit11 -X29_bit12 -X30_bit_7 -X30_bit_6 -X30_bit_5 -X30_bit_4 -X30_bit_3 -X30_bit_2 -X30_bit_1 -X30_bit0 -X30_bit1 -X30_bit2 -X30_bit3 -X30_bit4 -X30_bit5 -X30_bit6 -X30_bit7 -X30_bit8 -X30_bit9 -X30_bit10 -X30_bit11 -X30_bit12 -X31_bit_7 -X31_bit_6 -X31_bit_5 -X31_bit_4 -X31_bit_3 -X31_bit_2 -X31_bit_1 -X31_bit0 -X31_bit1 -X31_bit2 -X31_bit3 -X31_bit4 -X31_bit5 -X31_bit6 -X31_bit7 -X31_bit8 -X31_bit9 -X31_bit10 -X31_bit11 -X31_bit12 -X38_bit_7 -X38_bit_6 -X38_bit_5 -X38_bit_4 -X38_bit_3 -X38_bit_2 -X38_bit_1 -X38_bit0 -X38_bit1 -X38_bit2 -X38_bit3 -X38_bit4 -X38_bit5 -X38_bit6 -X38_bit7 -X38_bit8 -X38_bit9 -X38_bit10 -X38_bit11 -X38_bit12 -X37_bit_7 -X37_bit_6 -X37_bit_5 -X37_bit_4 -X37_bit_3 -X37_bit_2 -X37_bit_1 -X37_bit0 -X37_bit1 X37_bit2 X37_bit3 -X37_bit4 X37_bit5 -X37_bit6 -X37_bit7 -X37_bit8 -X37_bit9 -X37_bit10 -X37_bit11 -X37_bit12 -X10_bit_7 -X10_bit_6 -X10_bit_5 -X10_bit_4 -X10_bit_3 -X10_bit_2 -X10_bit_1 -X10_bit0 -X10_bit1 -X10_bit2 -X10_bit3 -X10_bit4 -X10_bit5 -X10_bit6 -X10_bit7 -X10_bit8 -X10_bit9 -X10_bit10 -X10_bit11 -X10_bit12 -X11_bit_7 -X11_bit_6 -X11_bit_5 -X11_bit_4 -X11_bit_3 -X11_bit_2 -X11_bit_1 -X11_bit0 -X11_bit1 -X11_bit2 -X11_bit3 -X11_bit4 -X11_bit5 -X11_bit6 -X11_bit7 -X11_bit8 -X11_bit9 -X11_bit10 -X11_bit11 -X11_bit12 -X12_bit_7 -X12_bit_6 -X12_bit_5 -X12_bit_4 -X12_bit_3 -X12_bit_2 -X12_bit_1 -X12_bit0 -X12_bit1 -X12_bit2 -X12_bit3 -X12_bit4 -X12_bit5 -X12_bit6 -X12_bit7 -X12_bit8 -X12_bit9 -X12_bit10 -X12_bit11 -X12_bit12 -X13_bit_7 -X13_bit_6 -X13_bit_5 -X13_bit_4 -X13_bit_3 -X13_bit_2 -X13_bit_1 -X13_bit0 -X13_bit1 -X13_bit2 -X13_bit3 -X13_bit4 -X13_bit5 -X13_bit6 -X13_bit7 -X13_bit8 -X13_bit9 -X13_bit10 -X13_bit11 -X13_bit12 -X32_bit_7 -X32_bit_6 -X32_bit_5 -X32_bit_4 -X32_bit_3 -X32_bit_2 -X32_bit_1 -X32_bit0 -X32_bit1 -X32_bit2 -X32_bit3 -X32_bit4 -X32_bit5 -X32_bit6 -X32_bit7 -X32_bit8 -X32_bit9 -X32_bit10 -X32_bit11 -X32_bit12 -X33_bit_7 -X33_bit_6 -X33_bit_5 -X33_bit_4 -X33_bit_3 -X33_bit_2 -X33_bit_1 -X33_bit0 -X33_bit1 -X33_bit2 -X33_bit3 -X33_bit4 -X33_bit5 -X33_bit6 -X33_bit7 -X33_bit8 -X33_bit9 -X33_bit10 -X33_bit11 -X33_bit12 -X34_bit_7 -X34_bit_6 -X34_bit_5 -X34_bit_4 -X34_bit_3 -X34_bit_2 -X34_bit_1 -X34_bit0 -X34_bit1 -X34_bit2 -X34_bit3 -X34_bit4 -X34_bit5 -X34_bit6 -X34_bit7 -X34_bit8 -X34_bit9 -X34_bit10 -X34_bit11 -X34_bit12 -X35_bit_7 -X35_bit_6 -X35_bit_5 -X35_bit_4 -X35_bit_3 -X35_bit_2 -X35_bit_1 -X35_bit0 -X35_bit1 -X35_bit2 -X35_bit3 -X35_bit4 -X35_bit5 -X35_bit6 -X35_bit7 -X35_bit8 -X35_bit9 -X35_bit10 -X35_bit11 -X35_bit12 
c objective function=0
c Total CPU time (ms) : 1218.971

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/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 19485611 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 39 3 38 16 0 23 0
[pid=4432] 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/4432
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=4433
New thread pid=4434
New thread pid=4435
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=4436
New thread pid=4437
New thread pid=4438
New thread pid=4439
New thread pid=4440
New thread pid=4441
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/wulflinc17/normalized-mps-v2-13-7-afiro.opb
New thread pid=4442
One traced child (pid=4442) exited with status: 0
New thread pid=4443

[startup+10.0032 s]
Raw data (loadavg): 1.16 1.03 0.92 3/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18229 4 1 0 648 51 0 0 24 0 11 0 19485611 866054144 21453 4294967295 134512640 134569956 3221224336 3221214536 1131364095 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211439 21453 13129 16 0 211423 0
[pid=4432] vsize: 845756
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (Kb) 845756

[startup+20.0038 s]
Raw data (loadavg): 1.21 1.05 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18240 4 1 0 1594 51 0 0 25 0 11 0 19485611 865849344 21668 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 21668 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 16.45
Current children cumulated vsize (Kb) 845556

[startup+30.0044 s]
Raw data (loadavg): 1.18 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18254 4 1 0 2560 52 0 0 25 0 11 0 19485611 865849344 21781 4294967295 134512640 134569956 3221224336 3221214544 1131368110 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 21781 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 26.12
Current children cumulated vsize (Kb) 845556

[startup+40.005 s]
Raw data (loadavg): 1.15 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18264 4 1 0 3522 52 0 0 25 0 11 0 19485611 865849344 21859 4294967295 134512640 134569956 3221224336 3221214344 1078035755 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 21859 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 35.74
Current children cumulated vsize (Kb) 845556

[startup+50.0056 s]
Raw data (loadavg): 1.13 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18278 4 1 0 4481 52 0 0 25 0 11 0 19485611 865849344 22117 4294967295 134512640 134569956 3221224336 3221214640 1131419491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22117 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 45.33
Current children cumulated vsize (Kb) 845556

[startup+60.0062 s]
Raw data (loadavg): 1.11 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18288 4 1 0 5464 53 0 0 18 0 11 0 19485611 865849344 22174 4294967295 134512640 134569956 3221224336 3221214496 1131364103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22174 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 55.17
Current children cumulated vsize (Kb) 845556

[startup+70.0058 s]
Raw data (loadavg): 1.09 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18297 4 1 0 6449 53 0 0 25 0 11 0 19485611 865849344 22215 4294967295 134512640 134569956 3221224336 3221214636 1131337541 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22215 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 65.02
Current children cumulated vsize (Kb) 845556

[startup+80.0074 s]
Raw data (loadavg): 1.08 1.04 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18306 4 1 0 7436 53 0 0 25 0 11 0 19485611 865849344 22254 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22254 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 74.89
Current children cumulated vsize (Kb) 845556

[startup+90.008 s]
Raw data (loadavg): 1.06 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18316 4 1 0 8422 53 0 0 25 0 11 0 19485611 865849344 22299 4294967295 134512640 134569956 3221224336 3221214252 1131585312 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22299 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (Kb) 845556

[startup+100.009 s]
Raw data (loadavg): 1.05 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18325 4 1 0 9410 54 0 0 25 0 11 0 19485611 865849344 22325 4294967295 134512640 134569956 3221224336 3221214800 1131351321 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22325 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 94.64
Current children cumulated vsize (Kb) 845556

[startup+110.01 s]
Raw data (loadavg): 1.04 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18334 4 1 0 10399 54 0 0 25 0 11 0 19485611 865849344 22349 4294967295 134512640 134569956 3221224336 3221214640 1131411652 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22349 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 104.53
Current children cumulated vsize (Kb) 845556

[startup+120.011 s]
Raw data (loadavg): 1.04 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18343 4 1 0 11389 54 0 0 25 0 11 0 19485611 865849344 22371 4294967295 134512640 134569956 3221224336 3221214640 1131411300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22371 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 114.43
Current children cumulated vsize (Kb) 845556

[startup+130.011 s]
Raw data (loadavg): 1.03 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18352 4 1 0 12378 54 0 0 19 0 11 0 19485611 865849344 22391 4294967295 134512640 134569956 3221224336 3221214544 1131368741 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22391 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 124.32
Current children cumulated vsize (Kb) 845556

[startup+140.012 s]
Raw data (loadavg): 1.03 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18361 4 1 0 13367 55 0 0 20 0 11 0 19485611 865849344 22411 4294967295 134512640 134569956 3221224336 3221214640 1131410017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22411 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (Kb) 845556

[startup+150.013 s]
Raw data (loadavg): 1.02 1.03 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18370 4 1 0 14355 55 0 0 21 0 11 0 19485611 865849344 22430 4294967295 134512640 134569956 3221224336 3221214640 1131409899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22430 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 144.1
Current children cumulated vsize (Kb) 845556

[startup+160.013 s]
Raw data (loadavg): 1.02 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18379 4 1 0 15341 55 0 0 25 0 11 0 19485611 865849344 22447 4294967295 134512640 134569956 3221224336 3221214432 1131548780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22447 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 153.96
Current children cumulated vsize (Kb) 845556

[startup+170.014 s]
Raw data (loadavg): 1.01 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18388 4 1 0 16328 55 0 0 25 0 11 0 19485611 865849344 22464 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22464 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 163.83
Current children cumulated vsize (Kb) 845556

[startup+180.014 s]
Raw data (loadavg): 1.01 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18397 4 1 0 17315 55 0 0 22 0 11 0 19485611 865849344 22513 4294967295 134512640 134569956 3221224336 3221214636 1131337452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22513 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 173.7
Current children cumulated vsize (Kb) 845556

[startup+190.015 s]
Raw data (loadavg): 1.01 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18406 4 1 0 18304 56 0 0 23 0 11 0 19485611 865849344 22538 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22538 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 183.6
Current children cumulated vsize (Kb) 845556

[startup+200.015 s]
Raw data (loadavg): 1.01 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18415 4 1 0 19294 56 0 0 25 0 11 0 19485611 865849344 22553 4294967295 134512640 134569956 3221224336 3221214640 1131409743 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22553 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 193.5
Current children cumulated vsize (Kb) 845556

[startup+210.015 s]
Raw data (loadavg): 1.01 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18424 4 1 0 20284 56 0 0 25 0 11 0 19485611 865849344 22567 4294967295 134512640 134569956 3221224336 3221214744 1131371366 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22567 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (Kb) 845556

[startup+220.017 s]
Raw data (loadavg): 1.00 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18434 4 1 0 21272 56 0 0 24 0 11 0 19485611 865849344 22585 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22585 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 213.28
Current children cumulated vsize (Kb) 845556

[startup+230.018 s]
Raw data (loadavg): 1.00 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18443 4 1 0 22262 56 0 0 25 0 11 0 19485611 865849344 22599 4294967295 134512640 134569956 3221224336 3221214120 1131548820 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22599 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 223.18
Current children cumulated vsize (Kb) 845556

[startup+240.019 s]
Raw data (loadavg): 1.00 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18452 4 1 0 23253 57 0 0 25 0 11 0 19485611 865849344 22618 4294967295 134512640 134569956 3221224336 3221214544 1131368253 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22618 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 233.1
Current children cumulated vsize (Kb) 845556

[startup+250.019 s]
Raw data (loadavg): 1.00 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18462 4 1 0 24242 57 0 0 18 0 11 0 19485611 865849344 22626 4294967295 134512640 134569956 3221224336 3221214544 1131368028 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22626 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (Kb) 845556

[startup+260.019 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18471 4 1 0 25232 57 0 0 25 0 11 0 19485611 865849344 22632 4294967295 134512640 134569956 3221224336 3221214640 1131410017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22632 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 252.89
Current children cumulated vsize (Kb) 845556

[startup+270.019 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18481 4 1 0 26222 57 0 0 19 0 11 0 19485611 865849344 22650 4294967295 134512640 134569956 3221224336 3221214640 1131409775 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22650 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 262.79
Current children cumulated vsize (Kb) 845556

[startup+280.02 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18490 4 1 0 27213 57 0 0 25 0 11 0 19485611 865849344 22660 4294967295 134512640 134569956 3221224336 3221214640 1131410017 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22660 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 272.7
Current children cumulated vsize (Kb) 845556

[startup+290.021 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18500 4 1 0 28202 57 0 0 18 0 11 0 19485611 865849344 22671 4294967295 134512640 134569956 3221224336 3221214544 1131368036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22671 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 282.59
Current children cumulated vsize (Kb) 845556

[startup+300.021 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18509 4 1 0 29193 58 0 0 25 0 11 0 19485611 865849344 22680 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22680 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 292.51
Current children cumulated vsize (Kb) 845556

[startup+310.021 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18519 4 1 0 30182 58 0 0 25 0 11 0 19485611 865849344 22690 4294967295 134512640 134569956 3221224336 3221214768 1131551893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22690 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 302.4
Current children cumulated vsize (Kb) 845556

[startup+320.022 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18528 4 1 0 31173 58 0 0 25 0 11 0 19485611 865849344 22698 4294967295 134512640 134569956 3221224336 3221214640 1131419011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22698 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 312.31
Current children cumulated vsize (Kb) 845556

[startup+330.023 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18538 4 1 0 32163 58 0 0 17 0 11 0 19485611 865849344 22707 4294967295 134512640 134569956 3221224336 3221214536 1131364197 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22707 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 322.21
Current children cumulated vsize (Kb) 845556

[startup+340.024 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18547 4 1 0 33153 58 0 0 25 0 11 0 19485611 865849344 22715 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22715 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 332.11
Current children cumulated vsize (Kb) 845556

[startup+350.025 s]
Raw data (loadavg): 1.00 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18556 4 1 0 34144 58 0 0 24 0 11 0 19485611 865849344 22723 4294967295 134512640 134569956 3221224336 3221214536 1131364766 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22723 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (Kb) 845556

[startup+360.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18566 4 1 0 35133 58 0 0 19 0 11 0 19485611 865849344 22733 4294967295 134512640 134569956 3221224336 3221214640 1131409949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22733 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 351.91
Current children cumulated vsize (Kb) 845556

[startup+370.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18575 4 1 0 36123 59 0 0 23 0 11 0 19485611 865849344 22741 4294967295 134512640 134569956 3221224336 3221214640 1131418346 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22741 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 361.82
Current children cumulated vsize (Kb) 845556

[startup+380.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18585 4 1 0 37112 59 0 0 25 0 11 0 19485611 865849344 22749 4294967295 134512640 134569956 3221224336 3221214640 1131412754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22749 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 371.71
Current children cumulated vsize (Kb) 845556

[startup+390.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18594 4 1 0 38102 59 0 0 25 0 11 0 19485611 865849344 22757 4294967295 134512640 134569956 3221224336 3221214552 1131363228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22757 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 381.61
Current children cumulated vsize (Kb) 845556

[startup+400.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18603 4 1 0 39091 59 0 0 25 0 11 0 19485611 865849344 22764 4294967295 134512640 134569956 3221224336 3221214640 1131411223 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22764 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 391.5
Current children cumulated vsize (Kb) 845556

[startup+410.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18613 4 1 0 40079 60 0 0 25 0 11 0 19485611 865849344 22775 4294967295 134512640 134569956 3221224336 3221214640 1131417267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22775 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 401.39
Current children cumulated vsize (Kb) 845556

[startup+420.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18622 4 1 0 41068 60 0 0 25 0 11 0 19485611 865849344 22786 4294967295 134512640 134569956 3221224336 3221214544 1131367948 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22786 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 411.28
Current children cumulated vsize (Kb) 845556

[startup+430.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18632 4 1 0 42057 60 0 0 25 0 11 0 19485611 865849344 22802 4294967295 134512640 134569956 3221224336 3221214544 1131368233 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22802 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 421.17
Current children cumulated vsize (Kb) 845556

[startup+440.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18641 4 1 0 43047 60 0 0 25 0 11 0 19485611 865849344 22811 4294967295 134512640 134569956 3221224336 3221214640 1131412831 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22811 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 431.07
Current children cumulated vsize (Kb) 845556

[startup+450.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18651 4 1 0 44036 60 0 0 25 0 11 0 19485611 865849344 22819 4294967295 134512640 134569956 3221224336 3221214544 1131368233 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22819 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 440.96
Current children cumulated vsize (Kb) 845556

[startup+460.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18660 4 1 0 45026 60 0 0 25 0 11 0 19485611 865849344 22826 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22826 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 450.86
Current children cumulated vsize (Kb) 845556

[startup+470.031 s]
Raw data (loadavg): 1.00 1.00 0.93 1/65 4443
Raw data (/proc/4432/stat): 4432 (java) S 4431 4432 4060 0 -1 0 18669 4 1 0 46014 61 0 0 25 0 11 0 19485611 865849344 22835 4294967295 134512640 134569956 3221224336 3221213384 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22835 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (Kb) 845556

[startup+480.031 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18679 4 1 0 47004 61 0 0 25 0 11 0 19485611 865849344 22842 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22842 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 470.65
Current children cumulated vsize (Kb) 845556

[startup+490.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18688 4 1 0 47994 61 0 0 25 0 11 0 19485611 865849344 22849 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22849 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 480.55
Current children cumulated vsize (Kb) 845556

[startup+500.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18698 4 1 0 48982 61 0 0 25 0 11 0 19485611 865849344 22857 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22857 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 490.43
Current children cumulated vsize (Kb) 845556

[startup+510.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18707 4 1 0 49971 61 0 0 25 0 11 0 19485611 865849344 22863 4294967295 134512640 134569956 3221224336 3221214544 1131367991 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22863 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 500.32
Current children cumulated vsize (Kb) 845556

[startup+520.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18717 4 1 0 50960 61 0 0 25 0 11 0 19485611 865849344 22871 4294967295 134512640 134569956 3221224336 3221214636 1131363239 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22871 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 510.21
Current children cumulated vsize (Kb) 845556

[startup+530.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18726 4 1 0 51949 62 0 0 25 0 11 0 19485611 865849344 22878 4294967295 134512640 134569956 3221224336 3221214544 1131368197 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22878 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 520.11
Current children cumulated vsize (Kb) 845556

[startup+540.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18736 4 1 0 52937 62 0 0 25 0 11 0 19485611 865849344 22885 4294967295 134512640 134569956 3221224336 3221214640 1131417241 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22885 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 529.99
Current children cumulated vsize (Kb) 845556

[startup+550.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18745 4 1 0 53927 62 0 0 25 0 11 0 19485611 865849344 22892 4294967295 134512640 134569956 3221224336 3221214640 1131418100 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22892 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 539.89
Current children cumulated vsize (Kb) 845556

[startup+560.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18755 4 1 0 54915 62 0 0 25 0 11 0 19485611 865849344 22899 4294967295 134512640 134569956 3221224336 3221214536 1131364205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22899 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 549.77
Current children cumulated vsize (Kb) 845556

[startup+570.037 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18764 4 1 0 55904 63 0 0 25 0 11 0 19485611 865849344 22905 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22905 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 559.67
Current children cumulated vsize (Kb) 845556

[startup+580.038 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18774 4 1 0 56892 63 0 0 24 0 11 0 19485611 865849344 22912 4294967295 134512640 134569956 3221224336 3221214640 1131412063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22912 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 569.55
Current children cumulated vsize (Kb) 845556

[startup+590.039 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18783 4 1 0 57881 63 0 0 25 0 11 0 19485611 865849344 22918 4294967295 134512640 134569956 3221224336 3221214640 1131411779 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22918 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 579.44
Current children cumulated vsize (Kb) 845556

[startup+600.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18792 4 1 0 58868 63 0 0 25 0 11 0 19485611 865849344 22928 4294967295 134512640 134569956 3221224336 3221214640 1131411300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22928 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 589.31
Current children cumulated vsize (Kb) 845556

[startup+610.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18802 4 1 0 59854 63 0 0 25 0 11 0 19485611 865849344 22935 4294967295 134512640 134569956 3221224336 3221214640 1131412806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22935 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 599.17
Current children cumulated vsize (Kb) 845556

[startup+620.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18811 4 1 0 60840 63 0 0 22 0 11 0 19485611 865849344 22942 4294967295 134512640 134569956 3221224336 3221214640 1131410089 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22942 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 609.03
Current children cumulated vsize (Kb) 845556

[startup+630.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18821 4 1 0 61825 63 0 0 24 0 11 0 19485611 865849344 22975 4294967295 134512640 134569956 3221224336 3221214640 1131411784 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 22975 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 618.88
Current children cumulated vsize (Kb) 845556

[startup+640.042 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18830 4 1 0 62812 64 0 0 19 0 11 0 19485611 865849344 22981 4294967295 134512640 134569956 3221224336 3221214544 1131367976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 22981 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 628.76
Current children cumulated vsize (Kb) 845556

[startup+650.043 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18839 4 1 0 63799 64 0 0 25 0 11 0 19485611 865849344 23005 4294967295 134512640 134569956 3221224336 3221214544 1131368229 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23005 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 638.63
Current children cumulated vsize (Kb) 845556

[startup+660.043 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18849 4 1 0 64786 64 0 0 25 0 11 0 19485611 865849344 23021 4294967295 134512640 134569956 3221224336 3221214544 1131368213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23021 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 648.5
Current children cumulated vsize (Kb) 845556

[startup+670.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18858 4 1 0 65775 65 0 0 25 0 11 0 19485611 865849344 23027 4294967295 134512640 134569956 3221224336 3221214544 1131368255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23027 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 658.4
Current children cumulated vsize (Kb) 845556

[startup+680.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18868 4 1 0 66762 65 0 0 25 0 11 0 19485611 865849344 23033 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23033 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 668.27
Current children cumulated vsize (Kb) 845556

[startup+690.045 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18877 4 1 0 67751 65 0 0 20 0 11 0 19485611 865849344 23039 4294967295 134512640 134569956 3221224336 3221214632 1131337503 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23039 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 678.16
Current children cumulated vsize (Kb) 845556

[startup+700.046 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18886 4 1 0 68740 66 0 0 25 0 11 0 19485611 865849344 23045 4294967295 134512640 134569956 3221224336 3221214640 1131418100 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23045 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 688.06
Current children cumulated vsize (Kb) 845556

[startup+710.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18896 4 1 0 69727 66 0 0 18 0 11 0 19485611 865849344 23051 4294967295 134512640 134569956 3221224336 3221214632 1131337503 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23051 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 697.93
Current children cumulated vsize (Kb) 845556

[startup+720.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18905 4 1 0 70715 66 0 0 25 0 11 0 19485611 865849344 23057 4294967295 134512640 134569956 3221224336 3221214536 1131364077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23057 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 707.81
Current children cumulated vsize (Kb) 845556

[startup+730.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18915 4 1 0 71702 66 0 0 24 0 11 0 19485611 865849344 23063 4294967295 134512640 134569956 3221224336 3221214536 1131364205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23063 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 717.68
Current children cumulated vsize (Kb) 845556

[startup+740.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18924 4 1 0 72690 67 0 0 25 0 11 0 19485611 865849344 23069 4294967295 134512640 134569956 3221224336 3221214552 1131363228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23069 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 727.57
Current children cumulated vsize (Kb) 845556

[startup+750.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18933 4 1 0 73678 67 0 0 25 0 11 0 19485611 865849344 23074 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23074 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 737.45
Current children cumulated vsize (Kb) 845556

[startup+760.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18943 4 1 0 74665 68 0 0 25 0 11 0 19485611 865849344 23080 4294967295 134512640 134569956 3221224336 3221214544 1131368708 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23080 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 747.33
Current children cumulated vsize (Kb) 845556

[startup+770.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18952 4 1 0 75653 68 0 0 25 0 11 0 19485611 865849344 23088 4294967295 134512640 134569956 3221224336 3221214544 1131368874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23088 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 757.21
Current children cumulated vsize (Kb) 845556

[startup+780.051 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18961 4 1 0 76641 68 0 0 25 0 11 0 19485611 865849344 23093 4294967295 134512640 134569956 3221224336 3221214544 1131367993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23093 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 767.09
Current children cumulated vsize (Kb) 845556

[startup+790.052 s]
Raw data (loadavg): 1.07 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18971 4 1 0 77626 69 0 0 25 0 11 0 19485611 865849344 23104 4294967295 134512640 134569956 3221224336 3221214640 1131409949 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23104 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 776.95
Current children cumulated vsize (Kb) 845556

[startup+800.052 s]
Raw data (loadavg): 1.06 1.02 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18980 4 1 0 78614 69 0 0 25 0 11 0 19485611 865849344 23111 4294967295 134512640 134569956 3221224336 3221214800 1131351321 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23111 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 786.83
Current children cumulated vsize (Kb) 845556

[startup+810.053 s]
Raw data (loadavg): 1.05 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18989 4 1 0 79602 69 0 0 25 0 11 0 19485611 865849344 23116 4294967295 134512640 134569956 3221224336 3221214536 1131364138 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23116 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 796.71
Current children cumulated vsize (Kb) 845556

[startup+820.054 s]
Raw data (loadavg): 1.04 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 18999 4 1 0 80589 69 0 0 25 0 11 0 19485611 865849344 23122 4294967295 134512640 134569956 3221224336 3221214160 1131548862 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23122 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 806.58
Current children cumulated vsize (Kb) 845556

[startup+830.054 s]
Raw data (loadavg): 1.04 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19008 4 1 0 81576 69 0 0 23 0 11 0 19485611 865849344 23128 4294967295 134512640 134569956 3221224336 3221214640 1131418100 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23128 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 816.45
Current children cumulated vsize (Kb) 845556

[startup+840.055 s]
Raw data (loadavg): 1.03 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19018 4 1 0 82563 70 0 0 16 0 11 0 19485611 865849344 23134 4294967295 134512640 134569956 3221224336 3221214544 1131367993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23134 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 826.33
Current children cumulated vsize (Kb) 845556

[startup+850.056 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19027 4 1 0 83551 70 0 0 25 0 11 0 19485611 865849344 23138 4294967295 134512640 134569956 3221224336 3221214032 1085806248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23138 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 836.21
Current children cumulated vsize (Kb) 845556

[startup+860.056 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19036 4 1 0 84539 70 0 0 23 0 11 0 19485611 865849344 23144 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23144 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 846.09
Current children cumulated vsize (Kb) 845556

[startup+870.057 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19046 4 1 0 85525 70 0 0 25 0 11 0 19485611 865849344 23150 4294967295 134512640 134569956 3221224336 3221214544 1131368277 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23150 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 855.95
Current children cumulated vsize (Kb) 845556

[startup+880.058 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19055 4 1 0 86513 71 0 0 20 0 11 0 19485611 865849344 23154 4294967295 134512640 134569956 3221224336 3221214032 1085806281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23154 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 865.84
Current children cumulated vsize (Kb) 845556

[startup+890.059 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19064 4 1 0 87500 71 0 0 25 0 11 0 19485611 865849344 23161 4294967295 134512640 134569956 3221224336 3221214640 1131418100 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23161 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 875.71
Current children cumulated vsize (Kb) 845556

[startup+900.059 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19074 4 1 0 88485 71 0 0 25 0 11 0 19485611 865849344 23166 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23166 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 885.56
Current children cumulated vsize (Kb) 845556

[startup+910.059 s]
Raw data (loadavg): 1.01 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19083 4 1 0 89471 71 0 0 23 0 11 0 19485611 865849344 23171 4294967295 134512640 134569956 3221224336 3221214600 1131352060 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23171 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 895.42
Current children cumulated vsize (Kb) 845556

[startup+920.06 s]
Raw data (loadavg): 1.01 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19093 4 1 0 90456 71 0 0 25 0 11 0 19485611 865849344 23177 4294967295 134512640 134569956 3221224336 3221214536 1131364157 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23177 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 905.27
Current children cumulated vsize (Kb) 845556

[startup+930.059 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19102 4 1 0 91443 71 0 0 25 0 11 0 19485611 865849344 23192 4294967295 134512640 134569956 3221224336 3221214552 1131362170 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23192 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 915.14
Current children cumulated vsize (Kb) 845556

[startup+940.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19112 4 1 0 92429 72 0 0 18 0 11 0 19485611 865849344 23194 4294967295 134512640 134569956 3221224336 3221214544 1131369429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23194 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 925.01
Current children cumulated vsize (Kb) 845556

[startup+950.061 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19121 4 1 0 93416 72 0 0 25 0 11 0 19485611 865849344 23197 4294967295 134512640 134569956 3221224336 3221214544 1131368036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23197 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 934.88
Current children cumulated vsize (Kb) 845556

[startup+960.061 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19131 4 1 0 94401 72 0 0 25 0 11 0 19485611 865849344 23202 4294967295 134512640 134569956 3221224336 3221214636 1131362144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23202 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 944.73
Current children cumulated vsize (Kb) 845556

[startup+970.061 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19141 4 1 0 95386 73 0 0 25 0 11 0 19485611 865849344 23211 4294967295 134512640 134569956 3221224336 3221214640 1131411981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23211 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 954.59
Current children cumulated vsize (Kb) 845556

[startup+980.061 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19150 4 1 0 96374 73 0 0 25 0 11 0 19485611 865849344 23217 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23217 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 964.47
Current children cumulated vsize (Kb) 845556

[startup+990.062 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19160 4 1 0 97361 73 0 0 19 0 11 0 19485611 865849344 23221 4294967295 134512640 134569956 3221224336 3221214536 1131364115 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23221 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 974.34
Current children cumulated vsize (Kb) 845556

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19170 4 1 0 98348 73 0 0 24 0 11 0 19485611 865849344 23224 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23224 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 984.21
Current children cumulated vsize (Kb) 845556

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19179 4 1 0 99336 74 0 0 25 0 11 0 19485611 865849344 23227 4294967295 134512640 134569956 3221224336 3221214544 1131367892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23227 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 994.1
Current children cumulated vsize (Kb) 845556

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19189 4 1 0 100322 74 0 0 25 0 11 0 19485611 865849344 23231 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23231 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1003.96
Current children cumulated vsize (Kb) 845556

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19198 4 1 0 101310 75 0 0 25 0 11 0 19485611 865849344 23234 4294967295 134512640 134569956 3221224336 3221214640 1131410017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23234 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1013.85
Current children cumulated vsize (Kb) 845556

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19208 4 1 0 102297 75 0 0 25 0 11 0 19485611 865849344 23237 4294967295 134512640 134569956 3221224336 3221214208 1085806717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23237 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1023.72
Current children cumulated vsize (Kb) 845556

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19218 4 1 0 103283 75 0 0 25 0 11 0 19485611 865849344 23240 4294967295 134512640 134569956 3221224336 3221214800 1131351304 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23240 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1033.58
Current children cumulated vsize (Kb) 845556

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19227 4 1 0 104271 75 0 0 25 0 11 0 19485611 865849344 23246 4294967295 134512640 134569956 3221224336 3221214640 1131417537 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23246 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1043.46
Current children cumulated vsize (Kb) 845556

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19237 4 1 0 105256 75 0 0 25 0 11 0 19485611 865849344 23249 4294967295 134512640 134569956 3221224336 3221214640 1131411724 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23249 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1053.31
Current children cumulated vsize (Kb) 845556

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.93 3/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19247 4 1 0 106242 75 0 0 25 0 11 0 19485611 865849344 23256 4294967295 134512640 134569956 3221224336 3221214800 1131351321 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23256 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1063.17
Current children cumulated vsize (Kb) 845556

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19256 4 1 0 107228 76 0 0 25 0 11 0 19485611 865849344 23268 4294967295 134512640 134569956 3221224336 3221214296 1131548709 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23268 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1073.04
Current children cumulated vsize (Kb) 845556

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19266 4 1 0 108213 76 0 0 25 0 11 0 19485611 865849344 23273 4294967295 134512640 134569956 3221224336 3221214544 1131368193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23273 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1082.89
Current children cumulated vsize (Kb) 845556

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19276 4 1 0 109198 76 0 0 24 0 11 0 19485611 865849344 23287 4294967295 134512640 134569956 3221224336 3221214640 1131417503 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23287 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1092.74
Current children cumulated vsize (Kb) 845556

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19285 4 1 0 110185 76 0 0 25 0 11 0 19485611 865849344 23295 4294967295 134512640 134569956 3221224336 3221214544 1131367976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23295 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1102.61
Current children cumulated vsize (Kb) 845556

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19295 4 1 0 111172 76 0 0 25 0 11 0 19485611 865849344 23301 4294967295 134512640 134569956 3221224336 3221214544 1131368890 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23301 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1112.48
Current children cumulated vsize (Kb) 845556

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19304 4 1 0 112159 76 0 0 25 0 11 0 19485611 865849344 23304 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23304 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (Kb) 845556

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19314 4 1 0 113146 76 0 0 25 0 11 0 19485611 865849344 23307 4294967295 134512640 134569956 3221224336 3221214640 1131417580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23307 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1132.22
Current children cumulated vsize (Kb) 845556

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19324 4 1 0 114132 76 0 0 25 0 11 0 19485611 865849344 23310 4294967295 134512640 134569956 3221224336 3221214544 1131368041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23310 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1142.08
Current children cumulated vsize (Kb) 845556

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19333 4 1 0 115120 77 0 0 25 0 11 0 19485611 865849344 23313 4294967295 134512640 134569956 3221224336 3221214640 1131411210 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23313 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1151.97
Current children cumulated vsize (Kb) 845556

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19343 4 1 0 116105 77 0 0 25 0 11 0 19485611 865849344 23316 4294967295 134512640 134569956 3221224336 3221214632 1131337532 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23316 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1161.82
Current children cumulated vsize (Kb) 845556

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19353 4 1 0 117091 77 0 0 24 0 11 0 19485611 865849344 23319 4294967295 134512640 134569956 3221224336 3221214640 1131410017 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23319 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1171.68
Current children cumulated vsize (Kb) 845556

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19362 4 1 0 118079 77 0 0 25 0 11 0 19485611 865849344 23322 4294967295 134512640 134569956 3221224336 3221214544 1131367993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23322 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (Kb) 845556

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19372 4 1 0 119065 78 0 0 18 0 11 0 19485611 865849344 23328 4294967295 134512640 134569956 3221224336 3221214640 1131409956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4432/statm): 211389 23328 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1191.43
Current children cumulated vsize (Kb) 845556

[startup+1220.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19381 4 1 0 120052 78 0 0 25 0 11 0 19485611 865849344 23330 4294967295 134512640 134569956 3221224336 3221214296 1131548770 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23330 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1201.3
Current children cumulated vsize (Kb) 845556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/65 4443
Raw data (/proc/4432/stat): 4432 (java) R 4431 4432 4060 0 -1 0 19381 4 1 0 120052 78 0 0 25 0 11 0 19485611 865849344 23330 4294967295 134512640 134569956 3221224336 3221214480 1131660555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4432/statm): 211389 23330 13129 16 0 211373 0
[pid=4432] vsize: 845556
Current children cumulated CPU time (s) 1201.3
Current children cumulated vsize (Kb) 845556

Sending SIGTERM to -4432
Sleeping 2 seconds
New thread pid=4445
New thread pid=4446
One traced child (pid=4441) exited with status: 0
One traced child (pid=4436) exited with status: 0
One traced child (pid=4433) exited with status: 143
One traced child (pid=4434) exited with status: 143
One traced child (pid=4435) exited with status: 143
One traced child (pid=4440) exited with status: 143
One traced child (pid=4439) exited with status: 143
One traced child (pid=4437) exited with status: 143
One traced child (pid=4443) exited with status: 143
One traced child (pid=4438) exited with status: 143
One traced child (pid=4445) exited with status: 143
One traced child (pid=4446) exited with status: 143
One traced child (pid=4432) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.31
CPU time (s): 1215.71
CPU user time (s): 1214.18
CPU system time (s): 1.52177
CPU usage (%): 99.6224
Max. virtual memory (cumulated for all children) (Kb): 845756

Verifier Data

Verifier:	OK	0