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-ii32b2.opb
MD5SUM4c322f6b4009d273fbdff10efcd1c54f
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 244
Optimality of the best value was proved YES
Number of terms in the objective function 522
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 522
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 522
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark33.7959
Number of variables522
Total number of constraints2819
Number of constraints which are clauses2819
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 1772

Launcher Data

LAUNCH ON wulflinc12 THE 2005-09-18 16:29:58 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6001 boxname=wulflinc12 idbench=141 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  4c322f6b4009d273fbdff10efcd1c54f  /oldhome/oroussel/tmp/wulflinc12/normalized-ii32b2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc12/normalized-ii32b2.opb
IDLAUNCH: 6001
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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	: 2
cpu MHz		: 451.091
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:        920400 kB
Buffers:         38124 kB
Cached:          36200 kB
SwapCached:        544 kB
Active:          58524 kB
Inactive:        27968 kB
HighTotal:      131008 kB
HighFree:        94836 kB
LowTotal:       903652 kB
LowFree:        825564 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            22188 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 16:50:39 (client local time) WITH STATUS 143 IN 1248.11 SECONDS
stats: 6001 0 1248.11 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/wulflinc12/normalized-ii32b2.opb
c reading problem ... done. Time 2.891 ms.
c #vars     522
c #constraints  2819
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 261 		Current CPU time: 14.90 ms
c CURRENT OPTIMUM=                 258 		Current CPU time: 16.88 ms
c CURRENT OPTIMUM=                 255 		Current CPU time: 18.01 ms
c CURRENT OPTIMUM=                 253 		Current CPU time: 19.02 ms
c CURRENT OPTIMUM=                 249 		Current CPU time: 20.52 ms
c CURRENT OPTIMUM=                 246 		Current CPU time: 22.59 ms
c CURRENT OPTIMUM=                 245 		Current CPU time: 31.57 ms
c CURRENT OPTIMUM=                 244 		Current CPU time: 31.96 ms
c starts		: 18
c conflicts		: 3086
c decisions		: 10280
c propagations		: 288953
c inspects		: 5447506
c learnt literals	: 0
c learnt binary clauses	: 20
c learnt ternary clauses	: 25
c learnt clauses	: 3086
c root simplifications	: 20
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1832
c speed (decisions/second)	: 8.528098341915355
c non guided choices	2659
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 
c objective function=244
c Total CPU time (ms) : 1237.417

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/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1784466039 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 39 3 38 16 0 23 0
[pid=21782] 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/21782
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=21783
New thread pid=21784
New thread pid=21785
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=21786
New thread pid=21787
New thread pid=21788
New thread pid=21789
New thread pid=21790
New thread pid=21791
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/wulflinc12/normalized-ii32b2.opb
New thread pid=21792

[startup+10.0089 s]
Raw data (loadavg): 1.17 1.03 0.91 2/66 21792
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18078 0 96 0 638 60 0 0 18 0 11 0 1784466039 857522176 19595 4294967295 134512640 134569956 3221224352 3221214320 1076478033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209356 19595 13129 16 0 209340 0
[pid=21782] vsize: 837424
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (Kb) 837424
One traced child (pid=21792) exited with status: 0
New thread pid=21793
One traced child (pid=21793) exited with status: 0
New thread pid=21794

[startup+20.0097 s]
Raw data (loadavg): 1.15 1.03 0.91 4/66 21794
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18133 5 98 0 1573 61 0 0 24 0 11 0 1784466039 861777920 21634 4294967295 134512640 134569956 3221224352 3221213520 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 210395 21635 13129 16 0 210379 0
[pid=21782] vsize: 841580
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (Kb) 841580
One traced child (pid=21794) exited with status: 0
New thread pid=21795
One traced child (pid=21795) exited with status: 0
New thread pid=21796
One traced child (pid=21796) exited with status: 0
New thread pid=21797
One traced child (pid=21797) exited with status: 0
New thread pid=21798

[startup+30.0095 s]
Raw data (loadavg): 1.12 1.03 0.91 2/66 21798
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18139 5 98 0 2518 62 0 0 25 0 11 0 1784466039 858726400 21724 4294967295 134512640 134569956 3221224352 3221214632 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 21724 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 25.8
Current children cumulated vsize (Kb) 838600
One traced child (pid=21798) exited with status: 0
New thread pid=21799
One traced child (pid=21799) exited with status: 0
New thread pid=21800

[startup+40.0103 s]
Raw data (loadavg): 1.10 1.03 0.91 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18146 5 98 0 3458 62 0 0 25 0 11 0 1784466039 858726400 21731 4294967295 134512640 134569956 3221224352 3221214648 1131480603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 21731 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (Kb) 838600

