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-ii8a3.opb
MD5SUMa430664a9b4f203a5896b33ca2b0e0e5
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 NO
Number of terms in the objective function 528
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 528
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 528
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.01
Number of variables528
Total number of constraints1816
Number of constraints which are clauses1816
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 constraint8

Trace number 3167

Launcher Data

LAUNCH ON wulflinc7 THE 2005-09-18 22:15:33 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6083 boxname=wulflinc7 idbench=223 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  a430664a9b4f203a5896b33ca2b0e0e5  /oldhome/oroussel/tmp/wulflinc7/normalized-ii8a3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc7/normalized-ii8a3.opb
IDLAUNCH: 6083
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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:        899068 kB
Buffers:         36084 kB
Cached:          75036 kB
SwapCached:        740 kB
Active:          70604 kB
Inactive:        43024 kB
HighTotal:      131008 kB
HighFree:        53956 kB
LowTotal:       903652 kB
LowFree:        845112 kB
SwapTotal:     2097136 kB
SwapFree:      2095892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            16212 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 22:36:23 (client local time) WITH STATUS 143 IN 1247.45 SECONDS
stats: 6083 0 1247.45 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/wulflinc7/normalized-ii8a3.opb
c reading problem ... done. Time 1.959 ms.
c #vars     528
c #constraints  1816
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 250 		Current CPU time: 3.85 ms
c CURRENT OPTIMUM=                 246 		Current CPU time: 4.92 ms
c CURRENT OPTIMUM=                 245 		Current CPU time: 5.44 ms
c CURRENT OPTIMUM=                 234 		Current CPU time: 6.00 ms
c CURRENT OPTIMUM=                 233 		Current CPU time: 7.29 ms
c CURRENT OPTIMUM=                 232 		Current CPU time: 75.09 ms
c CURRENT OPTIMUM=                 231 		Current CPU time: 202.03 ms
c starts		: 16
c conflicts		: 1820
c decisions		: 7169
c propagations		: 76383
c inspects		: 2423268
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 1
c learnt clauses	: 1819
c root simplifications	: 16
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1810
c speed (decisions/second)	: 6.848484095831013
c non guided choices	941
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 -x457 x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 x476 x477 -x478 -x479 x480 -x481 x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 x493 -x494 x495 -x496 -x497 x498 x499 -x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 -x511 x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 
c objective function=231
c Total CPU time (ms) : 1248.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/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786575593 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 39 3 38 16 0 23 0
[pid=30215] 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/30215
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=30216
New thread pid=30217
New thread pid=30218
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=30219
New thread pid=30220
New thread pid=30221
New thread pid=30222
New thread pid=30223
New thread pid=30224
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/wulflinc7/normalized-ii8a3.opb
New thread pid=30225
One traced child (pid=30225) exited with status: 0
New thread pid=30226
One traced child (pid=30226) exited with status: 0
New thread pid=30227
One traced child (pid=30227) exited with status: 0
New thread pid=30228
One traced child (pid=30228) exited with status: 0
New thread pid=30229
One traced child (pid=30229) exited with status: 0
New thread pid=30230

[startup+10.0029 s]
Raw data (loadavg): 1.13 0.81 0.83 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18185 3 1 0 777 46 0 0 25 0 11 0 1786575593 858923008 20195 4294967295 134512640 134569956 3221224352 3221214536 1131489456 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 20195 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (Kb) 838792

[startup+20.0035 s]
Raw data (loadavg): 1.19 0.83 0.84 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18196 3 1 0 1717 47 0 0 24 0 11 0 1786575593 858923008 20745 4294967295 134512640 134569956 3221224352 3221214760 1131499045 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 20745 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 17.64
Current children cumulated vsize (Kb) 838792

[startup+30.0042 s]
Raw data (loadavg): 1.16 0.84 0.84 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18207 3 1 0 2652 48 0 0 18 0 11 0 1786575593 858923008 21019 4294967295 134512640 134569956 3221224352 3221214680 1131430499 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 21019 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 27
Current children cumulated vsize (Kb) 838792

[startup+40.0048 s]
Raw data (loadavg): 1.13 0.84 0.84 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18213 3 1 0 3604 48 0 0 22 0 11 0 1786575593 858923008 21536 4294967295 134512640 134569956 3221224352 3221214528 1131363635 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 21536 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 36.52
Current children cumulated vsize (Kb) 838792

[startup+50.0054 s]
Raw data (loadavg): 1.11 0.85 0.84 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18218 3 1 0 4557 48 0 0 22 0 11 0 1786575593 858923008 21648 4294967295 134512640 134569956 3221224352 3221214616 1131480545 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 21648 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 46.05
Current children cumulated vsize (Kb) 838792

[startup+60.0061 s]
Raw data (loadavg): 1.09 0.85 0.85 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18224 3 1 0 5496 48 0 0 16 0 11 0 1786575593 858923008 21873 4294967295 134512640 134569956 3221224352 3221214736 1131451214 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 21873 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 55.44
Current children cumulated vsize (Kb) 838792

