Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-markshare2.opb
MD5SUM111dddb6adf389a5275ab413feff6076
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 88064
Optimality of the best value was proved NO
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.24
Number of variables270
Total number of constraints67
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint1
Maximum length of a constraint90

Trace number 4817

Launcher Data

LAUNCH ON wulflinc28 THE 2005-09-19 20:09:06 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6499 boxname=wulflinc28 idbench=639 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  111dddb6adf389a5275ab413feff6076  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-20-10-markshare2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-20-10-markshare2.opb
IDLAUNCH: 6499
/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:        834632 kB
Buffers:         35824 kB
Cached:         135996 kB
SwapCached:        696 kB
Active:          74968 kB
Inactive:        99328 kB
HighTotal:      131008 kB
HighFree:        29204 kB
LowTotal:       903652 kB
LowFree:        805428 kB
SwapTotal:     2097640 kB
SwapFree:      2096372 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5816 kB
Slab:            20132 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 20:29:26 (client local time) WITH STATUS 143 IN 1217.05 SECONDS
stats: 6499 0 1217.05 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-20-10-markshare2.opb
c reading problem ... done. Time 0.602 ms.
c #vars     270
c #constraints  14
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=            10764288 		Current CPU time: 2.35 ms
c starts		: 5
c conflicts		: 620
c decisions		: 10210
c propagations		: 19609
c inspects		: 2815722
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 620
c root simplifications	: 624
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 9795
c speed (decisions/second)	: 8.392944336940957
c non guided choices	5258
c random choices	0
s SATISFIABLE
v -s01_bit_10 -s01_bit_9 -s01_bit_8 -s01_bit_7 -s01_bit_6 -s01_bit_5 -s01_bit_4 -s01_bit_3 -s01_bit_2 -s01_bit_1 -s01_bit0 -s01_bit1 s01_bit2 s01_bit3 -s01_bit4 s01_bit5 -s01_bit6 -s01_bit7 s01_bit8 -s01_bit9 s01_bit10 -s01_bit11 -s01_bit12 -s01_bit13 -s01_bit14 -s01_bit15 -s01_bit16 -s01_bit17 -s01_bit18 -s01_bit19 -s11_bit_10 -s11_bit_9 -s11_bit_8 -s11_bit_7 -s11_bit_6 -s11_bit_5 -s11_bit_4 -s11_bit_3 -s11_bit_2 -s11_bit_1 -s11_bit0 s11_bit1 -s11_bit2 -s11_bit3 s11_bit4 -s11_bit5 -s11_bit6 -s11_bit7 -s11_bit8 s11_bit9 s11_bit10 -s11_bit11 -s11_bit12 -s11_bit13 -s11_bit14 -s11_bit15 -s11_bit16 -s11_bit17 -s11_bit18 -s11_bit19 -s21_bit_10 -s21_bit_9 -s21_bit_8 -s21_bit_7 -s21_bit_6 -s21_bit_5 -s21_bit_4 -s21_bit_3 -s21_bit_2 -s21_bit_1 s21_bit0 -s21_bit1 s21_bit2 -s21_bit3 s21_bit4 -s21_bit5 -s21_bit6 s21_bit7 s21_bit8 -s21_bit9 s21_bit10 -s21_bit11 -s21_bit12 -s21_bit13 -s21_bit14 -s21_bit15 -s21_bit16 -s21_bit17 -s21_bit18 -s21_bit19 -s31_bit_10 -s31_bit_9 -s31_bit_8 -s31_bit_7 -s31_bit_6 -s31_bit_5 -s31_bit_4 -s31_bit_3 -s31_bit_2 -s31_bit_1 -s31_bit0 s31_bit1 s31_bit2 -s31_bit3 s31_bit4 -s31_bit5 -s31_bit6 s31_bit7 -s31_bit8 s31_bit9 s31_bit10 -s31_bit11 -s31_bit12 -s31_bit13 -s31_bit14 -s31_bit15 -s31_bit16 -s31_bit17 -s31_bit18 -s31_bit19 -s41_bit_10 -s41_bit_9 -s41_bit_8 -s41_bit_7 -s41_bit_6 -s41_bit_5 -s41_bit_4 -s41_bit_3 -s41_bit_2 -s41_bit_1 -s41_bit0 s41_bit1 -s41_bit2 s41_bit3 -s41_bit4 -s41_bit5 s41_bit6 s41_bit7 s41_bit8 -s41_bit9 s41_bit10 -s41_bit11 -s41_bit12 -s41_bit13 -s41_bit14 -s41_bit15 -s41_bit16 -s41_bit17 -s41_bit18 -s41_bit19 -s51_bit_10 -s51_bit_9 -s51_bit_8 -s51_bit_7 -s51_bit_6 -s51_bit_5 -s51_bit_4 -s51_bit_3 -s51_bit_2 -s51_bit_1 s51_bit0 -s51_bit1 s51_bit2 s51_bit3 -s51_bit4 -s51_bit5 s51_bit6 -s51_bit7 -s51_bit8 s51_bit9 s51_bit10 -s51_bit11 -s51_bit12 -s51_bit13 -s51_bit14 -s51_bit15 -s51_bit16 -s51_bit17 -s51_bit18 -s51_bit19 -s61_bit_10 -s61_bit_9 -s61_bit_8 -s61_bit_7 -s61_bit_6 -s61_bit_5 -s61_bit_4 -s61_bit_3 -s61_bit_2 -s61_bit_1 -s61_bit0 -s61_bit1 -s61_bit2 -s61_bit3 s61_bit4 -s61_bit5 -s61_bit6 s61_bit7 s61_bit8 -s61_bit9 s61_bit10 -s61_bit11 -s61_bit12 -s61_bit13 -s61_bit14 -s61_bit15 -s61_bit16 -s61_bit17 -s61_bit18 -s61_bit19 -x0_bit0 -x1_bit0 -x2_bit0 -x3_bit0 -x4_bit0 -x5_bit0 -x6_bit0 -x7_bit0 -x8_bit0 -x9_bit0 -x10_bit0 -x11_bit0 -x12_bit0 -x13_bit0 -x14_bit0 -x15_bit0 -x16_bit0 -x17_bit0 -x18_bit0 -x19_bit0 -x20_bit0 -x21_bit0 -x22_bit0 -x23_bit0 -x24_bit0 -x25_bit0 -x26_bit0 -x27_bit0 -x28_bit0 -x29_bit0 -x30_bit0 -x31_bit0 -x32_bit0 -x33_bit0 -x34_bit0 -x35_bit0 -x36_bit0 -x37_bit0 -x38_bit0 -x39_bit0 -x40_bit0 -x41_bit0 -x42_bit0 -x43_bit0 -x44_bit0 -x45_bit0 -x46_bit0 -x47_bit0 -x48_bit0 -x49_bit0 -x50_bit0 -x51_bit0 -x52_bit0 -x53_bit0 -x54_bit0 -x55_bit0 -x56_bit0 -x57_bit0 -x58_bit0 -x59_bit0 
c objective function=10764288
c Total CPU time (ms) : 1218.921

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/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1852672238 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 39 3 38 16 0 23 0
[pid=12562] 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/12562
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=12563
New thread pid=12564
New thread pid=12565
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=12566
New thread pid=12567
New thread pid=12568
New thread pid=12569
New thread pid=12570
New thread pid=12571
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-20-10-markshare2.opb
New thread pid=12572
One traced child (pid=12572) exited with status: 0
New thread pid=12573

