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/logic-synthesis/normalized-5xp1.b.opb
MD5SUM24a8f38e94b07e6ca192a34c96c24c6e
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of terms in the objective function 465
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 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 465
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark73.2229
Number of variables464
Total number of constraints859
Number of constraints which are clauses845
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint149

Trace number 1159

Launcher Data

LAUNCH ON wulflinc19 THE 2005-09-18 13:27:24 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5918 boxname=wulflinc19 idbench=58 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  24a8f38e94b07e6ca192a34c96c24c6e  /oldhome/oroussel/tmp/wulflinc19/normalized-5xp1.b.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc19/normalized-5xp1.b.opb
IDLAUNCH: 5918
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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	: 3
cpu MHz		: 451.037
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:        944420 kB
Buffers:         33876 kB
Cached:          29620 kB
SwapCached:        832 kB
Active:          49536 kB
Inactive:        16472 kB
HighTotal:      131008 kB
HighFree:       100688 kB
LowTotal:       903652 kB
LowFree:        843732 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            18700 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 13:48:24 (client local time) WITH STATUS 143 IN 1268.23 SECONDS
stats: 5918 0 1268.23 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/wulflinc19/normalized-5xp1.b.opb
c reading problem ... done. Time 4.31 ms.
c #vars     465
c #constraints  845
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  21 		Current CPU time: 5.53 ms
c CURRENT OPTIMUM=                  20 		Current CPU time: 6.22 ms
c CURRENT OPTIMUM=                  19 		Current CPU time: 7.44 ms
c CURRENT OPTIMUM=                  18 		Current CPU time: 8.44 ms
c CURRENT OPTIMUM=                  17 		Current CPU time: 12.26 ms
c CURRENT OPTIMUM=                  16 		Current CPU time: 33.71 ms
c CURRENT OPTIMUM=                  15 		Current CPU time: 79.15 ms
c CURRENT OPTIMUM=                  14 		Current CPU time: 100.45 ms
c CURRENT OPTIMUM=                  13 		Current CPU time: 323.83 ms
c starts		: 17
c conflicts		: 1609
c decisions		: 36165
c propagations		: 77803
c inspects		: 1118539
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1608
c root simplifications	: 17
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 23467
c speed (decisions/second)	: 38.74499014903403
c non guided choices	3271
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 
c objective function=13
c Total CPU time (ms) : 1257.268

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/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1841594058 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 39 3 38 16 0 23 0
[pid=8889] 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/8889
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=8890
New thread pid=8891
New thread pid=8892
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=8893
New thread pid=8894
New thread pid=8895
New thread pid=8896
New thread pid=8897
New thread pid=8898
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/wulflinc19/normalized-5xp1.b.opb
New thread pid=8899
One traced child (pid=8899) exited with status: 0
New thread pid=8900
One traced child (pid=8900) exited with status: 0
New thread pid=8901

[startup+10.0087 s]
Raw data (loadavg): 1.24 1.05 0.96 4/66 8901
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 10360 6 98 0 549 37 0 0 18 0 11 0 1841594058 859029504 12012 4294967295 134512640 134569956 3221224352 3221213868 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209724 12012 13129 16 0 209708 0
[pid=8889] vsize: 838896
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (Kb) 838896
One traced child (pid=8901) exited with status: 0
New thread pid=8902
One traced child (pid=8902) exited with status: 0
New thread pid=8903
One traced child (pid=8903) exited with status: 0
New thread pid=8904

[startup+20.0085 s]
Raw data (loadavg): 1.21 1.05 0.96 2/66 8904
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18076 6 98 0 1447 55 0 0 24 0 11 0 1841594058 859779072 22607 4294967295 134512640 134569956 3221224352 3221214528 1131478366 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 22607 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (Kb) 839628

[startup+30.0093 s]
Raw data (loadavg): 1.17 1.05 0.96 2/66 8904
Raw data (/proc/8889/stat): 8889 (java) S 8888 8889 5929 0 -1 0 18086 6 98 0 2402 55 0 0 25 0 11 0 1841594058 859779072 22609 4294967295 134512640 134569956 3221224352 3221213272 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 22609 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (Kb) 839628
One traced child (pid=8904) exited with status: 0
New thread pid=8905

[startup+40.0111 s]
Raw data (loadavg): 1.15 1.04 0.96 2/66 8905
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18094 6 98 0 3341 55 0 0 25 0 11 0 1841594058 859779072 22613 4294967295 134512640 134569956 3221224352 3221214528 1131478590 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 22613 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 33.96
Current children cumulated vsize (Kb) 839628

[startup+50.0109 s]
Raw data (loadavg): 1.12 1.04 0.96 2/66 8905
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18102 6 98 0 4261 56 0 0 17 0 11 0 1841594058 859779072 22982 4294967295 134512640 134569956 3221224352 3221214504 1131668784 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 22982 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 43.17
Current children cumulated vsize (Kb) 839628

