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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-afiro.opb
MD5SUMb9a386a980af3ebe560fd16ca36e17ae
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 benchmark497.98
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 7396

Launcher Data

LAUNCH ON wulflinc28 THE 2005-09-20 11:37:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6649 boxname=wulflinc28 idbench=789 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  b9a386a980af3ebe560fd16ca36e17ae  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-afiro.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-afiro.opb
IDLAUNCH: 6649
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
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.077
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:        853204 kB
Buffers:         23692 kB
Cached:         129124 kB
SwapCached:        660 kB
Active:          50768 kB
Inactive:       104576 kB
HighTotal:      131008 kB
HighFree:         6244 kB
LowTotal:       903652 kB
LowFree:        846960 kB
SwapTotal:     2097640 kB
SwapFree:      2096408 kB
Dirty:              16 kB
Writeback:           0 kB
Mapped:           5816 kB
Slab:            20392 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 11:57:31 (client local time) WITH STATUS 143 IN 1226.96 SECONDS
stats: 6649 0 1226.96 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/wulflinc28/normalized-mps-v2-13-7-afiro.opb
c reading problem ... done. Time 0.897 ms.
c #vars     640
c #constraints  35
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 2.10 ms
c starts		: 7
c conflicts		: 1558
c decisions		: 13582
c propagations		: 35366
c inspects		: 9193200
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1558
c root simplifications	: 1098
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 13207
c speed (decisions/second)	: 11.16308275985071
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.992

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/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1858241471 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 39 3 38 16 0 23 0
[pid=24427] 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/24427
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=24428
New thread pid=24429
New thread pid=24430
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=24431
New thread pid=24432
New thread pid=24433
New thread pid=24434
New thread pid=24435
New thread pid=24436
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/wulflinc28/normalized-mps-v2-13-7-afiro.opb
New thread pid=24437
One traced child (pid=24437) exited with status: 0
New thread pid=24438

[startup+10.0032 s]
Raw data (loadavg): 0.87 0.95 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18218 4 1 0 657 46 0 0 17 0 11 0 1858241471 862801920 20929 4294967295 134512640 134569956 3221224336 3221214640 1131411120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210645 20929 13129 16 0 210629 0
[pid=24427] vsize: 842580
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (Kb) 842580

[startup+20.0039 s]
Raw data (loadavg): 0.89 0.95 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18231 4 1 0 1626 48 0 0 20 0 11 0 1858241471 862699520 21108 4294967295 134512640 134569956 3221224336 3221214640 1131403042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21108 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 16.74
Current children cumulated vsize (Kb) 842480

[startup+30.0046 s]
Raw data (loadavg): 0.91 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18245 4 1 0 2591 48 0 0 25 0 11 0 1858241471 862699520 21215 4294967295 134512640 134569956 3221224336 3221214544 1131367865 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21215 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (Kb) 842480

[startup+40.0053 s]
Raw data (loadavg): 0.92 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18256 4 1 0 3553 49 0 0 17 0 11 0 1858241471 862699520 21291 4294967295 134512640 134569956 3221224336 3221214544 1131367248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21291 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 36.02
Current children cumulated vsize (Kb) 842480

[startup+50.006 s]
Raw data (loadavg): 0.93 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18269 4 1 0 4525 51 0 0 25 0 11 0 1858241471 862699520 21541 4294967295 134512640 134569956 3221224336 3221214640 1131410585 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21541 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 45.76
Current children cumulated vsize (Kb) 842480

[startup+60.0076 s]
Raw data (loadavg): 0.94 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18279 4 1 0 5507 52 0 0 25 0 11 0 1858241471 862699520 21595 4294967295 134512640 134569956 3221224336 3221214636 1131337964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21595 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 55.59
Current children cumulated vsize (Kb) 842480

[startup+70.0083 s]
Raw data (loadavg): 0.95 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18288 4 1 0 6492 53 0 0 25 0 11 0 1858241471 862699520 21635 4294967295 134512640 134569956 3221224336 3221214640 1131404707 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21635 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 65.45
Current children cumulated vsize (Kb) 842480

[startup+80.009 s]
Raw data (loadavg): 0.96 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18297 4 1 0 7478 53 0 0 18 0 11 0 1858241471 862699520 21682 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21682 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 75.31
Current children cumulated vsize (Kb) 842480

