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-ii32c1.opb
MD5SUM8afff0cc8710524125079d5ef00fedc0
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 167
Optimality of the best value was proved YES
Number of terms in the objective function 450
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 450
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 450
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 benchmark58.6491
Number of variables450
Total number of constraints1505
Number of constraints which are clauses1505
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 1778

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-18 16:32:20 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6004 boxname=wulflinc31 idbench=144 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  8afff0cc8710524125079d5ef00fedc0  /oldhome/oroussel/tmp/wulflinc31/normalized-ii32c1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc31/normalized-ii32c1.opb
IDLAUNCH: 6004
/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:        694112 kB
Buffers:         35776 kB
Cached:         274172 kB
SwapCached:       1016 kB
Active:         105204 kB
Inactive:       207556 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        693860 kB
SwapTotal:     2097892 kB
SwapFree:      2096404 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5772 kB
Slab:            22132 kB
Committed_AS:    64376 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 16:53:01 (client local time) WITH STATUS 143 IN 1246.55 SECONDS
stats: 6004 0 1246.55 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-ii32c1.opb
c reading problem ... done. Time 2.116 ms.
c #vars     450
c #constraints  1505
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 192 		Current CPU time: 2.80 ms
c CURRENT OPTIMUM=                 191 		Current CPU time: 3.77 ms
c CURRENT OPTIMUM=                 182 		Current CPU time: 13.02 ms
c CURRENT OPTIMUM=                 181 		Current CPU time: 13.78 ms
c CURRENT OPTIMUM=                 180 		Current CPU time: 14.83 ms
c CURRENT OPTIMUM=                 179 		Current CPU time: 84.57 ms
c CURRENT OPTIMUM=                 177 		Current CPU time: 411.40 ms
c starts		: 14
c conflicts		: 1436
c decisions		: 6885
c propagations		: 68838
c inspects		: 4032337
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 1
c learnt clauses	: 1436
c root simplifications	: 14
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1744
c speed (decisions/second)	: 8.320905353176204
c non guided choices	781
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 
c objective function=177
c Total CPU time (ms) : 1238.855

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/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842679845 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 39 3 38 16 0 23 0
[pid=15653] 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/15653
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=15654
New thread pid=15655
New thread pid=15656
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=15657
New thread pid=15658
New thread pid=15659
New thread pid=15660
New thread pid=15661
New thread pid=15662
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-ii32c1.opb
New thread pid=15663
One traced child (pid=15663) exited with status: 0
New thread pid=15664
One traced child (pid=15664) exited with status: 0
New thread pid=15665

[startup+10.0031 s]
Raw data (loadavg): 1.17 1.02 0.93 2/67 15667
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18196 4 1 0 767 44 0 0 25 0 11 0 1842679845 856899584 19998 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 209204 19998 13129 16 0 209188 0
[pid=15653] vsize: 836816
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (Kb) 836816
One traced child (pid=15665) exited with status: 0
New thread pid=15668
One traced child (pid=15668) exited with status: 0
New thread pid=15669
One traced child (pid=15669) exited with status: 0
New thread pid=15670

[startup+20.0041 s]
Raw data (loadavg): 1.15 1.02 0.93 2/67 15670
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18206 4 1 0 1709 45 0 0 25 0 11 0 1842679845 855699456 20570 4294967295 134512640 134569956 3221224352 3221214500 1131035371 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 20570 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (Kb) 835644

[startup+30.004 s]
Raw data (loadavg): 1.12 1.02 0.93 2/67 15670
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18213 4 1 0 2656 45 0 0 25 0 11 0 1842679845 855699456 21070 4294967295 134512640 134569956 3221224352 3221214768 1131447686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 21070 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 27.01
Current children cumulated vsize (Kb) 835644

[startup+40.0059 s]
Raw data (loadavg): 1.10 1.02 0.93 2/67 15670
Raw data (/proc/15653/stat): 15653 (java) S 15652 15653 9102 0 -1 0 18221 4 1 0 3602 46 0 0 25 0 11 0 1842679845 856190976 21185 4294967295 134512640 134569956 3221224352 3221213320 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 209031 21185 13129 16 0 209015 0
[pid=15653] vsize: 836124
Current children cumulated CPU time (s) 36.48
Current children cumulated vsize (Kb) 836124

[startup+50.0068 s]
Raw data (loadavg): 1.09 1.02 0.93 2/67 15670
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18227 4 1 0 4551 46 0 0 25 0 11 0 1842679845 856125440 21185 4294967295 134512640 134569956 3221224352 3221214768 1131447738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 209015 21185 13129 16 0 208999 0
[pid=15653] vsize: 836060
Current children cumulated CPU time (s) 45.97
Current children cumulated vsize (Kb) 836060