[startup+60.0117 s]
Raw data (loadavg): 1.10 1.04 0.96 2/66 8905
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18109 6 98 0 5197 56 0 0 25 0 11 0 1841594058 859779072 23258 4294967295 134512640 134569956 3221224352 3221214636 1131327788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 23258 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 52.53
Current children cumulated vsize (Kb) 839628

[startup+70.0116 s]
Raw data (loadavg): 1.09 1.04 0.96 2/66 8905
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18116 6 98 0 6130 57 0 0 25 0 11 0 1841594058 859779072 23259 4294967295 134512640 134569956 3221224352 3221214648 1131602954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 23259 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 61.87
Current children cumulated vsize (Kb) 839628

[startup+80.0134 s]
Raw data (loadavg): 1.07 1.04 0.96 2/66 8905
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18123 6 98 0 7062 57 0 0 25 0 11 0 1841594058 859779072 23557 4294967295 134512640 134569956 3221224352 3221214600 1131327952 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 23557 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 71.19
Current children cumulated vsize (Kb) 839628
One traced child (pid=8905) exited with status: 0
New thread pid=8906

[startup+90.0142 s]
Raw data (loadavg): 1.06 1.03 0.96 2/66 8906
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18131 6 98 0 7987 57 0 0 23 0 11 0 1841594058 859779072 23753 4294967295 134512640 134569956 3221224352 3221214648 1131602954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 23753 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 80.44
Current children cumulated vsize (Kb) 839628

[startup+100.014 s]
Raw data (loadavg): 1.05 1.03 0.96 2/66 8906
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18138 6 98 0 8916 57 0 0 23 0 11 0 1841594058 859779072 23996 4294967295 134512640 134569956 3221224352 3221214696 1131591640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 23996 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 89.73
Current children cumulated vsize (Kb) 839628
One traced child (pid=8906) exited with status: 0
New thread pid=8907