[startup+70.0067 s]
Raw data (loadavg): 1.08 0.86 0.85 2/66 30230
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18229 3 1 0 6442 49 0 0 25 0 11 0 1786575593 858923008 22037 4294967295 134512640 134569956 3221224352 3221214760 1131499692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 22037 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 64.91
Current children cumulated vsize (Kb) 838792
One traced child (pid=30230) exited with status: 0
New thread pid=30231

[startup+80.0083 s]
Raw data (loadavg): 1.07 0.86 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18235 3 1 0 7378 50 1 0 25 0 11 0 1786575593 858923008 22389 4294967295 134512640 134569956 3221224352 3221214760 1131499048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 22389 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 74.29
Current children cumulated vsize (Kb) 838792

[startup+90.009 s]
Raw data (loadavg): 1.06 0.87 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18243 3 1 0 8299 50 1 0 18 0 11 0 1786575593 858923008 22389 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 22389 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 83.5
Current children cumulated vsize (Kb) 838792

[startup+100.01 s]
Raw data (loadavg): 1.05 0.87 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18250 3 1 0 9233 50 1 0 19 0 11 0 1786575593 858923008 22636 4294967295 134512640 134569956 3221224352 3221214756 1131412866 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 22636 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 92.84
Current children cumulated vsize (Kb) 838792

[startup+110.01 s]
Raw data (loadavg): 1.04 0.87 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18257 3 1 0 10183 51 1 0 18 0 11 0 1786575593 858923008 22901 4294967295 134512640 134569956 3221224352 3221214648 1131363591 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 22901 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (Kb) 838792

[startup+120.011 s]
Raw data (loadavg): 1.03 0.88 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18264 3 1 0 11145 51 1 0 25 0 11 0 1786575593 858923008 23131 4294967295 134512640 134569956 3221224352 3221214736 1131452068 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 23131 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 111.97
Current children cumulated vsize (Kb) 838792

[startup+130.012 s]
Raw data (loadavg): 1.03 0.88 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18272 3 1 0 12117 52 1 0 25 0 11 0 1786575593 858923008 23279 4294967295 134512640 134569956 3221224352 3221214752 1131412842 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 23279 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 121.7
Current children cumulated vsize (Kb) 838792

[startup+140.012 s]
Raw data (loadavg): 1.02 0.88 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18278 3 1 0 13086 52 1 0 25 0 11 0 1786575593 858923008 23339 4294967295 134512640 134569956 3221224352 3221214616 1131489518 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 23339 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 131.39
Current children cumulated vsize (Kb) 838792

[startup+150.012 s]
Raw data (loadavg): 1.02 0.89 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18284 3 1 0 14051 52 1 0 25 0 11 0 1786575593 858923008 23365 4294967295 134512640 134569956 3221224352 3221214760 1131500451 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 23365 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 141.04
Current children cumulated vsize (Kb) 838792

[startup+160.012 s]
Raw data (loadavg): 1.02 0.89 0.85 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18290 3 1 0 15011 52 1 0 25 0 11 0 1786575593 858923008 23442 4294967295 134512640 134569956 3221224352 3221214760 1131499048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 23442 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 150.64
Current children cumulated vsize (Kb) 838792

[startup+170.013 s]
Raw data (loadavg): 1.01 0.89 0.86 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18297 3 1 0 15958 53 1 0 16 0 11 0 1786575593 858923008 23488 4294967295 134512640 134569956 3221224352 3221214648 1131363640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 23488 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 160.12
Current children cumulated vsize (Kb) 838792

[startup+180.014 s]
Raw data (loadavg): 1.01 0.90 0.86 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18303 3 1 0 16909 53 1 0 25 0 11 0 1786575593 858923008 23617 4294967295 134512640 134569956 3221224352 3221214596 1131057201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 23617 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 169.63
Current children cumulated vsize (Kb) 838792

[startup+190.014 s]
Raw data (loadavg): 1.01 0.90 0.86 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18308 3 1 0 17869 53 1 0 25 0 11 0 1786575593 858923008 23745 4294967295 134512640 134569956 3221224352 3221214552 1131419925 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 23745 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 179.23
Current children cumulated vsize (Kb) 838792

[startup+200.014 s]
Raw data (loadavg): 1.01 0.90 0.86 2/66 30231
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18315 3 1 0 18814 53 1 0 24 0 11 0 1786575593 858923008 23856 4294967295 134512640 134569956 3221224352 3221214672 1131426663 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 23856 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 188.68
Current children cumulated vsize (Kb) 838792
One traced child (pid=30231) exited with status: 0
New thread pid=30232

[startup+210.015 s]
Raw data (loadavg): 1.00 0.91 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18322 3 1 0 19746 54 1 0 19 0 11 0 1786575593 858923008 24038 4294967295 134512640 134569956 3221224352 3221214760 1131499026 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 24038 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 198.01
Current children cumulated vsize (Kb) 838792