[startup+10.0027 s]
Raw data (loadavg): 1.09 1.02 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18194 4 1 0 801 50 0 0 19 0 11 0 1852672238 857444352 19738 4294967295 134512640 134569956 3221224320 3221214640 1131370903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209337 19738 13129 16 0 209321 0
[pid=12562] vsize: 837348
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (Kb) 837348

[startup+20.0033 s]
Raw data (loadavg): 1.07 1.02 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18208 4 1 0 1767 51 0 0 24 0 11 0 1852672238 857202688 19684 4294967295 134512640 134569956 3221224320 3221214640 1131371982 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 19684 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (Kb) 837112

[startup+30.0041 s]
Raw data (loadavg): 1.06 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18218 4 1 0 2731 51 0 0 21 0 11 0 1852672238 857202688 19775 4294967295 134512640 134569956 3221224320 3221214504 1131079201 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 19775 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 27.82
Current children cumulated vsize (Kb) 837112

[startup+40.0038 s]
Raw data (loadavg): 1.05 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18229 4 1 0 3697 52 0 0 25 0 11 0 1852672238 857202688 20005 4294967295 134512640 134569956 3221224320 3221214688 1131318417 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20005 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 37.49
Current children cumulated vsize (Kb) 837112

[startup+50.0044 s]
Raw data (loadavg): 1.04 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18239 4 1 0 4678 53 0 0 25 0 11 0 1852672238 857202688 20068 4294967295 134512640 134569956 3221224320 3221214492 1131505248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20068 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 47.31
Current children cumulated vsize (Kb) 837112

[startup+60.0051 s]
Raw data (loadavg): 1.04 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18250 4 1 0 5659 53 0 0 25 0 11 0 1852672238 857202688 20160 4294967295 134512640 134569956 3221224320 3221214640 1131371235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20160 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 57.12
Current children cumulated vsize (Kb) 837112

[startup+70.0059 s]
Raw data (loadavg): 1.03 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18261 4 1 0 6642 54 0 0 25 0 11 0 1852672238 857202688 20224 4294967295 134512640 134569956 3221224320 3221214744 1131360357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20224 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 66.96
Current children cumulated vsize (Kb) 837112

[startup+80.0066 s]
Raw data (loadavg): 1.02 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18271 4 1 0 7629 54 0 0 23 0 11 0 1852672238 857202688 20255 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20255 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 76.83
Current children cumulated vsize (Kb) 837112

[startup+90.0073 s]
Raw data (loadavg): 1.02 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18282 4 1 0 8616 54 0 0 25 0 11 0 1852672238 857202688 20284 4294967295 134512640 134569956 3221224320 3221214688 1131318417 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20284 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 86.7
Current children cumulated vsize (Kb) 837112

