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/manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMc4653389ddee2820797c664a0856c651
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of terms in the objective function 456
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 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark133.451
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
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 constraint2
Maximum length of a constraint32

Trace number 1771

Launcher Data

LAUNCH ON wulflinc28 THE 2005-09-18 16:29:37 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6000 boxname=wulflinc28 idbench=140 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  c4653389ddee2820797c664a0856c651  /oldhome/oroussel/tmp/wulflinc28/normalized-ii32b1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc28/normalized-ii32b1.opb
IDLAUNCH: 6000
/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:        931972 kB
Buffers:         33420 kB
Cached:          41296 kB
SwapCached:        696 kB
Active:          60520 kB
Inactive:        16736 kB
HighTotal:      131008 kB
HighFree:        86128 kB
LowTotal:       903652 kB
LowFree:        845844 kB
SwapTotal:     2097640 kB
SwapFree:      2096372 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5812 kB
Slab:            19808 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 16:50:27 (client local time) WITH STATUS 143 IN 1258.54 SECONDS
stats: 6000 0 1258.54 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-ii32b1.opb
c reading problem ... done. Time 1.949 ms.
c #vars     456
c #constraints  1602
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 225 		Current CPU time: 3.15 ms
c CURRENT OPTIMUM=                 198 		Current CPU time: 3.45 ms
c CURRENT OPTIMUM=                 197 		Current CPU time: 100.41 ms
c CURRENT OPTIMUM=                 196 		Current CPU time: 125.98 ms
c CURRENT OPTIMUM=                 195 		Current CPU time: 173.43 ms
c CURRENT OPTIMUM=                 194 		Current CPU time: 200.19 ms
c CURRENT OPTIMUM=                 193 		Current CPU time: 821.41 ms
c starts		: 18
c conflicts		: 2106
c decisions		: 10412
c propagations		: 125706
c inspects		: 4053677
c learnt literals	: 0
c learnt binary clauses	: 3
c learnt ternary clauses	: 1
c learnt clauses	: 2106
c root simplifications	: 18
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 6924
c speed (decisions/second)	: 24.360342149100642
c non guided choices	1003
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 -x226 x227 -x228 -x229 x230 x231 -x232 -x233 -x234 x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 -x293 -x294 x295 -x296 -x297 x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 -x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 -x325 x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 -x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 x391 -x392 -x393 x394 -x395 x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 x409 -x410 -x411 x412 -x413 x414 x415 -x416 -x417 x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 x427 -x428 -x429 x430 -x431 x432 x433 -x434 -x435 x436 -x437 x438 -x439 x440 -x441 x442 x443 -x444 x445 -x446 -x447 x448 -x449 x450 x451 -x452 -x453 x454 -x455 x456 
c objective function=193
c Total CPU time (ms) : 1248.852

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/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 25 0 0 0 0 0 0 0 23 0 1 0 1842713934 159744 9 4294967295 134512640 134569956 3221224480 3221223840 1073813216 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 39 9 38 16 0 23 0
[pid=32585] 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/32585
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=32586
New thread pid=32587
New thread pid=32588
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=32589
New thread pid=32590
New thread pid=32591
New thread pid=32592
New thread pid=32593
New thread pid=32594
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-ii32b1.opb
New thread pid=32595
One traced child (pid=32595) exited with status: 0
New thread pid=32596
One traced child (pid=32596) exited with status: 0
New thread pid=32597

[startup+10.0131 s]
Raw data (loadavg): 1.24 1.05 1.02 4/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18205 4 1 0 765 52 0 0 20 0 11 0 1842713934 859066368 20600 4294967295 134512640 134569956 3221224352 3221213952 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209733 20600 13129 16 0 209717 0
[pid=32585] vsize: 838932
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (Kb) 838932

[startup+20.0138 s]
Raw data (loadavg): 1.35 1.08 1.03 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18214 4 1 0 1634 52 0 0 25 0 11 0 1842713934 860127232 21605 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 21605 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 16.86
Current children cumulated vsize (Kb) 839968

[startup+30.0135 s]
Raw data (loadavg): 1.30 1.08 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18220 4 1 0 2569 53 0 0 25 0 11 0 1842713934 860127232 22145 4294967295 134512640 134569956 3221224352 3221214664 1131480065 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 22145 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 26.22
Current children cumulated vsize (Kb) 839968

[startup+40.0142 s]
Raw data (loadavg): 1.25 1.07 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 18225 4 1 0 3516 53 0 0 25 0 11 0 1842713934 860127232 22145 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 22145 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (Kb) 839968

[startup+50.0148 s]
Raw data (loadavg): 1.21 1.07 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18232 4 1 0 4454 54 0 0 22 0 11 0 1842713934 860127232 22276 4294967295 134512640 134569956 3221224352 3221214640 1131300851 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 22276 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 45.08
Current children cumulated vsize (Kb) 839968