[startup+110.015 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18146 6 98 0 9833 58 0 0 22 0 11 0 1841594058 859779072 24442 4294967295 134512640 134569956 3221224352 3221214560 1131543845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 24442 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 98.91
Current children cumulated vsize (Kb) 839628

[startup+120.016 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18154 6 98 0 10751 59 0 0 16 0 11 0 1841594058 859779072 24690 4294967295 134512640 134569956 3221224352 3221214644 1131543436 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 24690 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 108.1
Current children cumulated vsize (Kb) 839628

[startup+130.016 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18160 6 98 0 11679 59 0 0 16 0 11 0 1841594058 859779072 24960 4294967295 134512640 134569956 3221224352 3221214576 1131401433 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 24960 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 117.38
Current children cumulated vsize (Kb) 839628

[startup+140.017 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18166 6 98 0 12618 59 0 0 16 0 11 0 1841594058 859779072 25025 4294967295 134512640 134569956 3221224352 3221214608 1131594486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 25025 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 126.77
Current children cumulated vsize (Kb) 839628

[startup+150.018 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18171 6 98 0 13566 60 0 0 16 0 11 0 1841594058 859779072 25025 4294967295 134512640 134569956 3221224352 3221214520 1131670970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 25025 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 136.26
Current children cumulated vsize (Kb) 839628

[startup+160.019 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18178 6 98 0 14506 60 0 0 16 0 11 0 1841594058 859779072 25252 4294967295 134512640 134569956 3221224352 3221214636 1131594584 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 25252 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 145.66
Current children cumulated vsize (Kb) 839628

[startup+170.019 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18185 6 98 0 15457 60 0 0 16 0 11 0 1841594058 859779072 25544 4294967295 134512640 134569956 3221224352 3221214480 1131478722 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 25544 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 155.17
Current children cumulated vsize (Kb) 839628

[startup+180.02 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18191 6 98 0 16414 61 0 0 17 0 11 0 1841594058 859779072 25763 4294967295 134512640 134569956 3221224352 3221214480 1131478530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 25763 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 164.75
Current children cumulated vsize (Kb) 839628

[startup+190.021 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18197 6 98 0 17378 61 0 0 17 0 11 0 1841594058 859779072 25865 4294967295 134512640 134569956 3221224352 3221214208 1085806260 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 25865 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 174.39
Current children cumulated vsize (Kb) 839628

[startup+200.021 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18204 6 98 0 18336 61 0 0 16 0 11 0 1841594058 859779072 25911 4294967295 134512640 134569956 3221224352 3221214512 1131401451 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 25911 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 183.97
Current children cumulated vsize (Kb) 839628

[startup+210.022 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18209 6 98 0 19307 61 0 0 18 0 11 0 1841594058 859779072 25941 4294967295 134512640 134569956 3221224352 3221214736 1131401433 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 25941 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 193.68
Current children cumulated vsize (Kb) 839628

[startup+220.023 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18216 6 98 0 20264 62 0 0 17 0 11 0 1841594058 859779072 26149 4294967295 134512640 134569956 3221224352 3221214576 1131600224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26149 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (Kb) 839628

[startup+230.024 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18222 6 98 0 21228 62 0 0 17 0 11 0 1841594058 859779072 26248 4294967295 134512640 134569956 3221224352 3221214480 1131478573 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26248 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 212.9
Current children cumulated vsize (Kb) 839628

[startup+240.024 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18229 6 98 0 22189 62 0 0 17 0 11 0 1841594058 859779072 26313 4294967295 134512640 134569956 3221224352 3221214544 1131594480 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26313 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 222.51
Current children cumulated vsize (Kb) 839628

[startup+250.025 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18235 6 98 0 23151 62 0 0 16 0 11 0 1841594058 859779072 26358 4294967295 134512640 134569956 3221224352 3221214572 1131478220 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26358 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 232.13
Current children cumulated vsize (Kb) 839628

[startup+260.026 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18241 6 98 0 24111 63 0 0 17 0 11 0 1841594058 859779072 26398 4294967295 134512640 134569956 3221224352 3221214456 1131669101 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26398 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 241.74
Current children cumulated vsize (Kb) 839628

[startup+270.027 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18247 6 98 0 25074 63 0 0 18 0 11 0 1841594058 859779072 26564 4294967295 134512640 134569956 3221224352 3221214568 1131602954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26564 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 251.37
Current children cumulated vsize (Kb) 839628

[startup+280.028 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18254 6 98 0 26039 63 0 0 18 0 11 0 1841594058 859779072 26695 4294967295 134512640 134569956 3221224352 3221214480 1131478418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26695 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 261.02
Current children cumulated vsize (Kb) 839628

[startup+290.028 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18260 6 98 0 27009 63 0 0 17 0 11 0 1841594058 859779072 26741 4294967295 134512640 134569956 3221224352 3221214576 1131600227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26741 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 270.72
Current children cumulated vsize (Kb) 839628

[startup+300.029 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18265 6 98 0 27985 64 0 0 18 0 11 0 1841594058 859779072 26838 4294967295 134512640 134569956 3221224352 3221214568 1131603107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26838 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 280.49
Current children cumulated vsize (Kb) 839628

[startup+310.03 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18271 6 98 0 28950 64 0 0 17 0 11 0 1841594058 859779072 26926 4294967295 134512640 134569956 3221224352 3221214392 1131750402 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 26926 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 290.14
Current children cumulated vsize (Kb) 839628

[startup+320.031 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8907
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18277 6 98 0 29908 64 0 0 16 0 11 0 1841594058 859779072 26948 4294967295 134512640 134569956 3221224352 3221214480 1131543887 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26948 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 299.72
Current children cumulated vsize (Kb) 839628
One traced child (pid=8907) exited with status: 0
New thread pid=8908

[startup+330.033 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18283 6 98 0 30859 64 0 0 16 0 11 0 1841594058 859779072 26992 4294967295 134512640 134569956 3221224352 3221214324 1131750144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 26992 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 309.23
Current children cumulated vsize (Kb) 839628

[startup+340.032 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18289 6 98 0 31805 65 0 0 16 0 11 0 1841594058 859779072 27068 4294967295 134512640 134569956 3221224352 3221214480 1131543845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27068 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 318.7
Current children cumulated vsize (Kb) 839628

[startup+350.032 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18295 6 98 0 32749 65 0 0 17 0 11 0 1841594058 859779072 27110 4294967295 134512640 134569956 3221224352 3221214544 1131594514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 27110 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 328.14
Current children cumulated vsize (Kb) 839628

[startup+360.034 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18301 6 98 0 33693 65 0 0 16 0 11 0 1841594058 859779072 27319 4294967295 134512640 134569956 3221224352 3221214480 1131478418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27319 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 337.58
Current children cumulated vsize (Kb) 839628

[startup+370.034 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18308 6 98 0 34640 65 0 0 16 0 11 0 1841594058 859779072 27547 4294967295 134512640 134569956 3221224352 3221214552 1131327806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27547 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 347.05
Current children cumulated vsize (Kb) 839628

[startup+380.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18314 6 98 0 35605 66 0 0 17 0 11 0 1841594058 859779072 27639 4294967295 134512640 134569956 3221224352 3221214480 1131478530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27639 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 356.71
Current children cumulated vsize (Kb) 839628

[startup+390.036 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18320 6 98 0 36575 66 0 0 18 0 11 0 1841594058 859779072 27796 4294967295 134512640 134569956 3221224352 3221214568 1131602954 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27796 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 366.41
Current children cumulated vsize (Kb) 839628

[startup+400.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18326 6 98 0 37544 66 0 0 18 0 11 0 1841594058 859779072 27858 4294967295 134512640 134569956 3221224352 3221214456 1131669121 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 27858 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 376.1
Current children cumulated vsize (Kb) 839628

[startup+410.036 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18331 6 98 0 38520 67 0 0 23 0 11 0 1841594058 859779072 27966 4294967295 134512640 134569956 3221224352 3221214168 1131750402 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27966 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 385.87
Current children cumulated vsize (Kb) 839628

[startup+420.037 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18335 6 98 0 39498 67 0 0 17 0 11 0 1841594058 859779072 27993 4294967295 134512640 134569956 3221224352 3221214096 1085759268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 27993 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 395.65
Current children cumulated vsize (Kb) 839628

[startup+430.038 s]
Raw data (loadavg): 1.00 1.00 0.96 3/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18341 6 98 0 40448 67 0 0 16 0 11 0 1841594058 859779072 28000 4294967295 134512640 134569956 3221224352 3221214568 1131602998 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28000 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 405.15
Current children cumulated vsize (Kb) 839628

[startup+440.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18346 6 98 0 41398 68 0 0 17 0 11 0 1841594058 859779072 28013 4294967295 134512640 134569956 3221224352 3221214544 1131594503 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 28013 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 414.66
Current children cumulated vsize (Kb) 839628

[startup+450.038 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) S 8888 8889 5929 0 -1 0 18352 6 98 0 42329 68 0 0 16 0 11 0 1841594058 859779072 28151 4294967295 134512640 134569956 3221224352 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28151 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 423.97
Current children cumulated vsize (Kb) 839628

[startup+460.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18359 6 98 0 43260 68 0 0 16 0 11 0 1841594058 859779072 28229 4294967295 134512640 134569956 3221224352 3221214456 1131669346 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 28229 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 433.28
Current children cumulated vsize (Kb) 839628

[startup+470.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18364 6 98 0 44206 68 0 0 17 0 11 0 1841594058 859779072 28316 4294967295 134512640 134569956 3221224352 3221214512 1131401439 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28316 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 442.74
Current children cumulated vsize (Kb) 839628

[startup+480.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18370 6 98 0 45146 69 0 0 16 0 11 0 1841594058 859779072 28652 4294967295 134512640 134569956 3221224352 3221213904 1085806313 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28652 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 452.15
Current children cumulated vsize (Kb) 839628

[startup+490.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18376 6 98 0 46097 69 0 0 17 0 11 0 1841594058 859779072 28840 4294967295 134512640 134569956 3221224352 3221214576 1131600227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28840 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 461.66
Current children cumulated vsize (Kb) 839628

[startup+500.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18382 6 98 0 47053 69 0 0 17 0 11 0 1841594058 859779072 28975 4294967295 134512640 134569956 3221224352 3221214632 1131761218 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 28975 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 471.22
Current children cumulated vsize (Kb) 839628

[startup+510.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18389 6 98 0 47999 70 0 0 16 0 11 0 1841594058 859779072 29120 4294967295 134512640 134569956 3221224352 3221214532 1131401397 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29120 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 480.69
Current children cumulated vsize (Kb) 839628

[startup+520.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18394 6 98 0 48964 70 0 0 16 0 11 0 1841594058 859779072 29195 4294967295 134512640 134569956 3221224352 3221214480 1131478530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 29195 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 490.34
Current children cumulated vsize (Kb) 839628

[startup+530.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18401 6 98 0 49919 70 0 0 16 0 11 0 1841594058 859779072 29323 4294967295 134512640 134569956 3221224352 3221214456 1131669132 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 29323 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 499.89
Current children cumulated vsize (Kb) 839628

[startup+540.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18407 6 98 0 50885 71 0 0 18 0 11 0 1841594058 859779072 29411 4294967295 134512640 134569956 3221224352 3221214536 1131431643 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29411 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 509.56
Current children cumulated vsize (Kb) 839628

[startup+550.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18412 6 98 0 51854 71 0 0 17 0 11 0 1841594058 859779072 29511 4294967295 134512640 134569956 3221224352 3221214480 1131543457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29511 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 519.25
Current children cumulated vsize (Kb) 839628

[startup+560.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18418 6 98 0 52824 72 0 0 19 0 11 0 1841594058 859779072 29639 4294967295 134512640 134569956 3221224352 3221214480 1131478273 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29639 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 528.96
Current children cumulated vsize (Kb) 839628

[startup+570.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18424 6 98 0 53794 72 0 0 18 0 11 0 1841594058 859779072 29697 4294967295 134512640 134569956 3221224352 3221214480 1131478573 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29697 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 538.66
Current children cumulated vsize (Kb) 839628

[startup+580.051 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18430 6 98 0 54763 72 0 0 20 0 11 0 1841594058 859779072 29744 4294967295 134512640 134569956 3221224352 3221213980 1131737056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29744 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 548.35
Current children cumulated vsize (Kb) 839628

[startup+590.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18433 6 98 0 55748 72 0 0 25 0 11 0 1841594058 859779072 29744 4294967295 134512640 134569956 3221224352 3221213848 1085806711 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 29744 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 558.2
Current children cumulated vsize (Kb) 839628

[startup+600.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18440 6 98 0 56709 73 0 0 17 0 11 0 1841594058 859779072 29824 4294967295 134512640 134569956 3221224352 3221214392 1131427029 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29824 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 567.82
Current children cumulated vsize (Kb) 839628

[startup+610.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18445 6 98 0 57685 73 0 0 19 0 11 0 1841594058 859779072 29914 4294967295 134512640 134569956 3221224352 3221214456 1131668684 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 29914 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 577.58
Current children cumulated vsize (Kb) 839628

[startup+620.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18452 6 98 0 58651 73 0 0 17 0 11 0 1841594058 859779072 29993 4294967295 134512640 134569956 3221224352 3221214480 1131478530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 29993 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 587.24
Current children cumulated vsize (Kb) 839628

[startup+630.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18459 6 98 0 59624 73 0 0 17 0 11 0 1841594058 859779072 30072 4294967295 134512640 134569956 3221224352 3221214552 1131327942 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30072 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 596.97
Current children cumulated vsize (Kb) 839628

[startup+640.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18466 6 98 0 60598 74 0 0 21 0 11 0 1841594058 859779072 30157 4294967295 134512640 134569956 3221224352 3221213984 1131753788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30157 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 606.72
Current children cumulated vsize (Kb) 839628

[startup+650.058 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18473 6 98 0 61576 75 0 0 19 0 11 0 1841594058 859779072 30202 4294967295 134512640 134569956 3221224352 3221214480 1131478420 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30202 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 616.51
Current children cumulated vsize (Kb) 839628

[startup+660.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18480 6 98 0 62557 75 0 0 18 0 11 0 1841594058 859779072 30298 4294967295 134512640 134569956 3221224352 3221214576 1131600201 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30298 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 626.32
Current children cumulated vsize (Kb) 839628

[startup+670.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18487 6 98 0 63544 75 0 0 20 0 11 0 1841594058 859779072 30298 4294967295 134512640 134569956 3221224352 3221214456 1131670120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30298 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 636.19
Current children cumulated vsize (Kb) 839628

[startup+680.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18493 6 98 0 64531 75 0 0 24 0 11 0 1841594058 859779072 30298 4294967295 134512640 134569956 3221224352 3221214576 1131586963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30298 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 646.06
Current children cumulated vsize (Kb) 839628

[startup+690.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18500 6 98 0 65512 76 0 0 17 0 11 0 1841594058 859779072 30326 4294967295 134512640 134569956 3221224352 3221214480 1131478530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30326 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 655.88
Current children cumulated vsize (Kb) 839628

[startup+700.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18507 6 98 0 66489 76 0 0 17 0 11 0 1841594058 859779072 30363 4294967295 134512640 134569956 3221224352 3221214576 1131600207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30363 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 665.65
Current children cumulated vsize (Kb) 839628

[startup+710.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18514 6 98 0 67464 76 0 0 19 0 11 0 1841594058 859779072 30363 4294967295 134512640 134569956 3221224352 3221214568 1131602998 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30363 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 675.4
Current children cumulated vsize (Kb) 839628

[startup+720.065 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18521 6 98 0 68435 76 0 0 19 0 11 0 1841594058 859779072 30386 4294967295 134512640 134569956 3221224352 3221214480 1131478573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30386 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 685.11
Current children cumulated vsize (Kb) 839628

[startup+730.067 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18528 6 98 0 69404 76 0 0 16 0 11 0 1841594058 859779072 30442 4294967295 134512640 134569956 3221224352 3221214392 1131427041 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30442 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 694.8
Current children cumulated vsize (Kb) 839628

[startup+740.068 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18534 6 98 0 70378 76 0 0 17 0 11 0 1841594058 859779072 30518 4294967295 134512640 134569956 3221224352 3221214576 1131600195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30518 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 704.54
Current children cumulated vsize (Kb) 839628

[startup+750.068 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18541 6 98 0 71346 77 0 0 16 0 11 0 1841594058 859779072 30582 4294967295 134512640 134569956 3221224352 3221214016 1131737077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30582 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 714.23
Current children cumulated vsize (Kb) 839628

[startup+760.069 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18547 6 98 0 72318 77 0 0 17 0 11 0 1841594058 859779072 30631 4294967295 134512640 134569956 3221224352 3221214568 1131602954 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30631 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 723.95
Current children cumulated vsize (Kb) 839628

[startup+770.069 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18554 6 98 0 73283 77 0 0 17 0 11 0 1841594058 859779072 30668 4294967295 134512640 134569956 3221224352 3221214060 1131750372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30668 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 733.6
Current children cumulated vsize (Kb) 839628

[startup+780.071 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18560 6 98 0 74253 77 0 0 17 0 11 0 1841594058 859779072 30726 4294967295 134512640 134569956 3221224352 3221214480 1131544604 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30726 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 743.3
Current children cumulated vsize (Kb) 839628

[startup+790.072 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18567 6 98 0 75217 78 0 0 19 0 11 0 1841594058 859779072 30814 4294967295 134512640 134569956 3221224352 3221214568 1131602998 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30814 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 752.95
Current children cumulated vsize (Kb) 839628

[startup+800.073 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18571 6 98 0 76197 78 0 0 17 0 11 0 1841594058 859779072 30851 4294967295 134512640 134569956 3221224352 3221213984 1131753796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30851 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 762.75
Current children cumulated vsize (Kb) 839628

[startup+810.074 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18575 6 98 0 77173 78 0 0 17 0 11 0 1841594058 859779072 30919 4294967295 134512640 134569956 3221224352 3221214568 1131604111 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30919 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 772.51
Current children cumulated vsize (Kb) 839628

[startup+820.073 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18580 6 98 0 78137 78 0 0 16 0 11 0 1841594058 859779072 30956 4294967295 134512640 134569956 3221224352 3221214544 1131594480 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 30956 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 782.15
Current children cumulated vsize (Kb) 839628

[startup+830.075 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18586 6 98 0 79090 78 0 0 17 0 11 0 1841594058 859779072 30997 4294967295 134512640 134569956 3221224352 3221214480 1131543659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 30997 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 791.68
Current children cumulated vsize (Kb) 839628

[startup+840.076 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18592 6 98 0 80036 78 0 0 17 0 11 0 1841594058 859779072 31068 4294967295 134512640 134569956 3221224352 3221213984 1131753796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31068 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 801.14
Current children cumulated vsize (Kb) 839628

[startup+850.076 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18596 6 98 0 80998 78 0 0 17 0 11 0 1841594058 859779072 31098 4294967295 134512640 134569956 3221224352 3221214384 1131746484 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31098 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 810.76
Current children cumulated vsize (Kb) 839628

[startup+860.077 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18600 6 98 0 81957 79 0 0 16 0 11 0 1841594058 859779072 31149 4294967295 134512640 134569956 3221224352 3221214392 1131751573 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 31149 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 820.36
Current children cumulated vsize (Kb) 839628

[startup+870.077 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18605 6 98 0 82905 79 0 0 16 0 11 0 1841594058 859779072 31297 4294967295 134512640 134569956 3221224352 3221214480 1131478418 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31297 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 829.84
Current children cumulated vsize (Kb) 839628

[startup+880.078 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18609 6 98 0 83867 79 0 0 18 0 11 0 1841594058 859779072 31474 4294967295 134512640 134569956 3221224352 3221214072 1131737180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31474 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 839.46
Current children cumulated vsize (Kb) 839628

[startup+890.078 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18615 6 98 0 84814 79 0 0 16 0 11 0 1841594058 859779072 31584 4294967295 134512640 134569956 3221224352 3221214456 1131670925 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31584 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 848.93
Current children cumulated vsize (Kb) 839628

[startup+900.079 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18621 6 98 0 85764 80 0 0 17 0 11 0 1841594058 859779072 31722 4294967295 134512640 134569956 3221224352 3221214568 1131603951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31722 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 858.44
Current children cumulated vsize (Kb) 839628

[startup+910.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18627 6 98 0 86716 80 0 0 17 0 11 0 1841594058 859779072 31821 4294967295 134512640 134569956 3221224352 3221214552 1131598369 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 31821 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 867.96
Current children cumulated vsize (Kb) 839628

[startup+920.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18633 6 98 0 87667 80 0 0 17 0 11 0 1841594058 859779072 32021 4294967295 134512640 134569956 3221224352 3221214228 1131750409 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32021 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 877.47
Current children cumulated vsize (Kb) 839628

[startup+930.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18639 6 98 0 88621 81 0 0 18 0 11 0 1841594058 859779072 32074 4294967295 134512640 134569956 3221224352 3221214568 1131602954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 32074 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 887.02
Current children cumulated vsize (Kb) 839628

[startup+940.081 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) S 8888 8889 5929 0 -1 0 18646 6 98 0 89570 81 0 0 16 0 11 0 1841594058 859779072 32204 4294967295 134512640 134569956 3221224352 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 32204 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 896.51
Current children cumulated vsize (Kb) 839628

[startup+950.081 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18653 6 98 0 90522 81 0 0 16 0 11 0 1841594058 859779072 32303 4294967295 134512640 134569956 3221224352 3221214552 1131327897 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 32303 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 906.03
Current children cumulated vsize (Kb) 839628

[startup+960.082 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18659 6 98 0 91483 82 0 0 17 0 11 0 1841594058 859779072 32435 4294967295 134512640 134569956 3221224352 3221214576 1131600336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32435 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 915.65
Current children cumulated vsize (Kb) 839628

[startup+970.083 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18665 6 98 0 92449 83 0 0 17 0 11 0 1841594058 859779072 32573 4294967295 134512640 134569956 3221224352 3221214368 1131544009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32573 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 925.32
Current children cumulated vsize (Kb) 839628

[startup+980.083 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18672 6 98 0 93413 83 0 0 18 0 11 0 1841594058 859779072 32620 4294967295 134512640 134569956 3221224352 3221214576 1131600227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 32620 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 934.96
Current children cumulated vsize (Kb) 839628

[startup+990.084 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18679 6 98 0 94376 84 0 0 17 0 11 0 1841594058 859779072 32717 4294967295 134512640 134569956 3221224352 3221214392 1131690331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32717 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 944.6
Current children cumulated vsize (Kb) 839628

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18685 6 98 0 95346 84 0 0 19 0 11 0 1841594058 859779072 32788 4294967295 134512640 134569956 3221224352 3221214480 1131543808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32788 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 954.3
Current children cumulated vsize (Kb) 839628

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18691 6 98 0 96317 84 0 0 22 0 11 0 1841594058 859779072 32864 4294967295 134512640 134569956 3221224352 3221214568 1131604096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32864 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 964.01
Current children cumulated vsize (Kb) 839628

[startup+1020.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18698 6 98 0 97284 85 0 0 17 0 11 0 1841594058 859779072 32884 4294967295 134512640 134569956 3221224352 3221214480 1131479236 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32884 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 973.69
Current children cumulated vsize (Kb) 839628

[startup+1030.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18704 6 98 0 98256 85 0 0 19 0 11 0 1841594058 859779072 32948 4294967295 134512640 134569956 3221224352 3221214480 1131478443 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 32948 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 983.41
Current children cumulated vsize (Kb) 839628

[startup+1040.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18711 6 98 0 99228 85 0 0 17 0 11 0 1841594058 859779072 33034 4294967295 134512640 134569956 3221224352 3221214568 1131602998 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33034 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 993.13
Current children cumulated vsize (Kb) 839628

[startup+1050.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18717 6 98 0 100202 86 0 0 18 0 11 0 1841594058 859779072 33099 4294967295 134512640 134569956 3221224352 3221214440 1131702919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 33099 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (Kb) 839628

[startup+1060.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18723 6 98 0 101175 86 0 0 19 0 11 0 1841594058 859779072 33142 4294967295 134512640 134569956 3221224352 3221214572 1131681811 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33142 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1012.61
Current children cumulated vsize (Kb) 839628

[startup+1070.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18729 6 98 0 102146 86 0 0 17 0 11 0 1841594058 859779072 33190 4294967295 134512640 134569956 3221224352 3221214576 1131600195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33190 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1022.32
Current children cumulated vsize (Kb) 839628

[startup+1080.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18735 6 98 0 103117 87 0 0 19 0 11 0 1841594058 859779072 33205 4294967295 134512640 134569956 3221224352 3221214568 1131604064 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33205 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1032.04
Current children cumulated vsize (Kb) 839628

[startup+1090.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18742 6 98 0 104080 87 0 0 17 0 11 0 1841594058 859779072 33243 4294967295 134512640 134569956 3221224352 3221214536 1131431671 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33243 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1041.67
Current children cumulated vsize (Kb) 839628

[startup+1100.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18748 6 98 0 105048 87 0 0 17 0 11 0 1841594058 859779072 33342 4294967295 134512640 134569956 3221224352 3221214456 1131668865 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33342 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1051.35
Current children cumulated vsize (Kb) 839628

[startup+1110.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18752 6 98 0 106027 87 0 0 25 0 11 0 1841594058 859779072 33399 4294967295 134512640 134569956 3221224352 3221214288 1131750396 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33399 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1061.14
Current children cumulated vsize (Kb) 839628

[startup+1120.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18759 6 98 0 106995 87 0 0 18 0 11 0 1841594058 859779072 33469 4294967295 134512640 134569956 3221224352 3221214400 1131750441 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33469 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1070.82
Current children cumulated vsize (Kb) 839628

[startup+1130.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18764 6 98 0 107971 88 0 0 17 0 11 0 1841594058 859779072 33502 4294967295 134512640 134569956 3221224352 3221214456 1131669195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33502 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1080.59
Current children cumulated vsize (Kb) 839628

[startup+1140.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18771 6 98 0 108940 88 0 0 18 0 11 0 1841594058 859779072 33576 4294967295 134512640 134569956 3221224352 3221214536 1131431680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 33576 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1090.28
Current children cumulated vsize (Kb) 839628

[startup+1150.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18776 6 98 0 109919 88 0 0 17 0 11 0 1841594058 859779072 33633 4294967295 134512640 134569956 3221224352 3221214568 1131604118 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33633 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1100.07
Current children cumulated vsize (Kb) 839628

[startup+1160.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18782 6 98 0 110895 88 0 0 21 0 11 0 1841594058 859779072 33672 4294967295 134512640 134569956 3221224352 3221214480 1131543782 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33672 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1109.83
Current children cumulated vsize (Kb) 839628

[startup+1170.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18786 6 98 0 111877 89 0 0 18 0 11 0 1841594058 859779072 33697 4294967295 134512640 134569956 3221224352 3221213936 1131737201 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33697 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1119.66
Current children cumulated vsize (Kb) 839628

[startup+1180.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18793 6 98 0 112842 89 0 0 17 0 11 0 1841594058 859779072 33775 4294967295 134512640 134569956 3221224352 3221214552 1131598385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 33775 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1129.31
Current children cumulated vsize (Kb) 839628

[startup+1190.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18799 6 98 0 113813 89 0 0 18 0 11 0 1841594058 859779072 33805 4294967295 134512640 134569956 3221224352 3221214576 1131651026 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33805 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1139.02
Current children cumulated vsize (Kb) 839628

[startup+1200.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18804 6 98 0 114786 90 0 0 19 0 11 0 1841594058 859779072 33805 4294967295 134512640 134569956 3221224352 3221214480 1131478573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33805 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1148.76
Current children cumulated vsize (Kb) 839628

[startup+1210.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18809 6 98 0 115757 90 0 0 20 0 11 0 1841594058 859779072 33859 4294967295 134512640 134569956 3221224352 3221214736 1131401433 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33859 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1158.47
Current children cumulated vsize (Kb) 839628

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18814 6 98 0 116725 90 0 0 18 0 11 0 1841594058 859779072 33903 4294967295 134512640 134569956 3221224352 3221213984 1131753546 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33903 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1168.15
Current children cumulated vsize (Kb) 839628

[startup+1230.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18819 6 98 0 117692 91 0 0 17 0 11 0 1841594058 859779072 33972 4294967295 134512640 134569956 3221224352 3221214480 1131478573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 33972 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1177.83
Current children cumulated vsize (Kb) 839628

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18826 6 98 0 118649 91 0 0 17 0 11 0 1841594058 859779072 34081 4294967295 134512640 134569956 3221224352 3221214480 1131544344 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 34081 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1187.4
Current children cumulated vsize (Kb) 839628

[startup+1250.11 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18831 6 98 0 119619 92 0 0 17 0 11 0 1841594058 859779072 34081 4294967295 134512640 134569956 3221224352 3221214480 1131544055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8889/statm): 209907 34081 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1197.11
Current children cumulated vsize (Kb) 839628

[startup+1260.11 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18838 6 98 0 120577 92 0 0 16 0 11 0 1841594058 859779072 34174 4294967295 134512640 134569956 3221224352 3221214456 1131670221 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 34174 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1206.69
Current children cumulated vsize (Kb) 839628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1260.11 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 8908
Raw data (/proc/8889/stat): 8889 (java) R 8888 8889 5929 0 -1 0 18838 6 98 0 120577 92 0 0 16 0 11 0 1841594058 859779072 34174 4294967295 134512640 134569956 3221224352 3221214456 1131670221 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8889/statm): 209907 34174 13129 16 0 209891 0
[pid=8889] vsize: 839628
Current children cumulated CPU time (s) 1206.69
Current children cumulated vsize (Kb) 839628

Sending SIGTERM to -8889
Sleeping 2 seconds
New thread pid=8910
New thread pid=8911
One traced child (pid=8911) exited with status: 0
One traced child (pid=8898) exited with status: 0
One traced child (pid=8893) exited with status: 0
One traced child (pid=8890) exited with status: 143
One traced child (pid=8891) exited with status: 143
One traced child (pid=8892) exited with status: 143
One traced child (pid=8894) exited with status: 143
One traced child (pid=8895) exited with status: 143
One traced child (pid=8896) exited with status: 143
One traced child (pid=8897) exited with status: 143
One traced child (pid=8908) exited with status: 143
One traced child (pid=8910) exited with status: 143
One traced child (pid=8889) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1260.24
CPU time (s): 1268.23
CPU user time (s): 1266.44
CPU system time (s): 1.78573
CPU usage (%): 100.634
Max. virtual memory (cumulated for all children) (Kb): 839628

Verifier Data

Verifier:	OK	13