[startup+50.0112 s]
Raw data (loadavg): 1.09 1.03 0.91 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18155 5 98 0 4375 64 0 0 22 0 11 0 1784466039 858726400 22354 4294967295 134512640 134569956 3221224352 3221214104 1079762566 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 22354 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 44.39
Current children cumulated vsize (Kb) 838600

[startup+60.012 s]
Raw data (loadavg): 1.07 1.03 0.91 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18161 5 98 0 5305 64 0 0 16 0 11 0 1784466039 858726400 22677 4294967295 134512640 134569956 3221224352 3221214704 1131067790 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 22677 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 53.69
Current children cumulated vsize (Kb) 838600

[startup+70.0128 s]
Raw data (loadavg): 1.06 1.03 0.91 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18168 5 98 0 6241 64 0 0 19 0 11 0 1784466039 858726400 22935 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 22935 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 63.05
Current children cumulated vsize (Kb) 838600

[startup+80.0136 s]
Raw data (loadavg): 1.05 1.02 0.91 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) S 21781 21782 8263 0 -1 0 18174 5 98 0 7182 64 0 0 25 0 11 0 1784466039 858726400 22935 4294967295 134512640 134569956 3221224352 3221213320 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 22935 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 72.46
Current children cumulated vsize (Kb) 838600

[startup+90.0145 s]
Raw data (loadavg): 1.19 1.06 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18183 5 98 0 8116 65 0 0 17 0 11 0 1784466039 858726400 23139 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23139 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 81.81
Current children cumulated vsize (Kb) 838600

[startup+100.014 s]
Raw data (loadavg): 1.16 1.05 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18191 5 98 0 9061 65 0 0 19 0 11 0 1784466039 858726400 23320 4294967295 134512640 134569956 3221224352 3221214560 1131347826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23320 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 91.26
Current children cumulated vsize (Kb) 838600

[startup+110.015 s]
Raw data (loadavg): 1.14 1.05 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18197 5 98 0 10033 65 0 0 25 0 11 0 1784466039 858726400 23569 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23569 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (Kb) 838600

[startup+120.016 s]
Raw data (loadavg): 1.11 1.05 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18204 5 98 0 11006 66 0 0 25 0 11 0 1784466039 858726400 23665 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23665 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 110.72
Current children cumulated vsize (Kb) 838600

[startup+130.016 s]
Raw data (loadavg): 1.10 1.05 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18212 5 98 0 11974 66 0 0 25 0 11 0 1784466039 858726400 23679 4294967295 134512640 134569956 3221224352 3221214576 1131645813 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 23679 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 120.4
Current children cumulated vsize (Kb) 838600

[startup+140.017 s]
Raw data (loadavg): 1.08 1.05 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18222 5 98 0 12942 67 0 0 21 0 11 0 1784466039 858726400 23710 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23710 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 130.09
Current children cumulated vsize (Kb) 838600

[startup+150.017 s]
Raw data (loadavg): 1.07 1.04 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18229 5 98 0 13904 67 0 0 25 0 11 0 1784466039 858726400 23834 4294967295 134512640 134569956 3221224352 3221214280 1076478710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 23834 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 139.71
Current children cumulated vsize (Kb) 838600

[startup+160.018 s]
Raw data (loadavg): 1.06 1.04 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18236 5 98 0 14875 68 0 0 25 0 11 0 1784466039 858726400 23867 4294967295 134512640 134569956 3221224352 3221214576 1131481016 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 23867 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 149.43
Current children cumulated vsize (Kb) 838600

[startup+170.019 s]
Raw data (loadavg): 1.05 1.04 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18244 5 98 0 15845 68 0 0 25 0 11 0 1784466039 858726400 23899 4294967295 134512640 134569956 3221224352 3221214576 1131480563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 23899 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 159.13
Current children cumulated vsize (Kb) 838600

[startup+180.02 s]
Raw data (loadavg): 1.04 1.04 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18251 5 98 0 16823 68 0 0 25 0 11 0 1784466039 858726400 24060 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24060 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 168.91
Current children cumulated vsize (Kb) 838600

[startup+190.021 s]
Raw data (loadavg): 1.03 1.04 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18259 5 98 0 17806 68 0 0 25 0 11 0 1784466039 858726400 24072 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24072 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 178.74
Current children cumulated vsize (Kb) 838600

[startup+200.021 s]
Raw data (loadavg): 1.03 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18267 5 98 0 18790 69 0 0 25 0 11 0 1784466039 858726400 24084 4294967295 134512640 134569956 3221224352 3221214576 1131480731 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24084 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 188.59
Current children cumulated vsize (Kb) 838600