[startup+60.0068 s]
Raw data (loadavg): 1.07 1.02 0.93 2/67 15670
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18234 4 1 0 5488 47 0 0 23 0 11 0 1842679845 855699456 21363 4294967295 134512640 134569956 3221224352 3221214680 1131460851 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 21363 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 55.35
Current children cumulated vsize (Kb) 835644

[startup+70.0077 s]
Raw data (loadavg): 1.06 1.01 0.93 2/67 15672
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18240 4 1 0 6425 47 0 0 21 0 11 0 1842679845 855699456 21680 4294967295 134512640 134569956 3221224352 3221214680 1131460325 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 21680 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 64.72
Current children cumulated vsize (Kb) 835644

[startup+80.0087 s]
Raw data (loadavg): 1.05 1.01 0.93 2/67 15672
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18246 4 1 0 7363 48 0 0 25 0 11 0 1842679845 855699456 21817 4294967295 134512640 134569956 3221224352 3221214640 1131347572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 21817 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 74.11
Current children cumulated vsize (Kb) 835644
One traced child (pid=15670) exited with status: 0
New thread pid=15673

[startup+90.0096 s]
Raw data (loadavg): 1.04 1.01 0.93 2/67 15673
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18254 4 1 0 8293 48 0 0 25 0 11 0 1842679845 855699456 21955 4294967295 134512640 134569956 3221224352 3221214680 1131460350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 21955 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 83.41
Current children cumulated vsize (Kb) 835644

[startup+100.011 s]
Raw data (loadavg): 1.04 1.01 0.93 2/67 15673
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18261 4 1 0 9225 48 0 0 19 0 11 0 1842679845 855699456 22059 4294967295 134512640 134569956 3221224352 3221214520 1131348275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22059 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 92.73
Current children cumulated vsize (Kb) 835644

[startup+110.011 s]
Raw data (loadavg): 1.03 1.01 0.93 2/67 15673
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18267 4 1 0 10169 49 0 0 24 0 11 0 1842679845 855699456 22353 4294967295 134512640 134569956 3221224352 3221214768 1131446359 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22353 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (Kb) 835644