[startup+60.0155 s]
Raw data (loadavg): 1.18 1.07 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18239 4 1 0 5384 54 0 0 16 0 11 0 1842713934 860127232 22401 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 22401 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (Kb) 839968

[startup+70.0162 s]
Raw data (loadavg): 1.15 1.07 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18244 4 1 0 6337 55 0 0 25 0 11 0 1842713934 860127232 22613 4294967295 134512640 134569956 3221224352 3221214552 1131480344 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 22613 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 63.92
Current children cumulated vsize (Kb) 839968

[startup+80.0169 s]
Raw data (loadavg): 1.13 1.06 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18249 4 1 0 7292 55 0 0 25 0 11 0 1842713934 860127232 22728 4294967295 134512640 134569956 3221224352 3221214552 1131480344 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 22728 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (Kb) 839968

[startup+90.0176 s]
Raw data (loadavg): 1.18 1.08 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18254 4 1 0 8247 55 0 0 25 0 11 0 1842713934 860127232 22920 4294967295 134512640 134569956 3221224352 3221214648 1131576006 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 22920 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (Kb) 839968

[startup+100.018 s]
Raw data (loadavg): 1.15 1.07 1.02 2/66 32597
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 18259 4 1 0 9198 56 0 0 17 0 11 0 1842713934 860127232 23060 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23060 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 92.54
Current children cumulated vsize (Kb) 839968
One traced child (pid=32597) exited with status: 0
New thread pid=32598

[startup+110.02 s]
Raw data (loadavg): 1.13 1.07 1.02 2/66 32598
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18268 5 1 0 10137 56 0 0 25 0 11 0 1842713934 860127232 23181 4294967295 134512640 134569956 3221224352 3221214640 1131300153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23181 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (Kb) 839968

[startup+120.021 s]
Raw data (loadavg): 1.11 1.07 1.02 2/66 32598
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18274 5 1 0 11089 56 0 0 24 0 11 0 1842713934 860127232 23274 4294967295 134512640 134569956 3221224352 3221214768 1131448052 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23274 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 111.45
Current children cumulated vsize (Kb) 839968
One traced child (pid=32598) exited with status: 0
New thread pid=32599

[startup+130.021 s]
Raw data (loadavg): 1.09 1.06 1.02 2/66 32599
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18281 5 1 0 12038 57 0 0 25 0 11 0 1842713934 860127232 23471 4294967295 134512640 134569956 3221224352 3221214624 1131363206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 23471 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 120.95
Current children cumulated vsize (Kb) 839968

[startup+140.022 s]
Raw data (loadavg): 1.08 1.06 1.02 2/66 32599
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18287 5 1 0 12993 58 0 0 25 0 11 0 1842713934 860127232 23658 4294967295 134512640 134569956 3221224352 3221214816 1131404825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23658 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 130.51
Current children cumulated vsize (Kb) 839968

[startup+150.023 s]
Raw data (loadavg): 1.06 1.06 1.02 2/66 32599
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 18295 5 1 0 13950 58 0 0 25 0 11 0 1842713934 860127232 23732 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 23732 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 140.08
Current children cumulated vsize (Kb) 839968

[startup+160.024 s]
Raw data (loadavg): 1.05 1.06 1.02 2/66 32599
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18302 5 1 0 14912 58 0 0 25 0 11 0 1842713934 860127232 23842 4294967295 134512640 134569956 3221224352 3221214640 1131300148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23842 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 149.7
Current children cumulated vsize (Kb) 839968

[startup+170.024 s]
Raw data (loadavg): 1.05 1.05 1.02 2/66 32599
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18310 5 1 0 15865 58 0 0 18 0 11 0 1842713934 860127232 23906 4294967295 134512640 134569956 3221224352 3221214672 1131422188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 23906 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 159.23
Current children cumulated vsize (Kb) 839968
One traced child (pid=32599) exited with status: 0
New thread pid=32600

[startup+180.025 s]
Raw data (loadavg): 1.04 1.05 1.02 2/66 32600
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18317 5 1 0 16822 59 0 0 24 0 11 0 1842713934 860127232 24163 4294967295 134512640 134569956 3221224352 3221214672 1131421804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 24163 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 168.81
Current children cumulated vsize (Kb) 839968

[startup+190.025 s]
Raw data (loadavg): 1.03 1.05 1.01 2/66 32600
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18324 5 1 0 17791 59 0 0 25 0 11 0 1842713934 860127232 24224 4294967295 134512640 134569956 3221224352 3221214752 1131317611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 24224 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 178.5
Current children cumulated vsize (Kb) 839968