[startup+210.022 s]
Raw data (loadavg): 1.02 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18275 5 98 0 19773 69 0 0 22 0 11 0 1784466039 858726400 24104 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24104 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 198.42
Current children cumulated vsize (Kb) 838600

[startup+220.023 s]
Raw data (loadavg): 1.02 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18283 5 98 0 20757 69 0 0 24 0 11 0 1784466039 858726400 24118 4294967295 134512640 134569956 3221224352 3221214576 1131480291 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24118 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 208.26
Current children cumulated vsize (Kb) 838600

[startup+230.024 s]
Raw data (loadavg): 1.02 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18290 5 98 0 21743 69 0 0 25 0 11 0 1784466039 858726400 24123 4294967295 134512640 134569956 3221224352 3221214576 1131480496 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24123 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 218.12
Current children cumulated vsize (Kb) 838600

[startup+240.025 s]
Raw data (loadavg): 1.01 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18298 5 98 0 22727 70 0 0 25 0 11 0 1784466039 858726400 24133 4294967295 134512640 134569956 3221224352 3221214560 1131347783 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24133 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 227.97
Current children cumulated vsize (Kb) 838600

[startup+250.024 s]
Raw data (loadavg): 1.01 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18306 5 98 0 23712 70 0 0 21 0 11 0 1784466039 858726400 24145 4294967295 134512640 134569956 3221224352 3221214576 1131481063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24145 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 237.82
Current children cumulated vsize (Kb) 838600

[startup+260.026 s]
Raw data (loadavg): 1.01 1.03 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18314 5 98 0 24697 71 0 0 25 0 11 0 1784466039 858726400 24154 4294967295 134512640 134569956 3221224352 3221214576 1131480161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24154 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 247.68
Current children cumulated vsize (Kb) 838600

[startup+270.027 s]
Raw data (loadavg): 1.01 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18322 5 98 0 25681 71 0 0 25 0 11 0 1784466039 858726400 24167 4294967295 134512640 134569956 3221224352 3221214672 1131517309 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24167 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 257.52
Current children cumulated vsize (Kb) 838600