[startup+100.008 s]
Raw data (loadavg): 1.02 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18293 4 1 0 9602 55 0 0 25 0 11 0 1852672238 857202688 20310 4294967295 134512640 134569956 3221224320 3221214640 1131372003 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20310 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 96.57
Current children cumulated vsize (Kb) 837112

[startup+110.009 s]
Raw data (loadavg): 1.01 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18305 4 1 0 10589 55 0 0 25 0 11 0 1852672238 857202688 20336 4294967295 134512640 134569956 3221224320 3221214688 1131318425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20336 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 106.44
Current children cumulated vsize (Kb) 837112

[startup+120.01 s]
Raw data (loadavg): 1.01 1.01 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18316 4 1 0 11575 56 0 0 25 0 11 0 1852672238 857202688 20358 4294967295 134512640 134569956 3221224320 3221214640 1131371324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20358 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 116.31
Current children cumulated vsize (Kb) 837112

[startup+130.011 s]
Raw data (loadavg): 1.01 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18326 4 1 0 12561 57 0 0 23 0 11 0 1852672238 857202688 20342 4294967295 134512640 134569956 3221224320 3221214640 1131371127 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20342 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 126.18
Current children cumulated vsize (Kb) 837112

[startup+140.011 s]
Raw data (loadavg): 1.01 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18337 4 1 0 13544 57 0 0 25 0 11 0 1852672238 857202688 20363 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20363 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 136.01
Current children cumulated vsize (Kb) 837112

[startup+150.013 s]
Raw data (loadavg): 1.01 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18348 4 1 0 14528 58 0 0 25 0 11 0 1852672238 857202688 20398 4294967295 134512640 134569956 3221224320 3221214640 1131371204 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20398 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 145.86
Current children cumulated vsize (Kb) 837112