[startup+220.015 s]
Raw data (loadavg): 1.00 0.91 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18329 3 1 0 20687 54 1 0 25 0 11 0 1786575593 858923008 24178 4294967295 134512640 134569956 3221224352 3221214760 1131500170 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 24178 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 207.42
Current children cumulated vsize (Kb) 838792

[startup+230.016 s]
Raw data (loadavg): 1.00 0.91 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18337 3 1 0 21627 55 1 0 17 0 11 0 1786575593 858923008 24355 4294967295 134512640 134569956 3221224352 3221214736 1131450122 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 24355 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 216.83
Current children cumulated vsize (Kb) 838792

[startup+240.015 s]
Raw data (loadavg): 1.00 0.91 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18344 3 1 0 22582 55 1 0 20 0 11 0 1786575593 858923008 24468 4294967295 134512640 134569956 3221224352 3221214648 1131363693 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 24468 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 226.38
Current children cumulated vsize (Kb) 838792

[startup+250.016 s]
Raw data (loadavg): 1.00 0.92 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18351 3 1 0 23549 55 1 0 22 0 11 0 1786575593 858923008 24833 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 24833 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 236.05
Current children cumulated vsize (Kb) 838792

[startup+260.017 s]
Raw data (loadavg): 1.00 0.92 0.86 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18358 3 1 0 24530 56 1 0 25 0 11 0 1786575593 858923008 24851 4294967295 134512640 134569956 3221224352 3221214760 1131500516 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 24851 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 245.87
Current children cumulated vsize (Kb) 838792

[startup+270.016 s]
Raw data (loadavg): 1.00 0.92 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18365 3 1 0 25509 56 1 0 25 0 11 0 1786575593 858923008 24891 4294967295 134512640 134569956 3221224352 3221214672 1131426425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 24891 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 255.66
Current children cumulated vsize (Kb) 838792

[startup+280.017 s]
Raw data (loadavg): 1.00 0.92 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18373 3 1 0 26486 57 1 0 25 0 11 0 1786575593 858923008 24939 4294967295 134512640 134569956 3221224352 3221214672 1131426627 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 24939 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 265.44
Current children cumulated vsize (Kb) 838792

[startup+290.018 s]
Raw data (loadavg): 1.00 0.92 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18381 3 1 0 27460 57 1 0 19 0 11 0 1786575593 858923008 24989 4294967295 134512640 134569956 3221224352 3221214640 1131437536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 24989 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 275.18
Current children cumulated vsize (Kb) 838792