[startup+200.025 s]
Raw data (loadavg): 1.03 1.05 1.01 2/66 32600
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18331 5 1 0 18757 60 0 0 25 0 11 0 1842713934 860127232 24249 4294967295 134512640 134569956 3221224352 3221214640 1131637781 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24249 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 188.17
Current children cumulated vsize (Kb) 839968
One traced child (pid=32600) exited with status: 0
New thread pid=32601

[startup+210.026 s]
Raw data (loadavg): 1.02 1.05 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18338 5 1 0 19706 60 0 0 18 0 11 0 1842713934 860127232 24269 4294967295 134512640 134569956 3221224352 3221214816 1131404825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24269 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 197.66
Current children cumulated vsize (Kb) 839968

[startup+220.027 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18345 5 1 0 20662 61 0 0 24 0 11 0 1842713934 860127232 24410 4294967295 134512640 134569956 3221224352 3221214672 1131421725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24410 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 207.23
Current children cumulated vsize (Kb) 839968

[startup+230.027 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18351 5 1 0 21626 61 0 0 25 0 11 0 1842713934 860127232 24467 4294967295 134512640 134569956 3221224352 3221214768 1131465992 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24467 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 216.87
Current children cumulated vsize (Kb) 839968

[startup+240.028 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18359 5 1 0 22577 61 0 0 16 0 11 0 1842713934 860127232 24565 4294967295 134512640 134569956 3221224352 3221214672 1131422171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24565 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 226.38
Current children cumulated vsize (Kb) 839968

[startup+250.028 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18366 5 1 0 23544 62 0 0 25 0 11 0 1842713934 860127232 24820 4294967295 134512640 134569956 3221224352 3221214768 1131448503 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 24820 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 236.06
Current children cumulated vsize (Kb) 839968

[startup+260.03 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18373 5 1 0 24517 62 0 0 16 0 11 0 1842713934 860127232 24859 4294967295 134512640 134569956 3221224352 3221214768 1131448023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 24859 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 245.79
Current children cumulated vsize (Kb) 839968

[startup+270.031 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18379 5 1 0 25491 62 0 0 25 0 11 0 1842713934 860127232 24912 4294967295 134512640 134569956 3221224352 3221214624 1131364180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 24912 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 255.53
Current children cumulated vsize (Kb) 839968

[startup+280.031 s]
Raw data (loadavg): 1.00 1.03 1.01 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18386 5 1 0 26458 62 0 0 25 0 11 0 1842713934 860127232 24967 4294967295 134512640 134569956 3221224352 3221214672 1131422584 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 24967 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 265.2
Current children cumulated vsize (Kb) 839968

[startup+290.032 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18393 5 1 0 27425 63 0 0 20 0 11 0 1842713934 860127232 25039 4294967295 134512640 134569956 3221224352 3221214672 1131422293 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25039 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 274.88
Current children cumulated vsize (Kb) 839968

[startup+300.033 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18399 5 1 0 28381 63 0 0 24 0 11 0 1842713934 860127232 25088 4294967295 134512640 134569956 3221224352 3221214656 1131478055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25088 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 284.44
Current children cumulated vsize (Kb) 839968

[startup+310.034 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18405 5 1 0 29324 63 0 0 25 0 11 0 1842713934 860127232 25170 4294967295 134512640 134569956 3221224352 3221214672 1131421758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25170 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 293.87
Current children cumulated vsize (Kb) 839968

[startup+320.033 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18412 5 1 0 30261 63 0 0 22 0 11 0 1842713934 860127232 25246 4294967295 134512640 134569956 3221224352 3221214744 1131469873 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 25246 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 303.24
Current children cumulated vsize (Kb) 839968

[startup+330.034 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18419 5 1 0 31201 63 0 0 25 0 11 0 1842713934 860127232 25307 4294967295 134512640 134569956 3221224352 3221214640 1131300179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25307 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 312.64
Current children cumulated vsize (Kb) 839968

[startup+340.035 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18426 5 1 0 32140 63 0 0 25 0 11 0 1842713934 860127232 25497 4294967295 134512640 134569956 3221224352 3221214640 1131300730 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 25497 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 322.03
Current children cumulated vsize (Kb) 839968

[startup+350.034 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18433 5 1 0 33102 64 0 0 25 0 11 0 1842713934 860127232 25868 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25868 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 331.66
Current children cumulated vsize (Kb) 839968

[startup+360.036 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18440 5 1 0 34074 64 0 0 25 0 11 0 1842713934 860127232 25923 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 25923 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 341.38
Current children cumulated vsize (Kb) 839968

[startup+370.037 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18447 5 1 0 35042 65 0 0 24 0 11 0 1842713934 860127232 25986 4294967295 134512640 134569956 3221224352 3221214624 1131363569 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 25986 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 351.07
Current children cumulated vsize (Kb) 839968

[startup+380.036 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18453 5 1 0 36016 65 0 0 25 0 11 0 1842713934 860127232 26038 4294967295 134512640 134569956 3221224352 3221214768 1131447956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26038 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 360.81
Current children cumulated vsize (Kb) 839968

[startup+390.037 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18460 5 1 0 36990 66 0 0 25 0 11 0 1842713934 860127232 26123 4294967295 134512640 134569956 3221224352 3221214552 1131480379 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26123 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 370.56
Current children cumulated vsize (Kb) 839968

[startup+400.038 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18467 5 1 0 37963 66 0 0 25 0 11 0 1842713934 860127232 26141 4294967295 134512640 134569956 3221224352 3221214752 1131317564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26141 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 380.29
Current children cumulated vsize (Kb) 839968

[startup+410.038 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18475 5 1 0 38932 66 0 0 19 0 11 0 1842713934 860127232 26253 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26253 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 389.98
Current children cumulated vsize (Kb) 839968

[startup+420.039 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18482 5 1 0 39904 66 0 0 16 0 11 0 1842713934 860127232 26291 4294967295 134512640 134569956 3221224352 3221214672 1131422268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26291 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 399.7
Current children cumulated vsize (Kb) 839968

[startup+430.04 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18488 5 1 0 40878 66 0 0 25 0 11 0 1842713934 860127232 26298 4294967295 134512640 134569956 3221224352 3221214672 1131421729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26298 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 409.44
Current children cumulated vsize (Kb) 839968

[startup+440.04 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18495 5 1 0 41843 67 0 0 19 0 11 0 1842713934 860127232 26374 4294967295 134512640 134569956 3221224352 3221214672 1131421729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26374 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 419.1
Current children cumulated vsize (Kb) 839968

[startup+450.041 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18501 5 1 0 42814 67 0 0 25 0 11 0 1842713934 860127232 26420 4294967295 134512640 134569956 3221224352 3221214744 1131469838 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26420 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 428.81
Current children cumulated vsize (Kb) 839968

[startup+460.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18508 5 1 0 43780 67 0 0 20 0 11 0 1842713934 860127232 26510 4294967295 134512640 134569956 3221224352 3221214572 1131057236 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26510 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 438.47
Current children cumulated vsize (Kb) 839968

[startup+470.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18514 5 1 0 44751 67 0 0 25 0 11 0 1842713934 860127232 26583 4294967295 134512640 134569956 3221224352 3221214752 1131317576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26583 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 448.18
Current children cumulated vsize (Kb) 839968

[startup+480.043 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18521 5 1 0 45717 67 0 0 25 0 11 0 1842713934 860127232 26679 4294967295 134512640 134569956 3221224352 3221214672 1131422593 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26679 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 457.84
Current children cumulated vsize (Kb) 839968

[startup+490.044 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18527 5 1 0 46688 68 0 0 25 0 11 0 1842713934 860127232 26735 4294967295 134512640 134569956 3221224352 3221214312 1131438748 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26735 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 467.56
Current children cumulated vsize (Kb) 839968

[startup+500.044 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18533 5 1 0 47652 69 0 0 25 0 11 0 1842713934 860127232 26798 4294967295 134512640 134569956 3221224352 3221214672 1131422301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26798 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 477.21
Current children cumulated vsize (Kb) 839968

[startup+510.045 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18539 5 1 0 48611 69 0 0 25 0 11 0 1842713934 860127232 26847 4294967295 134512640 134569956 3221224352 3221214664 1131480208 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 26847 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 486.8
Current children cumulated vsize (Kb) 839968

[startup+520.046 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18545 5 1 0 49564 69 0 0 25 0 11 0 1842713934 860127232 26952 4294967295 134512640 134569956 3221224352 3221214600 1131458530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 26952 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 496.33
Current children cumulated vsize (Kb) 839968

[startup+530.046 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18551 5 1 0 50516 70 0 0 24 0 11 0 1842713934 860127232 27037 4294967295 134512640 134569956 3221224352 3221214672 1131422333 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27037 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 505.86
Current children cumulated vsize (Kb) 839968

[startup+540.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18557 5 1 0 51470 70 0 0 25 0 11 0 1842713934 860127232 27107 4294967295 134512640 134569956 3221224352 3221214640 1131300148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27107 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 515.4
Current children cumulated vsize (Kb) 839968

[startup+550.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18564 5 1 0 52421 71 0 0 17 0 11 0 1842713934 860127232 27318 4294967295 134512640 134569956 3221224352 3221214672 1131421800 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 27318 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 524.92
Current children cumulated vsize (Kb) 839968

[startup+560.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18570 5 1 0 53391 72 0 0 22 0 11 0 1842713934 860127232 27453 4294967295 134512640 134569956 3221224352 3221214816 1131404825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27453 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 534.63
Current children cumulated vsize (Kb) 839968

[startup+570.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18577 5 1 0 54364 72 0 0 25 0 11 0 1842713934 860127232 27623 4294967295 134512640 134569956 3221224352 3221214672 1131422904 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27623 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 544.36
Current children cumulated vsize (Kb) 839968

[startup+580.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18585 5 1 0 55337 72 0 0 25 0 11 0 1842713934 860127232 27725 4294967295 134512640 134569956 3221224352 3221214640 1131300148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27725 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 554.09
Current children cumulated vsize (Kb) 839968

[startup+590.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18590 5 1 0 56317 72 0 0 25 0 11 0 1842713934 860127232 27736 4294967295 134512640 134569956 3221224352 3221214640 1131300171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 27736 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 563.89
Current children cumulated vsize (Kb) 839968

[startup+600.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18597 5 1 0 57289 73 0 0 17 0 11 0 1842713934 860127232 27759 4294967295 134512640 134569956 3221224352 3221214672 1131421758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 27759 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 573.62
Current children cumulated vsize (Kb) 839968

[startup+610.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18604 5 1 0 58261 73 0 0 24 0 11 0 1842713934 860127232 27773 4294967295 134512640 134569956 3221224352 3221214672 1131422892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27773 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 583.34
Current children cumulated vsize (Kb) 839968

[startup+620.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18610 5 1 0 59231 73 0 0 20 0 11 0 1842713934 860127232 27856 4294967295 134512640 134569956 3221224352 3221214640 1131300145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 27856 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 593.04
Current children cumulated vsize (Kb) 839968

[startup+630.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18616 5 1 0 60201 73 0 0 17 0 11 0 1842713934 860127232 27885 4294967295 134512640 134569956 3221224352 3221214672 1131421819 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 27885 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 602.74
Current children cumulated vsize (Kb) 839968

[startup+640.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 18621 5 1 0 61179 74 0 0 25 0 11 0 1842713934 860127232 27987 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 27987 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 612.53
Current children cumulated vsize (Kb) 839968

[startup+650.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18628 5 1 0 62152 74 0 0 25 0 11 0 1842713934 860127232 28003 4294967295 134512640 134569956 3221224352 3221214416 1131726762 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28003 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 622.26
Current children cumulated vsize (Kb) 839968

[startup+660.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18633 5 1 0 63130 74 0 0 25 0 11 0 1842713934 860127232 28010 4294967295 134512640 134569956 3221224352 3221214008 1085759286 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28010 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 632.04
Current children cumulated vsize (Kb) 839968

[startup+670.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18639 5 1 0 64106 75 0 0 25 0 11 0 1842713934 860127232 28156 4294967295 134512640 134569956 3221224352 3221214672 1131422108 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28156 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (Kb) 839968

[startup+680.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18645 5 1 0 65089 75 0 0 25 0 11 0 1842713934 860127232 28173 4294967295 134512640 134569956 3221224352 3221214084 1131434624 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28173 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 651.64
Current children cumulated vsize (Kb) 839968

[startup+690.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18652 5 1 0 66068 76 0 0 20 0 11 0 1842713934 860127232 28214 4294967295 134512640 134569956 3221224352 3221214640 1131300216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28214 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 661.44
Current children cumulated vsize (Kb) 839968

[startup+700.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18658 5 1 0 67049 76 0 0 25 0 11 0 1842713934 860127232 28224 4294967295 134512640 134569956 3221224352 3221214672 1131422394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28224 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 671.25
Current children cumulated vsize (Kb) 839968

[startup+710.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18666 5 1 0 68028 76 0 0 25 0 11 0 1842713934 860127232 28263 4294967295 134512640 134569956 3221224352 3221214640 1131300148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28263 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 681.04
Current children cumulated vsize (Kb) 839968

[startup+720.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18672 5 1 0 69007 77 0 0 25 0 11 0 1842713934 860127232 28290 4294967295 134512640 134569956 3221224352 3221214768 1131448197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28290 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 690.84
Current children cumulated vsize (Kb) 839968

[startup+730.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18677 5 1 0 69987 77 0 0 25 0 11 0 1842713934 860127232 28312 4294967295 134512640 134569956 3221224352 3221214840 1131498216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28312 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 700.64
Current children cumulated vsize (Kb) 839968

[startup+740.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18684 5 1 0 70960 77 0 0 25 0 11 0 1842713934 860127232 28343 4294967295 134512640 134569956 3221224352 3221214672 1131422896 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28343 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 710.37
Current children cumulated vsize (Kb) 839968

[startup+750.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18691 5 1 0 71933 77 0 0 25 0 11 0 1842713934 860127232 28354 4294967295 134512640 134569956 3221224352 3221214672 1131421725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28354 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 720.1
Current children cumulated vsize (Kb) 839968

[startup+760.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18699 5 1 0 72902 78 0 0 25 0 11 0 1842713934 860127232 28423 4294967295 134512640 134569956 3221224352 3221214240 1131434647 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28423 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 729.8
Current children cumulated vsize (Kb) 839968

[startup+770.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18705 5 1 0 73881 78 0 0 25 0 11 0 1842713934 860127232 28529 4294967295 134512640 134569956 3221224352 3221214640 1131300148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28529 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 739.59
Current children cumulated vsize (Kb) 839968

[startup+780.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18711 5 1 0 74866 78 0 0 21 0 11 0 1842713934 860127232 28535 4294967295 134512640 134569956 3221224352 3221214672 1131422188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28535 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 749.44
Current children cumulated vsize (Kb) 839968

[startup+790.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18718 5 1 0 75847 78 0 0 25 0 11 0 1842713934 860127232 28562 4294967295 134512640 134569956 3221224352 3221214672 1131421729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28562 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 759.25
Current children cumulated vsize (Kb) 839968

[startup+800.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18725 5 1 0 76831 78 0 0 25 0 11 0 1842713934 860127232 28589 4294967295 134512640 134569956 3221224352 3221214768 1131448037 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28589 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 769.09
Current children cumulated vsize (Kb) 839968

[startup+810.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18733 5 1 0 77813 79 0 0 25 0 11 0 1842713934 860127232 28623 4294967295 134512640 134569956 3221224352 3221214672 1131421729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28623 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 778.92
Current children cumulated vsize (Kb) 839968

[startup+820.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32601
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18739 5 1 0 78795 79 0 0 25 0 11 0 1842713934 860127232 28632 4294967295 134512640 134569956 3221224352 3221214624 1131363192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28632 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 788.74
Current children cumulated vsize (Kb) 839968
One traced child (pid=32601) exited with status: 0
New thread pid=32602

[startup+830.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18744 5 1 0 79767 79 0 0 25 0 11 0 1842713934 860127232 28646 4294967295 134512640 134569956 3221224352 3221214192 1131726896 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28646 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 798.46
Current children cumulated vsize (Kb) 839968

[startup+840.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18750 5 1 0 80732 80 0 0 21 0 11 0 1842713934 860127232 28648 4294967295 134512640 134569956 3221224352 3221214672 1131421894 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28648 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 808.12
Current children cumulated vsize (Kb) 839968

[startup+850.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18756 5 1 0 81693 80 0 0 25 0 11 0 1842713934 860127232 28653 4294967295 134512640 134569956 3221224352 3221214640 1131300159 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 28653 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 817.73
Current children cumulated vsize (Kb) 839968

[startup+860.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18759 5 1 0 82673 80 0 0 25 0 11 0 1842713934 860127232 28655 4294967295 134512640 134569956 3221224352 3221214748 1131300864 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28655 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 827.53
Current children cumulated vsize (Kb) 839968

[startup+870.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18764 5 1 0 83635 80 0 0 25 0 11 0 1842713934 860127232 28657 4294967295 134512640 134569956 3221224352 3221214004 1085743744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28657 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 837.15
Current children cumulated vsize (Kb) 839968

[startup+880.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18771 5 1 0 84586 80 0 0 24 0 11 0 1842713934 860127232 28904 4294967295 134512640 134569956 3221224352 3221214040 1131438777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 28904 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 846.66
Current children cumulated vsize (Kb) 839968

[startup+890.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 18777 5 1 0 85558 81 0 0 25 0 11 0 1842713934 860127232 29029 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29029 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 856.39
Current children cumulated vsize (Kb) 839968

[startup+900.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18785 5 1 0 86530 82 0 0 25 0 11 0 1842713934 860127232 29085 4294967295 134512640 134569956 3221224352 3221214764 1131317627 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29085 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 866.12
Current children cumulated vsize (Kb) 839968

[startup+910.075 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18792 5 1 0 87508 82 0 0 25 0 11 0 1842713934 860127232 29178 4294967295 134512640 134569956 3221224352 3221214748 1131300128 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29178 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 875.9
Current children cumulated vsize (Kb) 839968

[startup+920.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18800 5 1 0 88489 82 0 0 25 0 11 0 1842713934 860127232 29225 4294967295 134512640 134569956 3221224352 3221214752 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29225 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 885.71
Current children cumulated vsize (Kb) 839968

[startup+930.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18806 5 1 0 89466 82 0 0 25 0 11 0 1842713934 860127232 29238 4294967295 134512640 134569956 3221224352 3221214672 1131421921 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29238 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 895.48
Current children cumulated vsize (Kb) 839968

[startup+940.078 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18812 5 1 0 90441 82 0 0 24 0 11 0 1842713934 860127232 29249 4294967295 134512640 134569956 3221224352 3221214768 1131448023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29249 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 905.23
Current children cumulated vsize (Kb) 839968

[startup+950.079 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18820 5 1 0 91410 82 0 0 24 0 11 0 1842713934 860127232 29264 4294967295 134512640 134569956 3221224352 3221214664 1131480289 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29264 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 914.92
Current children cumulated vsize (Kb) 839968

[startup+960.081 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18826 5 1 0 92387 82 0 0 25 0 11 0 1842713934 860127232 29305 4294967295 134512640 134569956 3221224352 3221214768 1131448170 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29305 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 924.69
Current children cumulated vsize (Kb) 839968

[startup+970.082 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18833 5 1 0 93362 83 0 0 25 0 11 0 1842713934 860127232 29448 4294967295 134512640 134569956 3221224352 3221214672 1131422064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29448 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 934.45
Current children cumulated vsize (Kb) 839968

[startup+980.082 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18841 5 1 0 94345 83 0 0 25 0 11 0 1842713934 860127232 29459 4294967295 134512640 134569956 3221224352 3221214764 1131469801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29459 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 944.28
Current children cumulated vsize (Kb) 839968

[startup+990.084 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18848 5 1 0 95329 83 0 0 16 0 11 0 1842713934 860127232 29475 4294967295 134512640 134569956 3221224352 3221214672 1131422904 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29475 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 954.12
Current children cumulated vsize (Kb) 839968

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18854 5 1 0 96314 84 0 0 25 0 11 0 1842713934 860127232 29484 4294967295 134512640 134569956 3221224352 3221214768 1131448368 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29484 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 963.98
Current children cumulated vsize (Kb) 839968

[startup+1010.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18862 5 1 0 97294 84 0 0 25 0 11 0 1842713934 860127232 29493 4294967295 134512640 134569956 3221224352 3221214768 1131448216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29493 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 973.78
Current children cumulated vsize (Kb) 839968

[startup+1020.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18868 5 1 0 98277 84 0 0 25 0 11 0 1842713934 860127232 29504 4294967295 134512640 134569956 3221224352 3221214672 1131422064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29504 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 983.61
Current children cumulated vsize (Kb) 839968

[startup+1030.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18874 5 1 0 99257 85 0 0 25 0 11 0 1842713934 860127232 29513 4294967295 134512640 134569956 3221224352 3221214764 1131421708 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29513 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 993.42
Current children cumulated vsize (Kb) 839968

[startup+1040.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18881 5 1 0 100235 85 0 0 21 0 11 0 1842713934 860127232 29564 4294967295 134512640 134569956 3221224352 3221214308 1131438744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29564 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1003.2
Current children cumulated vsize (Kb) 839968

[startup+1050.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18889 5 1 0 101213 86 0 0 25 0 11 0 1842713934 860127232 29569 4294967295 134512640 134569956 3221224352 3221214608 1131422268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29569 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1012.99
Current children cumulated vsize (Kb) 839968

[startup+1060.09 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18897 5 1 0 102190 86 0 0 25 0 11 0 1842713934 860127232 29596 4294967295 134512640 134569956 3221224352 3221214680 1131469838 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29596 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1022.76
Current children cumulated vsize (Kb) 839968

[startup+1070.09 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18903 5 1 0 103170 87 0 0 25 0 11 0 1842713934 860127232 29649 4294967295 134512640 134569956 3221224352 3221214608 1131421733 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29649 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1032.57
Current children cumulated vsize (Kb) 839968

[startup+1080.09 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18910 5 1 0 104148 87 0 0 16 0 11 0 1842713934 860127232 29662 4294967295 134512640 134569956 3221224352 3221214684 1131300128 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29662 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1042.35
Current children cumulated vsize (Kb) 839968

[startup+1090.09 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18918 5 1 0 105125 87 0 0 25 0 11 0 1842713934 860127232 29705 4294967295 134512640 134569956 3221224352 3221214688 1131317603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29705 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1052.12
Current children cumulated vsize (Kb) 839968

[startup+1100.09 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18923 5 1 0 106106 87 0 0 19 0 11 0 1842713934 860127232 29710 4294967295 134512640 134569956 3221224352 3221214608 1131422712 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29710 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (Kb) 839968

[startup+1110.09 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18929 5 1 0 107080 87 0 0 25 0 11 0 1842713934 860127232 29728 4294967295 134512640 134569956 3221224352 3221214608 1131422171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29728 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1071.67
Current children cumulated vsize (Kb) 839968

[startup+1120.09 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18936 5 1 0 108048 88 0 0 25 0 11 0 1842713934 860127232 29779 4294967295 134512640 134569956 3221224352 3221214576 1131300148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29779 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1081.36
Current children cumulated vsize (Kb) 839968

[startup+1130.09 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18942 5 1 0 109021 88 0 0 25 0 11 0 1842713934 860127232 29787 4294967295 134512640 134569956 3221224352 3221214384 1085759268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29787 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1091.09
Current children cumulated vsize (Kb) 839968

[startup+1140.09 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18946 5 1 0 110003 88 0 0 25 0 11 0 1842713934 860127232 29788 4294967295 134512640 134569956 3221224352 3221214576 1131300148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29788 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1100.91
Current children cumulated vsize (Kb) 839968

[startup+1150.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18953 5 1 0 110973 88 0 0 25 0 11 0 1842713934 860127232 29922 4294967295 134512640 134569956 3221224352 3221214608 1131421849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 29922 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1110.61
Current children cumulated vsize (Kb) 839968

[startup+1160.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18957 5 1 0 111960 89 0 0 25 0 11 0 1842713934 860127232 29954 4294967295 134512640 134569956 3221224352 3221214296 1131726959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29954 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1120.49
Current children cumulated vsize (Kb) 839968

[startup+1170.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18964 5 1 0 112938 90 0 0 25 0 11 0 1842713934 860127232 29997 4294967295 134512640 134569956 3221224352 3221214688 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 29997 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1130.28
Current children cumulated vsize (Kb) 839968

[startup+1180.09 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18971 5 1 0 113920 90 0 0 25 0 11 0 1842713934 860127232 30024 4294967295 134512640 134569956 3221224352 3221214576 1131300244 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 30024 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1140.1
Current children cumulated vsize (Kb) 839968

[startup+1190.09 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18978 5 1 0 114902 90 0 0 25 0 11 0 1842713934 860127232 30054 4294967295 134512640 134569956 3221224352 3221214604 1131363168 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 30054 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1149.92
Current children cumulated vsize (Kb) 839968

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18985 5 1 0 115884 90 0 0 25 0 11 0 1842713934 860127232 30075 4294967295 134512640 134569956 3221224352 3221214480 1131300770 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 30075 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1159.74
Current children cumulated vsize (Kb) 839968

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18992 5 1 0 116863 90 0 0 25 0 11 0 1842713934 860127232 30094 4294967295 134512640 134569956 3221224352 3221214616 1131480379 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 30094 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1169.53
Current children cumulated vsize (Kb) 839968

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 18998 5 1 0 117843 91 0 0 21 0 11 0 1842713934 860127232 30107 4294967295 134512640 134569956 3221224352 3221214576 1131300283 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 30107 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1179.34
Current children cumulated vsize (Kb) 839968

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 19005 5 1 0 118817 92 0 0 19 0 11 0 1842713934 860127232 30139 4294967295 134512640 134569956 3221224352 3221214576 1131300148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 30139 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1189.09
Current children cumulated vsize (Kb) 839968

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) R 32584 32585 20115 0 -1 0 19011 5 1 0 119794 92 0 0 25 0 11 0 1842713934 860127232 30144 4294967295 134512640 134569956 3221224352 3221214240 1131726972 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32585/statm): 209992 30144 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (Kb) 839968

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 19019 5 1 0 120758 92 0 0 25 0 11 0 1842713934 860127232 30219 4294967295 134512640 134569956 3221224352 3221213248 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 30219 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1208.5
Current children cumulated vsize (Kb) 839968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 32602
Raw data (/proc/32585/stat): 32585 (java) S 32584 32585 20115 0 -1 0 19019 5 1 0 120758 92 0 0 25 0 11 0 1842713934 860127232 30219 4294967295 134512640 134569956 3221224352 3221213248 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32585/statm): 209992 30219 13129 16 0 209976 0
[pid=32585] vsize: 839968
Current children cumulated CPU time (s) 1208.5
Current children cumulated vsize (Kb) 839968

Sending SIGTERM to -32585
Sleeping 2 seconds
New thread pid=32604
New thread pid=32605
One traced child (pid=32605) exited with status: 0
One traced child (pid=32594) exited with status: 0
One traced child (pid=32589) exited with status: 0
One traced child (pid=32586) exited with status: 143
One traced child (pid=32587) exited with status: 143
One traced child (pid=32588) exited with status: 143
One traced child (pid=32590) exited with status: 143
One traced child (pid=32592) exited with status: 143
One traced child (pid=32591) exited with status: 143
One traced child (pid=32593) exited with status: 143
One traced child (pid=32602) exited with status: 143
One traced child (pid=32604) exited with status: 143
One traced child (pid=32585) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.24
CPU time (s): 1258.54
CPU user time (s): 1256.73
CPU system time (s): 1.81172
CPU usage (%): 100.665
Max. virtual memory (cumulated for all children) (Kb): 839968

Verifier Data

Verifier:	OK	193