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-sao2.b.opb
MD5SUM3e273bcee52631aeea0b7b1138e7d68d
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of terms in the objective function 373
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 373
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 373
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 benchmark106.35
Number of variables372
Total number of constraints779
Number of constraints which are clauses772
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98

Trace number 1195

Launcher Data

LAUNCH ON wulflinc11 THE 2005-09-18 13:45:44 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5934 boxname=wulflinc11 idbench=74 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  3e273bcee52631aeea0b7b1138e7d68d  /oldhome/oroussel/tmp/wulflinc11/normalized-sao2.b.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc11/normalized-sao2.b.opb
IDLAUNCH: 5934
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
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.028
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:        935868 kB
Buffers:         25028 kB
Cached:          46524 kB
SwapCached:        732 kB
Active:          25628 kB
Inactive:        48492 kB
HighTotal:      131008 kB
HighFree:        82656 kB
LowTotal:       903652 kB
LowFree:        853212 kB
SwapTotal:     2097136 kB
SwapFree:      2095856 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            18952 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 14:06:44 (client local time) WITH STATUS 143 IN 1269.03 SECONDS
stats: 5934 0 1269.03 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/wulflinc11/normalized-sao2.b.opb
c reading problem ... done. Time 2.624 ms.
c #vars     373
c #constraints  772
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  34 		Current CPU time: 3.55 ms
c CURRENT OPTIMUM=                  33 		Current CPU time: 4.29 ms
c CURRENT OPTIMUM=                  32 		Current CPU time: 5.14 ms
c CURRENT OPTIMUM=                  31 		Current CPU time: 7.24 ms
c CURRENT OPTIMUM=                  30 		Current CPU time: 8.32 ms
c CURRENT OPTIMUM=                  29 		Current CPU time: 23.14 ms
c CURRENT OPTIMUM=                  28 		Current CPU time: 48.58 ms
c CURRENT OPTIMUM=                  27 		Current CPU time: 345.12 ms
c CURRENT OPTIMUM=                  26 		Current CPU time: 934.25 ms
c starts		: 19
c conflicts		: 2349
c decisions		: 24752
c propagations		: 61416
c inspects		: 2068452
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 2349
c root simplifications	: 19
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 20017
c speed (decisions/second)	: 76.25620012939402
c non guided choices	2938
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 
c objective function=26
c Total CPU time (ms) : 1258.858

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/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1783488721 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 39 3 38 16 0 23 0
[pid=12714] 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/12714
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=12715
New thread pid=12716
New thread pid=12717
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=12718
New thread pid=12719
New thread pid=12720
New thread pid=12721
New thread pid=12722
New thread pid=12723
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/wulflinc11/normalized-sao2.b.opb
New thread pid=12724
One traced child (pid=12724) exited with status: 0
New thread pid=12725
One traced child (pid=12725) exited with status: 0
New thread pid=12726
One traced child (pid=12726) exited with status: 0
New thread pid=12727
One traced child (pid=12727) exited with status: 0
New thread pid=12728
One traced child (pid=12728) exited with status: 0
New thread pid=12729

[startup+10.0025 s]
Raw data (loadavg): 1.17 1.03 0.95 2/66 12729
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18203 4 3 0 690 49 0 0 23 0 11 0 1783488721 860450816 21664 4294967295 134512640 134569956 3221224352 3221214396 1076899265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210071 21664 13129 16 0 210055 0
[pid=12714] vsize: 840284
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (Kb) 840284

[startup+20.0032 s]
Raw data (loadavg): 1.23 1.05 0.95 2/66 12729
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18215 4 3 0 1618 50 0 0 17 0 11 0 1783488721 860188672 22376 4294967295 134512640 134569956 3221224352 3221214672 1131519630 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 22376 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (Kb) 840028
One traced child (pid=12729) exited with status: 0
New thread pid=12730

[startup+30.004 s]
Raw data (loadavg): 1.19 1.05 0.95 2/66 12730
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18223 4 3 0 2553 51 0 0 15 0 11 0 1783488721 860188672 22434 4294967295 134512640 134569956 3221224352 3221214748 1131328096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 22434 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 26.04
Current children cumulated vsize (Kb) 840028

[startup+40.0049 s]
Raw data (loadavg): 1.16 1.04 0.95 2/66 12730
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18230 4 3 0 3489 51 0 0 16 0 11 0 1783488721 860188672 22605 4294967295 134512640 134569956 3221224352 3221214608 1131591134 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 22605 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (Kb) 840028
One traced child (pid=12730) exited with status: 0
New thread pid=12731