[startup+280.027 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18330 5 98 0 26664 72 0 0 22 0 11 0 1784466039 858726400 24175 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24175 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 267.36
Current children cumulated vsize (Kb) 838600

[startup+290.029 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18338 5 98 0 27647 72 0 0 22 0 11 0 1784466039 858726400 24182 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24182 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 277.19
Current children cumulated vsize (Kb) 838600

[startup+300.03 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18346 5 98 0 28629 73 0 0 25 0 11 0 1784466039 858726400 24188 4294967295 134512640 134569956 3221224352 3221214576 1131480547 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24188 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 287.02
Current children cumulated vsize (Kb) 838600

[startup+310.03 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18354 5 98 0 29612 73 0 0 25 0 11 0 1784466039 858726400 24211 4294967295 134512640 134569956 3221224352 3221214576 1131480453 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24211 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 296.85
Current children cumulated vsize (Kb) 838600

[startup+320.031 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18362 5 98 0 30594 73 0 0 25 0 11 0 1784466039 858726400 24223 4294967295 134512640 134569956 3221224352 3221214668 1131347744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24223 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 306.67
Current children cumulated vsize (Kb) 838600

[startup+330.032 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18370 5 98 0 31575 74 0 0 23 0 11 0 1784466039 858726400 24239 4294967295 134512640 134569956 3221224352 3221214672 1131517317 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24239 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 316.49
Current children cumulated vsize (Kb) 838600

[startup+340.033 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18378 5 98 0 32555 74 0 0 25 0 11 0 1784466039 858726400 24250 4294967295 134512640 134569956 3221224352 3221214672 1131517938 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24250 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 326.29
Current children cumulated vsize (Kb) 838600

[startup+350.034 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18386 5 98 0 33531 75 0 0 18 0 11 0 1784466039 858726400 24266 4294967295 134512640 134569956 3221224352 3221214672 1131517408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24266 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 336.06
Current children cumulated vsize (Kb) 838600

[startup+360.036 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18393 5 98 0 34508 75 0 0 25 0 11 0 1784466039 858726400 24283 4294967295 134512640 134569956 3221224352 3221214576 1131481111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24283 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 345.83
Current children cumulated vsize (Kb) 838600

[startup+370.036 s]
Raw data (loadavg): 1.00 1.02 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18401 5 98 0 35482 75 0 0 17 0 11 0 1784466039 858726400 24309 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24309 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 355.57
Current children cumulated vsize (Kb) 838600

[startup+380.037 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18408 5 98 0 36459 76 0 0 24 0 11 0 1784466039 858726400 24327 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24327 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 365.35
Current children cumulated vsize (Kb) 838600

[startup+390.038 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18416 5 98 0 37434 76 0 0 23 0 11 0 1784466039 858726400 24413 4294967295 134512640 134569956 3221224352 3221214576 1131480165 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24413 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 375.1
Current children cumulated vsize (Kb) 838600

[startup+400.039 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18422 5 98 0 38411 76 0 0 25 0 11 0 1784466039 858726400 24423 4294967295 134512640 134569956 3221224352 3221214560 1131348467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24423 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 384.87
Current children cumulated vsize (Kb) 838600

[startup+410.04 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18429 5 98 0 39372 76 0 0 25 0 11 0 1784466039 858726400 24434 4294967295 134512640 134569956 3221224352 3221214568 1131536545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24434 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 394.48
Current children cumulated vsize (Kb) 838600

[startup+420.04 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18435 5 98 0 40330 77 0 0 25 0 11 0 1784466039 858726400 24457 4294967295 134512640 134569956 3221224352 3221214576 1131480563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24457 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 404.07
Current children cumulated vsize (Kb) 838600

[startup+430.04 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18442 5 98 0 41283 77 0 0 25 0 11 0 1784466039 858726400 24479 4294967295 134512640 134569956 3221224352 3221214656 1131434035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24479 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 413.6
Current children cumulated vsize (Kb) 838600

[startup+440.041 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18449 5 98 0 42236 78 0 0 25 0 11 0 1784466039 858726400 24589 4294967295 134512640 134569956 3221224352 3221214568 1131536897 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24589 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 423.14
Current children cumulated vsize (Kb) 838600

[startup+450.042 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18456 5 98 0 43194 78 0 0 25 0 11 0 1784466039 858726400 24755 4294967295 134512640 134569956 3221224352 3221214576 1131480161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24755 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 432.72
Current children cumulated vsize (Kb) 838600

[startup+460.043 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18462 5 98 0 44161 78 0 0 25 0 11 0 1784466039 858726400 24880 4294967295 134512640 134569956 3221224352 3221214568 1131400147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24880 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 442.39
Current children cumulated vsize (Kb) 838600

[startup+470.044 s]
Raw data (loadavg): 1.00 1.01 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18468 5 98 0 45126 78 0 0 25 0 11 0 1784466039 858726400 24926 4294967295 134512640 134569956 3221224352 3221214672 1131517430 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 24926 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 452.04
Current children cumulated vsize (Kb) 838600

[startup+480.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18475 5 98 0 46085 79 0 0 25 0 11 0 1784466039 858726400 24945 4294967295 134512640 134569956 3221224352 3221214576 1131480683 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 24945 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 461.64
Current children cumulated vsize (Kb) 838600

[startup+490.045 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18482 5 98 0 47044 80 0 0 25 0 11 0 1784466039 858726400 25013 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25013 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 471.24
Current children cumulated vsize (Kb) 838600

[startup+500.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18489 5 98 0 48011 80 0 0 25 0 11 0 1784466039 858726400 25125 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25125 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 480.91
Current children cumulated vsize (Kb) 838600

[startup+510.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18497 5 98 0 48982 80 0 0 25 0 11 0 1784466039 858726400 25268 4294967295 134512640 134569956 3221224352 3221214576 1131480161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25268 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 490.62
Current children cumulated vsize (Kb) 838600

[startup+520.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18507 5 98 0 49959 81 0 0 25 0 11 0 1784466039 858726400 25305 4294967295 134512640 134569956 3221224352 3221214672 1131517192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25305 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 500.4
Current children cumulated vsize (Kb) 838600

[startup+530.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18515 5 98 0 50939 81 0 0 18 0 11 0 1784466039 858726400 25328 4294967295 134512640 134569956 3221224352 3221214672 1131517720 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25328 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 510.2
Current children cumulated vsize (Kb) 838600

[startup+540.049 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18522 5 98 0 51921 82 0 0 25 0 11 0 1784466039 858726400 25351 4294967295 134512640 134569956 3221224352 3221214576 1131480765 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25351 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 520.03
Current children cumulated vsize (Kb) 838600

[startup+550.05 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18529 5 98 0 52905 82 0 0 25 0 11 0 1784466039 858726400 25370 4294967295 134512640 134569956 3221224352 3221214560 1131347940 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25370 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 529.87
Current children cumulated vsize (Kb) 838600

[startup+560.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18536 5 98 0 53889 82 0 0 25 0 11 0 1784466039 858726400 25381 4294967295 134512640 134569956 3221224352 3221214576 1131480161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25381 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 539.71
Current children cumulated vsize (Kb) 838600

[startup+570.053 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18544 5 98 0 54870 82 0 0 25 0 11 0 1784466039 858726400 25387 4294967295 134512640 134569956 3221224352 3221214576 1131480563 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25387 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 549.52
Current children cumulated vsize (Kb) 838600

[startup+580.053 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18550 5 98 0 55848 83 0 0 20 0 11 0 1784466039 858726400 25395 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25395 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 559.31
Current children cumulated vsize (Kb) 838600

[startup+590.053 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18556 5 98 0 56826 83 0 0 25 0 11 0 1784466039 858726400 25402 4294967295 134512640 134569956 3221224352 3221214560 1131347901 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25402 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 569.09
Current children cumulated vsize (Kb) 838600

[startup+600.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18564 5 98 0 57795 83 0 0 25 0 11 0 1784466039 858726400 25414 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25414 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 578.78
Current children cumulated vsize (Kb) 838600

[startup+610.055 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18572 5 98 0 58761 84 0 0 25 0 11 0 1784466039 858726400 25423 4294967295 134512640 134569956 3221224352 3221214672 1131517702 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25423 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 588.45
Current children cumulated vsize (Kb) 838600

[startup+620.056 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18579 5 98 0 59735 84 0 0 19 0 11 0 1784466039 858726400 25542 4294967295 134512640 134569956 3221224352 3221214576 1131480367 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25542 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 598.19
Current children cumulated vsize (Kb) 838600

[startup+630.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18587 5 98 0 60712 85 0 0 20 0 11 0 1784466039 858726400 25564 4294967295 134512640 134569956 3221224352 3221214560 1131347795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25564 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 607.97
Current children cumulated vsize (Kb) 838600

[startup+640.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18594 5 98 0 61693 85 0 0 25 0 11 0 1784466039 858726400 25588 4294967295 134512640 134569956 3221224352 3221214560 1131347909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25588 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 617.78
Current children cumulated vsize (Kb) 838600

[startup+650.058 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18602 5 98 0 62672 85 0 0 25 0 11 0 1784466039 858726400 25627 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25627 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 627.57
Current children cumulated vsize (Kb) 838600

[startup+660.059 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18609 5 98 0 63653 86 0 0 25 0 11 0 1784466039 858726400 25639 4294967295 134512640 134569956 3221224352 3221214672 1131517748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25639 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 637.39
Current children cumulated vsize (Kb) 838600

[startup+670.059 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18618 5 98 0 64630 86 0 0 25 0 11 0 1784466039 858726400 25647 4294967295 134512640 134569956 3221224352 3221214672 1131517934 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25647 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 647.16
Current children cumulated vsize (Kb) 838600

[startup+680.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18624 5 98 0 65608 86 0 0 25 0 11 0 1784466039 858726400 25665 4294967295 134512640 134569956 3221224352 3221214568 1131536618 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25665 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 656.94
Current children cumulated vsize (Kb) 838600

[startup+690.061 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18631 5 98 0 66573 86 0 0 22 0 11 0 1784466039 858726400 25671 4294967295 134512640 134569956 3221224352 3221214672 1131517752 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25671 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 666.59
Current children cumulated vsize (Kb) 838600

[startup+700.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18639 5 98 0 67529 87 0 0 25 0 11 0 1784466039 858726400 25704 4294967295 134512640 134569956 3221224352 3221214576 1131480826 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25704 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 676.16
Current children cumulated vsize (Kb) 838600

[startup+710.062 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18647 5 98 0 68482 88 0 0 23 0 11 0 1784466039 858726400 25738 4294967295 134512640 134569956 3221224352 3221214576 1131480563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25738 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 685.7
Current children cumulated vsize (Kb) 838600

[startup+720.063 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18653 5 98 0 69446 88 0 0 24 0 11 0 1784466039 858726400 25852 4294967295 134512640 134569956 3221224352 3221214696 1131491102 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 25852 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 695.34
Current children cumulated vsize (Kb) 838600

[startup+730.063 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18659 5 98 0 70416 88 0 0 25 0 11 0 1784466039 858726400 25958 4294967295 134512640 134569956 3221224352 3221214560 1131347828 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 25958 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 705.04
Current children cumulated vsize (Kb) 838600

[startup+740.064 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) S 21781 21782 8263 0 -1 0 18667 5 98 0 71383 88 0 0 25 0 11 0 1784466039 858726400 26059 4294967295 134512640 134569956 3221224352 3221213216 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26059 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 714.71
Current children cumulated vsize (Kb) 838600

[startup+750.064 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18673 5 98 0 72359 88 0 0 25 0 11 0 1784466039 858726400 26100 4294967295 134512640 134569956 3221224352 3221214672 1131519847 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26100 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 724.47
Current children cumulated vsize (Kb) 838600

[startup+760.065 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18681 5 98 0 73334 88 0 0 25 0 11 0 1784466039 858726400 26173 4294967295 134512640 134569956 3221224352 3221214672 1131518016 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26173 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 734.22
Current children cumulated vsize (Kb) 838600

[startup+770.066 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) S 21781 21782 8263 0 -1 0 18689 5 98 0 74315 89 0 0 25 0 11 0 1784466039 858726400 26212 4294967295 134512640 134569956 3221224352 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26212 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 744.04
Current children cumulated vsize (Kb) 838600

[startup+780.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18696 5 98 0 75297 89 0 0 25 0 11 0 1784466039 858726400 26230 4294967295 134512640 134569956 3221224352 3221214576 1131481016 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26230 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 753.86
Current children cumulated vsize (Kb) 838600

[startup+790.071 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18704 5 98 0 76278 89 0 0 20 0 11 0 1784466039 858726400 26240 4294967295 134512640 134569956 3221224352 3221214576 1131480190 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26240 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 763.67
Current children cumulated vsize (Kb) 838600

[startup+800.072 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18712 5 98 0 77259 90 0 0 19 0 11 0 1784466039 858726400 26249 4294967295 134512640 134569956 3221224352 3221214576 1131481079 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26249 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 773.49
Current children cumulated vsize (Kb) 838600

[startup+810.072 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18720 5 98 0 78241 90 0 0 25 0 11 0 1784466039 858726400 26261 4294967295 134512640 134569956 3221224352 3221214576 1131480844 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26261 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 783.31
Current children cumulated vsize (Kb) 838600

[startup+820.074 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18727 5 98 0 79225 90 0 0 24 0 11 0 1784466039 858726400 26269 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26269 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 793.15
Current children cumulated vsize (Kb) 838600

[startup+830.075 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18734 5 98 0 80208 91 0 0 25 0 11 0 1784466039 858726400 26278 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26278 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 802.99
Current children cumulated vsize (Kb) 838600

[startup+840.076 s]
Raw data (loadavg): 1.16 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18741 5 98 0 81192 91 0 0 25 0 11 0 1784466039 858726400 26289 4294967295 134512640 134569956 3221224352 3221214576 1131480251 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26289 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 812.83
Current children cumulated vsize (Kb) 838600

[startup+850.077 s]
Raw data (loadavg): 1.13 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18749 5 98 0 82173 91 0 0 25 0 11 0 1784466039 858726400 26295 4294967295 134512640 134569956 3221224352 3221214672 1131517728 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26295 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 822.64
Current children cumulated vsize (Kb) 838600

[startup+860.079 s]
Raw data (loadavg): 1.11 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18756 5 98 0 83155 92 0 0 25 0 11 0 1784466039 858726400 26303 4294967295 134512640 134569956 3221224352 3221214576 1131481146 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26303 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 832.47
Current children cumulated vsize (Kb) 838600

[startup+870.079 s]
Raw data (loadavg): 1.10 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18764 5 98 0 84133 92 0 0 25 0 11 0 1784466039 858726400 26310 4294967295 134512640 134569956 3221224352 3221214560 1131347787 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26310 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 842.25
Current children cumulated vsize (Kb) 838600

[startup+880.08 s]
Raw data (loadavg): 1.08 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) S 21781 21782 8263 0 -1 0 18770 5 98 0 85115 92 0 0 25 0 11 0 1784466039 858726400 26318 4294967295 134512640 134569956 3221224352 3221213280 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26318 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 852.07
Current children cumulated vsize (Kb) 838600

[startup+890.082 s]
Raw data (loadavg): 1.07 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18778 5 98 0 86093 93 0 0 25 0 11 0 1784466039 858726400 26329 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26329 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 861.86
Current children cumulated vsize (Kb) 838600

[startup+900.083 s]
Raw data (loadavg): 1.06 1.03 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18784 5 98 0 87075 93 0 0 25 0 11 0 1784466039 858726400 26334 4294967295 134512640 134569956 3221224352 3221214672 1131517445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26334 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 871.68
Current children cumulated vsize (Kb) 838600

[startup+910.085 s]
Raw data (loadavg): 1.05 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18792 5 98 0 88053 93 0 0 25 0 11 0 1784466039 858726400 26362 4294967295 134512640 134569956 3221224352 3221214668 1131480140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26362 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 881.46
Current children cumulated vsize (Kb) 838600

[startup+920.087 s]
Raw data (loadavg): 1.04 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18798 5 98 0 89030 93 0 0 25 0 11 0 1784466039 858726400 26373 4294967295 134512640 134569956 3221224352 3221214600 1131414428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26373 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 891.23
Current children cumulated vsize (Kb) 838600

[startup+930.087 s]
Raw data (loadavg): 1.03 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18804 5 98 0 89998 93 0 0 25 0 11 0 1784466039 858726400 26380 4294967295 134512640 134569956 3221224352 3221214632 1131402903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26380 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 900.91
Current children cumulated vsize (Kb) 838600

[startup+940.087 s]
Raw data (loadavg): 1.03 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18811 5 98 0 90953 94 0 0 21 0 11 0 1784466039 858726400 26404 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26404 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 910.47
Current children cumulated vsize (Kb) 838600

[startup+950.087 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18818 5 98 0 91909 94 0 0 25 0 11 0 1784466039 858726400 26415 4294967295 134512640 134569956 3221224352 3221214080 1131643676 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26415 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 920.03
Current children cumulated vsize (Kb) 838600

[startup+960.089 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18825 5 98 0 92864 95 0 0 25 0 11 0 1784466039 858726400 26490 4294967295 134512640 134569956 3221224352 3221214576 1131480187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26490 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 929.59
Current children cumulated vsize (Kb) 838600

[startup+970.09 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18833 5 98 0 93825 95 0 0 17 0 11 0 1784466039 858726400 26687 4294967295 134512640 134569956 3221224352 3221214572 1131368941 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26687 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 939.2
Current children cumulated vsize (Kb) 838600

[startup+980.091 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18840 5 98 0 94805 95 0 0 25 0 11 0 1784466039 858726400 26782 4294967295 134512640 134569956 3221224352 3221214560 1131347798 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26782 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 949
Current children cumulated vsize (Kb) 838600

[startup+990.092 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18848 5 98 0 95785 96 0 0 25 0 11 0 1784466039 858726400 26795 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26795 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 958.81
Current children cumulated vsize (Kb) 838600

[startup+1000.09 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18857 5 98 0 96765 96 0 0 17 0 11 0 1784466039 858726400 26810 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26810 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 968.61
Current children cumulated vsize (Kb) 838600

[startup+1010.09 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18865 5 98 0 97747 96 0 0 25 0 11 0 1784466039 858726400 26825 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26825 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 978.43
Current children cumulated vsize (Kb) 838600

[startup+1020.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18872 5 98 0 98731 97 0 0 25 0 11 0 1784466039 858726400 26833 4294967295 134512640 134569956 3221224352 3221214576 1131480603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26833 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 988.28
Current children cumulated vsize (Kb) 838600

[startup+1030.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18880 5 98 0 99711 97 0 0 25 0 11 0 1784466039 858726400 26839 4294967295 134512640 134569956 3221224352 3221214672 1131517947 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26839 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 998.08
Current children cumulated vsize (Kb) 838600

[startup+1040.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18887 5 98 0 100693 97 0 0 25 0 11 0 1784466039 858726400 26844 4294967295 134512640 134569956 3221224352 3221214576 1131481332 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26844 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1007.9
Current children cumulated vsize (Kb) 838600

[startup+1050.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18894 5 98 0 101675 97 0 0 25 0 11 0 1784466039 858726400 26849 4294967295 134512640 134569956 3221224352 3221214672 1131517805 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26849 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1017.72
Current children cumulated vsize (Kb) 838600

[startup+1060.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18902 5 98 0 102654 97 0 0 17 0 11 0 1784466039 858726400 26866 4294967295 134512640 134569956 3221224352 3221214576 1131481069 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26866 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1027.51
Current children cumulated vsize (Kb) 838600

[startup+1070.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18908 5 98 0 103639 97 0 0 25 0 11 0 1784466039 858726400 26881 4294967295 134512640 134569956 3221224352 3221214672 1131517445 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26881 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1037.36
Current children cumulated vsize (Kb) 838600

[startup+1080.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18916 5 98 0 104616 98 0 0 20 0 11 0 1784466039 858726400 26891 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26891 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1047.14
Current children cumulated vsize (Kb) 838600

[startup+1090.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18922 5 98 0 105599 98 0 0 25 0 11 0 1784466039 858726400 26900 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26900 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1056.97
Current children cumulated vsize (Kb) 838600

[startup+1100.1 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18930 5 98 0 106575 98 0 0 25 0 11 0 1784466039 858726400 26909 4294967295 134512640 134569956 3221224352 3221214576 1131480243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 26909 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1066.73
Current children cumulated vsize (Kb) 838600

[startup+1110.1 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18938 5 98 0 107551 99 0 0 24 0 11 0 1784466039 858726400 26925 4294967295 134512640 134569956 3221224352 3221214672 1131517957 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26925 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1076.5
Current children cumulated vsize (Kb) 838600

[startup+1120.1 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18944 5 98 0 108534 99 0 0 25 0 11 0 1784466039 858726400 26936 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26936 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1086.33
Current children cumulated vsize (Kb) 838600

[startup+1130.1 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18952 5 98 0 109511 100 0 0 25 0 11 0 1784466039 858726400 26968 4294967295 134512640 134569956 3221224352 3221214672 1131517309 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26968 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1096.11
Current children cumulated vsize (Kb) 838600

[startup+1140.1 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18961 5 98 0 110487 101 0 0 16 0 11 0 1784466039 858726400 26985 4294967295 134512640 134569956 3221224352 3221214672 1131517455 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26985 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1105.88
Current children cumulated vsize (Kb) 838600

[startup+1150.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18967 5 98 0 111469 102 0 0 25 0 11 0 1784466039 858726400 26994 4294967295 134512640 134569956 3221224352 3221214560 1131347798 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 26994 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1115.71
Current children cumulated vsize (Kb) 838600

[startup+1160.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18975 5 98 0 112446 102 0 0 25 0 11 0 1784466039 858726400 27005 4294967295 134512640 134569956 3221224352 3221214576 1131480563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 27005 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1125.48
Current children cumulated vsize (Kb) 838600

[startup+1170.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18981 5 98 0 113429 102 0 0 24 0 11 0 1784466039 858726400 27012 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 27012 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1135.31
Current children cumulated vsize (Kb) 838600

[startup+1180.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18989 5 98 0 114406 103 0 0 20 0 11 0 1784466039 858726400 27017 4294967295 134512640 134569956 3221224352 3221214672 1131517445 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 27017 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1145.09
Current children cumulated vsize (Kb) 838600

[startup+1190.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 18996 5 98 0 115386 104 0 0 25 0 11 0 1784466039 858726400 27037 4294967295 134512640 134569956 3221224352 3221214768 1131532954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 27037 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1154.9
Current children cumulated vsize (Kb) 838600

[startup+1200.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19003 5 98 0 116367 104 0 0 25 0 11 0 1784466039 858726400 27050 4294967295 134512640 134569956 3221224352 3221214560 1131347764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 27050 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1164.71
Current children cumulated vsize (Kb) 838600

[startup+1210.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19011 5 98 0 117346 104 0 0 25 0 11 0 1784466039 858726400 27059 4294967295 134512640 134569956 3221224352 3221214560 1131347779 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21782/statm): 209650 27059 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1174.5
Current children cumulated vsize (Kb) 838600

[startup+1220.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19018 5 98 0 118327 105 0 0 25 0 11 0 1784466039 858726400 27071 4294967295 134512640 134569956 3221224352 3221214672 1131517574 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 27071 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1184.32
Current children cumulated vsize (Kb) 838600

[startup+1230.11 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19026 5 98 0 119307 105 0 0 25 0 11 0 1784466039 858726400 27078 4294967295 134512640 134569956 3221224352 3221214672 1131517448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 27078 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1194.12
Current children cumulated vsize (Kb) 838600

[startup+1240.12 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19034 5 98 0 120289 105 0 0 25 0 11 0 1784466039 858726400 27093 4294967295 134512640 134569956 3221224352 3221214672 1131517411 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 27093 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1203.94
Current children cumulated vsize (Kb) 838600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.12 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 21800
Raw data (/proc/21782/stat): 21782 (java) R 21781 21782 8263 0 -1 0 19034 5 98 0 120289 105 0 0 25 0 11 0 1784466039 858726400 27093 4294967295 134512640 134569956 3221224352 3221214576 1131480519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21782/statm): 209650 27093 13129 16 0 209634 0
[pid=21782] vsize: 838600
Current children cumulated CPU time (s) 1203.94
Current children cumulated vsize (Kb) 838600

Sending SIGTERM to -21782
Sleeping 2 seconds
New thread pid=21802
New thread pid=21803
One traced child (pid=21803) exited with status: 0
One traced child (pid=21791) exited with status: 0
One traced child (pid=21786) exited with status: 0
One traced child (pid=21783) exited with status: 143
One traced child (pid=21784) exited with status: 143
One traced child (pid=21789) exited with status: 143
One traced child (pid=21785) exited with status: 143
One traced child (pid=21790) exited with status: 143
One traced child (pid=21787) exited with status: 143
One traced child (pid=21788) exited with status: 143
One traced child (pid=21800) exited with status: 143
One traced child (pid=21802) exited with status: 143
One traced child (pid=21782) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.24
CPU time (s): 1248.11
CPU user time (s): 1246.1
CPU system time (s): 2.01769
CPU usage (%): 100.635
Max. virtual memory (cumulated for all children) (Kb): 841580

Verifier Data

Verifier:	OK	244