[startup+120.012 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15673
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18274 4 1 0 11116 49 0 0 25 0 11 0 1842679845 855699456 22640 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22640 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 111.65
Current children cumulated vsize (Kb) 835644

[startup+130.013 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18281 4 1 0 12074 49 0 0 20 0 11 0 1842679845 855699456 22752 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22752 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 121.23
Current children cumulated vsize (Kb) 835644

[startup+140.014 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18287 4 1 0 13038 50 0 0 25 0 11 0 1842679845 855699456 22837 4294967295 134512640 134569956 3221224352 3221214680 1131461267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22837 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 130.88
Current children cumulated vsize (Kb) 835644

[startup+150.015 s]
Raw data (loadavg): 1.01 1.01 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18294 4 1 0 13990 50 0 0 23 0 11 0 1842679845 855699456 22991 4294967295 134512640 134569956 3221224352 3221214616 1131500085 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 22991 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 140.4
Current children cumulated vsize (Kb) 835644

[startup+160.016 s]
Raw data (loadavg): 1.01 1.01 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18301 4 1 0 14912 50 0 0 23 0 11 0 1842679845 855699456 23301 4294967295 134512640 134569956 3221224352 3221214680 1131460343 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 23301 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 149.62
Current children cumulated vsize (Kb) 835644

[startup+170.017 s]
Raw data (loadavg): 1.01 1.00 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18309 4 1 0 15835 50 0 0 20 0 11 0 1842679845 855699456 23626 4294967295 134512640 134569956 3221224352 3221214528 1131432057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 23626 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 158.85
Current children cumulated vsize (Kb) 835644

[startup+180.017 s]
Raw data (loadavg): 1.01 1.00 0.93 2/67 15675
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18314 4 1 0 16783 51 0 0 25 0 11 0 1842679845 855699456 23814 4294967295 134512640 134569956 3221224352 3221214528 1131432057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 23814 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 168.34
Current children cumulated vsize (Kb) 835644

[startup+190.019 s]
Raw data (loadavg): 1.01 1.00 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18320 4 1 0 17717 51 0 0 21 0 11 0 1842679845 855699456 24163 4294967295 134512640 134569956 3221224352 3221214592 1131498725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 24163 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 177.68
Current children cumulated vsize (Kb) 835644

[startup+200.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18326 4 1 0 18650 52 0 0 17 0 11 0 1842679845 855699456 24370 4294967295 134512640 134569956 3221224352 3221214608 1131505334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 24370 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 187.02
Current children cumulated vsize (Kb) 835644

[startup+210.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18331 4 1 0 19597 52 0 0 22 0 11 0 1842679845 855699456 24541 4294967295 134512640 134569956 3221224352 3221214608 1131505305 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 24541 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 196.49
Current children cumulated vsize (Kb) 835644

[startup+220.022 s]
Raw data (loadavg): 1.08 1.02 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18337 4 1 0 20531 52 0 0 16 0 11 0 1842679845 855699456 24739 4294967295 134512640 134569956 3221224352 3221214680 1131460905 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 24739 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 205.83
Current children cumulated vsize (Kb) 835644

[startup+230.023 s]
Raw data (loadavg): 1.07 1.02 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) S 15652 15653 9102 0 -1 0 18342 4 1 0 21472 53 0 0 25 0 11 0 1842679845 855699456 24742 4294967295 134512640 134569956 3221224352 3221213424 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 24742 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 215.25
Current children cumulated vsize (Kb) 835644

[startup+240.024 s]
Raw data (loadavg): 1.06 1.01 0.93 2/67 15677
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18349 4 1 0 22409 53 0 0 25 0 11 0 1842679845 855699456 24911 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 24911 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 224.62
Current children cumulated vsize (Kb) 835644

[startup+250.024 s]
Raw data (loadavg): 1.05 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18356 4 1 0 23352 54 0 0 25 0 11 0 1842679845 855699456 25253 4294967295 134512640 134569956 3221224352 3221214680 1131460774 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 25253 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 234.06
Current children cumulated vsize (Kb) 835644

[startup+260.025 s]
Raw data (loadavg): 1.04 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18363 4 1 0 24312 54 0 0 25 0 11 0 1842679845 855699456 25488 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 25488 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 243.66
Current children cumulated vsize (Kb) 835644

[startup+270.026 s]
Raw data (loadavg): 1.03 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18370 4 1 0 25284 54 0 0 25 0 11 0 1842679845 855699456 25619 4294967295 134512640 134569956 3221224352 3221214680 1131460692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 25619 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 253.38
Current children cumulated vsize (Kb) 835644

[startup+280.027 s]
Raw data (loadavg): 1.03 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18377 4 1 0 26258 55 0 0 25 0 11 0 1842679845 855699456 25688 4294967295 134512640 134569956 3221224352 3221214680 1131460317 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 25688 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 263.13
Current children cumulated vsize (Kb) 835644

[startup+290.029 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18384 4 1 0 27235 55 0 0 25 0 11 0 1842679845 855699456 25752 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 25752 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 272.9
Current children cumulated vsize (Kb) 835644

[startup+300.03 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15679
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18391 4 1 0 28214 56 0 0 17 0 11 0 1842679845 855699456 25806 4294967295 134512640 134569956 3221224352 3221214752 1131316358 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 25806 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 282.7
Current children cumulated vsize (Kb) 835644

[startup+310.031 s]
Raw data (loadavg): 1.02 1.01 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18398 4 1 0 29191 57 0 0 25 0 11 0 1842679845 855699456 25838 4294967295 134512640 134569956 3221224352 3221214680 1131460350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 25838 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 292.48
Current children cumulated vsize (Kb) 835644

[startup+320.033 s]
Raw data (loadavg): 1.01 1.01 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18405 4 1 0 30168 58 0 0 25 0 11 0 1842679845 855699456 25895 4294967295 134512640 134569956 3221224352 3221214640 1131347572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 25895 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 302.26
Current children cumulated vsize (Kb) 835644

[startup+330.033 s]
Raw data (loadavg): 1.01 1.01 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18413 4 1 0 31140 58 0 0 25 0 11 0 1842679845 855699456 25929 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 25929 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 311.98
Current children cumulated vsize (Kb) 835644

[startup+340.035 s]
Raw data (loadavg): 1.01 1.00 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18420 4 1 0 32118 59 0 0 19 0 11 0 1842679845 855699456 25971 4294967295 134512640 134569956 3221224352 3221214640 1131348275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 25971 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 321.77
Current children cumulated vsize (Kb) 835644

[startup+350.036 s]
Raw data (loadavg): 1.01 1.00 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18427 4 1 0 33096 59 0 0 25 0 11 0 1842679845 855699456 26025 4294967295 134512640 134569956 3221224352 3221214592 1131377177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26025 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 331.55
Current children cumulated vsize (Kb) 835644

[startup+360.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15681
Raw data (/proc/15653/stat): 15653 (java) S 15652 15653 9102 0 -1 0 18435 4 1 0 34075 60 0 0 25 0 11 0 1842679845 855699456 26108 4294967295 134512640 134569956 3221224352 3221213280 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26108 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 341.35
Current children cumulated vsize (Kb) 835644

[startup+370.038 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15683
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18441 4 1 0 35061 60 0 0 25 0 11 0 1842679845 855699456 26142 4294967295 134512640 134569956 3221224352 3221214768 1131446808 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26142 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 351.21
Current children cumulated vsize (Kb) 835644

[startup+380.039 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15683
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18450 4 1 0 36041 60 0 0 25 0 11 0 1842679845 855699456 26177 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26177 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 361.01
Current children cumulated vsize (Kb) 835644

[startup+390.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15683
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18457 4 1 0 37015 61 0 0 25 0 11 0 1842679845 855699456 26196 4294967295 134512640 134569956 3221224352 3221214744 1131495561 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26196 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 370.76
Current children cumulated vsize (Kb) 835644

[startup+400.041 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15683
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18463 4 1 0 37978 61 0 0 25 0 11 0 1842679845 855699456 26231 4294967295 134512640 134569956 3221224352 3221214608 1131498770 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26231 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 380.39
Current children cumulated vsize (Kb) 835644

[startup+410.042 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15683
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18468 4 1 0 38939 62 0 0 25 0 11 0 1842679845 855699456 26246 4294967295 134512640 134569956 3221224352 3221214608 1131498704 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26246 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 390.01
Current children cumulated vsize (Kb) 835644
One traced child (pid=15673) exited with status: 0
New thread pid=15684

[startup+420.043 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15684
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18475 4 1 0 39874 63 0 0 25 0 11 0 1842679845 855699456 26267 4294967295 134512640 134569956 3221224352 3221214544 1131432057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26267 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 399.37
Current children cumulated vsize (Kb) 835644

[startup+430.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18483 4 1 0 40807 63 0 0 18 0 11 0 1842679845 855699456 26313 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26313 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (Kb) 835644

[startup+440.045 s]
Raw data (loadavg): 1.00 1.00 0.93 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18490 4 1 0 41757 63 0 0 25 0 11 0 1842679845 855699456 26596 4294967295 134512640 134569956 3221224352 3221214680 1131460313 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26596 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 418.2
Current children cumulated vsize (Kb) 835644

[startup+450.046 s]
Raw data (loadavg): 1.16 1.03 0.94 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18497 4 1 0 42724 63 0 0 25 0 11 0 1842679845 855699456 26827 4294967295 134512640 134569956 3221224352 3221214680 1131460680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26827 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 427.87
Current children cumulated vsize (Kb) 835644

[startup+460.047 s]
Raw data (loadavg): 1.13 1.03 0.94 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18505 4 1 0 43703 64 0 0 25 0 11 0 1842679845 855699456 26959 4294967295 134512640 134569956 3221224352 3221214680 1131460840 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 26959 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 437.67
Current children cumulated vsize (Kb) 835644

[startup+470.048 s]
Raw data (loadavg): 1.11 1.03 0.94 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18512 4 1 0 44688 64 0 0 25 0 11 0 1842679845 855699456 26977 4294967295 134512640 134569956 3221224352 3221214680 1131460863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26977 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 447.52
Current children cumulated vsize (Kb) 835644

[startup+480.049 s]
Raw data (loadavg): 1.10 1.03 0.94 2/67 15686
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18519 4 1 0 45673 65 0 0 23 0 11 0 1842679845 855699456 26992 4294967295 134512640 134569956 3221224352 3221214680 1131460350 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 26992 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 457.38
Current children cumulated vsize (Kb) 835644

[startup+490.051 s]
Raw data (loadavg): 1.08 1.03 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18526 4 1 0 46659 65 0 0 25 0 11 0 1842679845 855699456 27030 4294967295 134512640 134569956 3221224352 3221214676 1131377120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27030 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 467.24
Current children cumulated vsize (Kb) 835644

[startup+500.052 s]
Raw data (loadavg): 1.07 1.03 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18534 4 1 0 47644 66 0 0 20 0 11 0 1842679845 855699456 27052 4294967295 134512640 134569956 3221224352 3221214640 1131347689 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27052 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 477.1
Current children cumulated vsize (Kb) 835644

[startup+510.052 s]
Raw data (loadavg): 1.06 1.03 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18542 4 1 0 48629 66 0 0 25 0 11 0 1842679845 855699456 27074 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27074 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 486.95
Current children cumulated vsize (Kb) 835644

[startup+520.053 s]
Raw data (loadavg): 1.05 1.02 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18550 4 1 0 49614 67 0 0 17 0 11 0 1842679845 855699456 27091 4294967295 134512640 134569956 3221224352 3221214640 1131347575 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27091 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 496.81
Current children cumulated vsize (Kb) 835644

[startup+530.053 s]
Raw data (loadavg): 1.04 1.02 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18557 4 1 0 50601 67 0 0 25 0 11 0 1842679845 855699456 27097 4294967295 134512640 134569956 3221224352 3221214680 1131460820 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27097 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 506.68
Current children cumulated vsize (Kb) 835644

[startup+540.054 s]
Raw data (loadavg): 1.03 1.02 0.94 2/67 15688
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18565 4 1 0 51586 67 0 0 21 0 11 0 1842679845 855699456 27118 4294967295 134512640 134569956 3221224352 3221214636 1131443928 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27118 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 516.53
Current children cumulated vsize (Kb) 835644

[startup+550.055 s]
Raw data (loadavg): 1.03 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18572 4 1 0 52571 68 0 0 24 0 11 0 1842679845 855699456 27132 4294967295 134512640 134569956 3221224352 3221214768 1131446860 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27132 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 526.39
Current children cumulated vsize (Kb) 835644

[startup+560.056 s]
Raw data (loadavg): 1.02 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18579 4 1 0 53544 68 0 0 25 0 11 0 1842679845 855699456 27147 4294967295 134512640 134569956 3221224352 3221214752 1131316360 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27147 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 536.12
Current children cumulated vsize (Kb) 835644

[startup+570.057 s]
Raw data (loadavg): 1.02 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18586 4 1 0 54514 69 0 0 25 0 11 0 1842679845 855699456 27161 4294967295 134512640 134569956 3221224352 3221214424 1131679043 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27161 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 545.83
Current children cumulated vsize (Kb) 835644

[startup+580.058 s]
Raw data (loadavg): 1.02 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18593 4 1 0 55482 69 0 0 25 0 11 0 1842679845 855699456 27164 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27164 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 555.51
Current children cumulated vsize (Kb) 835644

[startup+590.059 s]
Raw data (loadavg): 1.01 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18601 4 1 0 56447 70 0 0 25 0 11 0 1842679845 855699456 27197 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27197 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 565.17
Current children cumulated vsize (Kb) 835644

[startup+600.06 s]
Raw data (loadavg): 1.01 1.02 0.94 2/67 15690
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18609 4 1 0 57420 70 0 0 25 0 11 0 1842679845 855699456 27404 4294967295 134512640 134569956 3221224352 3221214640 1131491971 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27404 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 574.9
Current children cumulated vsize (Kb) 835644

[startup+610.061 s]
Raw data (loadavg): 1.01 1.02 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18617 4 1 0 58403 70 0 0 24 0 11 0 1842679845 855699456 27443 4294967295 134512640 134569956 3221224352 3221214680 1131460325 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27443 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 584.73
Current children cumulated vsize (Kb) 835644

[startup+620.062 s]
Raw data (loadavg): 1.01 1.01 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18624 4 1 0 59390 71 0 0 25 0 11 0 1842679845 855699456 27465 4294967295 134512640 134569956 3221224352 3221214680 1131461468 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27465 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 594.61
Current children cumulated vsize (Kb) 835644

[startup+630.063 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18632 4 1 0 60375 71 0 0 25 0 11 0 1842679845 855699456 27480 4294967295 134512640 134569956 3221224352 3221214608 1131498704 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27480 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 604.46
Current children cumulated vsize (Kb) 835644

[startup+640.064 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18638 4 1 0 61361 71 0 0 24 0 11 0 1842679845 855699456 27499 4294967295 134512640 134569956 3221224352 3221214640 1131347572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27499 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 614.32
Current children cumulated vsize (Kb) 835644

[startup+650.065 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18645 4 1 0 62345 72 0 0 25 0 11 0 1842679845 855699456 27513 4294967295 134512640 134569956 3221224352 3221214640 1131347640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27513 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 624.17
Current children cumulated vsize (Kb) 835644

[startup+660.066 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15692
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18652 4 1 0 63326 73 0 0 24 0 11 0 1842679845 855699456 27526 4294967295 134512640 134569956 3221224352 3221214640 1131347668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27526 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 633.99
Current children cumulated vsize (Kb) 835644

[startup+670.067 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18659 4 1 0 64307 73 0 0 25 0 11 0 1842679845 855699456 27532 4294967295 134512640 134569956 3221224352 3221214640 1131347575 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27532 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 643.8
Current children cumulated vsize (Kb) 835644

[startup+680.068 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18666 4 1 0 65286 73 0 0 25 0 11 0 1842679845 855699456 27577 4294967295 134512640 134569956 3221224352 3221214744 1131459773 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27577 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 653.59
Current children cumulated vsize (Kb) 835644

[startup+690.069 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18673 4 1 0 66267 74 0 0 25 0 11 0 1842679845 855699456 27616 4294967295 134512640 134569956 3221224352 3221214680 1131461204 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27616 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 663.41
Current children cumulated vsize (Kb) 835644

[startup+700.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18681 4 1 0 67247 74 0 0 21 0 11 0 1842679845 855699456 27670 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27670 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 673.21
Current children cumulated vsize (Kb) 835644

[startup+710.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) S 15652 15653 9102 0 -1 0 18689 4 1 0 68229 74 0 0 25 0 11 0 1842679845 855699456 27701 4294967295 134512640 134569956 3221224352 3221213184 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27701 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 683.03
Current children cumulated vsize (Kb) 835644

[startup+720.071 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15694
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18696 4 1 0 69211 74 0 0 16 0 11 0 1842679845 855699456 27747 4294967295 134512640 134569956 3221224352 3221214680 1131460743 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27747 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 692.85
Current children cumulated vsize (Kb) 835644

[startup+730.073 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18703 4 1 0 70194 75 0 0 25 0 11 0 1842679845 855699456 27768 4294967295 134512640 134569956 3221224352 3221214768 1131446359 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27768 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 702.69
Current children cumulated vsize (Kb) 835644

[startup+740.074 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18710 4 1 0 71177 75 0 0 25 0 11 0 1842679845 855699456 27776 4294967295 134512640 134569956 3221224352 3221214752 1131316348 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27776 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 712.52
Current children cumulated vsize (Kb) 835644

[startup+750.075 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18718 4 1 0 72158 75 0 0 25 0 11 0 1842679845 855699456 27811 4294967295 134512640 134569956 3221224352 3221214640 1131347640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27811 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 722.33
Current children cumulated vsize (Kb) 835644

[startup+760.076 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18726 4 1 0 73136 76 0 0 24 0 11 0 1842679845 855699456 27848 4294967295 134512640 134569956 3221224352 3221214680 1131460692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27848 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 732.12
Current children cumulated vsize (Kb) 835644

[startup+770.078 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18733 4 1 0 74119 76 0 0 25 0 11 0 1842679845 855699456 27874 4294967295 134512640 134569956 3221224352 3221214680 1131460419 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27874 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 741.95
Current children cumulated vsize (Kb) 835644

[startup+780.079 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15696
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18740 4 1 0 75101 76 0 0 17 0 11 0 1842679845 855699456 27902 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27902 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 751.77
Current children cumulated vsize (Kb) 835644

[startup+790.08 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18747 4 1 0 76081 76 0 0 25 0 11 0 1842679845 855699456 27922 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27922 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 761.57
Current children cumulated vsize (Kb) 835644

[startup+800.081 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18755 4 1 0 77059 76 0 0 25 0 11 0 1842679845 855699456 27961 4294967295 134512640 134569956 3221224352 3221214632 1131500096 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 27961 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 771.35
Current children cumulated vsize (Kb) 835644

[startup+810.082 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18763 4 1 0 78038 77 0 0 25 0 11 0 1842679845 855699456 27990 4294967295 134512640 134569956 3221224352 3221214680 1131461144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 27990 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 781.15
Current children cumulated vsize (Kb) 835644

[startup+820.082 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18770 4 1 0 79019 77 0 0 25 0 11 0 1842679845 855699456 28032 4294967295 134512640 134569956 3221224352 3221214672 1131431722 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28032 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 790.96
Current children cumulated vsize (Kb) 835644

[startup+830.083 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18778 4 1 0 80001 77 0 0 25 0 11 0 1842679845 855699456 28119 4294967295 134512640 134569956 3221224352 3221214680 1131460582 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28119 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 800.78
Current children cumulated vsize (Kb) 835644

[startup+840.084 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15698
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18787 4 1 0 80982 78 0 0 25 0 11 0 1842679845 855699456 28150 4294967295 134512640 134569956 3221224352 3221214768 1131446872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28150 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 810.6
Current children cumulated vsize (Kb) 835644

[startup+850.085 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18794 4 1 0 81966 78 0 0 18 0 11 0 1842679845 855699456 28170 4294967295 134512640 134569956 3221224352 3221214752 1131316360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28170 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 820.44
Current children cumulated vsize (Kb) 835644

[startup+860.086 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18799 4 1 0 82953 78 0 0 25 0 11 0 1842679845 855699456 28180 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28180 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 830.31
Current children cumulated vsize (Kb) 835644

[startup+870.088 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18807 4 1 0 83933 78 0 0 25 0 11 0 1842679845 855699456 28212 4294967295 134512640 134569956 3221224352 3221214676 1131377120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28212 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 840.11
Current children cumulated vsize (Kb) 835644

[startup+880.089 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18814 4 1 0 84911 79 0 0 16 0 11 0 1842679845 855699456 28238 4294967295 134512640 134569956 3221224352 3221214768 1131446533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28238 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 849.9
Current children cumulated vsize (Kb) 835644

[startup+890.09 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18821 4 1 0 85887 79 0 0 25 0 11 0 1842679845 855699456 28287 4294967295 134512640 134569956 3221224352 3221214768 1131446388 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28287 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 859.66
Current children cumulated vsize (Kb) 835644

[startup+900.091 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15700
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18828 4 1 0 86860 79 0 0 25 0 11 0 1842679845 855699456 28351 4294967295 134512640 134569956 3221224352 3221214640 1131347572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28351 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 869.39
Current children cumulated vsize (Kb) 835644

[startup+910.092 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18834 4 1 0 87835 79 0 0 25 0 11 0 1842679845 855699456 28354 4294967295 134512640 134569956 3221224352 3221214680 1131460350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28354 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 879.14
Current children cumulated vsize (Kb) 835644

[startup+920.093 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18841 4 1 0 88807 80 0 0 25 0 11 0 1842679845 855699456 28410 4294967295 134512640 134569956 3221224352 3221214748 1131348288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28410 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 888.87
Current children cumulated vsize (Kb) 835644

[startup+930.094 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) S 15652 15653 9102 0 -1 0 18848 4 1 0 89783 81 0 0 25 0 11 0 1842679845 855699456 28453 4294967295 134512640 134569956 3221224352 3221213280 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28453 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 898.64
Current children cumulated vsize (Kb) 835644

[startup+940.099 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18855 4 1 0 90763 81 0 0 25 0 11 0 1842679845 855699456 28526 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28526 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 908.44
Current children cumulated vsize (Kb) 835644

[startup+950.1 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18862 4 1 0 91748 81 0 0 25 0 11 0 1842679845 855699456 28591 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28591 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 918.29
Current children cumulated vsize (Kb) 835644

[startup+960.1 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15702
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18870 4 1 0 92732 82 0 0 25 0 11 0 1842679845 855699456 28603 4294967295 134512640 134569956 3221224352 3221214680 1131460891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28603 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 928.14
Current children cumulated vsize (Kb) 835644

[startup+970.102 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18876 4 1 0 93718 82 0 0 25 0 11 0 1842679845 855699456 28617 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28617 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 938
Current children cumulated vsize (Kb) 835644

[startup+980.103 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18884 4 1 0 94701 83 0 0 19 0 11 0 1842679845 855699456 28624 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28624 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 947.84
Current children cumulated vsize (Kb) 835644

[startup+990.104 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18891 4 1 0 95686 83 0 0 25 0 11 0 1842679845 855699456 28631 4294967295 134512640 134569956 3221224352 3221214680 1131460809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28631 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 957.69
Current children cumulated vsize (Kb) 835644

[startup+1000.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18898 4 1 0 96669 83 0 0 25 0 11 0 1842679845 855699456 28652 4294967295 134512640 134569956 3221224352 3221214640 1131347687 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28652 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 967.52
Current children cumulated vsize (Kb) 835644

[startup+1010.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18905 4 1 0 97653 84 0 0 25 0 11 0 1842679845 855699456 28683 4294967295 134512640 134569956 3221224352 3221214752 1131316387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28683 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 977.37
Current children cumulated vsize (Kb) 835644

[startup+1020.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15704
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18912 4 1 0 98639 84 0 0 25 0 11 0 1842679845 855699456 28697 4294967295 134512640 134569956 3221224352 3221214764 1131316332 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28697 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 987.23
Current children cumulated vsize (Kb) 835644

[startup+1030.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18919 4 1 0 99623 84 0 0 25 0 11 0 1842679845 855699456 28709 4294967295 134512640 134569956 3221224352 3221214592 1131377154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28709 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 997.07
Current children cumulated vsize (Kb) 835644

[startup+1040.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18926 4 1 0 100609 85 0 0 21 0 11 0 1842679845 855699456 28730 4294967295 134512640 134569956 3221224352 3221214768 1131446808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28730 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1006.94
Current children cumulated vsize (Kb) 835644

[startup+1050.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18933 4 1 0 101595 85 0 0 25 0 11 0 1842679845 855699456 28744 4294967295 134512640 134569956 3221224352 3221214680 1131461283 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28744 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1016.8
Current children cumulated vsize (Kb) 835644

[startup+1060.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18940 4 1 0 102582 85 0 0 22 0 11 0 1842679845 855699456 28753 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28753 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1026.67
Current children cumulated vsize (Kb) 835644

[startup+1070.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18948 4 1 0 103566 86 0 0 25 0 11 0 1842679845 855699456 28776 4294967295 134512640 134569956 3221224352 3221214608 1131498681 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28776 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1036.52
Current children cumulated vsize (Kb) 835644

[startup+1080.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15706
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18954 4 1 0 104555 86 0 0 25 0 11 0 1842679845 855699456 28779 4294967295 134512640 134569956 3221224352 3221214620 1131348288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28779 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1046.41
Current children cumulated vsize (Kb) 835644

[startup+1090.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18960 4 1 0 105542 87 0 0 25 0 11 0 1842679845 855699456 28789 4294967295 134512640 134569956 3221224352 3221214768 1131446559 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28789 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1056.29
Current children cumulated vsize (Kb) 835644

[startup+1100.11 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18967 4 1 0 106529 87 0 0 25 0 11 0 1842679845 855699456 28797 4294967295 134512640 134569956 3221224352 3221214640 1131347640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28797 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1066.16
Current children cumulated vsize (Kb) 835644

[startup+1110.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18974 4 1 0 107515 88 0 0 17 0 11 0 1842679845 855699456 28808 4294967295 134512640 134569956 3221224352 3221214680 1131461280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28808 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1076.03
Current children cumulated vsize (Kb) 835644

[startup+1120.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18981 4 1 0 108501 88 0 0 25 0 11 0 1842679845 855699456 28812 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28812 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1085.89
Current children cumulated vsize (Kb) 835644

[startup+1130.12 s]
Raw data (loadavg): 1.00 1.00 0.94 3/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18988 4 1 0 109486 88 0 0 25 0 11 0 1842679845 855699456 28832 4294967295 134512640 134569956 3221224352 3221214544 1131432177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28832 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1095.74
Current children cumulated vsize (Kb) 835644

[startup+1140.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15708
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 18994 4 1 0 110472 88 0 0 25 0 11 0 1842679845 855699456 28842 4294967295 134512640 134569956 3221224352 3221214768 1131446824 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28842 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1105.6
Current children cumulated vsize (Kb) 835644

[startup+1150.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19002 4 1 0 111455 89 0 0 25 0 11 0 1842679845 855699456 28863 4294967295 134512640 134569956 3221224352 3221214680 1131460746 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28863 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1115.44
Current children cumulated vsize (Kb) 835644

[startup+1160.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19009 4 1 0 112441 90 0 0 25 0 11 0 1842679845 855699456 28869 4294967295 134512640 134569956 3221224352 3221214680 1131460325 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28869 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1125.31
Current children cumulated vsize (Kb) 835644

[startup+1170.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19017 4 1 0 113423 90 0 0 25 0 11 0 1842679845 855699456 28875 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28875 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1135.13
Current children cumulated vsize (Kb) 835644

[startup+1180.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19024 4 1 0 114408 90 0 0 21 0 11 0 1842679845 855699456 28906 4294967295 134512640 134569956 3221224352 3221214616 1131443853 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28906 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1144.98
Current children cumulated vsize (Kb) 835644

[startup+1190.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19032 4 1 0 115390 90 0 0 16 0 11 0 1842679845 855699456 28916 4294967295 134512640 134569956 3221224352 3221214680 1131460729 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28916 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1154.8
Current children cumulated vsize (Kb) 835644

[startup+1200.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15710
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19039 4 1 0 116372 91 0 0 17 0 11 0 1842679845 855699456 28927 4294967295 134512640 134569956 3221224352 3221214680 1131461207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28927 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1164.63
Current children cumulated vsize (Kb) 835644

[startup+1210.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15712
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19046 4 1 0 117354 91 0 0 25 0 11 0 1842679845 855699456 28953 4294967295 134512640 134569956 3221224352 3221214640 1131347577 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28953 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1174.45
Current children cumulated vsize (Kb) 835644

[startup+1220.12 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15712
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19053 4 1 0 118335 91 0 0 25 0 11 0 1842679845 855699456 28969 4294967295 134512640 134569956 3221224352 3221214664 1131432057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 28969 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1184.26
Current children cumulated vsize (Kb) 835644

[startup+1230.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15712
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19059 4 1 0 119318 92 0 0 25 0 11 0 1842679845 855699456 28986 4294967295 134512640 134569956 3221224352 3221214680 1131460563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/15653/statm): 208911 28986 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1194.1
Current children cumulated vsize (Kb) 835644

[startup+1240.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15712
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19066 4 1 0 120298 92 0 0 24 0 11 0 1842679845 855699456 29021 4294967295 134512640 134569956 3221224352 3221214752 1131316345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 29021 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1203.9
Current children cumulated vsize (Kb) 835644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.13 s]
Raw data (loadavg): 1.00 1.00 0.94 2/67 15712
Raw data (/proc/15653/stat): 15653 (java) R 15652 15653 9102 0 -1 0 19066 4 1 0 120298 92 0 0 24 0 11 0 1842679845 855699456 29021 4294967295 134512640 134569956 3221224352 3221214752 1131316355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/15653/statm): 208911 29021 13129 16 0 208895 0
[pid=15653] vsize: 835644
Current children cumulated CPU time (s) 1203.9
Current children cumulated vsize (Kb) 835644

Sending SIGTERM to -15653
Sleeping 2 seconds
New thread pid=15714
New thread pid=15715
One traced child (pid=15715) exited with status: 0
One traced child (pid=15662) exited with status: 0
One traced child (pid=15657) exited with status: 0
One traced child (pid=15654) exited with status: 143
One traced child (pid=15655) exited with status: 143
One traced child (pid=15658) exited with status: 143
One traced child (pid=15660) exited with status: 143
One traced child (pid=15659) exited with status: 143
One traced child (pid=15661) exited with status: 143
One traced child (pid=15656) exited with status: 143
One traced child (pid=15684) exited with status: 143
One traced child (pid=15714) exited with status: 143
One traced child (pid=15653) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.25
CPU time (s): 1246.55
CPU user time (s): 1244.78
CPU system time (s): 1.76473
CPU usage (%): 100.508
Max. virtual memory (cumulated for all children) (Kb): 836816

Verifier Data

Verifier:	OK	177