[startup+90.0097 s]
Raw data (loadavg): 0.96 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18307 4 1 0 8465 54 0 0 18 0 11 0 1858241471 862699520 21718 4294967295 134512640 134569956 3221224336 3221214640 1131405072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21718 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 85.19
Current children cumulated vsize (Kb) 842480

[startup+100.01 s]
Raw data (loadavg): 0.97 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18316 4 1 0 9453 54 0 0 19 0 11 0 1858241471 862699520 21743 4294967295 134512640 134569956 3221224336 3221214632 1131338032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21743 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 95.07
Current children cumulated vsize (Kb) 842480

[startup+110.011 s]
Raw data (loadavg): 0.97 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18325 4 1 0 10442 54 0 0 25 0 11 0 1858241471 862699520 21767 4294967295 134512640 134569956 3221224336 3221214544 1131367311 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21767 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 104.96
Current children cumulated vsize (Kb) 842480

[startup+120.013 s]
Raw data (loadavg): 0.98 0.96 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18334 4 1 0 11431 54 0 0 25 0 11 0 1858241471 862699520 21790 4294967295 134512640 134569956 3221224336 3221214728 1131326481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21790 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 114.85
Current children cumulated vsize (Kb) 842480

[startup+130.013 s]
Raw data (loadavg): 0.98 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18343 4 1 0 12419 55 0 0 22 0 11 0 1858241471 862699520 21810 4294967295 134512640 134569956 3221224336 3221214544 1131367978 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21810 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 124.74
Current children cumulated vsize (Kb) 842480

[startup+140.014 s]
Raw data (loadavg): 0.98 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18352 4 1 0 13409 55 0 0 25 0 11 0 1858241471 862699520 21830 4294967295 134512640 134569956 3221224336 3221214640 1131404041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21830 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 134.64
Current children cumulated vsize (Kb) 842480

[startup+150.015 s]
Raw data (loadavg): 0.98 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18361 4 1 0 14396 56 0 0 25 0 11 0 1858241471 862699520 21848 4294967295 134512640 134569956 3221224336 3221214544 1131367289 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21848 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 144.52
Current children cumulated vsize (Kb) 842480

[startup+160.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) S 24426 24427 20115 0 -1 0 18370 4 1 0 15382 56 0 0 25 0 11 0 1858241471 862699520 21865 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21865 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 154.38
Current children cumulated vsize (Kb) 842480