[startup+50.0066 s]
Raw data (loadavg): 1.14 1.04 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18236 4 3 0 4431 51 0 0 17 0 11 0 1783488721 860188672 22733 4294967295 134512640 134569956 3221224352 3221214672 1131519259 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 22733 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 44.82
Current children cumulated vsize (Kb) 840028

[startup+60.0064 s]
Raw data (loadavg): 1.11 1.04 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18244 4 3 0 5360 52 0 0 16 0 11 0 1783488721 860188672 22965 4294967295 134512640 134569956 3221224352 3221214520 1131454061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 22965 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 54.12
Current children cumulated vsize (Kb) 840028

[startup+70.0082 s]
Raw data (loadavg): 1.10 1.04 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18251 4 3 0 6291 53 0 0 17 0 11 0 1783488721 860188672 23176 4294967295 134512640 134569956 3221224352 3221214616 1131657175 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 23176 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 63.44
Current children cumulated vsize (Kb) 840028

[startup+80.009 s]
Raw data (loadavg): 1.08 1.04 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18260 4 3 0 7221 53 0 0 16 0 11 0 1783488721 860188672 23382 4294967295 134512640 134569956 3221224352 3221214520 1131454232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 23382 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 72.74
Current children cumulated vsize (Kb) 840028

[startup+90.0098 s]
Raw data (loadavg): 1.07 1.03 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18266 4 3 0 8169 54 0 0 17 0 11 0 1783488721 860188672 23508 4294967295 134512640 134569956 3221224352 3221214520 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 23508 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 82.23
Current children cumulated vsize (Kb) 840028

[startup+100.011 s]
Raw data (loadavg): 1.06 1.03 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18272 4 3 0 9100 54 0 0 17 0 11 0 1783488721 860188672 23947 4294967295 134512640 134569956 3221224352 3221214640 1131328116 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 23947 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 91.54
Current children cumulated vsize (Kb) 840028

[startup+110.011 s]
Raw data (loadavg): 1.05 1.03 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) S 12713 12714 9854 0 -1 0 18279 4 3 0 10031 55 0 0 16 0 11 0 1783488721 860188672 24106 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 24106 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (Kb) 840028

[startup+120.012 s]
Raw data (loadavg): 1.04 1.03 0.95 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18286 4 3 0 10955 55 0 0 16 0 11 0 1783488721 860188672 24336 4294967295 134512640 134569956 3221224352 3221214672 1131519191 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 24336 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 110.1
Current children cumulated vsize (Kb) 840028

[startup+130.013 s]
Raw data (loadavg): 1.03 1.03 0.95 3/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18292 4 3 0 11890 56 0 0 16 0 11 0 1783488721 860188672 24430 4294967295 134512640 134569956 3221224352 3221214672 1131519164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 24430 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 119.46
Current children cumulated vsize (Kb) 840028

[startup+140.014 s]
Raw data (loadavg): 1.11 1.04 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18297 4 3 0 12831 56 0 0 16 0 11 0 1783488721 860188672 24815 4294967295 134512640 134569956 3221224352 3221214768 1131508345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 24815 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 128.87
Current children cumulated vsize (Kb) 840028

[startup+150.015 s]
Raw data (loadavg): 1.09 1.04 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18302 4 3 0 13772 57 0 0 17 0 11 0 1783488721 860188672 24983 4294967295 134512640 134569956 3221224352 3221214752 1131314243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 24983 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 138.29
Current children cumulated vsize (Kb) 840028

[startup+160.015 s]
Raw data (loadavg): 1.08 1.04 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18309 4 3 0 14702 57 0 0 17 0 11 0 1783488721 860188672 25228 4294967295 134512640 134569956 3221224352 3221214756 1131534057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 25228 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 147.59
Current children cumulated vsize (Kb) 840028

[startup+170.016 s]
Raw data (loadavg): 1.06 1.04 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18315 4 3 0 15636 57 0 0 17 0 11 0 1783488721 860188672 25300 4294967295 134512640 134569956 3221224352 3221214528 1131454662 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 25300 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 156.93
Current children cumulated vsize (Kb) 840028

[startup+180.016 s]
Raw data (loadavg): 1.05 1.04 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18321 4 3 0 16571 57 0 0 17 0 11 0 1783488721 860188672 25368 4294967295 134512640 134569956 3221224352 3221214632 1131657202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 25368 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (Kb) 840028