[startup+300.017 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18387 3 1 0 28439 57 1 0 21 0 11 0 1786575593 858923008 25018 4294967295 134512640 134569956 3221224352 3221214752 1131412814 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25018 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 284.97
Current children cumulated vsize (Kb) 838792

[startup+310.018 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18393 3 1 0 29412 57 1 0 25 0 11 0 1786575593 858923008 25050 4294967295 134512640 134569956 3221224352 3221214648 1131363577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25050 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 294.7
Current children cumulated vsize (Kb) 838792

[startup+320.019 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18400 3 1 0 30379 57 1 0 25 0 11 0 1786575593 858923008 25092 4294967295 134512640 134569956 3221224352 3221214544 1131419160 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25092 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (Kb) 838792

[startup+330.019 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18407 3 1 0 31343 58 1 0 23 0 11 0 1786575593 858923008 25176 4294967295 134512640 134569956 3221224352 3221214760 1131500184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25176 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 314.02
Current children cumulated vsize (Kb) 838792

[startup+340.02 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18415 3 1 0 32306 58 1 0 25 0 11 0 1786575593 858923008 25232 4294967295 134512640 134569956 3221224352 3221214760 1131499692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25232 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 323.65
Current children cumulated vsize (Kb) 838792

[startup+350.019 s]
Raw data (loadavg): 1.00 0.93 0.87 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18422 3 1 0 33274 58 1 0 19 0 11 0 1786575593 858923008 25346 4294967295 134512640 134569956 3221224352 3221214672 1131426421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25346 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 333.33
Current children cumulated vsize (Kb) 838792

[startup+360.02 s]
Raw data (loadavg): 1.16 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18429 3 1 0 34245 58 1 0 25 0 11 0 1786575593 858923008 25440 4294967295 134512640 134569956 3221224352 3221214752 1131412842 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25440 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 343.04
Current children cumulated vsize (Kb) 838792

[startup+370.021 s]
Raw data (loadavg): 1.13 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18436 3 1 0 35219 59 1 0 25 0 11 0 1786575593 858923008 25508 4294967295 134512640 134569956 3221224352 3221214672 1131426425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25508 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 352.79
Current children cumulated vsize (Kb) 838792

[startup+380.021 s]
Raw data (loadavg): 1.11 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18443 3 1 0 36187 59 1 0 25 0 11 0 1786575593 858923008 25548 4294967295 134512640 134569956 3221224352 3221214756 1131363552 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25548 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 362.47
Current children cumulated vsize (Kb) 838792

[startup+390.022 s]
Raw data (loadavg): 1.10 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18450 3 1 0 37154 59 1 0 22 0 11 0 1786575593 858923008 25640 4294967295 134512640 134569956 3221224352 3221214672 1131426631 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25640 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 372.14
Current children cumulated vsize (Kb) 838792

[startup+400.023 s]
Raw data (loadavg): 1.08 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18456 3 1 0 38119 59 1 0 25 0 11 0 1786575593 858923008 25680 4294967295 134512640 134569956 3221224352 3221214760 1131499622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25680 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 381.79
Current children cumulated vsize (Kb) 838792

[startup+410.024 s]
Raw data (loadavg): 1.07 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18463 3 1 0 39068 60 1 0 18 0 11 0 1786575593 858923008 25722 4294967295 134512640 134569956 3221224352 3221214648 1131363572 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25722 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 391.29
Current children cumulated vsize (Kb) 838792

[startup+420.024 s]
Raw data (loadavg): 1.06 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18470 3 1 0 40016 60 1 0 21 0 11 0 1786575593 858923008 25836 4294967295 134512640 134569956 3221224352 3221214756 1131363552 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 25836 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 400.77
Current children cumulated vsize (Kb) 838792

[startup+430.024 s]
Raw data (loadavg): 1.05 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18477 3 1 0 40968 60 1 0 24 0 11 0 1786575593 858923008 25953 4294967295 134512640 134569956 3221224352 3221214648 1131363685 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 25953 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 410.29
Current children cumulated vsize (Kb) 838792

[startup+440.025 s]
Raw data (loadavg): 1.04 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18484 3 1 0 41920 61 1 0 25 0 11 0 1786575593 858923008 26100 4294967295 134512640 134569956 3221224352 3221214552 1131419472 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26100 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 419.82
Current children cumulated vsize (Kb) 838792

[startup+450.025 s]
Raw data (loadavg): 1.03 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18491 3 1 0 42881 61 1 0 25 0 11 0 1786575593 858923008 26293 4294967295 134512640 134569956 3221224352 3221214760 1131500184 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26293 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 429.43
Current children cumulated vsize (Kb) 838792

[startup+460.025 s]
Raw data (loadavg): 1.03 0.97 0.89 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18498 3 1 0 43848 62 1 0 25 0 11 0 1786575593 858923008 26404 4294967295 134512640 134569956 3221224352 3221214528 1131363646 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26404 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 439.11
Current children cumulated vsize (Kb) 838792

[startup+470.026 s]
Raw data (loadavg): 1.02 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18505 3 1 0 44816 62 1 0 25 0 11 0 1786575593 858923008 26443 4294967295 134512640 134569956 3221224352 3221214760 1131499055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26443 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 448.79
Current children cumulated vsize (Kb) 838792

[startup+480.027 s]
Raw data (loadavg): 1.02 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18512 3 1 0 45782 62 1 0 20 0 11 0 1786575593 858923008 26517 4294967295 134512640 134569956 3221224352 3221214760 1131500170 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26517 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 458.45
Current children cumulated vsize (Kb) 838792

[startup+490.026 s]
Raw data (loadavg): 1.02 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18518 3 1 0 46752 63 1 0 25 0 11 0 1786575593 858923008 26604 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 26604 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 468.16
Current children cumulated vsize (Kb) 838792

[startup+500.027 s]
Raw data (loadavg): 1.01 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18526 3 1 0 47714 63 1 0 25 0 11 0 1786575593 858923008 26673 4294967295 134512640 134569956 3221224352 3221214760 1131500072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26673 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 477.78
Current children cumulated vsize (Kb) 838792

[startup+510.028 s]
Raw data (loadavg): 1.01 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18532 3 1 0 48686 63 1 0 25 0 11 0 1786575593 858923008 26743 4294967295 134512640 134569956 3221224352 3221214648 1131446896 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 26743 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 487.5
Current children cumulated vsize (Kb) 838792

[startup+520.027 s]
Raw data (loadavg): 1.01 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18539 3 1 0 49655 64 1 0 25 0 11 0 1786575593 858923008 26823 4294967295 134512640 134569956 3221224352 3221214648 1131426482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 26823 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 497.2
Current children cumulated vsize (Kb) 838792

[startup+530.029 s]
Raw data (loadavg): 1.01 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18545 3 1 0 50630 64 1 0 24 0 11 0 1786575593 858923008 26905 4294967295 134512640 134569956 3221224352 3221214552 1131419188 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 26905 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 506.95
Current children cumulated vsize (Kb) 838792

[startup+540.029 s]
Raw data (loadavg): 1.00 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18554 3 1 0 51597 65 1 0 20 0 11 0 1786575593 858923008 26982 4294967295 134512640 134569956 3221224352 3221214760 1131500184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 26982 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 516.63
Current children cumulated vsize (Kb) 838792

[startup+550.029 s]
Raw data (loadavg): 1.00 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18561 3 1 0 52569 65 1 0 24 0 11 0 1786575593 858923008 27036 4294967295 134512640 134569956 3221224352 3221214648 1131363662 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27036 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 526.35
Current children cumulated vsize (Kb) 838792

[startup+560.03 s]
Raw data (loadavg): 1.00 0.97 0.90 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18567 3 1 0 53543 66 1 0 25 0 11 0 1786575593 858923008 27101 4294967295 134512640 134569956 3221224352 3221214552 1131419354 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27101 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 536.1
Current children cumulated vsize (Kb) 838792

[startup+570.03 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18573 3 1 0 54519 66 1 0 25 0 11 0 1786575593 858923008 27157 4294967295 134512640 134569956 3221224352 3221214760 1131499045 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27157 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 545.86
Current children cumulated vsize (Kb) 838792

[startup+580.031 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18581 3 1 0 55487 66 1 0 25 0 11 0 1786575593 858923008 27214 4294967295 134512640 134569956 3221224352 3221214648 1131363572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27214 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 555.54
Current children cumulated vsize (Kb) 838792

[startup+590.032 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18589 3 1 0 56457 67 1 0 25 0 11 0 1786575593 858923008 27283 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27283 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 565.25
Current children cumulated vsize (Kb) 838792

[startup+600.032 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18595 3 1 0 57427 67 1 0 25 0 11 0 1786575593 858923008 27358 4294967295 134512640 134569956 3221224352 3221214760 1131499572 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 27358 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 574.95
Current children cumulated vsize (Kb) 838792

[startup+610.033 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18601 3 1 0 58389 67 1 0 18 0 11 0 1786575593 858923008 27410 4294967295 134512640 134569956 3221224352 3221214632 1131539907 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 27410 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 584.57
Current children cumulated vsize (Kb) 838792

[startup+620.033 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18606 3 1 0 59352 68 1 0 25 0 11 0 1786575593 858923008 27434 4294967295 134512640 134569956 3221224352 3221214552 1131419880 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 27434 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 594.21
Current children cumulated vsize (Kb) 838792

[startup+630.033 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18612 3 1 0 60301 68 1 0 25 0 11 0 1786575593 858923008 27478 4294967295 134512640 134569956 3221224352 3221214640 1131437620 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27478 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 603.7
Current children cumulated vsize (Kb) 838792

[startup+640.034 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18617 3 1 0 61253 68 1 0 25 0 11 0 1786575593 858923008 27488 4294967295 134512640 134569956 3221224352 3221214760 1131499048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27488 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 613.22
Current children cumulated vsize (Kb) 838792

[startup+650.034 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18623 3 1 0 62188 68 1 0 24 0 11 0 1786575593 858923008 27623 4294967295 134512640 134569956 3221224352 3221214672 1131426380 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27623 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 622.57
Current children cumulated vsize (Kb) 838792

[startup+660.035 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18628 3 1 0 63138 69 1 0 25 0 11 0 1786575593 858923008 27817 4294967295 134512640 134569956 3221224352 3221214648 1131363626 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 27817 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 632.08
Current children cumulated vsize (Kb) 838792

[startup+670.036 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18633 3 1 0 64088 69 1 0 25 0 11 0 1786575593 858923008 27957 4294967295 134512640 134569956 3221224352 3221214552 1131418921 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 27957 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 641.58
Current children cumulated vsize (Kb) 838792

[startup+680.036 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18638 3 1 0 65039 69 1 0 25 0 11 0 1786575593 858923008 28064 4294967295 134512640 134569956 3221224352 3221214644 1131489560 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28064 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 651.09
Current children cumulated vsize (Kb) 838792

[startup+690.037 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18644 3 1 0 65982 69 1 0 25 0 11 0 1786575593 858923008 28243 4294967295 134512640 134569956 3221224352 3221214620 1131355643 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28243 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 660.52
Current children cumulated vsize (Kb) 838792

[startup+700.037 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18649 3 1 0 66936 70 1 0 25 0 11 0 1786575593 858923008 28341 4294967295 134512640 134569956 3221224352 3221214544 1131419188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28341 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 670.07
Current children cumulated vsize (Kb) 838792

[startup+710.038 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18654 3 1 0 67889 70 1 0 25 0 11 0 1786575593 858923008 28498 4294967295 134512640 134569956 3221224352 3221214644 1131420175 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28498 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 679.6
Current children cumulated vsize (Kb) 838792

[startup+720.039 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18660 3 1 0 68839 70 1 0 25 0 11 0 1786575593 858923008 28647 4294967295 134512640 134569956 3221224352 3221214596 1131057195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28647 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 689.1
Current children cumulated vsize (Kb) 838792

[startup+730.039 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18665 3 1 0 69800 71 1 0 25 0 11 0 1786575593 858923008 28798 4294967295 134512640 134569956 3221224352 3221214600 1131355679 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 28798 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 698.72
Current children cumulated vsize (Kb) 838792

[startup+740.04 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18671 3 1 0 70756 71 1 0 23 0 11 0 1786575593 858923008 28925 4294967295 134512640 134569956 3221224352 3221214616 1131480537 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 28925 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 708.28
Current children cumulated vsize (Kb) 838792

[startup+750.041 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18676 3 1 0 71720 72 1 0 20 0 11 0 1786575593 858923008 29027 4294967295 134512640 134569956 3221224352 3221214664 1131419058 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29027 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 717.93
Current children cumulated vsize (Kb) 838792

[startup+760.041 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18682 3 1 0 72679 72 1 0 20 0 11 0 1786575593 858923008 29158 4294967295 134512640 134569956 3221224352 3221214336 1131525983 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29158 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 727.52
Current children cumulated vsize (Kb) 838792

[startup+770.042 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18688 3 1 0 73639 72 1 0 17 0 11 0 1786575593 858923008 29251 4294967295 134512640 134569956 3221224352 3221214760 1131499045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29251 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 737.12
Current children cumulated vsize (Kb) 838792

[startup+780.044 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18692 3 1 0 74611 73 1 0 25 0 11 0 1786575593 858923008 29321 4294967295 134512640 134569956 3221224352 3221214756 1131363552 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29321 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 746.85
Current children cumulated vsize (Kb) 838792

[startup+790.044 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18700 3 1 0 75561 73 1 0 25 0 11 0 1786575593 858923008 29455 4294967295 134512640 134569956 3221224352 3221214760 1131500184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29455 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 756.35
Current children cumulated vsize (Kb) 838792

[startup+800.045 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18707 3 1 0 76519 73 1 0 25 0 11 0 1786575593 858923008 29576 4294967295 134512640 134569956 3221224352 3221214816 1131355673 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29576 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 765.93
Current children cumulated vsize (Kb) 838792

[startup+810.047 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18715 3 1 0 77474 74 1 0 17 0 11 0 1786575593 858923008 29698 4294967295 134512640 134569956 3221224352 3221214672 1131427292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29698 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 775.49
Current children cumulated vsize (Kb) 838792

[startup+820.046 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18721 3 1 0 78444 74 1 0 24 0 11 0 1786575593 858923008 29809 4294967295 134512640 134569956 3221224352 3221214512 1131363703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29809 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 785.19
Current children cumulated vsize (Kb) 838792

[startup+830.048 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18728 3 1 0 79411 74 1 0 18 0 11 0 1786575593 858923008 29852 4294967295 134512640 134569956 3221224352 3221214620 1131572688 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29852 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 794.86
Current children cumulated vsize (Kb) 838792

[startup+840.048 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18734 3 1 0 80380 74 1 0 20 0 11 0 1786575593 858923008 29924 4294967295 134512640 134569956 3221224352 3221214672 1131428382 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 29924 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 804.55
Current children cumulated vsize (Kb) 838792

[startup+850.048 s]
Raw data (loadavg): 1.00 0.97 0.91 1/66 30232
Raw data (/proc/30215/stat): 30215 (java) S 30214 30215 15400 0 -1 0 18740 3 1 0 81344 75 1 0 25 0 11 0 1786575593 858923008 29995 4294967295 134512640 134569956 3221224352 3221213504 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 29995 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 814.2
Current children cumulated vsize (Kb) 838792

[startup+860.049 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18748 3 1 0 82306 76 1 0 24 0 11 0 1786575593 858923008 30040 4294967295 134512640 134569956 3221224352 3221214600 1131489537 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30040 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 823.83
Current children cumulated vsize (Kb) 838792

[startup+870.049 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18754 3 1 0 83272 76 1 0 21 0 11 0 1786575593 858923008 30132 4294967295 134512640 134569956 3221224352 3221214536 1131419438 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 30132 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 833.49
Current children cumulated vsize (Kb) 838792

[startup+880.05 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18761 3 1 0 84235 77 1 0 18 0 11 0 1786575593 858923008 30213 4294967295 134512640 134569956 3221224352 3221214672 1131426425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30213 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 843.13
Current children cumulated vsize (Kb) 838792

[startup+890.051 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18767 3 1 0 85204 77 1 0 25 0 11 0 1786575593 858923008 30297 4294967295 134512640 134569956 3221224352 3221214648 1131363572 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30297 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 852.82
Current children cumulated vsize (Kb) 838792

[startup+900.051 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18774 3 1 0 86170 78 1 0 25 0 11 0 1786575593 858923008 30388 4294967295 134512640 134569956 3221224352 3221214608 1131416694 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30388 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 862.49
Current children cumulated vsize (Kb) 838792

[startup+910.052 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) S 30214 30215 15400 0 -1 0 18781 3 1 0 87137 78 1 0 25 0 11 0 1786575593 858923008 30458 4294967295 134512640 134569956 3221224352 3221213272 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 30458 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 872.16
Current children cumulated vsize (Kb) 838792

[startup+920.053 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) S 30214 30215 15400 0 -1 0 18787 3 1 0 88105 78 1 0 25 0 11 0 1786575593 858923008 30547 4294967295 134512640 134569956 3221224352 3221213504 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30547 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (Kb) 838792

[startup+930.054 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18794 3 1 0 89077 78 1 0 25 0 11 0 1786575593 858923008 30610 4294967295 134512640 134569956 3221224352 3221214608 1131416673 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30610 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 891.56
Current children cumulated vsize (Kb) 838792

[startup+940.054 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18801 3 1 0 90045 79 1 0 24 0 11 0 1786575593 858923008 30686 4294967295 134512640 134569956 3221224352 3221214760 1131499622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30686 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 901.25
Current children cumulated vsize (Kb) 838792

[startup+950.054 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18807 3 1 0 91016 79 1 0 24 0 11 0 1786575593 858923008 30789 4294967295 134512640 134569956 3221224352 3221214608 1131416680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 30789 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 910.96
Current children cumulated vsize (Kb) 838792

[startup+960.055 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18813 3 1 0 91986 79 1 0 24 0 11 0 1786575593 858923008 30815 4294967295 134512640 134569956 3221224352 3221214760 1131500528 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30815 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 920.66
Current children cumulated vsize (Kb) 838792

[startup+970.055 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18820 3 1 0 92951 80 1 0 18 0 11 0 1786575593 858923008 30876 4294967295 134512640 134569956 3221224352 3221214760 1131499048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 30876 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 930.32
Current children cumulated vsize (Kb) 838792

[startup+980.056 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18827 3 1 0 93916 80 1 0 24 0 11 0 1786575593 858923008 30971 4294967295 134512640 134569956 3221224352 3221214648 1131363577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 30971 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 939.97
Current children cumulated vsize (Kb) 838792

[startup+990.057 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18832 3 1 0 94890 80 1 0 25 0 11 0 1786575593 858923008 31035 4294967295 134512640 134569956 3221224352 3221214536 1131419296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 31035 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 949.71
Current children cumulated vsize (Kb) 838792

[startup+1000.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18839 3 1 0 95856 80 1 0 25 0 11 0 1786575593 858923008 31147 4294967295 134512640 134569956 3221224352 3221214760 1131499833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 31147 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 959.37
Current children cumulated vsize (Kb) 838792

[startup+1010.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18845 3 1 0 96825 81 1 0 18 0 11 0 1786575593 858923008 31235 4294967295 134512640 134569956 3221224352 3221214632 1131446759 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31235 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 969.07
Current children cumulated vsize (Kb) 838792

[startup+1020.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18851 3 1 0 97794 81 1 0 25 0 11 0 1786575593 858923008 31313 4294967295 134512640 134569956 3221224352 3221214672 1131426590 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31313 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 978.76
Current children cumulated vsize (Kb) 838792

[startup+1030.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18858 3 1 0 98758 82 1 0 23 0 11 0 1786575593 858923008 31386 4294967295 134512640 134569956 3221224352 3221214408 1131659716 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31386 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 988.41
Current children cumulated vsize (Kb) 838792

[startup+1040.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18864 3 1 0 99728 82 1 0 25 0 11 0 1786575593 858923008 31472 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 31472 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 998.11
Current children cumulated vsize (Kb) 838792

[startup+1050.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18871 3 1 0 100693 83 1 0 25 0 11 0 1786575593 858923008 31567 4294967295 134512640 134569956 3221224352 3221214760 1131500094 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 31567 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1007.77
Current children cumulated vsize (Kb) 838792

[startup+1060.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18877 3 1 0 101666 83 1 0 25 0 11 0 1786575593 858923008 31680 4294967295 134512640 134569956 3221224352 3221214576 1131481546 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 31680 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1017.5
Current children cumulated vsize (Kb) 838792

[startup+1070.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18884 3 1 0 102637 84 1 0 18 0 11 0 1786575593 858923008 31744 4294967295 134512640 134569956 3221224352 3221214760 1131500451 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31744 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1027.22
Current children cumulated vsize (Kb) 838792

[startup+1080.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18890 3 1 0 103613 84 1 0 17 0 11 0 1786575593 858923008 31796 4294967295 134512640 134569956 3221224352 3221214632 1131446800 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31796 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1036.98
Current children cumulated vsize (Kb) 838792

[startup+1090.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18897 3 1 0 104583 85 1 0 18 0 11 0 1786575593 858923008 31864 4294967295 134512640 134569956 3221224352 3221214256 1131673067 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31864 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1046.69
Current children cumulated vsize (Kb) 838792

[startup+1100.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18903 3 1 0 105557 85 1 0 24 0 11 0 1786575593 858923008 31921 4294967295 134512640 134569956 3221224352 3221214512 1131363606 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31921 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1056.43
Current children cumulated vsize (Kb) 838792

[startup+1110.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18909 3 1 0 106528 85 1 0 25 0 11 0 1786575593 858923008 31970 4294967295 134512640 134569956 3221224352 3221214600 1131489490 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 31970 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1066.14
Current children cumulated vsize (Kb) 838792

[startup+1120.06 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18916 3 1 0 107493 86 1 0 17 0 11 0 1786575593 858923008 32027 4294967295 134512640 134569956 3221224352 3221214672 1131426482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32027 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1075.8
Current children cumulated vsize (Kb) 838792

[startup+1130.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18922 3 1 0 108464 86 1 0 25 0 11 0 1786575593 858923008 32117 4294967295 134512640 134569956 3221224352 3221214648 1131363577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32117 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1085.51
Current children cumulated vsize (Kb) 838792

[startup+1140.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18930 3 1 0 109429 86 1 0 25 0 11 0 1786575593 858923008 32201 4294967295 134512640 134569956 3221224352 3221214544 1131419358 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32201 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1095.16
Current children cumulated vsize (Kb) 838792

[startup+1150.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18936 3 1 0 110400 86 1 0 25 0 11 0 1786575593 858923008 32291 4294967295 134512640 134569956 3221224352 3221214544 1131419225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32291 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1104.87
Current children cumulated vsize (Kb) 838792

[startup+1160.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18943 3 1 0 111367 87 1 0 25 0 11 0 1786575593 858923008 32390 4294967295 134512640 134569956 3221224352 3221214632 1131594721 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32390 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1114.55
Current children cumulated vsize (Kb) 838792

[startup+1170.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18949 3 1 0 112340 87 1 0 23 0 11 0 1786575593 858923008 32453 4294967295 134512640 134569956 3221224352 3221214648 1131363572 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32453 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1124.28
Current children cumulated vsize (Kb) 838792

[startup+1180.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18955 3 1 0 113312 87 1 0 21 0 11 0 1786575593 858923008 32507 4294967295 134512640 134569956 3221224352 3221214760 1131500528 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32507 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1134
Current children cumulated vsize (Kb) 838792

[startup+1190.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18962 3 1 0 114281 87 1 0 20 0 11 0 1786575593 858923008 32609 4294967295 134512640 134569956 3221224352 3221214728 1131449602 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32609 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1143.69
Current children cumulated vsize (Kb) 838792

[startup+1200.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18969 3 1 0 115252 88 1 0 25 0 11 0 1786575593 858923008 32685 4294967295 134512640 134569956 3221224352 3221214672 1131426454 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32685 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1153.41
Current children cumulated vsize (Kb) 838792

[startup+1210.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18976 3 1 0 116224 88 1 0 25 0 11 0 1786575593 858923008 32759 4294967295 134512640 134569956 3221224352 3221214608 1131489515 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32759 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1163.13
Current children cumulated vsize (Kb) 838792

[startup+1220.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18982 3 1 0 117201 88 1 0 25 0 11 0 1786575593 858923008 32834 4294967295 134512640 134569956 3221224352 3221214760 1131499055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32834 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1172.9
Current children cumulated vsize (Kb) 838792

[startup+1230.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18990 3 1 0 118169 89 1 0 25 0 11 0 1786575593 858923008 32910 4294967295 134512640 134569956 3221224352 3221214720 1131412850 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 32910 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (Kb) 838792

[startup+1240.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 18996 3 1 0 119142 89 1 0 25 0 11 0 1786575593 858923008 32967 4294967295 134512640 134569956 3221224352 3221214672 1131427132 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/30215/statm): 209698 32967 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1192.32
Current children cumulated vsize (Kb) 838792

[startup+1250.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 19002 3 1 0 120116 89 1 0 25 0 11 0 1786575593 858923008 33020 4294967295 134512640 134569956 3221224352 3221214636 1131416786 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 33020 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1202.06
Current children cumulated vsize (Kb) 838792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.07 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 30232
Raw data (/proc/30215/stat): 30215 (java) R 30214 30215 15400 0 -1 0 19002 3 1 0 120116 89 1 0 25 0 11 0 1786575593 858923008 33020 4294967295 134512640 134569956 3221224352 3221214632 1131437568 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/30215/statm): 209698 33020 13129 16 0 209682 0
[pid=30215] vsize: 838792
Current children cumulated CPU time (s) 1202.06
Current children cumulated vsize (Kb) 838792

Sending SIGTERM to -30215
Sleeping 2 seconds
New thread pid=30234
New thread pid=30235
One traced child (pid=30235) exited with status: 0
One traced child (pid=30224) exited with status: 0
One traced child (pid=30219) exited with status: 0
One traced child (pid=30216) exited with status: 143
One traced child (pid=30217) exited with status: 143
One traced child (pid=30220) exited with status: 143
One traced child (pid=30221) exited with status: 143
One traced child (pid=30218) exited with status: 143
One traced child (pid=30222) exited with status: 143
One traced child (pid=30223) exited with status: 143
One traced child (pid=30232) exited with status: 143
One traced child (pid=30234) exited with status: 143
One traced child (pid=30215) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.25
CPU time (s): 1247.45
CPU user time (s): 1245.85
CPU system time (s): 1.60276
CPU usage (%): 99.7763
Max. virtual memory (cumulated for all children) (Kb): 838792

Verifier Data

Verifier:	OK	231