[startup+160.012 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18359 4 1 0 15514 58 0 0 25 0 11 0 1852672238 857202688 20451 4294967295 134512640 134569956 3221224320 3221214744 1131360807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20451 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 155.72
Current children cumulated vsize (Kb) 837112

[startup+170.013 s]
Raw data (loadavg): 1.00 1.00 0.94 1/66 12573
Raw data (/proc/12562/stat): 12562 (java) T 12561 12562 20115 0 -1 0 18370 4 1 0 16501 59 0 0 16 0 11 0 1852672238 857202688 20473 4294967295 134512640 134569956 3221224320 3221213368 1073952732 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20473 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 165.6
Current children cumulated vsize (Kb) 837112

[startup+180.014 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18380 4 1 0 17489 59 0 0 22 0 11 0 1852672238 857202688 20489 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20489 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 175.48
Current children cumulated vsize (Kb) 837112

[startup+190.014 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18391 4 1 0 18477 60 0 0 25 0 11 0 1852672238 857202688 20507 4294967295 134512640 134569956 3221224320 3221214640 1131371388 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20507 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 185.37
Current children cumulated vsize (Kb) 837112

[startup+200.015 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18402 4 1 0 19465 60 0 0 19 0 11 0 1852672238 857202688 20522 4294967295 134512640 134569956 3221224320 3221214608 1131401180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20522 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 195.25
Current children cumulated vsize (Kb) 837112

[startup+210.016 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18413 4 1 0 20453 61 0 0 17 0 11 0 1852672238 857202688 20538 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20538 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 205.14
Current children cumulated vsize (Kb) 837112

[startup+220.018 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18424 4 1 0 21441 61 0 0 16 0 11 0 1852672238 857202688 20554 4294967295 134512640 134569956 3221224320 3221214640 1131371053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20554 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 215.02
Current children cumulated vsize (Kb) 837112

[startup+230.018 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18434 4 1 0 22430 61 0 0 25 0 11 0 1852672238 857202688 20567 4294967295 134512640 134569956 3221224320 3221214740 1131370700 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20567 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 224.91
Current children cumulated vsize (Kb) 837112

[startup+240.019 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18445 4 1 0 23417 62 0 0 25 0 11 0 1852672238 857202688 20580 4294967295 134512640 134569956 3221224320 3221214640 1131371350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20580 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 234.79
Current children cumulated vsize (Kb) 837112

[startup+250.02 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18456 4 1 0 24405 63 0 0 25 0 11 0 1852672238 857202688 20596 4294967295 134512640 134569956 3221224320 3221214640 1131370734 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20596 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 244.68
Current children cumulated vsize (Kb) 837112

[startup+260.02 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18467 4 1 0 25393 63 0 0 19 0 11 0 1852672238 857202688 20610 4294967295 134512640 134569956 3221224320 3221214640 1131371586 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20610 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 254.56
Current children cumulated vsize (Kb) 837112

[startup+270.021 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18478 4 1 0 26381 63 0 0 17 0 11 0 1852672238 857202688 20623 4294967295 134512640 134569956 3221224320 3221214640 1131371037 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20623 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 264.44
Current children cumulated vsize (Kb) 837112

[startup+280.022 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18489 4 1 0 27369 64 0 0 16 0 11 0 1852672238 857202688 20636 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20636 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 274.33
Current children cumulated vsize (Kb) 837112

[startup+290.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18499 4 1 0 28359 64 0 0 25 0 11 0 1852672238 857202688 20683 4294967295 134512640 134569956 3221224320 3221214744 1131360769 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20683 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 284.23
Current children cumulated vsize (Kb) 837112

[startup+300.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18510 4 1 0 29347 65 0 0 25 0 11 0 1852672238 857202688 20696 4294967295 134512640 134569956 3221224320 3221214688 1131318433 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20696 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 294.12
Current children cumulated vsize (Kb) 837112

[startup+310.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18521 4 1 0 30335 65 0 0 25 0 11 0 1852672238 857202688 20707 4294967295 134512640 134569956 3221224320 3221214688 1131318405 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20707 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 304
Current children cumulated vsize (Kb) 837112

[startup+320.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18532 4 1 0 31323 65 0 0 19 0 11 0 1852672238 857202688 20721 4294967295 134512640 134569956 3221224320 3221214688 1131318414 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20721 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 313.88
Current children cumulated vsize (Kb) 837112

[startup+330.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18543 4 1 0 32312 66 0 0 18 0 11 0 1852672238 857202688 20732 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20732 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (Kb) 837112

[startup+340.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18554 4 1 0 33301 66 0 0 25 0 11 0 1852672238 857202688 20743 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20743 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 333.67
Current children cumulated vsize (Kb) 837112

[startup+350.025 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18564 4 1 0 34290 67 0 0 25 0 11 0 1852672238 857202688 20754 4294967295 134512640 134569956 3221224320 3221214640 1131371320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20754 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 343.57
Current children cumulated vsize (Kb) 837112

[startup+360.025 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18575 4 1 0 35279 67 0 0 25 0 11 0 1852672238 857202688 20765 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20765 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 353.46
Current children cumulated vsize (Kb) 837112

[startup+370.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18586 4 1 0 36266 68 0 0 25 0 11 0 1852672238 857202688 20776 4294967295 134512640 134569956 3221224320 3221214744 1131361412 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20776 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 363.34
Current children cumulated vsize (Kb) 837112

[startup+380.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18597 4 1 0 37255 68 0 0 25 0 11 0 1852672238 857202688 20788 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20788 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 373.23
Current children cumulated vsize (Kb) 837112

[startup+390.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18608 4 1 0 38243 69 0 0 18 0 11 0 1852672238 857202688 20799 4294967295 134512640 134569956 3221224320 3221214640 1131372010 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20799 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 383.12
Current children cumulated vsize (Kb) 837112

[startup+400.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18619 4 1 0 39232 69 0 0 16 0 11 0 1852672238 857202688 20810 4294967295 134512640 134569956 3221224320 3221214640 1131371110 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20810 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 393.01
Current children cumulated vsize (Kb) 837112

[startup+410.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18629 4 1 0 40221 69 0 0 25 0 11 0 1852672238 857202688 20819 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20819 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 402.9
Current children cumulated vsize (Kb) 837112

[startup+420.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18640 4 1 0 41210 69 0 0 25 0 11 0 1852672238 857202688 20830 4294967295 134512640 134569956 3221224320 3221214640 1131371374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20830 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 412.79
Current children cumulated vsize (Kb) 837112

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18651 4 1 0 42198 69 0 0 21 0 11 0 1852672238 857202688 20839 4294967295 134512640 134569956 3221224320 3221214640 1131370807 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20839 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 422.67
Current children cumulated vsize (Kb) 837112

[startup+440.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18662 4 1 0 43185 70 0 0 25 0 11 0 1852672238 857202688 20850 4294967295 134512640 134569956 3221224320 3221214688 1131318529 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20850 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 432.55
Current children cumulated vsize (Kb) 837112

[startup+450.029 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18673 4 1 0 44173 71 0 0 25 0 11 0 1852672238 857202688 20859 4294967295 134512640 134569956 3221224320 3221214688 1131318397 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20859 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 442.44
Current children cumulated vsize (Kb) 837112

[startup+460.028 s]
Raw data (loadavg): 1.00 1.00 0.94 3/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18684 4 1 0 45159 71 0 0 17 0 11 0 1852672238 857202688 20870 4294967295 134512640 134569956 3221224320 3221214688 1131318417 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20870 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 452.3
Current children cumulated vsize (Kb) 837112

[startup+470.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18694 4 1 0 46145 72 0 0 25 0 11 0 1852672238 857202688 20879 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20879 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (Kb) 837112

[startup+480.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18705 4 1 0 47129 72 0 0 21 0 11 0 1852672238 857202688 20898 4294967295 134512640 134569956 3221224320 3221214640 1131371898 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20898 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 472.01
Current children cumulated vsize (Kb) 837112

[startup+490.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18716 4 1 0 48110 72 0 0 25 0 11 0 1852672238 857202688 20925 4294967295 134512640 134569956 3221224320 3221214744 1131360502 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 20925 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 481.82
Current children cumulated vsize (Kb) 837112

[startup+500.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18727 4 1 0 49091 73 0 0 18 0 11 0 1852672238 857202688 20950 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 20950 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 491.64
Current children cumulated vsize (Kb) 837112

[startup+510.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18738 4 1 0 50075 74 0 0 25 0 11 0 1852672238 857202688 21002 4294967295 134512640 134569956 3221224320 3221214640 1131370732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21002 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 501.49
Current children cumulated vsize (Kb) 837112

[startup+520.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18748 4 1 0 51062 74 0 0 25 0 11 0 1852672238 857202688 21032 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21032 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 511.36
Current children cumulated vsize (Kb) 837112

[startup+530.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18759 4 1 0 52050 75 0 0 25 0 11 0 1852672238 857202688 21044 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21044 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 521.25
Current children cumulated vsize (Kb) 837112

[startup+540.033 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18770 4 1 0 53038 75 0 0 19 0 11 0 1852672238 857202688 21053 4294967295 134512640 134569956 3221224320 3221214688 1131318445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21053 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 531.13
Current children cumulated vsize (Kb) 837112

[startup+550.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18781 4 1 0 54026 76 0 0 18 0 11 0 1852672238 857202688 21062 4294967295 134512640 134569956 3221224320 3221214640 1131372021 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21062 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 541.02
Current children cumulated vsize (Kb) 837112

[startup+560.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18792 4 1 0 55012 77 0 0 25 0 11 0 1852672238 857202688 21070 4294967295 134512640 134569956 3221224320 3221214640 1131370732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21070 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 550.89
Current children cumulated vsize (Kb) 837112

[startup+570.036 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18802 4 1 0 56002 77 0 0 25 0 11 0 1852672238 857202688 21077 4294967295 134512640 134569956 3221224320 3221214688 1131318421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21077 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 560.79
Current children cumulated vsize (Kb) 837112

[startup+580.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18813 4 1 0 56989 78 0 0 25 0 11 0 1852672238 857202688 21086 4294967295 134512640 134569956 3221224320 3221214640 1131370817 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21086 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 570.67
Current children cumulated vsize (Kb) 837112

[startup+590.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18824 4 1 0 57977 78 0 0 25 0 11 0 1852672238 857202688 21095 4294967295 134512640 134569956 3221224320 3221214640 1131372033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21095 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 580.55
Current children cumulated vsize (Kb) 837112

[startup+600.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18835 4 1 0 58965 79 0 0 25 0 11 0 1852672238 857202688 21104 4294967295 134512640 134569956 3221224320 3221214640 1131371253 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21104 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 590.44
Current children cumulated vsize (Kb) 837112

[startup+610.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18846 4 1 0 59952 80 0 0 17 0 11 0 1852672238 857202688 21113 4294967295 134512640 134569956 3221224320 3221214640 1131371374 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21113 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 600.32
Current children cumulated vsize (Kb) 837112

[startup+620.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) S 12561 12562 20115 0 -1 0 18856 4 1 0 60941 80 0 0 25 0 11 0 1852672238 857202688 21120 4294967295 134512640 134569956 3221224320 3221213384 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21120 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 610.21
Current children cumulated vsize (Kb) 837112

[startup+630.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18867 4 1 0 61929 81 0 0 25 0 11 0 1852672238 857202688 21129 4294967295 134512640 134569956 3221224320 3221214868 1131091537 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21129 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 620.1
Current children cumulated vsize (Kb) 837112

[startup+640.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18878 4 1 0 62917 81 0 0 25 0 11 0 1852672238 857202688 21138 4294967295 134512640 134569956 3221224320 3221214640 1131370961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21138 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 629.98
Current children cumulated vsize (Kb) 837112

[startup+650.041 s]
Raw data (loadavg): 1.08 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18889 4 1 0 63904 81 0 0 19 0 11 0 1852672238 857202688 21144 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21144 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 639.85
Current children cumulated vsize (Kb) 837112

[startup+660.041 s]
Raw data (loadavg): 1.14 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18900 4 1 0 64892 82 0 0 18 0 11 0 1852672238 857202688 21153 4294967295 134512640 134569956 3221224320 3221214804 1131377715 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21153 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 649.74
Current children cumulated vsize (Kb) 837112

[startup+670.042 s]
Raw data (loadavg): 1.12 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18911 4 1 0 65879 82 0 0 25 0 11 0 1852672238 857202688 21162 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21162 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 659.61
Current children cumulated vsize (Kb) 837112

[startup+680.044 s]
Raw data (loadavg): 1.10 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18921 4 1 0 66868 83 0 0 25 0 11 0 1852672238 857202688 21169 4294967295 134512640 134569956 3221224320 3221214640 1131370754 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21169 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 669.51
Current children cumulated vsize (Kb) 837112

[startup+690.043 s]
Raw data (loadavg): 1.08 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18932 4 1 0 67856 83 0 0 25 0 11 0 1852672238 857202688 21176 4294967295 134512640 134569956 3221224320 3221214640 1131371220 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21176 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 679.39
Current children cumulated vsize (Kb) 837112

[startup+700.044 s]
Raw data (loadavg): 1.07 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18943 4 1 0 68843 83 0 0 25 0 11 0 1852672238 857202688 21185 4294967295 134512640 134569956 3221224320 3221214688 1131318484 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21185 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 689.26
Current children cumulated vsize (Kb) 837112

[startup+710.045 s]
Raw data (loadavg): 1.06 1.03 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18954 4 1 0 69830 83 0 0 25 0 11 0 1852672238 857202688 21193 4294967295 134512640 134569956 3221224320 3221214744 1131360732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21193 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 699.13
Current children cumulated vsize (Kb) 837112

[startup+720.045 s]
Raw data (loadavg): 1.05 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18965 4 1 0 70818 84 0 0 17 0 11 0 1852672238 857202688 21200 4294967295 134512640 134569956 3221224320 3221214640 1131371037 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21200 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 709.02
Current children cumulated vsize (Kb) 837112

[startup+730.046 s]
Raw data (loadavg): 1.04 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18975 4 1 0 71806 85 0 0 25 0 11 0 1852672238 857202688 21207 4294967295 134512640 134569956 3221224320 3221214640 1131370725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21207 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 718.91
Current children cumulated vsize (Kb) 837112

[startup+740.047 s]
Raw data (loadavg): 1.04 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18986 4 1 0 72793 85 0 0 22 0 11 0 1852672238 857202688 21216 4294967295 134512640 134569956 3221224320 3221214640 1131371368 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21216 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 728.78
Current children cumulated vsize (Kb) 837112

[startup+750.048 s]
Raw data (loadavg): 1.03 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 18997 4 1 0 73781 85 0 0 25 0 11 0 1852672238 857202688 21223 4294967295 134512640 134569956 3221224320 3221214640 1131370725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21223 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 738.66
Current children cumulated vsize (Kb) 837112

[startup+760.048 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19008 4 1 0 74768 86 0 0 25 0 11 0 1852672238 857202688 21229 4294967295 134512640 134569956 3221224320 3221214640 1131371123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21229 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 748.54
Current children cumulated vsize (Kb) 837112

[startup+770.05 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19019 4 1 0 75756 86 0 0 25 0 11 0 1852672238 857202688 21238 4294967295 134512640 134569956 3221224320 3221214740 1131370700 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21238 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 758.42
Current children cumulated vsize (Kb) 837112

[startup+780.052 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19030 4 1 0 76743 86 0 0 25 0 11 0 1852672238 857202688 21245 4294967295 134512640 134569956 3221224320 3221214688 1131318417 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21245 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 768.29
Current children cumulated vsize (Kb) 837112

[startup+790.052 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19040 4 1 0 77731 87 0 0 25 0 11 0 1852672238 857202688 21252 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21252 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 778.18
Current children cumulated vsize (Kb) 837112

[startup+800.053 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19051 4 1 0 78718 87 0 0 25 0 11 0 1852672238 857202688 21258 4294967295 134512640 134569956 3221224320 3221214744 1131360366 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21258 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 788.05
Current children cumulated vsize (Kb) 837112

[startup+810.054 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19062 4 1 0 79706 88 0 0 25 0 11 0 1852672238 857202688 21267 4294967295 134512640 134569956 3221224320 3221214640 1131370811 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21267 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 797.94
Current children cumulated vsize (Kb) 837112

[startup+820.055 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19073 4 1 0 80693 88 0 0 25 0 11 0 1852672238 857202688 21274 4294967295 134512640 134569956 3221224320 3221214744 1131360357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21274 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 807.81
Current children cumulated vsize (Kb) 837112

[startup+830.055 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19084 4 1 0 81680 89 0 0 17 0 11 0 1852672238 857202688 21281 4294967295 134512640 134569956 3221224320 3221214640 1131370851 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21281 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 817.69
Current children cumulated vsize (Kb) 837112

[startup+840.056 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19094 4 1 0 82668 90 0 0 25 0 11 0 1852672238 857202688 21257 4294967295 134512640 134569956 3221224320 3221214744 1131360693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21257 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 827.58
Current children cumulated vsize (Kb) 837112

[startup+850.057 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19105 4 1 0 83654 90 0 0 23 0 11 0 1852672238 857202688 21264 4294967295 134512640 134569956 3221224320 3221214640 1131371072 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21264 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 837.44
Current children cumulated vsize (Kb) 837112

[startup+860.057 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19116 4 1 0 84641 91 0 0 25 0 11 0 1852672238 857202688 21273 4294967295 134512640 134569956 3221224320 3221214640 1131370721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21273 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 847.32
Current children cumulated vsize (Kb) 837112

[startup+870.058 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19127 4 1 0 85628 91 0 0 25 0 11 0 1852672238 857202688 21280 4294967295 134512640 134569956 3221224320 3221214688 1131318533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21280 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 857.19
Current children cumulated vsize (Kb) 837112

[startup+880.059 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19138 4 1 0 86616 92 0 0 25 0 11 0 1852672238 857202688 21286 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21286 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 867.08
Current children cumulated vsize (Kb) 837112

[startup+890.059 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19149 4 1 0 87603 93 0 0 17 0 11 0 1852672238 857202688 21293 4294967295 134512640 134569956 3221224320 3221214640 1131371320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21293 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 876.96
Current children cumulated vsize (Kb) 837112

[startup+900.061 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19159 4 1 0 88591 93 0 0 25 0 11 0 1852672238 857202688 21300 4294967295 134512640 134569956 3221224320 3221214688 1131318400 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21300 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 886.84
Current children cumulated vsize (Kb) 837112

[startup+910.062 s]
Raw data (loadavg): 1.00 1.01 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19170 4 1 0 89578 94 0 0 25 0 11 0 1852672238 857202688 21307 4294967295 134512640 134569956 3221224320 3221214640 1131370713 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21307 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 896.72
Current children cumulated vsize (Kb) 837112

[startup+920.063 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19181 4 1 0 90565 95 0 0 20 0 11 0 1852672238 857202688 21313 4294967295 134512640 134569956 3221224320 3221214688 1131318484 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21313 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 906.6
Current children cumulated vsize (Kb) 837112

[startup+930.064 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19192 4 1 0 91551 95 0 0 25 0 11 0 1852672238 857202688 21320 4294967295 134512640 134569956 3221224320 3221214640 1131370920 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21320 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 916.46
Current children cumulated vsize (Kb) 837112

[startup+940.065 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19203 4 1 0 92539 96 0 0 18 0 11 0 1852672238 857202688 21327 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21327 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 926.35
Current children cumulated vsize (Kb) 837112

[startup+950.065 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19214 4 1 0 93526 96 0 0 25 0 11 0 1852672238 857202688 21333 4294967295 134512640 134569956 3221224320 3221214640 1131370721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21333 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 936.22
Current children cumulated vsize (Kb) 837112

[startup+960.066 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19225 4 1 0 94513 96 0 0 24 0 11 0 1852672238 857202688 21340 4294967295 134512640 134569956 3221224320 3221214640 1131370831 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21340 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 946.09
Current children cumulated vsize (Kb) 837112

[startup+970.068 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19235 4 1 0 95500 97 0 0 25 0 11 0 1852672238 857202688 21347 4294967295 134512640 134569956 3221224320 3221214640 1131371388 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21347 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 955.97
Current children cumulated vsize (Kb) 837112

[startup+980.068 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19246 4 1 0 96488 97 0 0 25 0 11 0 1852672238 857202688 21354 4294967295 134512640 134569956 3221224320 3221214744 1131361408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21354 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 965.85
Current children cumulated vsize (Kb) 837112

[startup+990.069 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19257 4 1 0 97474 98 0 0 25 0 11 0 1852672238 857202688 21360 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21360 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 975.72
Current children cumulated vsize (Kb) 837112

[startup+1000.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19268 4 1 0 98461 98 0 0 18 0 11 0 1852672238 857202688 21367 4294967295 134512640 134569956 3221224320 3221214640 1131371324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21367 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 985.59
Current children cumulated vsize (Kb) 837112

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19279 4 1 0 99447 99 0 0 17 0 11 0 1852672238 857202688 21375 4294967295 134512640 134569956 3221224320 3221214688 1131318425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21375 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 995.46
Current children cumulated vsize (Kb) 837112

[startup+1020.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19290 4 1 0 100434 99 0 0 16 0 11 0 1852672238 857202688 21379 4294967295 134512640 134569956 3221224320 3221214640 1131371265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21379 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1005.33
Current children cumulated vsize (Kb) 837112

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19300 4 1 0 101422 100 0 0 25 0 11 0 1852672238 857202688 21386 4294967295 134512640 134569956 3221224320 3221214640 1131372021 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21386 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1015.22
Current children cumulated vsize (Kb) 837112

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19311 4 1 0 102409 100 0 0 21 0 11 0 1852672238 857202688 21393 4294967295 134512640 134569956 3221224320 3221214688 1131318417 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21393 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1025.09
Current children cumulated vsize (Kb) 837112

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19322 4 1 0 103396 101 0 0 19 0 11 0 1852672238 857202688 21399 4294967295 134512640 134569956 3221224320 3221214740 1131318380 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21399 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1034.97
Current children cumulated vsize (Kb) 837112

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19333 4 1 0 104383 102 0 0 25 0 11 0 1852672238 857202688 21406 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21406 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1044.85
Current children cumulated vsize (Kb) 837112

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19344 4 1 0 105369 102 0 0 17 0 11 0 1852672238 857202688 21413 4294967295 134512640 134569956 3221224320 3221214680 1131432044 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21413 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1054.71
Current children cumulated vsize (Kb) 837112

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19354 4 1 0 106358 102 0 0 25 0 11 0 1852672238 857202688 21417 4294967295 134512640 134569956 3221224320 3221214688 1131318425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21417 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1064.6
Current children cumulated vsize (Kb) 837112

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19365 4 1 0 107344 102 0 0 21 0 11 0 1852672238 857202688 21424 4294967295 134512640 134569956 3221224320 3221214640 1131370978 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21424 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1074.46
Current children cumulated vsize (Kb) 837112

[startup+1100.08 s]
Raw data (loadavg): 1.08 1.02 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19376 4 1 0 108332 103 0 0 25 0 11 0 1852672238 857202688 21431 4294967295 134512640 134569956 3221224320 3221214640 1131370796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21431 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1084.35
Current children cumulated vsize (Kb) 837112

[startup+1110.08 s]
Raw data (loadavg): 1.07 1.02 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19387 4 1 0 109318 103 0 0 19 0 11 0 1852672238 857202688 21437 4294967295 134512640 134569956 3221224320 3221214688 1131318425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21437 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1094.21
Current children cumulated vsize (Kb) 837112

[startup+1120.08 s]
Raw data (loadavg): 1.06 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19398 4 1 0 110305 104 0 0 17 0 11 0 1852672238 857202688 21442 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21442 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1104.09
Current children cumulated vsize (Kb) 837112

[startup+1130.08 s]
Raw data (loadavg): 1.05 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19409 4 1 0 111292 104 0 0 16 0 11 0 1852672238 857202688 21448 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21448 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1113.96
Current children cumulated vsize (Kb) 837112

[startup+1140.08 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19419 4 1 0 112280 104 0 0 25 0 11 0 1852672238 857202688 21455 4294967295 134512640 134569956 3221224320 3221214688 1131318425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21455 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1123.84
Current children cumulated vsize (Kb) 837112

[startup+1150.08 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19430 4 1 0 113265 105 0 0 21 0 11 0 1852672238 857202688 21460 4294967295 134512640 134569956 3221224320 3221214640 1131371163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21460 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1133.7
Current children cumulated vsize (Kb) 837112

[startup+1160.08 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19441 4 1 0 114251 106 0 0 25 0 11 0 1852672238 857202688 21466 4294967295 134512640 134569956 3221224320 3221214304 1131520288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21466 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1143.57
Current children cumulated vsize (Kb) 837112

[startup+1170.08 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19452 4 1 0 115238 106 0 0 25 0 11 0 1852672238 857202688 21473 4294967295 134512640 134569956 3221224320 3221214640 1131371257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21473 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1153.44
Current children cumulated vsize (Kb) 837112

[startup+1180.08 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19463 4 1 0 116225 106 0 0 17 0 11 0 1852672238 857202688 21478 4294967295 134512640 134569956 3221224320 3221214784 1131377753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21478 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1163.31
Current children cumulated vsize (Kb) 837112

[startup+1190.08 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) T 12561 12562 20115 0 -1 0 19474 4 1 0 117212 106 0 0 25 0 11 0 1852672238 857202688 21484 4294967295 134512640 134569956 3221224320 3221213512 1073952732 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21484 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1173.18
Current children cumulated vsize (Kb) 837112

[startup+1200.08 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19484 4 1 0 118198 107 0 0 25 0 11 0 1852672238 857202688 21489 4294967295 134512640 134569956 3221224320 3221214536 1131501525 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12562/statm): 209278 21489 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (Kb) 837112

[startup+1210.08 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19495 4 1 0 119184 108 0 0 25 0 11 0 1852672238 857202688 21495 4294967295 134512640 134569956 3221224320 3221214688 1131318397 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21495 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1192.92
Current children cumulated vsize (Kb) 837112

[startup+1220.08 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19506 4 1 0 120170 108 0 0 25 0 11 0 1852672238 857202688 21502 4294967295 134512640 134569956 3221224320 3221214688 1131318411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21502 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1202.78
Current children cumulated vsize (Kb) 837112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.09 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 12573
Raw data (/proc/12562/stat): 12562 (java) R 12561 12562 20115 0 -1 0 19506 4 1 0 120170 108 0 0 25 0 11 0 1852672238 857202688 21502 4294967295 134512640 134569956 3221224320 3221214640 1131370734 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12562/statm): 209278 21502 13129 16 0 209262 0
[pid=12562] vsize: 837112
Current children cumulated CPU time (s) 1202.78
Current children cumulated vsize (Kb) 837112

Sending SIGTERM to -12562
Sleeping 2 seconds
New thread pid=12575
New thread pid=12576
One traced child (pid=12576) exited with status: 0
One traced child (pid=12571) exited with status: 0
One traced child (pid=12566) exited with status: 0
One traced child (pid=12563) exited with status: 143
One traced child (pid=12564) exited with status: 143
One traced child (pid=12565) exited with status: 143
One traced child (pid=12567) exited with status: 143
One traced child (pid=12570) exited with status: 143
One traced child (pid=12569) exited with status: 143
One traced child (pid=12568) exited with status: 143
One traced child (pid=12573) exited with status: 143
One traced child (pid=12575) exited with status: 143
One traced child (pid=12562) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.28
CPU time (s): 1217.05
CPU user time (s): 1215.15
CPU system time (s): 1.90371
CPU usage (%): 99.7354
Max. virtual memory (cumulated for all children) (Kb): 837348

Verifier Data

Verifier:	OK	10764288