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

Namesubmitted/sorensson/garden/normalized-g15x15.opb
MD5SUM6a083b86cc55025d2acb3bcf68562064
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 54
Optimality of the best value was proved NO
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.11
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5

Trace number 3233

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-18 22:39:56 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6127 boxname=wulflinc31 idbench=267 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6a083b86cc55025d2acb3bcf68562064  /oldhome/oroussel/tmp/wulflinc31/normalized-g15x15.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc31/normalized-g15x15.opb
IDLAUNCH: 6127
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        684032 kB
Buffers:         36200 kB
Cached:         283744 kB
SwapCached:       1016 kB
Active:         105804 kB
Inactive:       216912 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        683780 kB
SwapTotal:     2097892 kB
SwapFree:      2096404 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5772 kB
Slab:            22120 kB
Committed_AS:    64376 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 23:00:57 (client local time) WITH STATUS 143 IN 1268.78 SECONDS
stats: 6127 0 1268.78 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/wulflinc31/normalized-g15x15.opb
c reading problem ... done. Time 0.697 ms.
c #vars     225
c #constraints  225
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  75 		Current CPU time: 0.91 ms
c CURRENT OPTIMUM=                  74 		Current CPU time: 1.89 ms
c CURRENT OPTIMUM=                  73 		Current CPU time: 2.81 ms
c CURRENT OPTIMUM=                  72 		Current CPU time: 9.59 ms
c CURRENT OPTIMUM=                  71 		Current CPU time: 27.11 ms
c CURRENT OPTIMUM=                  70 		Current CPU time: 82.48 ms
c CURRENT OPTIMUM=                  69 		Current CPU time: 157.05 ms
c CURRENT OPTIMUM=                  68 		Current CPU time: 291.35 ms
c CURRENT OPTIMUM=                  67 		Current CPU time: 381.27 ms
c CURRENT OPTIMUM=                  66 		Current CPU time: 502.31 ms
c CURRENT OPTIMUM=                  65 		Current CPU time: 1114.54 ms
c starts		: 30
c conflicts		: 3412
c decisions		: 13079
c propagations		: 43425
c inspects		: 4148133
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 3412
c root simplifications	: 30
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 12169
c speed (decisions/second)	: 90.63693252299015
c non guided choices	1491
c random choices	0
s SATISFIABLE
v -x1 x2 x3 x4 -x5 x6 x7 -x8 -x9 x10 x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 x38 x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 x83 x84 x85 -x86 -x87 x88 -x89 x90 x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 x130 -x131 x132 -x133 -x134 -x135 x136 x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 x179 -x180 x181 -x182 x183 -x184 -x185 -x186 x187 -x188 -x189 x190 x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 x212 -x213 -x214 -x215 x216 x217 -x218 -x219 x220 -x221 -x222 x223 -x224 -x225 
c objective function=65
c Total CPU time (ms) : 1258.858

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/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1844885705 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 39 3 38 16 0 23 0
[pid=19012] 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/19012
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=19013
New thread pid=19014
New thread pid=19015
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=19016
New thread pid=19017
New thread pid=19018
New thread pid=19019
New thread pid=19020
New thread pid=19021
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/wulflinc31/normalized-g15x15.opb
New thread pid=19022
One traced child (pid=19022) exited with status: 0
New thread pid=19023
One traced child (pid=19023) exited with status: 0
New thread pid=19024
One traced child (pid=19024) exited with status: 0
New thread pid=19025

[startup+10.0027 s]
Raw data (loadavg): 1.09 1.02 1.00 2/67 19025
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18186 3 1 0 696 49 0 0 17 0 11 0 1844885705 858464256 20060 4294967295 134512640 134569956 3221224352 3221214472 1131539679 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 209586 20060 13129 16 0 209570 0
[pid=19012] vsize: 838344
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (Kb) 838344
One traced child (pid=19025) exited with status: 0
New thread pid=19026

[startup+20.0036 s]
Raw data (loadavg): 1.16 1.04 1.01 2/67 19026
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18201 3 1 0 1629 49 0 0 16 0 11 0 1844885705 866578432 22795 4294967295 134512640 134569956 3221224352 3221214656 1131382518 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 211567 22795 13129 16 0 211551 0
[pid=19012] vsize: 846268
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (Kb) 846268
One traced child (pid=19026) exited with status: 0
New thread pid=19027

[startup+30.0045 s]
Raw data (loadavg): 1.13 1.04 1.01 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18208 3 1 0 2571 50 0 0 23 0 11 0 1844885705 860286976 21813 4294967295 134512640 134569956 3221224352 3221214656 1131382518 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 21813 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 26.21
Current children cumulated vsize (Kb) 840124

[startup+40.0045 s]
Raw data (loadavg): 1.11 1.03 1.01 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18216 3 1 0 3507 50 0 0 25 0 11 0 1844885705 860286976 22145 4294967295 134512640 134569956 3221224352 3221214592 1131436087 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 22145 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 35.57
Current children cumulated vsize (Kb) 840124