[startup+170.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18380 4 1 0 16368 56 0 0 17 0 11 0 1858241471 862699520 21885 4294967295 134512640 134569956 3221224336 3221214544 1131367774 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21885 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 164.24
Current children cumulated vsize (Kb) 842480

[startup+180.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18389 4 1 0 17355 57 0 0 25 0 11 0 1858241471 862699520 21939 4294967295 134512640 134569956 3221224336 3221214544 1131367317 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21939 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 174.12
Current children cumulated vsize (Kb) 842480

[startup+190.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18398 4 1 0 18344 57 0 0 25 0 11 0 1858241471 862699520 21958 4294967295 134512640 134569956 3221224336 3221214640 1131403107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21958 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 184.01
Current children cumulated vsize (Kb) 842480

[startup+200.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18407 4 1 0 19333 58 0 0 25 0 11 0 1858241471 862699520 21973 4294967295 134512640 134569956 3221224336 3221214544 1131367215 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 21973 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 193.91
Current children cumulated vsize (Kb) 842480

[startup+210.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18416 4 1 0 20323 58 0 0 25 0 11 0 1858241471 862699520 21986 4294967295 134512640 134569956 3221224336 3221214640 1131404380 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 21986 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (Kb) 842480

[startup+220.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18425 4 1 0 21312 58 0 0 21 0 11 0 1858241471 862699520 22002 4294967295 134512640 134569956 3221224336 3221214640 1131402831 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22002 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 213.7
Current children cumulated vsize (Kb) 842480

[startup+230.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18434 4 1 0 22303 59 0 0 25 0 11 0 1858241471 862699520 22016 4294967295 134512640 134569956 3221224336 3221214640 1131404860 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22016 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 223.62
Current children cumulated vsize (Kb) 842480

[startup+240.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18444 4 1 0 23292 59 0 0 25 0 11 0 1858241471 862699520 22035 4294967295 134512640 134569956 3221224336 3221214672 1131395545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22035 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 233.51
Current children cumulated vsize (Kb) 842480

[startup+250.022 s]
Raw data (loadavg): 0.99 0.97 0.98 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18454 4 1 0 24281 60 0 0 16 0 11 0 1858241471 862699520 22043 4294967295 134512640 134569956 3221224336 3221214640 1131403042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22043 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 243.41
Current children cumulated vsize (Kb) 842480

[startup+260.022 s]
Raw data (loadavg): 1.07 0.99 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18463 4 1 0 25271 60 0 0 21 0 11 0 1858241471 862699520 22056 4294967295 134512640 134569956 3221224336 3221214640 1131411120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22056 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 253.31
Current children cumulated vsize (Kb) 842480

[startup+270.023 s]
Raw data (loadavg): 1.14 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18473 4 1 0 26260 60 0 0 17 0 11 0 1858241471 862699520 22068 4294967295 134512640 134569956 3221224336 3221214544 1131367088 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22068 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 263.2
Current children cumulated vsize (Kb) 842480

[startup+280.024 s]
Raw data (loadavg): 1.11 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18482 4 1 0 27251 61 0 0 21 0 11 0 1858241471 862699520 22078 4294967295 134512640 134569956 3221224336 3221214640 1131404268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22078 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 273.12
Current children cumulated vsize (Kb) 842480

[startup+290.024 s]
Raw data (loadavg): 1.10 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18492 4 1 0 28240 62 0 0 25 0 11 0 1858241471 862699520 22089 4294967295 134512640 134569956 3221224336 3221214640 1131412288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22089 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 283.02
Current children cumulated vsize (Kb) 842480

[startup+300.025 s]
Raw data (loadavg): 1.08 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18501 4 1 0 29230 62 0 0 21 0 11 0 1858241471 862699520 22098 4294967295 134512640 134569956 3221224336 3221214600 1131359912 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22098 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 292.92
Current children cumulated vsize (Kb) 842480

[startup+310.026 s]
Raw data (loadavg): 1.07 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18511 4 1 0 30220 63 0 0 16 0 11 0 1858241471 862699520 22107 4294967295 134512640 134569956 3221224336 3221214640 1131411120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22107 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 302.83
Current children cumulated vsize (Kb) 842480

[startup+320.027 s]
Raw data (loadavg): 1.06 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18520 4 1 0 31210 63 0 0 20 0 11 0 1858241471 862699520 22116 4294967295 134512640 134569956 3221224336 3221214536 1131363199 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22116 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 312.73
Current children cumulated vsize (Kb) 842480

[startup+330.028 s]
Raw data (loadavg): 1.05 1.00 0.99 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18529 4 1 0 32200 64 0 0 25 0 11 0 1858241471 862699520 22124 4294967295 134512640 134569956 3221224336 3221214544 1131367359 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22124 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 322.64
Current children cumulated vsize (Kb) 842480

[startup+340.029 s]
Raw data (loadavg): 1.20 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18539 4 1 0 33189 64 0 0 19 0 11 0 1858241471 862699520 22133 4294967295 134512640 134569956 3221224336 3221214128 1131580488 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22133 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 332.53
Current children cumulated vsize (Kb) 842480

[startup+350.03 s]
Raw data (loadavg): 1.17 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18548 4 1 0 34179 64 0 0 25 0 11 0 1858241471 862699520 22141 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22141 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (Kb) 842480

[startup+360.031 s]
Raw data (loadavg): 1.14 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18558 4 1 0 35168 65 0 0 19 0 11 0 1858241471 862699520 22151 4294967295 134512640 134569956 3221224336 3221214640 1131403995 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22151 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 352.33
Current children cumulated vsize (Kb) 842480

[startup+370.032 s]
Raw data (loadavg): 1.12 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18567 4 1 0 36159 65 0 0 24 0 11 0 1858241471 862699520 22158 4294967295 134512640 134569956 3221224336 3221214640 1131405061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22158 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 362.24
Current children cumulated vsize (Kb) 842480

[startup+380.033 s]
Raw data (loadavg): 1.10 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18577 4 1 0 37147 65 0 0 25 0 11 0 1858241471 862699520 22167 4294967295 134512640 134569956 3221224336 3221214552 1131362332 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22167 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 372.12
Current children cumulated vsize (Kb) 842480

[startup+390.034 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18586 4 1 0 38136 65 0 0 25 0 11 0 1858241471 862699520 22175 4294967295 134512640 134569956 3221224336 3221214640 1131405122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22175 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 382.01
Current children cumulated vsize (Kb) 842480

[startup+400.034 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18596 4 1 0 39124 66 0 0 25 0 11 0 1858241471 862699520 22183 4294967295 134512640 134569956 3221224336 3221214544 1131367121 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22183 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 391.9
Current children cumulated vsize (Kb) 842480

[startup+410.036 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18605 4 1 0 40114 66 0 0 25 0 11 0 1858241471 862699520 22193 4294967295 134512640 134569956 3221224336 3221214552 1131362332 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22193 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 401.8
Current children cumulated vsize (Kb) 842480

[startup+420.037 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18614 4 1 0 41103 67 0 0 25 0 11 0 1858241471 862699520 22210 4294967295 134512640 134569956 3221224336 3221214640 1131404005 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22210 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 411.7
Current children cumulated vsize (Kb) 842480

[startup+430.037 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18624 4 1 0 42092 67 0 0 25 0 11 0 1858241471 862699520 22220 4294967295 134512640 134569956 3221224336 3221214640 1131405024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22220 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 421.59
Current children cumulated vsize (Kb) 842480

[startup+440.038 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18633 4 1 0 43082 67 0 0 25 0 11 0 1858241471 862699520 22229 4294967295 134512640 134569956 3221224336 3221214640 1131410604 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22229 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 431.49
Current children cumulated vsize (Kb) 842480

[startup+450.038 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18643 4 1 0 44070 68 0 0 25 0 11 0 1858241471 862699520 22237 4294967295 134512640 134569956 3221224336 3221214640 1131403074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22237 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 441.38
Current children cumulated vsize (Kb) 842480

[startup+460.04 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18652 4 1 0 45060 68 0 0 24 0 11 0 1858241471 862699520 22244 4294967295 134512640 134569956 3221224336 3221214536 1131363315 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22244 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 451.28
Current children cumulated vsize (Kb) 842480

[startup+470.041 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18662 4 1 0 46048 68 0 0 25 0 11 0 1858241471 862699520 22252 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22252 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 461.16
Current children cumulated vsize (Kb) 842480

[startup+480.041 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18671 4 1 0 47038 68 0 0 25 0 11 0 1858241471 862699520 22259 4294967295 134512640 134569956 3221224336 3221214544 1131367126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22259 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 471.06
Current children cumulated vsize (Kb) 842480

[startup+490.042 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18681 4 1 0 48026 69 0 0 25 0 11 0 1858241471 862699520 22267 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22267 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 480.95
Current children cumulated vsize (Kb) 842480

[startup+500.043 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18690 4 1 0 49015 69 0 0 25 0 11 0 1858241471 862699520 22275 4294967295 134512640 134569956 3221224336 3221214640 1131403042 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22275 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 490.84
Current children cumulated vsize (Kb) 842480

[startup+510.043 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18700 4 1 0 50004 70 0 0 25 0 11 0 1858241471 862699520 22281 4294967295 134512640 134569956 3221224336 3221214544 1131367215 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22281 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 500.74
Current children cumulated vsize (Kb) 842480

[startup+520.044 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18709 4 1 0 50993 70 0 0 25 0 11 0 1858241471 862699520 22289 4294967295 134512640 134569956 3221224336 3221214544 1131367351 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22289 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 510.63
Current children cumulated vsize (Kb) 842480

[startup+530.045 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18719 4 1 0 51981 71 0 0 18 0 11 0 1858241471 862699520 22296 4294967295 134512640 134569956 3221224336 3221214504 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22296 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 520.52
Current children cumulated vsize (Kb) 842480

[startup+540.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18728 4 1 0 52970 71 0 0 25 0 11 0 1858241471 862699520 22303 4294967295 134512640 134569956 3221224336 3221214640 1131404380 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22303 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 530.41
Current children cumulated vsize (Kb) 842480

[startup+550.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18738 4 1 0 53958 72 0 0 25 0 11 0 1858241471 862699520 22310 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22310 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 540.3
Current children cumulated vsize (Kb) 842480

[startup+560.049 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18747 4 1 0 54947 72 0 0 25 0 11 0 1858241471 862699520 22316 4294967295 134512640 134569956 3221224336 3221213944 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22316 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 550.19
Current children cumulated vsize (Kb) 842480

[startup+570.05 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18757 4 1 0 55935 72 0 0 25 0 11 0 1858241471 862699520 22323 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22323 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 560.07
Current children cumulated vsize (Kb) 842480

[startup+580.05 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18766 4 1 0 56924 72 0 0 25 0 11 0 1858241471 862699520 22329 4294967295 134512640 134569956 3221224336 3221214600 1131359912 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22329 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 569.96
Current children cumulated vsize (Kb) 842480

[startup+590.051 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18776 4 1 0 57910 73 0 0 16 0 11 0 1858241471 862699520 22336 4294967295 134512640 134569956 3221224336 3221214544 1131368519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22336 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 579.83
Current children cumulated vsize (Kb) 842480

[startup+600.053 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18785 4 1 0 58897 73 0 0 20 0 11 0 1858241471 862699520 22347 4294967295 134512640 134569956 3221224336 3221214496 1131363297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22347 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 589.7
Current children cumulated vsize (Kb) 842480

[startup+610.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18794 4 1 0 59884 74 0 0 24 0 11 0 1858241471 862699520 22354 4294967295 134512640 134569956 3221224336 3221214636 1131363935 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22354 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 599.58
Current children cumulated vsize (Kb) 842480

[startup+620.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18804 4 1 0 60868 74 0 0 25 0 11 0 1858241471 862699520 22377 4294967295 134512640 134569956 3221224336 3221214640 1131405100 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22377 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 609.42
Current children cumulated vsize (Kb) 842480

[startup+630.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18813 4 1 0 61854 74 0 0 22 0 11 0 1858241471 862699520 22392 4294967295 134512640 134569956 3221224336 3221214640 1131404783 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22392 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 619.28
Current children cumulated vsize (Kb) 842480

[startup+640.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18823 4 1 0 62839 75 0 0 25 0 11 0 1858241471 862699520 22399 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22399 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 629.14
Current children cumulated vsize (Kb) 842480

[startup+650.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18832 4 1 0 63827 75 0 0 21 0 11 0 1858241471 862699520 22424 4294967295 134512640 134569956 3221224336 3221214544 1131367097 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22424 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 639.02
Current children cumulated vsize (Kb) 842480

[startup+660.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18841 4 1 0 64814 76 0 0 25 0 11 0 1858241471 862699520 22437 4294967295 134512640 134569956 3221224336 3221214536 1131363315 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22437 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 648.9
Current children cumulated vsize (Kb) 842480

[startup+670.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18851 4 1 0 65802 77 0 0 25 0 11 0 1858241471 862699520 22445 4294967295 134512640 134569956 3221224336 3221214640 1131404707 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22445 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 658.79
Current children cumulated vsize (Kb) 842480

[startup+680.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18860 4 1 0 66790 78 0 0 23 0 11 0 1858241471 862699520 22450 4294967295 134512640 134569956 3221224336 3221214536 1131363292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22450 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 668.68
Current children cumulated vsize (Kb) 842480

[startup+690.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18870 4 1 0 67777 78 0 0 25 0 11 0 1858241471 862699520 22457 4294967295 134512640 134569956 3221224336 3221214392 1131583420 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22457 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 678.55
Current children cumulated vsize (Kb) 842480

[startup+700.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18879 4 1 0 68764 79 0 0 25 0 11 0 1858241471 862699520 22463 4294967295 134512640 134569956 3221224336 3221214512 1131587925 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22463 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 688.43
Current children cumulated vsize (Kb) 842480

[startup+710.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18889 4 1 0 69751 80 0 0 24 0 11 0 1858241471 862699520 22469 4294967295 134512640 134569956 3221224336 3221214544 1131367337 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22469 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 698.31
Current children cumulated vsize (Kb) 842480

[startup+720.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18898 4 1 0 70739 80 0 0 25 0 11 0 1858241471 862699520 22475 4294967295 134512640 134569956 3221224336 3221214632 1131338044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22475 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 708.19
Current children cumulated vsize (Kb) 842480

[startup+730.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18907 4 1 0 71728 80 0 0 24 0 11 0 1858241471 862699520 22480 4294967295 134512640 134569956 3221224336 3221214632 1131338044 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22480 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 718.08
Current children cumulated vsize (Kb) 842480

[startup+740.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18917 4 1 0 72714 81 0 0 25 0 11 0 1858241471 862699520 22486 4294967295 134512640 134569956 3221224336 3221214568 1131400577 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22486 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 727.95
Current children cumulated vsize (Kb) 842480

[startup+750.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18926 4 1 0 73702 82 0 0 25 0 11 0 1858241471 862699520 22492 4294967295 134512640 134569956 3221224336 3221214640 1131405960 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22492 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 737.84
Current children cumulated vsize (Kb) 842480

[startup+760.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18936 4 1 0 74688 83 0 0 24 0 11 0 1858241471 862699520 22498 4294967295 134512640 134569956 3221224336 3221214800 1131352601 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22498 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 747.71
Current children cumulated vsize (Kb) 842480

[startup+770.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18945 4 1 0 75676 83 0 0 20 0 11 0 1858241471 862699520 22506 4294967295 134512640 134569956 3221224336 3221214544 1131368027 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22506 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 757.59
Current children cumulated vsize (Kb) 842480

[startup+780.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18954 4 1 0 76664 84 0 0 25 0 11 0 1858241471 862699520 22511 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22511 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 767.48
Current children cumulated vsize (Kb) 842480

[startup+790.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18964 4 1 0 77650 84 0 0 25 0 11 0 1858241471 862699520 22524 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22524 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 777.34
Current children cumulated vsize (Kb) 842480

[startup+800.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18973 4 1 0 78638 84 0 0 21 0 11 0 1858241471 862699520 22529 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22529 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 787.22
Current children cumulated vsize (Kb) 842480

[startup+810.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18982 4 1 0 79626 84 0 0 25 0 11 0 1858241471 862699520 22535 4294967295 134512640 134569956 3221224336 3221214536 1131363292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22535 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 797.1
Current children cumulated vsize (Kb) 842480

[startup+820.074 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 18992 4 1 0 80612 85 0 0 25 0 11 0 1858241471 862699520 22541 4294967295 134512640 134569956 3221224336 3221214640 1131404380 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22541 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 806.97
Current children cumulated vsize (Kb) 842480

[startup+830.074 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19001 4 1 0 81600 85 0 0 25 0 11 0 1858241471 862699520 22547 4294967295 134512640 134569956 3221224336 3221214544 1131367160 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22547 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 816.85
Current children cumulated vsize (Kb) 842480

[startup+840.076 s]
Raw data (loadavg): 1.18 1.05 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19011 4 1 0 82587 86 0 0 25 0 11 0 1858241471 862699520 22553 4294967295 134512640 134569956 3221224336 3221214632 1131338044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22553 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 826.73
Current children cumulated vsize (Kb) 842480

[startup+850.077 s]
Raw data (loadavg): 1.16 1.04 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19020 4 1 0 83575 86 0 0 21 0 11 0 1858241471 862699520 22557 4294967295 134512640 134569956 3221224336 3221214536 1131363305 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22557 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 836.61
Current children cumulated vsize (Kb) 842480

[startup+860.077 s]
Raw data (loadavg): 1.12 1.04 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19029 4 1 0 84563 87 0 0 25 0 11 0 1858241471 862699520 22563 4294967295 134512640 134569956 3221224336 3221214496 1131395512 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22563 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 846.5
Current children cumulated vsize (Kb) 842480

[startup+870.078 s]
Raw data (loadavg): 1.10 1.04 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19039 4 1 0 85549 87 0 0 25 0 11 0 1858241471 862699520 22569 4294967295 134512640 134569956 3221224336 3221214544 1131367097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22569 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 856.36
Current children cumulated vsize (Kb) 842480

[startup+880.079 s]
Raw data (loadavg): 1.08 1.04 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19048 4 1 0 86537 88 0 0 22 0 11 0 1858241471 862699520 22573 4294967295 134512640 134569956 3221224336 3221214640 1131403134 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22573 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 866.25
Current children cumulated vsize (Kb) 842480

[startup+890.085 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19058 4 1 0 87522 88 0 0 25 0 11 0 1858241471 862699520 22580 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22580 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 876.1
Current children cumulated vsize (Kb) 842480

[startup+900.085 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19067 4 1 0 88508 88 0 0 25 0 11 0 1858241471 862699520 22585 4294967295 134512640 134569956 3221224336 3221214544 1131367160 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22585 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 885.96
Current children cumulated vsize (Kb) 842480

[startup+910.086 s]
Raw data (loadavg): 1.05 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19077 4 1 0 89494 88 0 0 17 0 11 0 1858241471 862699520 22591 4294967295 134512640 134569956 3221224336 3221214544 1131367007 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22591 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 895.82
Current children cumulated vsize (Kb) 842480

[startup+920.087 s]
Raw data (loadavg): 1.04 1.03 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19086 4 1 0 90480 88 0 0 25 0 11 0 1858241471 862699520 22603 4294967295 134512640 134569956 3221224336 3221214800 1131352601 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22603 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 905.68
Current children cumulated vsize (Kb) 842480

[startup+930.087 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19096 4 1 0 91466 89 0 0 18 0 11 0 1858241471 862699520 22610 4294967295 134512640 134569956 3221224336 3221214640 1131404380 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22610 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 915.55
Current children cumulated vsize (Kb) 842480

[startup+940.088 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19105 4 1 0 92453 89 0 0 25 0 11 0 1858241471 862699520 22612 4294967295 134512640 134569956 3221224336 3221214640 1131411120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22612 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 925.42
Current children cumulated vsize (Kb) 842480

[startup+950.089 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19115 4 1 0 93439 89 0 0 25 0 11 0 1858241471 862699520 22616 4294967295 134512640 134569956 3221224336 3221214640 1131404340 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22616 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 935.28
Current children cumulated vsize (Kb) 842480

[startup+960.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19125 4 1 0 94425 90 0 0 25 0 11 0 1858241471 862699520 22621 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22621 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 945.15
Current children cumulated vsize (Kb) 842480

[startup+970.091 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19134 4 1 0 95412 90 0 0 25 0 11 0 1858241471 862699520 22632 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22632 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 955.02
Current children cumulated vsize (Kb) 842480

[startup+980.092 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19144 4 1 0 96399 90 0 0 25 0 11 0 1858241471 862699520 22636 4294967295 134512640 134569956 3221224336 3221214640 1131411115 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22636 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 964.89
Current children cumulated vsize (Kb) 842480

[startup+990.092 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19154 4 1 0 97385 91 0 0 17 0 11 0 1858241471 862699520 22639 4294967295 134512640 134569956 3221224336 3221214544 1131367259 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22639 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 974.76
Current children cumulated vsize (Kb) 842480

[startup+1000.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19163 4 1 0 98374 91 0 0 25 0 11 0 1858241471 862699520 22642 4294967295 134512640 134569956 3221224336 3221214080 1131580468 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22642 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 984.65
Current children cumulated vsize (Kb) 842480

[startup+1010.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19173 4 1 0 99361 91 0 0 20 0 11 0 1858241471 862699520 22646 4294967295 134512640 134569956 3221224336 3221214544 1131367124 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22646 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 994.52
Current children cumulated vsize (Kb) 842480

[startup+1020.1 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19183 4 1 0 100348 92 0 0 18 0 11 0 1858241471 862699520 22649 4294967295 134512640 134569956 3221224336 3221214640 1131405080 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22649 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1004.4
Current children cumulated vsize (Kb) 842480

[startup+1030.1 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19192 4 1 0 101336 92 0 0 24 0 11 0 1858241471 862699520 22652 4294967295 134512640 134569956 3221224336 3221214632 1131338044 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22652 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1014.28
Current children cumulated vsize (Kb) 842480

[startup+1040.1 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19202 4 1 0 102323 92 0 0 22 0 11 0 1858241471 862699520 22655 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22655 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1024.15
Current children cumulated vsize (Kb) 842480

[startup+1050.1 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19212 4 1 0 103309 92 0 0 25 0 11 0 1858241471 862699520 22658 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22658 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1034.01
Current children cumulated vsize (Kb) 842480

[startup+1060.1 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19221 4 1 0 104296 93 0 0 25 0 11 0 1858241471 862699520 22665 4294967295 134512640 134569956 3221224336 3221214536 1131363188 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22665 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1043.89
Current children cumulated vsize (Kb) 842480

[startup+1070.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19231 4 1 0 105282 94 0 0 25 0 11 0 1858241471 862699520 22668 4294967295 134512640 134569956 3221224336 3221214640 1131410477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22668 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1053.76
Current children cumulated vsize (Kb) 842480

[startup+1080.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19241 4 1 0 106267 94 0 0 18 0 11 0 1858241471 862699520 22682 4294967295 134512640 134569956 3221224336 3221214640 1131405913 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22682 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1063.61
Current children cumulated vsize (Kb) 842480

[startup+1090.1 s]
Raw data (loadavg): 1.00 1.01 1.00 3/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19251 4 1 0 107253 94 0 0 25 0 11 0 1858241471 862699520 22687 4294967295 134512640 134569956 3221224336 3221213512 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22687 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1073.47
Current children cumulated vsize (Kb) 842480

[startup+1100.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19260 4 1 0 108239 94 0 0 25 0 11 0 1858241471 862699520 22692 4294967295 134512640 134569956 3221224336 3221214552 1131361272 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22692 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1083.33
Current children cumulated vsize (Kb) 842480

[startup+1110.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19270 4 1 0 109225 95 0 0 25 0 11 0 1858241471 862699520 22709 4294967295 134512640 134569956 3221224336 3221214636 1131338053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22709 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1093.2
Current children cumulated vsize (Kb) 842480

[startup+1120.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19280 4 1 0 110211 95 0 0 24 0 11 0 1858241471 862699520 22713 4294967295 134512640 134569956 3221224336 3221214640 1131402850 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22713 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1103.06
Current children cumulated vsize (Kb) 842480

[startup+1130.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19289 4 1 0 111199 96 0 0 23 0 11 0 1858241471 862699520 22719 4294967295 134512640 134569956 3221224336 3221214552 1131361305 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22719 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1112.95
Current children cumulated vsize (Kb) 842480

[startup+1140.1 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19299 4 1 0 112185 96 0 0 25 0 11 0 1858241471 862699520 22722 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22722 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1122.81
Current children cumulated vsize (Kb) 842480

[startup+1150.1 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19309 4 1 0 113171 96 0 0 24 0 11 0 1858241471 862699520 22725 4294967295 134512640 134569956 3221224336 3221214544 1131367049 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22725 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1132.67
Current children cumulated vsize (Kb) 842480

[startup+1160.11 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19318 4 1 0 114158 97 0 0 25 0 11 0 1858241471 862699520 22728 4294967295 134512640 134569956 3221224336 3221214536 1131363252 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22728 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1142.55
Current children cumulated vsize (Kb) 842480

[startup+1170.11 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19328 4 1 0 115144 97 0 0 19 0 11 0 1858241471 862699520 22731 4294967295 134512640 134569956 3221224336 3221214544 1131367333 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22731 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1152.41
Current children cumulated vsize (Kb) 842480

[startup+1180.11 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19337 4 1 0 116132 97 0 0 25 0 11 0 1858241471 862699520 22734 4294967295 134512640 134569956 3221224336 3221214552 1131361280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22734 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1162.29
Current children cumulated vsize (Kb) 842480

[startup+1190.11 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19347 4 1 0 117118 97 0 0 22 0 11 0 1858241471 862699520 22737 4294967295 134512640 134569956 3221224336 3221214640 1131402839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22737 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1172.15
Current children cumulated vsize (Kb) 842480

[startup+1200.11 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19357 4 1 0 118104 98 0 0 18 0 11 0 1858241471 862699520 22740 4294967295 134512640 134569956 3221224336 3221214640 1131410604 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22740 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (Kb) 842480

[startup+1210.11 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19367 4 1 0 119090 98 0 0 24 0 11 0 1858241471 862699520 22746 4294967295 134512640 134569956 3221224336 3221214536 1131363315 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24427/statm): 210620 22746 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1191.88
Current children cumulated vsize (Kb) 842480

[startup+1220.11 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19376 4 1 0 120077 99 0 0 25 0 11 0 1858241471 862699520 22749 4294967295 134512640 134569956 3221224336 3221214544 1131367145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22749 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1201.76
Current children cumulated vsize (Kb) 842480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.11 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24438
Raw data (/proc/24427/stat): 24427 (java) R 24426 24427 20115 0 -1 0 19376 4 1 0 120077 99 0 0 25 0 11 0 1858241471 862699520 22749 4294967295 134512640 134569956 3221224336 3221214632 1131338032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24427/statm): 210620 22749 13129 16 0 210604 0
[pid=24427] vsize: 842480
Current children cumulated CPU time (s) 1201.76
Current children cumulated vsize (Kb) 842480

Sending SIGTERM to -24427
Sleeping 2 seconds
New thread pid=24440
New thread pid=24441
One traced child (pid=24441) exited with status: 0
One traced child (pid=24436) exited with status: 0
One traced child (pid=24431) exited with status: 0
One traced child (pid=24428) exited with status: 143
One traced child (pid=24432) exited with status: 143
One traced child (pid=24435) exited with status: 143
One traced child (pid=24434) exited with status: 143
One traced child (pid=24438) exited with status: 143
One traced child (pid=24429) exited with status: 143
One traced child (pid=24430) exited with status: 143
One traced child (pid=24433) exited with status: 143
One traced child (pid=24440) exited with status: 143
One traced child (pid=24427) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.34
CPU time (s): 1226.96
CPU user time (s): 1225.1
CPU system time (s): 1.86172
CPU usage (%): 100.542
Max. virtual memory (cumulated for all children) (Kb): 842580

Verifier Data

Verifier:	OK	0