[startup+190.018 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18326 4 3 0 17516 58 0 0 17 0 11 0 1783488721 860188672 25500 4294967295 134512640 134569956 3221224352 3221214624 1131591149 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 25500 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 175.74
Current children cumulated vsize (Kb) 840028

[startup+200.018 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18332 4 3 0 18465 58 0 0 18 0 11 0 1783488721 860188672 25835 4294967295 134512640 134569956 3221224352 3221214060 1085806236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 25835 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 185.23
Current children cumulated vsize (Kb) 840028

[startup+210.018 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18340 4 3 0 19417 58 0 0 16 0 11 0 1783488721 860188672 26020 4294967295 134512640 134569956 3221224352 3221214008 1085806269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 26020 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 194.75
Current children cumulated vsize (Kb) 840028

[startup+220.019 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) S 12713 12714 9854 0 -1 0 18345 4 3 0 20369 59 0 0 17 0 11 0 1783488721 860188672 26142 4294967295 134512640 134569956 3221224352 3221213336 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 26142 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (Kb) 840028

[startup+230.019 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18352 4 3 0 21311 59 0 0 17 0 11 0 1783488721 860188672 26242 4294967295 134512640 134569956 3221224352 3221214688 1131508357 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 26242 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 213.7
Current children cumulated vsize (Kb) 840028

[startup+240.02 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18358 4 3 0 22250 59 0 0 17 0 11 0 1783488721 860188672 26327 4294967295 134512640 134569956 3221224352 3221214464 1131453868 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 26327 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 223.09
Current children cumulated vsize (Kb) 840028

[startup+250.02 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18365 4 3 0 23179 60 0 0 17 0 11 0 1783488721 860188672 26479 4294967295 134512640 134569956 3221224352 3221214684 1131314299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 26479 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 232.39
Current children cumulated vsize (Kb) 840028

[startup+260.021 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18372 4 3 0 24109 60 0 0 16 0 11 0 1783488721 860188672 26676 4294967295 134512640 134569956 3221224352 3221214592 1131519111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 26676 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 241.69
Current children cumulated vsize (Kb) 840028

[startup+270.022 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18378 4 3 0 25054 60 0 0 17 0 11 0 1783488721 860188672 26891 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 26891 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 251.14
Current children cumulated vsize (Kb) 840028

[startup+280.023 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18384 4 3 0 26004 60 0 0 17 0 11 0 1783488721 860188672 27034 4294967295 134512640 134569956 3221224352 3221214552 1131525335 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 27034 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 260.64
Current children cumulated vsize (Kb) 840028

[startup+290.024 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18388 4 3 0 26973 60 0 0 18 0 11 0 1783488721 860188672 27140 4294967295 134512640 134569956 3221224352 3221214592 1131519321 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27140 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 270.33
Current children cumulated vsize (Kb) 840028

[startup+300.023 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18395 4 3 0 27921 60 0 0 16 0 11 0 1783488721 860188672 27279 4294967295 134512640 134569956 3221224352 3221214368 1131761314 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27279 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (Kb) 840028

[startup+310.026 s]
Raw data (loadavg): 1.00 1.02 0.96 3/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18400 4 3 0 28883 61 0 0 18 0 11 0 1783488721 860188672 27402 4294967295 134512640 134569956 3221224352 3221213440 1073952732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 27402 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 289.44
Current children cumulated vsize (Kb) 840028

[startup+320.027 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18405 4 3 0 29849 61 0 0 18 0 11 0 1783488721 860188672 27522 4294967295 134512640 134569956 3221224352 3221214336 1131820148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 27522 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 299.1
Current children cumulated vsize (Kb) 840028

[startup+330.028 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18410 4 3 0 30813 61 0 0 17 0 11 0 1783488721 860188672 27580 4294967295 134512640 134569956 3221224352 3221214464 1131454001 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27580 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 308.74
Current children cumulated vsize (Kb) 840028

[startup+340.029 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12731
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18415 4 3 0 31775 61 0 0 18 0 11 0 1783488721 860188672 27661 4294967295 134512640 134569956 3221224352 3221214560 1131591116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27661 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 318.36
Current children cumulated vsize (Kb) 840028
One traced child (pid=12731) exited with status: 0
New thread pid=12732

[startup+350.029 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18421 4 3 0 32731 62 0 0 16 0 11 0 1783488721 860188672 27779 4294967295 134512640 134569956 3221224352 3221214736 1131349913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27779 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 327.93
Current children cumulated vsize (Kb) 840028

[startup+360.029 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18427 4 3 0 33689 62 0 0 16 0 11 0 1783488721 860188672 27857 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 27857 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 337.51
Current children cumulated vsize (Kb) 840028

[startup+370.03 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18433 4 3 0 34648 63 0 0 18 0 11 0 1783488721 860188672 27963 4294967295 134512640 134569956 3221224352 3221214472 1131453913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 27963 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 347.11
Current children cumulated vsize (Kb) 840028

[startup+380.031 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18439 4 3 0 35604 63 0 0 17 0 11 0 1783488721 860188672 28112 4294967295 134512640 134569956 3221224352 3221214036 1085759248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28112 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 356.67
Current children cumulated vsize (Kb) 840028

[startup+390.031 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18445 4 3 0 36562 63 0 0 16 0 11 0 1783488721 860188672 28209 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 28209 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 366.25
Current children cumulated vsize (Kb) 840028

[startup+400.032 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18451 4 3 0 37516 63 0 0 16 0 11 0 1783488721 860188672 28292 4294967295 134512640 134569956 3221224352 3221214120 1131810833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 28292 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 375.79
Current children cumulated vsize (Kb) 840028

[startup+410.032 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18455 4 3 0 38485 64 0 0 17 0 11 0 1783488721 860188672 28321 4294967295 134512640 134569956 3221224352 3221214592 1131518864 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28321 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 385.49
Current children cumulated vsize (Kb) 840028

[startup+420.033 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18461 4 3 0 39434 64 0 0 17 0 11 0 1783488721 860188672 28413 4294967295 134512640 134569956 3221224352 3221214632 1131578807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28413 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 394.98
Current children cumulated vsize (Kb) 840028

[startup+430.034 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18467 4 3 0 40379 64 0 0 17 0 11 0 1783488721 860188672 28555 4294967295 134512640 134569956 3221224352 3221214688 1131508549 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28555 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 404.43
Current children cumulated vsize (Kb) 840028

[startup+440.035 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18473 4 3 0 41324 65 0 0 16 0 11 0 1783488721 860188672 28712 4294967295 134512640 134569956 3221224352 3221214036 1131810712 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28712 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 413.89
Current children cumulated vsize (Kb) 840028

[startup+450.036 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18479 4 3 0 42271 65 0 0 16 0 11 0 1783488721 860188672 28816 4294967295 134512640 134569956 3221224352 3221214672 1131506072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 28816 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 423.36
Current children cumulated vsize (Kb) 840028

[startup+460.037 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18484 4 3 0 43227 65 0 0 16 0 11 0 1783488721 860188672 28904 4294967295 134512640 134569956 3221224352 3221214560 1131328147 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 28904 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 432.92
Current children cumulated vsize (Kb) 840028

[startup+470.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18490 4 3 0 44173 65 0 0 16 0 11 0 1783488721 860188672 29025 4294967295 134512640 134569956 3221224352 3221214728 1131664540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 29025 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 442.38
Current children cumulated vsize (Kb) 840028

[startup+480.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18495 4 3 0 45131 65 0 0 17 0 11 0 1783488721 860188672 29175 4294967295 134512640 134569956 3221224352 3221214688 1131508438 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29175 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 451.96
Current children cumulated vsize (Kb) 840028

[startup+490.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18500 4 3 0 46091 65 0 0 16 0 11 0 1783488721 860188672 29300 4294967295 134512640 134569956 3221224352 3221214560 1131328116 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29300 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 461.56
Current children cumulated vsize (Kb) 840028

[startup+500.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18504 4 3 0 47060 66 0 0 18 0 11 0 1783488721 860188672 29376 4294967295 134512640 134569956 3221224352 3221214592 1131519111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29376 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 471.26
Current children cumulated vsize (Kb) 840028

[startup+510.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18510 4 3 0 48005 66 0 0 16 0 11 0 1783488721 860188672 29482 4294967295 134512640 134569956 3221224352 3221214672 1131314248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 29482 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 480.71
Current children cumulated vsize (Kb) 840028

[startup+520.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18516 4 3 0 48948 66 0 0 17 0 11 0 1783488721 860188672 29598 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29598 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 490.14
Current children cumulated vsize (Kb) 840028

[startup+530.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18523 4 3 0 49887 66 0 0 16 0 11 0 1783488721 860188672 29725 4294967295 134512640 134569956 3221224352 3221214688 1131508588 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 29725 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 499.53
Current children cumulated vsize (Kb) 840028

[startup+540.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18528 4 3 0 50842 66 0 0 16 0 11 0 1783488721 860188672 29799 4294967295 134512640 134569956 3221224352 3221214592 1131519008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29799 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 509.08
Current children cumulated vsize (Kb) 840028

[startup+550.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18534 4 3 0 51788 67 0 0 16 0 11 0 1783488721 860188672 29945 4294967295 134512640 134569956 3221224352 3221214672 1131314246 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 29945 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (Kb) 840028

[startup+560.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18541 4 3 0 52732 67 0 0 16 0 11 0 1783488721 860188672 30182 4294967295 134512640 134569956 3221224352 3221214568 1131656730 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 30182 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 527.99
Current children cumulated vsize (Kb) 840028

[startup+570.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18545 4 3 0 53701 67 0 0 21 0 11 0 1783488721 860188672 30283 4294967295 134512640 134569956 3221224352 3221213952 1085806289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 30283 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 537.68
Current children cumulated vsize (Kb) 840028

[startup+580.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18551 4 3 0 54653 68 0 0 17 0 11 0 1783488721 860188672 30315 4294967295 134512640 134569956 3221224352 3221214592 1131519779 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 30315 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 547.21
Current children cumulated vsize (Kb) 840028

[startup+590.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18557 4 3 0 55602 68 0 0 16 0 11 0 1783488721 860188672 30449 4294967295 134512640 134569956 3221224352 3221214672 1131506120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 30449 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (Kb) 840028

[startup+600.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18563 4 3 0 56549 68 0 0 16 0 11 0 1783488721 860188672 30546 4294967295 134512640 134569956 3221224352 3221214592 1131519191 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 30546 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 566.17
Current children cumulated vsize (Kb) 840028

[startup+610.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18569 4 3 0 57499 69 0 0 16 0 11 0 1783488721 860188672 30649 4294967295 134512640 134569956 3221224352 3221214688 1131508653 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 30649 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 575.68
Current children cumulated vsize (Kb) 840028

[startup+620.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) S 12713 12714 9854 0 -1 0 18574 4 3 0 58454 69 0 0 16 0 11 0 1783488721 860188672 30775 4294967295 134512640 134569956 3221224352 3221213208 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 30775 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 585.23
Current children cumulated vsize (Kb) 840028

[startup+630.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18580 4 3 0 59409 69 0 0 17 0 11 0 1783488721 860188672 30905 4294967295 134512640 134569956 3221224352 3221214560 1131328116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 30905 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 594.78
Current children cumulated vsize (Kb) 840028

[startup+640.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18584 4 3 0 60376 70 0 0 17 0 11 0 1783488721 860188672 31001 4294967295 134512640 134569956 3221224352 3221214592 1131519924 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31001 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 604.46
Current children cumulated vsize (Kb) 840028

[startup+650.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) S 12713 12714 9854 0 -1 0 18590 4 3 0 61323 70 0 0 16 0 11 0 1783488721 860188672 31122 4294967295 134512640 134569956 3221224352 3221213336 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 31122 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 613.93
Current children cumulated vsize (Kb) 840028

[startup+660.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18596 4 3 0 62284 70 0 0 17 0 11 0 1783488721 860188672 31207 4294967295 134512640 134569956 3221224352 3221214592 1131519168 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31207 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 623.54
Current children cumulated vsize (Kb) 840028

[startup+670.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18603 4 3 0 63228 70 0 0 16 0 11 0 1783488721 860188672 31308 4294967295 134512640 134569956 3221224352 3221214560 1131591444 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 31308 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 632.98
Current children cumulated vsize (Kb) 840028

[startup+680.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18609 4 3 0 64184 70 0 0 17 0 11 0 1783488721 860188672 31404 4294967295 134512640 134569956 3221224352 3221214516 1077664646 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31404 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 642.54
Current children cumulated vsize (Kb) 840028

[startup+690.051 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18616 4 3 0 65140 71 0 0 17 0 11 0 1783488721 860188672 31559 4294967295 134512640 134569956 3221224352 3221214560 1131328139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 31559 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 652.11
Current children cumulated vsize (Kb) 840028

[startup+700.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18623 4 3 0 66098 71 0 0 16 0 11 0 1783488721 860188672 31665 4294967295 134512640 134569956 3221224352 3221214456 1131328139 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31665 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 661.69
Current children cumulated vsize (Kb) 840028

[startup+710.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18629 4 3 0 67064 71 0 0 17 0 11 0 1783488721 860188672 31824 4294967295 134512640 134569956 3221224352 3221214232 1131810720 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 31824 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 671.35
Current children cumulated vsize (Kb) 840028

[startup+720.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18635 4 3 0 68031 72 0 0 17 0 11 0 1783488721 860188672 31868 4294967295 134512640 134569956 3221224352 3221214616 1131425452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 31868 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 681.03
Current children cumulated vsize (Kb) 840028

[startup+730.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18641 4 3 0 68995 72 0 0 16 0 11 0 1783488721 860188672 31929 4294967295 134512640 134569956 3221224352 3221214560 1131590407 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31929 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 690.67
Current children cumulated vsize (Kb) 840028

[startup+740.055 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18647 4 3 0 69958 73 0 0 18 0 11 0 1783488721 860188672 31976 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 31976 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 700.31
Current children cumulated vsize (Kb) 840028

[startup+750.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18653 4 3 0 70921 74 0 0 17 0 11 0 1783488721 860188672 32063 4294967295 134512640 134569956 3221224352 3221214592 1131519371 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32063 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 709.95
Current children cumulated vsize (Kb) 840028

[startup+760.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18659 4 3 0 71883 74 0 0 17 0 11 0 1783488721 860188672 32157 4294967295 134512640 134569956 3221224352 3221214088 1131825013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32157 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 719.57
Current children cumulated vsize (Kb) 840028

[startup+770.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18665 4 3 0 72847 74 0 0 19 0 11 0 1783488721 860188672 32228 4294967295 134512640 134569956 3221224352 3221214088 1131824946 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32228 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 729.21
Current children cumulated vsize (Kb) 840028

[startup+780.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18670 4 3 0 73814 75 0 0 17 0 11 0 1783488721 860188672 32311 4294967295 134512640 134569956 3221224352 3221214688 1131508357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32311 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 738.89
Current children cumulated vsize (Kb) 840028

[startup+790.058 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18674 4 3 0 74787 75 0 0 17 0 11 0 1783488721 860188672 32365 4294967295 134512640 134569956 3221224352 3221214592 1131518805 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32365 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 748.62
Current children cumulated vsize (Kb) 840028

[startup+800.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18679 4 3 0 75753 76 0 0 16 0 11 0 1783488721 860188672 32417 4294967295 134512640 134569956 3221224352 3221214560 1131328109 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32417 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 758.29
Current children cumulated vsize (Kb) 840028

[startup+810.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18684 4 3 0 76716 76 0 0 17 0 11 0 1783488721 860188672 32470 4294967295 134512640 134569956 3221224352 3221214088 1131824721 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32470 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 767.92
Current children cumulated vsize (Kb) 840028

[startup+820.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18691 4 3 0 77663 76 0 0 16 0 11 0 1783488721 860188672 32567 4294967295 134512640 134569956 3221224352 3221214560 1131328197 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32567 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 777.39
Current children cumulated vsize (Kb) 840028

[startup+830.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18697 4 3 0 78616 76 0 0 16 0 11 0 1783488721 860188672 32689 4294967295 134512640 134569956 3221224352 3221214472 1131454018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 32689 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 786.92
Current children cumulated vsize (Kb) 840028

[startup+840.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18702 4 3 0 79579 76 0 0 17 0 11 0 1783488721 860188672 32768 4294967295 134512640 134569956 3221224352 3221214688 1131508976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32768 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 796.55
Current children cumulated vsize (Kb) 840028

[startup+850.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18709 4 3 0 80527 77 0 0 16 0 11 0 1783488721 860188672 32876 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32876 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 806.04
Current children cumulated vsize (Kb) 840028

[startup+860.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18715 4 3 0 81484 77 0 0 17 0 11 0 1783488721 860188672 32990 4294967295 134512640 134569956 3221224352 3221214592 1131519191 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 32990 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 815.61
Current children cumulated vsize (Kb) 840028

[startup+870.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18720 4 3 0 82450 77 0 0 17 0 11 0 1783488721 860188672 33100 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33100 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 825.27
Current children cumulated vsize (Kb) 840028

[startup+880.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18726 4 3 0 83411 77 0 0 17 0 11 0 1783488721 860188672 33193 4294967295 134512640 134569956 3221224352 3221214464 1131453906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 33193 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 834.88
Current children cumulated vsize (Kb) 840028

[startup+890.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18733 4 3 0 84368 77 0 0 16 0 11 0 1783488721 860188672 33290 4294967295 134512640 134569956 3221224352 3221214560 1131328116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33290 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 844.45
Current children cumulated vsize (Kb) 840028

[startup+900.065 s]
Raw data (loadavg): 1.07 1.02 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18739 4 3 0 85331 78 0 0 17 0 11 0 1783488721 860188672 33383 4294967295 134512640 134569956 3221224352 3221214592 1131519191 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33383 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 854.09
Current children cumulated vsize (Kb) 840028

[startup+910.066 s]
Raw data (loadavg): 1.06 1.02 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18746 4 3 0 86291 78 0 0 16 0 11 0 1783488721 860188672 33463 4294967295 134512640 134569956 3221224352 3221214672 1131314248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 33463 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 863.69
Current children cumulated vsize (Kb) 840028

[startup+920.066 s]
Raw data (loadavg): 1.05 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18752 4 3 0 87257 78 0 0 17 0 11 0 1783488721 860188672 33559 4294967295 134512640 134569956 3221224352 3221214592 1131519754 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33559 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 873.35
Current children cumulated vsize (Kb) 840028

[startup+930.066 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 12732
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18758 4 3 0 88225 78 0 0 17 0 11 0 1783488721 860188672 33611 4294967295 134512640 134569956 3221224352 3221214464 1131453772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33611 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (Kb) 840028
One traced child (pid=12732) exited with status: 0
New thread pid=12733

[startup+940.067 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18763 4 3 0 89198 78 0 0 19 0 11 0 1783488721 860188672 33667 4294967295 134512640 134569956 3221224352 3221214332 1131820139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33667 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 892.76
Current children cumulated vsize (Kb) 840028

[startup+950.067 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18769 4 3 0 90168 79 0 0 17 0 11 0 1783488721 860188672 33746 4294967295 134512640 134569956 3221224352 3221214344 1131810833 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33746 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 902.47
Current children cumulated vsize (Kb) 840028

[startup+960.067 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18774 4 3 0 91142 79 0 0 16 0 11 0 1783488721 860188672 33800 4294967295 134512640 134569956 3221224352 3221214592 1131519191 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33800 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 912.21
Current children cumulated vsize (Kb) 840028

[startup+970.068 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18780 4 3 0 92106 79 0 0 17 0 11 0 1783488721 860188672 33864 4294967295 134512640 134569956 3221224352 3221214592 1131518722 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33864 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 921.85
Current children cumulated vsize (Kb) 840028

[startup+980.069 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18786 4 3 0 93068 80 0 0 17 0 11 0 1783488721 860188672 33920 4294967295 134512640 134569956 3221224352 3221214736 1131349913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33920 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 931.48
Current children cumulated vsize (Kb) 840028

[startup+990.07 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18792 4 3 0 94026 80 0 0 16 0 11 0 1783488721 860188672 33958 4294967295 134512640 134569956 3221224352 3221214552 1131525335 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 33958 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 941.06
Current children cumulated vsize (Kb) 840028

[startup+1000.07 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18798 4 3 0 94984 80 0 0 17 0 11 0 1783488721 860188672 34023 4294967295 134512640 134569956 3221224352 3221214472 1131453806 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 34023 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 950.64
Current children cumulated vsize (Kb) 840028

[startup+1010.07 s]
Raw data (loadavg): 1.01 1.01 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18804 4 3 0 95945 80 0 0 18 0 11 0 1783488721 860188672 34124 4294967295 134512640 134569956 3221224352 3221214592 1131519683 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34124 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 960.25
Current children cumulated vsize (Kb) 840028

[startup+1020.07 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18810 4 3 0 96909 81 0 0 17 0 11 0 1783488721 860188672 34243 4294967295 134512640 134569956 3221224352 3221214560 1131328116 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34243 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 969.9
Current children cumulated vsize (Kb) 840028

[startup+1030.07 s]
Raw data (loadavg): 1.01 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18814 4 3 0 97887 81 0 0 18 0 11 0 1783488721 860188672 34302 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34302 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 979.68
Current children cumulated vsize (Kb) 840028

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18820 4 3 0 98854 81 0 0 17 0 11 0 1783488721 860188672 34401 4294967295 134512640 134569956 3221224352 3221214592 1131518722 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34401 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 989.35
Current children cumulated vsize (Kb) 840028

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18826 4 3 0 99821 82 0 0 16 0 11 0 1783488721 860188672 34452 4294967295 134512640 134569956 3221224352 3221214168 1131820189 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 34452 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 999.03
Current children cumulated vsize (Kb) 840028

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18831 4 3 0 100790 82 0 0 16 0 11 0 1783488721 860188672 34474 4294967295 134512640 134569956 3221224352 3221214472 1131454018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 34474 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1008.72
Current children cumulated vsize (Kb) 840028

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.96 3/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18837 4 3 0 101753 82 0 0 16 0 11 0 1783488721 860188672 34538 4294967295 134512640 134569956 3221224352 3221214592 1131519612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34538 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1018.35
Current children cumulated vsize (Kb) 840028

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) S 12713 12714 9854 0 -1 0 18842 4 3 0 102720 83 0 0 18 0 11 0 1783488721 860188672 34589 4294967295 134512640 134569956 3221224352 3221213296 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34589 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1028.03
Current children cumulated vsize (Kb) 840028

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18849 4 3 0 103679 83 0 0 17 0 11 0 1783488721 860188672 34674 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34674 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1037.62
Current children cumulated vsize (Kb) 840028

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18854 4 3 0 104649 84 0 0 19 0 11 0 1783488721 860188672 34774 4294967295 134512640 134569956 3221224352 3221214456 1131328178 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34774 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1047.33
Current children cumulated vsize (Kb) 840028

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18860 4 3 0 105616 84 0 0 17 0 11 0 1783488721 860188672 34873 4294967295 134512640 134569956 3221224352 3221214568 1131656748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 34873 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1057
Current children cumulated vsize (Kb) 840028

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18866 4 3 0 106586 84 0 0 17 0 11 0 1783488721 860188672 34896 4294967295 134512640 134569956 3221224352 3221214728 1131349913 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 34896 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1066.7
Current children cumulated vsize (Kb) 840028

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18872 4 3 0 107555 85 0 0 16 0 11 0 1783488721 860188672 34969 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 34969 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1076.4
Current children cumulated vsize (Kb) 840028

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18878 4 3 0 108524 85 0 0 17 0 11 0 1783488721 860188672 35024 4294967295 134512640 134569956 3221224352 3221214464 1131454210 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35024 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1086.09
Current children cumulated vsize (Kb) 840028

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18884 4 3 0 109494 85 0 0 18 0 11 0 1783488721 860188672 35111 4294967295 134512640 134569956 3221224352 3221214464 1131454061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35111 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1095.79
Current children cumulated vsize (Kb) 840028

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18891 4 3 0 110455 85 0 0 17 0 11 0 1783488721 860188672 35166 4294967295 134512640 134569956 3221224352 3221214736 1131349913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35166 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1105.4
Current children cumulated vsize (Kb) 840028

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18896 4 3 0 111429 85 0 0 19 0 11 0 1783488721 860188672 35183 4294967295 134512640 134569956 3221224352 3221214592 1131519640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35183 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1115.14
Current children cumulated vsize (Kb) 840028

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18901 4 3 0 112403 85 0 0 16 0 11 0 1783488721 860188672 35236 4294967295 134512640 134569956 3221224352 3221214688 1131508570 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35236 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1124.88
Current children cumulated vsize (Kb) 840028

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18906 4 3 0 113379 85 0 0 18 0 11 0 1783488721 860188672 35298 4294967295 134512640 134569956 3221224352 3221214736 1131349913 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35298 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1134.64
Current children cumulated vsize (Kb) 840028

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18912 4 3 0 114350 86 0 0 19 0 11 0 1783488721 860188672 35338 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35338 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1144.36
Current children cumulated vsize (Kb) 840028

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18918 4 3 0 115324 86 0 0 17 0 11 0 1783488721 860188672 35453 4294967295 134512640 134569956 3221224352 3221214560 1131590724 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35453 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1154.1
Current children cumulated vsize (Kb) 840028

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18924 4 3 0 116299 86 0 0 25 0 11 0 1783488721 860188672 35487 4294967295 134512640 134569956 3221224352 3221214736 1131349913 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35487 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1163.85
Current children cumulated vsize (Kb) 840028

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18930 4 3 0 117273 87 0 0 17 0 11 0 1783488721 860188672 35505 4294967295 134512640 134569956 3221224352 3221214560 1131590661 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35505 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1173.6
Current children cumulated vsize (Kb) 840028

[startup+1240.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18936 4 3 0 118245 87 0 0 18 0 11 0 1783488721 860188672 35535 4294967295 134512640 134569956 3221224352 3221214592 1131519653 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35535 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (Kb) 840028

[startup+1250.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18942 4 3 0 119216 87 0 0 18 0 11 0 1783488721 860188672 35578 4294967295 134512640 134569956 3221224352 3221214724 1131057195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12714/statm): 210007 35578 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1193.03
Current children cumulated vsize (Kb) 840028

[startup+1260.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18947 4 3 0 120189 87 0 0 17 0 11 0 1783488721 860188672 35626 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35626 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1202.76
Current children cumulated vsize (Kb) 840028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1260.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12733
Raw data (/proc/12714/stat): 12714 (java) R 12713 12714 9854 0 -1 0 18947 4 3 0 120189 87 0 0 17 0 11 0 1783488721 860188672 35626 4294967295 134512640 134569956 3221224352 3221214672 1131314243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12714/statm): 210007 35626 13129 16 0 209991 0
[pid=12714] vsize: 840028
Current children cumulated CPU time (s) 1202.76
Current children cumulated vsize (Kb) 840028

Sending SIGTERM to -12714
Sleeping 2 seconds
New thread pid=12735
New thread pid=12736
One traced child (pid=12736) exited with status: 0
One traced child (pid=12723) exited with status: 0
One traced child (pid=12718) exited with status: 0
One traced child (pid=12715) exited with status: 143
One traced child (pid=12716) exited with status: 143
One traced child (pid=12717) exited with status: 143
One traced child (pid=12722) exited with status: 143
One traced child (pid=12719) exited with status: 143
One traced child (pid=12721) exited with status: 143
One traced child (pid=12720) exited with status: 143
One traced child (pid=12733) exited with status: 143
One traced child (pid=12735) exited with status: 143
One traced child (pid=12714) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1260.2
CPU time (s): 1269.03
CPU user time (s): 1267.26
CPU system time (s): 1.76773
CPU usage (%): 100.701
Max. virtual memory (cumulated for all children) (Kb): 840284

Verifier Data

Verifier:	OK	26