[startup+50.0064 s]
Raw data (loadavg): 1.09 1.03 1.01 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18224 3 1 0 4437 51 0 0 24 0 11 0 1844885705 860286976 22367 4294967295 134512640 134569956 3221224352 3221214304 1131602795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 22367 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 44.88
Current children cumulated vsize (Kb) 840124

[startup+60.0074 s]
Raw data (loadavg): 1.08 1.03 1.01 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18232 3 1 0 5376 51 0 0 25 0 11 0 1844885705 860286976 22427 4294967295 134512640 134569956 3221224352 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 22427 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (Kb) 840124

[startup+70.0083 s]
Raw data (loadavg): 1.07 1.03 1.00 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18242 3 1 0 6303 51 0 0 25 0 11 0 1844885705 860286976 22724 4294967295 134512640 134569956 3221224352 3221214636 1131347091 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 22724 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 63.54
Current children cumulated vsize (Kb) 840124

[startup+80.0102 s]
Raw data (loadavg): 1.06 1.03 1.00 2/67 19029
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18251 3 1 0 7229 51 0 0 18 0 11 0 1844885705 860286976 22899 4294967295 134512640 134569956 3221224352 3221214352 1085806297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 22899 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (Kb) 840124
One traced child (pid=19027) exited with status: 0
New thread pid=19030

[startup+90.0101 s]
Raw data (loadavg): 1.05 1.03 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18258 3 1 0 8166 52 0 0 24 0 11 0 1844885705 860286976 23170 4294967295 134512640 134569956 3221224352 3221214656 1131382302 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 23170 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 82.18
Current children cumulated vsize (Kb) 840124

[startup+100.011 s]
Raw data (loadavg): 1.04 1.03 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18265 3 1 0 9104 52 0 0 18 0 11 0 1844885705 860286976 23292 4294967295 134512640 134569956 3221224352 3221214520 1131369164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 23292 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 91.56
Current children cumulated vsize (Kb) 840124

[startup+110.012 s]
Raw data (loadavg): 1.03 1.02 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18271 3 1 0 10048 52 0 0 25 0 11 0 1844885705 860286976 23548 4294967295 134512640 134569956 3221224352 3221214656 1131381167 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 23548 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 101
Current children cumulated vsize (Kb) 840124

[startup+120.012 s]
Raw data (loadavg): 1.03 1.02 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18278 3 1 0 10994 52 0 0 25 0 11 0 1844885705 860286976 23700 4294967295 134512640 134569956 3221224352 3221213280 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 23700 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 110.46
Current children cumulated vsize (Kb) 840124

[startup+130.013 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18285 3 1 0 11945 53 0 0 25 0 11 0 1844885705 860286976 23815 4294967295 134512640 134569956 3221224352 3221214624 1131435648 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 23815 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 119.98
Current children cumulated vsize (Kb) 840124

[startup+140.014 s]
Raw data (loadavg): 1.09 1.04 1.00 2/67 19032
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18293 3 1 0 12886 53 0 0 18 0 11 0 1844885705 860286976 23946 4294967295 134512640 134569956 3221224352 3221214388 1131362656 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 23946 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 129.39
Current children cumulated vsize (Kb) 840124

[startup+150.016 s]
Raw data (loadavg): 1.08 1.04 1.00 2/67 19034
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18299 3 1 0 13832 53 0 0 25 0 11 0 1844885705 860286976 24123 4294967295 134512640 134569956 3221224352 3221214816 1131342809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 24123 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 138.85
Current children cumulated vsize (Kb) 840124
One traced child (pid=19030) exited with status: 0
New thread pid=19035

[startup+160.017 s]
Raw data (loadavg): 1.07 1.03 1.00 2/67 19035
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18306 3 1 0 14776 54 0 0 17 0 11 0 1844885705 860286976 24282 4294967295 134512640 134569956 3221224352 3221214836 1131342755 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 24282 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 148.3
Current children cumulated vsize (Kb) 840124

[startup+170.018 s]
Raw data (loadavg): 1.06 1.03 1.00 2/67 19035
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18313 3 1 0 15714 54 0 0 17 0 11 0 1844885705 860286976 24453 4294967295 134512640 134569956 3221224352 3221214688 1131090840 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 24453 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 157.68
Current children cumulated vsize (Kb) 840124

[startup+180.02 s]
Raw data (loadavg): 1.05 1.03 1.00 2/67 19035
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18319 3 1 0 16660 54 0 0 25 0 11 0 1844885705 860286976 24560 4294967295 134512640 134569956 3221224352 3221214568 1131347519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 24560 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 167.14
Current children cumulated vsize (Kb) 840124

[startup+190.02 s]
Raw data (loadavg): 1.04 1.03 1.00 2/67 19035
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18325 3 1 0 17603 55 0 0 25 0 11 0 1844885705 860286976 24722 4294967295 134512640 134569956 3221224352 3221214656 1131382592 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 24722 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 176.58
Current children cumulated vsize (Kb) 840124

[startup+200.021 s]
Raw data (loadavg): 1.03 1.03 1.00 2/67 19035
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18332 3 1 0 18542 55 0 0 25 0 11 0 1844885705 860286976 24836 4294967295 134512640 134569956 3221224352 3221214568 1131347641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 24836 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 185.97
Current children cumulated vsize (Kb) 840124

[startup+210.022 s]
Raw data (loadavg): 1.03 1.03 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18339 3 1 0 19487 55 0 0 22 0 11 0 1844885705 860286976 25044 4294967295 134512640 134569956 3221224352 3221214568 1131348328 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 25044 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 195.42
Current children cumulated vsize (Kb) 840124

[startup+220.022 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18345 3 1 0 20428 55 0 0 25 0 11 0 1844885705 860286976 25155 4294967295 134512640 134569956 3221224352 3221214656 1131382405 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 25155 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 204.83
Current children cumulated vsize (Kb) 840124

[startup+230.023 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18352 3 1 0 21362 55 0 0 19 0 11 0 1844885705 860286976 25367 4294967295 134512640 134569956 3221224352 3221214656 1131381470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 25367 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 214.17
Current children cumulated vsize (Kb) 840124

[startup+240.024 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18358 3 1 0 22310 56 0 0 25 0 11 0 1844885705 860286976 25538 4294967295 134512640 134569956 3221224352 3221214624 1131435625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 25538 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 223.66
Current children cumulated vsize (Kb) 840124

[startup+250.025 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18365 3 1 0 23243 56 0 0 19 0 11 0 1844885705 860286976 25652 4294967295 134512640 134569956 3221224352 3221214656 1131381049 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 25652 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 232.99
Current children cumulated vsize (Kb) 840124

[startup+260.026 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 19037
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18371 3 1 0 24190 57 0 0 25 0 11 0 1844885705 860286976 25824 4294967295 134512640 134569956 3221224352 3221214040 1085806334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 25824 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 242.47
Current children cumulated vsize (Kb) 840124

[startup+270.027 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 19039
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18377 3 1 0 25141 57 0 0 25 0 11 0 1844885705 860286976 26066 4294967295 134512640 134569956 3221224352 3221214568 1131348328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26066 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 251.98
Current children cumulated vsize (Kb) 840124

[startup+280.028 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 19039
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18383 3 1 0 26093 57 0 0 25 0 11 0 1844885705 860286976 26083 4294967295 134512640 134569956 3221224352 3221214656 1131381381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26083 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 261.5
Current children cumulated vsize (Kb) 840124

[startup+290.029 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 19039
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18389 3 1 0 27040 57 0 0 20 0 11 0 1844885705 860286976 26277 4294967295 134512640 134569956 3221224352 3221214352 1085806735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26277 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 270.97
Current children cumulated vsize (Kb) 840124
One traced child (pid=19035) exited with status: 0
New thread pid=19040

[startup+300.031 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 19040
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18395 3 1 0 27985 58 0 0 25 0 11 0 1844885705 860286976 26406 4294967295 134512640 134569956 3221224352 3221213312 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26406 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 280.43
Current children cumulated vsize (Kb) 840124

[startup+310.032 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 19040
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18403 3 1 0 28930 58 0 0 25 0 11 0 1844885705 860286976 26536 4294967295 134512640 134569956 3221224352 3221214528 1131445500 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26536 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 289.88
Current children cumulated vsize (Kb) 840124

[startup+320.033 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 19040
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18410 3 1 0 29878 58 0 0 25 0 11 0 1844885705 860286976 26675 4294967295 134512640 134569956 3221224352 3221213176 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 26675 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 299.36
Current children cumulated vsize (Kb) 840124

[startup+330.033 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18415 3 1 0 30839 59 0 0 25 0 11 0 1844885705 860286976 26848 4294967295 134512640 134569956 3221224352 3221214168 1131604308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 26848 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 308.98
Current children cumulated vsize (Kb) 840124

[startup+340.033 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18422 3 1 0 31793 59 0 0 17 0 11 0 1844885705 860286976 27005 4294967295 134512640 134569956 3221224352 3221214568 1131347980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27005 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 318.52
Current children cumulated vsize (Kb) 840124

[startup+350.035 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18428 3 1 0 32752 59 0 0 21 0 11 0 1844885705 860286976 27021 4294967295 134512640 134569956 3221224352 3221214536 1131460878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27021 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 328.11
Current children cumulated vsize (Kb) 840124

[startup+360.036 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18434 3 1 0 33697 59 0 0 25 0 11 0 1844885705 860286976 27128 4294967295 134512640 134569956 3221224352 3221214528 1131445529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27128 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 337.56
Current children cumulated vsize (Kb) 840124

[startup+370.037 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18440 3 1 0 34641 59 0 0 25 0 11 0 1844885705 860286976 27254 4294967295 134512640 134569956 3221224352 3221214656 1131381381 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27254 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 347
Current children cumulated vsize (Kb) 840124

[startup+380.038 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19042
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18447 3 1 0 35585 60 0 0 17 0 11 0 1844885705 860286976 27413 4294967295 134512640 134569956 3221224352 3221214624 1131435766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27413 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 356.45
Current children cumulated vsize (Kb) 840124
One traced child (pid=19040) exited with status: 0
New thread pid=19043

[startup+390.039 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18453 3 1 0 36533 60 0 0 25 0 11 0 1844885705 860286976 27418 4294967295 134512640 134569956 3221224352 3221214568 1131347762 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 27418 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 365.93
Current children cumulated vsize (Kb) 840124

[startup+400.04 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18460 3 1 0 37478 60 0 0 25 0 11 0 1844885705 860286976 27722 4294967295 134512640 134569956 3221224352 3221214656 1131382499 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 27722 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 375.38
Current children cumulated vsize (Kb) 840124

[startup+410.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18467 3 1 0 38435 60 0 0 21 0 11 0 1844885705 860286976 27887 4294967295 134512640 134569956 3221224352 3221214568 1131348328 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27887 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 384.95
Current children cumulated vsize (Kb) 840124

[startup+420.043 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18473 3 1 0 39397 61 0 0 25 0 11 0 1844885705 860286976 27968 4294967295 134512640 134569956 3221224352 3221214656 1131381470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 27968 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 394.58
Current children cumulated vsize (Kb) 840124

[startup+430.044 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18479 3 1 0 40354 61 0 0 25 0 11 0 1844885705 860286976 28090 4294967295 134512640 134569956 3221224352 3221214656 1131381535 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 28090 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 404.15
Current children cumulated vsize (Kb) 840124

[startup+440.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19045
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18487 3 1 0 41307 62 0 0 24 0 11 0 1844885705 860286976 28104 4294967295 134512640 134569956 3221224352 3221214656 1131381381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 28104 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 413.69
Current children cumulated vsize (Kb) 840124

[startup+450.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18493 3 1 0 42265 64 0 0 25 0 11 0 1844885705 860286976 28206 4294967295 134512640 134569956 3221224352 3221214624 1131435944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 28206 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 423.29
Current children cumulated vsize (Kb) 840124

[startup+460.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18500 3 1 0 43217 64 0 0 17 0 11 0 1844885705 860286976 28379 4294967295 134512640 134569956 3221224352 3221214528 1131445496 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 28379 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 432.81
Current children cumulated vsize (Kb) 840124

[startup+470.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18506 3 1 0 44179 65 0 0 25 0 11 0 1844885705 860286976 28508 4294967295 134512640 134569956 3221224352 3221214580 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 28508 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 442.44
Current children cumulated vsize (Kb) 840124

[startup+480.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18513 3 1 0 45134 65 0 0 25 0 11 0 1844885705 860286976 28555 4294967295 134512640 134569956 3221224352 3221214640 1131358271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 28555 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 451.99
Current children cumulated vsize (Kb) 840124

[startup+490.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18518 3 1 0 46096 65 0 0 25 0 11 0 1844885705 860286976 28597 4294967295 134512640 134569956 3221224352 3221214656 1131381381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 28597 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 461.61
Current children cumulated vsize (Kb) 840124

[startup+500.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19047
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18526 3 1 0 47044 66 0 0 20 0 11 0 1844885705 860286976 28765 4294967295 134512640 134569956 3221224352 3221214568 1131347111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 28765 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 471.1
Current children cumulated vsize (Kb) 840124
One traced child (pid=19043) exited with status: 0
New thread pid=19048

[startup+510.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18532 3 1 0 48003 67 0 0 19 0 11 0 1844885705 860286976 28864 4294967295 134512640 134569956 3221224352 3221214568 1131347519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 28864 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 480.7
Current children cumulated vsize (Kb) 840124

[startup+520.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18540 3 1 0 48955 67 0 0 25 0 11 0 1844885705 860286976 28987 4294967295 134512640 134569956 3221224352 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 28987 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 490.22
Current children cumulated vsize (Kb) 840124

[startup+530.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18545 3 1 0 49927 67 0 0 25 0 11 0 1844885705 860286976 29118 4294967295 134512640 134569956 3221224352 3221214216 1131651559 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29118 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 499.94
Current children cumulated vsize (Kb) 840124

[startup+540.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18552 3 1 0 50889 67 0 0 25 0 11 0 1844885705 860286976 29164 4294967295 134512640 134569956 3221224352 3221214528 1131445621 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 29164 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 509.56
Current children cumulated vsize (Kb) 840124

[startup+550.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18559 3 1 0 51841 67 0 0 17 0 11 0 1844885705 860286976 29317 4294967295 134512640 134569956 3221224352 3221214568 1131347574 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29317 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 519.08
Current children cumulated vsize (Kb) 840124

[startup+560.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19050
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18564 3 1 0 52810 68 0 0 25 0 11 0 1844885705 860286976 29337 4294967295 134512640 134569956 3221224352 3221214568 1131347099 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 29337 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 528.78
Current children cumulated vsize (Kb) 840124

[startup+570.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18572 3 1 0 53758 68 0 0 18 0 11 0 1844885705 860286976 29394 4294967295 134512640 134569956 3221224352 3221214352 1131653577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29394 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 538.26
Current children cumulated vsize (Kb) 840124

[startup+580.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18579 3 1 0 54715 68 0 0 20 0 11 0 1844885705 860286976 29559 4294967295 134512640 134569956 3221224352 3221214124 1131606944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29559 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 547.83
Current children cumulated vsize (Kb) 840124

[startup+590.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18585 3 1 0 55679 69 0 0 25 0 11 0 1844885705 860286976 29726 4294967295 134512640 134569956 3221224352 3221214656 1131381474 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 29726 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 557.48
Current children cumulated vsize (Kb) 840124

[startup+600.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18593 3 1 0 56630 69 0 0 25 0 11 0 1844885705 860286976 29845 4294967295 134512640 134569956 3221224352 3221214528 1131446394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 29845 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 566.99
Current children cumulated vsize (Kb) 840124

[startup+610.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18600 3 1 0 57587 69 0 0 17 0 11 0 1844885705 860286976 29902 4294967295 134512640 134569956 3221224352 3221214656 1131382347 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29902 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 576.56
Current children cumulated vsize (Kb) 840124

[startup+620.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19052
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18607 3 1 0 58536 69 0 0 18 0 11 0 1844885705 860286976 29974 4294967295 134512640 134569956 3221224352 3221214528 1131446387 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 29974 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 586.05
Current children cumulated vsize (Kb) 840124

[startup+630.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18614 3 1 0 59493 70 0 0 17 0 11 0 1844885705 860286976 30061 4294967295 134512640 134569956 3221224352 3221214544 1131347122 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 30061 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 595.63
Current children cumulated vsize (Kb) 840124

[startup+640.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18622 3 1 0 60450 70 0 0 19 0 11 0 1844885705 860286976 30211 4294967295 134512640 134569956 3221224352 3221214544 1131348328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 30211 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 605.2
Current children cumulated vsize (Kb) 840124

[startup+650.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18629 3 1 0 61404 70 0 0 22 0 11 0 1844885705 860286976 30315 4294967295 134512640 134569956 3221224352 3221214520 1131445614 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 30315 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 614.74
Current children cumulated vsize (Kb) 840124

[startup+660.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18636 3 1 0 62355 70 0 0 16 0 11 0 1844885705 860286976 30450 4294967295 134512640 134569956 3221224352 3221214248 1131646720 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 30450 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 624.25
Current children cumulated vsize (Kb) 840124

[startup+670.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18642 3 1 0 63309 70 0 0 25 0 11 0 1844885705 860286976 30553 4294967295 134512640 134569956 3221224352 3221214544 1131347107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 30553 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 633.79
Current children cumulated vsize (Kb) 840124

[startup+680.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19054
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18648 3 1 0 64256 71 0 0 21 0 11 0 1844885705 860286976 30577 4294967295 134512640 134569956 3221224352 3221214632 1131381489 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 30577 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 643.27
Current children cumulated vsize (Kb) 840124

[startup+690.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18654 3 1 0 65196 71 0 0 16 0 11 0 1844885705 860286976 30659 4294967295 134512640 134569956 3221224352 3221214632 1131381470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 30659 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 652.67
Current children cumulated vsize (Kb) 840124

[startup+700.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18661 3 1 0 66134 71 0 0 24 0 11 0 1844885705 860286976 30828 4294967295 134512640 134569956 3221224352 3221214632 1131383361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 30828 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 662.05
Current children cumulated vsize (Kb) 840124

[startup+710.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18669 3 1 0 67076 72 0 0 25 0 11 0 1844885705 860286976 31032 4294967295 134512640 134569956 3221224352 3221214752 1131401872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31032 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 671.48
Current children cumulated vsize (Kb) 840124

[startup+720.075 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18675 3 1 0 68039 72 0 0 25 0 11 0 1844885705 860286976 31206 4294967295 134512640 134569956 3221224352 3221214600 1131353605 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 31206 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 681.11
Current children cumulated vsize (Kb) 840124

[startup+730.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18682 3 1 0 69001 72 0 0 25 0 11 0 1844885705 860286976 31352 4294967295 134512640 134569956 3221224352 3221214632 1131381374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31352 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 690.73
Current children cumulated vsize (Kb) 840124

[startup+740.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19056
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18688 3 1 0 69969 72 0 0 25 0 11 0 1844885705 860286976 31415 4294967295 134512640 134569956 3221224352 3221214112 1131604425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31415 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 700.41
Current children cumulated vsize (Kb) 840124

[startup+750.078 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18695 3 1 0 70926 72 0 0 25 0 11 0 1844885705 860286976 31423 4294967295 134512640 134569956 3221224352 3221214632 1131381381 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 31423 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 709.98
Current children cumulated vsize (Kb) 840124

[startup+760.078 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18702 3 1 0 71878 72 0 0 25 0 11 0 1844885705 860286976 31503 4294967295 134512640 134569956 3221224352 3221214200 1131604320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31503 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 719.5
Current children cumulated vsize (Kb) 840124

[startup+770.079 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18708 3 1 0 72837 73 0 0 25 0 11 0 1844885705 860286976 31603 4294967295 134512640 134569956 3221224352 3221214544 1131347199 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31603 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 729.1
Current children cumulated vsize (Kb) 840124

[startup+780.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18715 3 1 0 73790 73 0 0 25 0 11 0 1844885705 860286976 31708 4294967295 134512640 134569956 3221224352 3221214632 1131381385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 31708 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 738.63
Current children cumulated vsize (Kb) 840124

[startup+790.081 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18722 3 1 0 74747 73 0 0 22 0 11 0 1844885705 860286976 31836 4294967295 134512640 134569956 3221224352 3221214616 1131435739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 31836 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 748.2
Current children cumulated vsize (Kb) 840124

[startup+800.083 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19058
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18729 3 1 0 75707 73 0 0 25 0 11 0 1844885705 860286976 31931 4294967295 134512640 134569956 3221224352 3221214632 1131381167 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 31931 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 757.8
Current children cumulated vsize (Kb) 840124

[startup+810.084 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18736 3 1 0 76668 73 0 0 22 0 11 0 1844885705 860286976 32026 4294967295 134512640 134569956 3221224352 3221214632 1131381470 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32026 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 767.41
Current children cumulated vsize (Kb) 840124

[startup+820.084 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18743 3 1 0 77631 74 0 0 25 0 11 0 1844885705 860286976 32148 4294967295 134512640 134569956 3221224352 3221214544 1131347438 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32148 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 777.05
Current children cumulated vsize (Kb) 840124

[startup+830.086 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18750 3 1 0 78596 74 0 0 22 0 11 0 1844885705 860286976 32205 4294967295 134512640 134569956 3221224352 3221214544 1131347588 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32205 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 786.7
Current children cumulated vsize (Kb) 840124

[startup+840.086 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18756 3 1 0 79563 74 0 0 25 0 11 0 1844885705 860286976 32255 4294967295 134512640 134569956 3221224352 3221214520 1131445664 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32255 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 796.37
Current children cumulated vsize (Kb) 840124

[startup+850.087 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18762 3 1 0 80528 75 0 0 25 0 11 0 1844885705 860286976 32321 4294967295 134512640 134569956 3221224352 3221214544 1131347408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32321 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 806.03
Current children cumulated vsize (Kb) 840124

[startup+860.089 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19060
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18769 3 1 0 81489 75 0 0 19 0 11 0 1844885705 860286976 32392 4294967295 134512640 134569956 3221224352 3221214632 1131382475 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32392 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 815.64
Current children cumulated vsize (Kb) 840124

[startup+870.089 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18777 3 1 0 82449 76 0 0 25 0 11 0 1844885705 860286976 32466 4294967295 134512640 134569956 3221224352 3221214544 1131347480 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32466 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 825.25
Current children cumulated vsize (Kb) 840124

[startup+880.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18783 3 1 0 83419 76 0 0 25 0 11 0 1844885705 860286976 32569 4294967295 134512640 134569956 3221224352 3221214544 1131347725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32569 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 834.95
Current children cumulated vsize (Kb) 840124

[startup+890.092 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18790 3 1 0 84385 76 0 0 22 0 11 0 1844885705 860286976 32673 4294967295 134512640 134569956 3221224352 3221214616 1131435961 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32673 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 844.61
Current children cumulated vsize (Kb) 840124

[startup+900.093 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18797 3 1 0 85352 77 0 0 25 0 11 0 1844885705 860286976 32708 4294967295 134512640 134569956 3221224352 3221214632 1131381381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32708 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 854.29
Current children cumulated vsize (Kb) 840124

[startup+910.093 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18803 3 1 0 86317 77 0 0 25 0 11 0 1844885705 860286976 32716 4294967295 134512640 134569956 3221224352 3221213248 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32716 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 863.94
Current children cumulated vsize (Kb) 840124

[startup+920.094 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19062
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18810 3 1 0 87274 77 0 0 25 0 11 0 1844885705 860286976 32775 4294967295 134512640 134569956 3221224352 3221214544 1131347099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32775 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 873.51
Current children cumulated vsize (Kb) 840124

[startup+930.095 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18816 3 1 0 88234 78 0 0 25 0 11 0 1844885705 860286976 32861 4294967295 134512640 134569956 3221224352 3221214572 1131057254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 32861 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 883.12
Current children cumulated vsize (Kb) 840124

[startup+940.095 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18823 3 1 0 89188 78 0 0 25 0 11 0 1844885705 860286976 32949 4294967295 134512640 134569956 3221224352 3221214544 1131348303 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 32949 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 892.66
Current children cumulated vsize (Kb) 840124

[startup+950.097 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18829 3 1 0 90148 78 0 0 25 0 11 0 1844885705 860286976 33026 4294967295 134512640 134569956 3221224352 3221214544 1131347249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33026 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 902.26
Current children cumulated vsize (Kb) 840124

[startup+960.098 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18835 3 1 0 91108 78 0 0 25 0 11 0 1844885705 860286976 33114 4294967295 134512640 134569956 3221224352 3221214808 1131611122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33114 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 911.86
Current children cumulated vsize (Kb) 840124

[startup+970.099 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18840 3 1 0 92073 78 0 0 22 0 11 0 1844885705 860286976 33208 4294967295 134512640 134569956 3221224352 3221214576 1131456516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 33208 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 921.51
Current children cumulated vsize (Kb) 840124

[startup+980.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19064
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18846 3 1 0 93032 79 0 0 25 0 11 0 1844885705 860286976 33295 4294967295 134512640 134569956 3221224352 3221214472 1131604440 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33295 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 931.11
Current children cumulated vsize (Kb) 840124

[startup+990.101 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18853 3 1 0 93984 79 0 0 25 0 11 0 1844885705 860286976 33408 4294967295 134512640 134569956 3221224352 3221214632 1131381360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 33408 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 940.63
Current children cumulated vsize (Kb) 840124

[startup+1000.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18859 3 1 0 94944 80 0 0 25 0 11 0 1844885705 860286976 33473 4294967295 134512640 134569956 3221224352 3221214632 1131381035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33473 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 950.24
Current children cumulated vsize (Kb) 840124

[startup+1010.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18865 3 1 0 95905 80 0 0 25 0 11 0 1844885705 860286976 33561 4294967295 134512640 134569956 3221224352 3221214752 1131401990 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33561 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 959.85
Current children cumulated vsize (Kb) 840124

[startup+1020.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18871 3 1 0 96866 80 0 0 25 0 11 0 1844885705 860286976 33681 4294967295 134512640 134569956 3221224352 3221214416 1131570478 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 33681 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 969.46
Current children cumulated vsize (Kb) 840124

[startup+1030.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18877 3 1 0 97828 80 0 0 25 0 11 0 1844885705 860286976 33765 4294967295 134512640 134569956 3221224352 3221214632 1131381493 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 33765 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 979.08
Current children cumulated vsize (Kb) 840124

[startup+1040.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19066
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18885 3 1 0 98780 81 0 0 24 0 11 0 1844885705 860286976 33853 4294967295 134512640 134569956 3221224352 3221214628 1131319008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 33853 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 988.61
Current children cumulated vsize (Kb) 840124

[startup+1050.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18891 3 1 0 99743 82 0 0 25 0 11 0 1844885705 860286976 33912 4294967295 134512640 134569956 3221224352 3221214544 1131347752 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 33912 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 998.25
Current children cumulated vsize (Kb) 840124

[startup+1060.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18899 3 1 0 100697 82 0 0 24 0 11 0 1844885705 860286976 34031 4294967295 134512640 134569956 3221224352 3221214544 1131348244 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34031 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1007.79
Current children cumulated vsize (Kb) 840124

[startup+1070.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18906 3 1 0 101658 83 0 0 25 0 11 0 1844885705 860286976 34132 4294967295 134512640 134569956 3221224352 3221214544 1131347199 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34132 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1017.41
Current children cumulated vsize (Kb) 840124

[startup+1080.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18911 3 1 0 102631 83 0 0 22 0 11 0 1844885705 860286976 34193 4294967295 134512640 134569956 3221224352 3221214632 1131381586 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 34193 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1027.14
Current children cumulated vsize (Kb) 840124

[startup+1090.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) S 19011 19012 9102 0 -1 0 18918 3 1 0 103593 83 0 0 25 0 11 0 1844885705 860286976 34252 4294967295 134512640 134569956 3221224352 3221213144 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34255 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1036.76
Current children cumulated vsize (Kb) 840124

[startup+1100.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19068
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18925 3 1 0 104560 83 0 0 25 0 11 0 1844885705 860286976 34322 4294967295 134512640 134569956 3221224352 3221214632 1131381470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 34322 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1046.43
Current children cumulated vsize (Kb) 840124

[startup+1110.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19070
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18932 3 1 0 105527 84 0 0 25 0 11 0 1844885705 860286976 34397 4294967295 134512640 134569956 3221224352 3221214632 1131381374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34397 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1056.11
Current children cumulated vsize (Kb) 840124
One traced child (pid=19048) exited with status: 0
New thread pid=19071

[startup+1120.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19071
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18937 3 1 0 106502 84 0 0 25 0 11 0 1844885705 860286976 34448 4294967295 134512640 134569956 3221224352 3221214544 1131347681 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34448 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1065.86
Current children cumulated vsize (Kb) 840124

[startup+1130.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19071
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18944 3 1 0 107473 85 0 0 25 0 11 0 1844885705 860286976 34524 4294967295 134512640 134569956 3221224352 3221214544 1131347519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34524 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1075.58
Current children cumulated vsize (Kb) 840124

[startup+1140.11 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19071
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18953 3 1 0 108439 85 0 0 25 0 11 0 1844885705 860286976 34524 4294967295 134512640 134569956 3221224352 3221214652 1131057173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34524 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1085.24
Current children cumulated vsize (Kb) 840124

[startup+1150.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19071
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18960 3 1 0 109410 85 0 0 25 0 11 0 1844885705 860286976 34572 4294967295 134512640 134569956 3221224352 3221214544 1131347141 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 34572 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1094.95
Current children cumulated vsize (Kb) 840124

[startup+1160.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19071
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18966 3 1 0 110388 86 0 0 25 0 11 0 1844885705 860286976 34658 4294967295 134512640 134569956 3221224352 3221214544 1131347107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34658 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1104.74
Current children cumulated vsize (Kb) 840124

[startup+1170.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18972 3 1 0 111366 87 0 0 25 0 11 0 1844885705 860286976 34667 4294967295 134512640 134569956 3221224352 3221214544 1131347107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34667 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1114.53
Current children cumulated vsize (Kb) 840124

[startup+1180.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18979 3 1 0 112336 87 0 0 25 0 11 0 1844885705 860286976 34671 4294967295 134512640 134569956 3221224352 3221214024 1085806269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34671 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1124.23
Current children cumulated vsize (Kb) 840124

[startup+1190.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18985 3 1 0 113305 87 0 0 25 0 11 0 1844885705 860286976 34683 4294967295 134512640 134569956 3221224352 3221214632 1131383346 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34683 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1133.92
Current children cumulated vsize (Kb) 840124

[startup+1200.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18990 3 1 0 114277 87 0 0 25 0 11 0 1844885705 860286976 34725 4294967295 134512640 134569956 3221224352 3221214632 1131381381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34725 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1143.64
Current children cumulated vsize (Kb) 840124

[startup+1210.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 18997 3 1 0 115238 87 0 0 22 0 11 0 1844885705 860286976 34784 4294967295 134512640 134569956 3221224352 3221214632 1131382604 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34784 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1153.25
Current children cumulated vsize (Kb) 840124

[startup+1220.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19073
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19005 3 1 0 116199 88 0 0 25 0 11 0 1844885705 860286976 34861 4294967295 134512640 134569956 3221224352 3221214200 1131602644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/19012/statm): 210031 34861 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1162.87
Current children cumulated vsize (Kb) 840124

[startup+1230.12 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19075
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19011 3 1 0 117172 88 0 0 25 0 11 0 1844885705 860286976 34949 4294967295 134512640 134569956 3221224352 3221214628 1131478538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 34949 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1172.6
Current children cumulated vsize (Kb) 840124

[startup+1240.13 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19075
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19018 3 1 0 118140 88 0 0 25 0 11 0 1844885705 860286976 35033 4294967295 134512640 134569956 3221224352 3221214632 1131381470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 35033 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (Kb) 840124

[startup+1250.13 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19075
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19024 3 1 0 119114 88 0 0 25 0 11 0 1844885705 860286976 35070 4294967295 134512640 134569956 3221224352 3221214544 1131347480 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 35070 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1192.02
Current children cumulated vsize (Kb) 840124

[startup+1260.13 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19075
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19030 3 1 0 120083 88 0 0 23 0 11 0 1844885705 860286976 35073 4294967295 134512640 134569956 3221224352 3221214024 1085806284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 35073 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1201.71
Current children cumulated vsize (Kb) 840124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1260.13 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 19075
Raw data (/proc/19012/stat): 19012 (java) R 19011 19012 9102 0 -1 0 19030 3 1 0 120084 88 0 0 23 0 11 0 1844885705 860286976 35073 4294967295 134512640 134569956 3221224352 3221214156 1131606912 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/19012/statm): 210031 35073 13129 16 0 210015 0
[pid=19012] vsize: 840124
Current children cumulated CPU time (s) 1201.72
Current children cumulated vsize (Kb) 840124

Sending SIGTERM to -19012
Sleeping 2 seconds
New thread pid=19077
New thread pid=19078
One traced child (pid=19078) exited with status: 0
One traced child (pid=19021) exited with status: 0
One traced child (pid=19016) exited with status: 0
One traced child (pid=19013) exited with status: 143
One traced child (pid=19018) exited with status: 143
One traced child (pid=19014) exited with status: 143
One traced child (pid=19015) exited with status: 143
One traced child (pid=19017) exited with status: 143
One traced child (pid=19020) exited with status: 143
One traced child (pid=19019) exited with status: 143
One traced child (pid=19071) exited with status: 143
One traced child (pid=19077) exited with status: 143
One traced child (pid=19012) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1260.26
CPU time (s): 1268.78
CPU user time (s): 1266.88
CPU system time (s): 1.89471
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (Kb): 846268

Verifier Data

Verifier:	OK	65