Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUM6005a01d3f2ae55b0ca9c19f876c5827
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of terms in the objective function 360
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 360
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 360
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.02
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8

Trace number 1796

Launcher Data

LAUNCH ON wulflinc10 THE 2005-09-18 16:43:48 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6016 boxname=wulflinc10 idbench=156 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6005a01d3f2ae55b0ca9c19f876c5827  /oldhome/oroussel/tmp/wulflinc10/normalized-ii8a2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc10/normalized-ii8a2.opb
IDLAUNCH: 6016
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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:        924244 kB
Buffers:         34720 kB
Cached:          49304 kB
SwapCached:        228 kB
Active:          66048 kB
Inactive:        20940 kB
HighTotal:      131008 kB
HighFree:        77952 kB
LowTotal:       903652 kB
LowFree:        846292 kB
SwapTotal:     2097136 kB
SwapFree:      2096756 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6272 kB
Slab:            17900 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 17:04:39 (client local time) WITH STATUS 143 IN 1255.31 SECONDS
stats: 6016 0 1255.31 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/wulflinc10/normalized-ii8a2.opb
c reading problem ... done. Time 1.446 ms.
c #vars     360
c #constraints  980
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 161 		Current CPU time: 2.48 ms
c CURRENT OPTIMUM=                 159 		Current CPU time: 2.80 ms
c CURRENT OPTIMUM=                 157 		Current CPU time: 3.43 ms
c CURRENT OPTIMUM=                 155 		Current CPU time: 3.78 ms
c CURRENT OPTIMUM=                 154 		Current CPU time: 33.53 ms
c CURRENT OPTIMUM=                 153 		Current CPU time: 138.45 ms
c CURRENT OPTIMUM=                 152 		Current CPU time: 192.02 ms
c CURRENT OPTIMUM=                 151 		Current CPU time: 874.00 ms
c starts		: 19
c conflicts		: 2110
c decisions		: 6493
c propagations		: 64042
c inspects		: 4352978
c learnt literals	: 0
c learnt binary clauses	: 2
c learnt ternary clauses	: 3
c learnt clauses	: 2109
c root simplifications	: 19
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 3995
c speed (decisions/second)	: 17.324460761817345
c non guided choices	602
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 
c objective function=151
c Total CPU time (ms) : 1248.81

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/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1784597361 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 39 3 38 16 0 23 0
[pid=29445] 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/29445
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=29446
New thread pid=29447
New thread pid=29448
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=29449
New thread pid=29450
New thread pid=29451
New thread pid=29452
New thread pid=29453
New thread pid=29454
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/wulflinc10/normalized-ii8a2.opb
New thread pid=29455
One traced child (pid=29455) exited with status: 0
New thread pid=29456
One traced child (pid=29456) exited with status: 0
New thread pid=29457
One traced child (pid=29457) exited with status: 0
New thread pid=29458
One traced child (pid=29458) exited with status: 0
New thread pid=29459

[startup+10.0022 s]
Raw data (loadavg): 1.16 1.03 1.01 2/66 29459
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18187 3 1 0 755 49 0 0 24 0 11 0 1784597361 856326144 19851 4294967295 134512640 134569956 3221224352 3221214536 1131334607 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209064 19851 13129 16 0 209048 0
[pid=29445] vsize: 836256
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (Kb) 836256

[startup+20.0028 s]
Raw data (loadavg): 1.28 1.06 1.02 2/66 29459
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18196 3 1 0 1700 50 0 0 25 0 11 0 1784597361 855666688 20101 4294967295 134512640 134569956 3221224352 3221213384 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 208903 20102 13129 16 0 208887 0
[pid=29445] vsize: 835612
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (Kb) 835612

[startup+30.0033 s]
Raw data (loadavg): 1.24 1.06 1.02 2/66 29459
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18204 3 1 0 2642 50 0 0 25 0 11 0 1784597361 855666688 21081 4294967295 134512640 134569956 3221224352 3221214756 1131334432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 208903 21081 13129 16 0 208887 0
[pid=29445] vsize: 835612
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (Kb) 835612
One traced child (pid=29459) exited with status: 0
New thread pid=29460

[startup+40.0038 s]
Raw data (loadavg): 1.27 1.07 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18212 3 1 0 3565 51 0 0 20 0 11 0 1784597361 856715264 21537 4294967295 134512640 134569956 3221224352 3221214680 1131423803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 21537 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 36.16
Current children cumulated vsize (Kb) 836636

[startup+50.0044 s]
Raw data (loadavg): 1.23 1.07 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18218 3 1 0 4504 51 0 0 25 0 11 0 1784597361 856715264 21653 4294967295 134512640 134569956 3221224352 3221214512 1131428023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 21653 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 45.55
Current children cumulated vsize (Kb) 836636

[startup+60.005 s]
Raw data (loadavg): 1.20 1.07 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18226 3 1 0 5432 52 0 0 25 0 11 0 1784597361 856715264 21675 4294967295 134512640 134569956 3221224352 3221214680 1131424312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 21675 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 54.84
Current children cumulated vsize (Kb) 836636

[startup+70.0055 s]
Raw data (loadavg): 1.16 1.07 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18234 3 1 0 6362 52 0 0 19 0 11 0 1784597361 856715264 21821 4294967295 134512640 134569956 3221224352 3221214576 1131443233 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 21821 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 64.14
Current children cumulated vsize (Kb) 836636

[startup+80.0061 s]
Raw data (loadavg): 1.14 1.06 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18240 3 1 0 7303 52 0 0 25 0 11 0 1784597361 856715264 22259 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 22259 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 73.55
Current children cumulated vsize (Kb) 836636

[startup+90.0066 s]
Raw data (loadavg): 1.12 1.06 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18247 3 1 0 8255 53 0 0 25 0 11 0 1784597361 856715264 22411 4294967295 134512640 134569956 3221224352 3221214632 1131334475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 22411 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 83.08
Current children cumulated vsize (Kb) 836636

[startup+100.007 s]
Raw data (loadavg): 1.10 1.06 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18254 3 1 0 9198 54 0 0 22 0 11 0 1784597361 856715264 22497 4294967295 134512640 134569956 3221224352 3221214760 1131406186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 22497 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 92.52
Current children cumulated vsize (Kb) 836636

[startup+110.008 s]
Raw data (loadavg): 1.08 1.06 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18261 3 1 0 10136 54 0 0 24 0 11 0 1784597361 856715264 22647 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 22647 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (Kb) 836636

[startup+120.008 s]
Raw data (loadavg): 1.07 1.05 1.02 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18269 3 1 0 11073 54 0 0 17 0 11 0 1784597361 856715264 22764 4294967295 134512640 134569956 3221224352 3221214664 1131424158 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 22764 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 111.27
Current children cumulated vsize (Kb) 836636

[startup+130.009 s]
Raw data (loadavg): 1.06 1.05 1.01 2/66 29460
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18276 3 1 0 12012 55 0 0 25 0 11 0 1784597361 856715264 22948 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 22948 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 120.67
Current children cumulated vsize (Kb) 836636
One traced child (pid=29460) exited with status: 0
New thread pid=29461

[startup+140.009 s]
Raw data (loadavg): 1.05 1.05 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18285 3 1 0 12950 55 0 0 19 0 11 0 1784597361 856715264 23124 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 23124 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 130.05
Current children cumulated vsize (Kb) 836636

[startup+150.01 s]
Raw data (loadavg): 1.04 1.05 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18292 3 1 0 13880 55 0 0 16 0 11 0 1784597361 856715264 23299 4294967295 134512640 134569956 3221224352 3221213368 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 23299 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 139.35
Current children cumulated vsize (Kb) 836636

[startup+160.011 s]
Raw data (loadavg): 1.03 1.05 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18299 3 1 0 14828 56 0 0 25 0 11 0 1784597361 856715264 23449 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 23449 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 148.84
Current children cumulated vsize (Kb) 836636

[startup+170.011 s]
Raw data (loadavg): 1.03 1.04 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18306 3 1 0 15768 56 0 0 25 0 11 0 1784597361 856715264 23590 4294967295 134512640 134569956 3221224352 3221214052 1085759292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 23590 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 158.24
Current children cumulated vsize (Kb) 836636

[startup+180.012 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18313 3 1 0 16716 56 0 0 25 0 11 0 1784597361 856715264 23818 4294967295 134512640 134569956 3221224352 3221214664 1131424452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 23818 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 167.72
Current children cumulated vsize (Kb) 836636

[startup+190.012 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 29461
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18320 3 1 0 17672 57 0 0 25 0 11 0 1784597361 856715264 23973 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 23973 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 177.29
Current children cumulated vsize (Kb) 836636
One traced child (pid=29461) exited with status: 0
New thread pid=29462

[startup+200.013 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18328 3 1 0 18623 57 0 0 22 0 11 0 1784597361 856715264 24058 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 24058 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 186.8
Current children cumulated vsize (Kb) 836636

[startup+210.013 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18335 3 1 0 19588 57 0 0 25 0 11 0 1784597361 856715264 24202 4294967295 134512640 134569956 3221224352 3221214632 1131334579 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 24202 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 196.45
Current children cumulated vsize (Kb) 836636

[startup+220.014 s]
Raw data (loadavg): 1.01 1.03 1.01 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18342 3 1 0 20551 58 0 0 25 0 11 0 1784597361 856715264 24311 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24311 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 206.09
Current children cumulated vsize (Kb) 836636

[startup+230.015 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18350 3 1 0 21515 58 0 0 25 0 11 0 1784597361 856715264 24407 4294967295 134512640 134569956 3221224352 3221213264 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24407 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 215.73
Current children cumulated vsize (Kb) 836636

[startup+240.015 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18356 3 1 0 22482 58 0 0 25 0 11 0 1784597361 856715264 24525 4294967295 134512640 134569956 3221224352 3221214760 1131406053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24525 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 225.4
Current children cumulated vsize (Kb) 836636

[startup+250.016 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18364 3 1 0 23452 59 0 0 22 0 11 0 1784597361 856715264 24586 4294967295 134512640 134569956 3221224352 3221214760 1131406053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24586 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 235.11
Current children cumulated vsize (Kb) 836636

[startup+260.016 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18371 3 1 0 24422 59 0 0 25 0 11 0 1784597361 856715264 24673 4294967295 134512640 134569956 3221224352 3221214512 1131427981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 24673 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 244.81
Current children cumulated vsize (Kb) 836636

[startup+270.017 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18379 3 1 0 25388 60 0 0 16 0 11 0 1784597361 856715264 24744 4294967295 134512640 134569956 3221224352 3221214664 1131424452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24744 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 254.48
Current children cumulated vsize (Kb) 836636

[startup+280.018 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18386 3 1 0 26361 60 0 0 25 0 11 0 1784597361 856715264 24802 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24802 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 264.21
Current children cumulated vsize (Kb) 836636

[startup+290.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18394 3 1 0 27329 60 0 0 21 0 11 0 1784597361 856715264 24826 4294967295 134512640 134569956 3221224352 3221214520 1131428008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24826 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 273.89
Current children cumulated vsize (Kb) 836636

[startup+300.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18401 3 1 0 28296 61 0 0 25 0 11 0 1784597361 856715264 24968 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 24968 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 283.57
Current children cumulated vsize (Kb) 836636

[startup+310.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18409 3 1 0 29261 61 0 0 25 0 11 0 1784597361 856715264 25018 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 25018 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 293.22
Current children cumulated vsize (Kb) 836636

[startup+320.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18416 3 1 0 30226 62 0 0 25 0 11 0 1784597361 856715264 25061 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 25061 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 302.88
Current children cumulated vsize (Kb) 836636

[startup+330.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18423 3 1 0 31190 62 0 0 22 0 11 0 1784597361 856715264 25092 4294967295 134512640 134569956 3221224352 3221214616 1131564592 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25092 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 312.52
Current children cumulated vsize (Kb) 836636

[startup+340.023 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18430 3 1 0 32153 62 0 0 25 0 11 0 1784597361 856715264 25231 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25231 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 322.15
Current children cumulated vsize (Kb) 836636

[startup+350.023 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18438 3 1 0 33113 62 0 0 17 0 11 0 1784597361 856715264 25334 4294967295 134512640 134569956 3221224352 3221214740 1131334432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25334 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 331.75
Current children cumulated vsize (Kb) 836636

[startup+360.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18445 3 1 0 34079 62 0 0 25 0 11 0 1784597361 856715264 25429 4294967295 134512640 134569956 3221224352 3221214664 1131423813 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25429 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 341.41
Current children cumulated vsize (Kb) 836636

[startup+370.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18452 3 1 0 35042 63 0 0 25 0 11 0 1784597361 856715264 25474 4294967295 134512640 134569956 3221224352 3221214760 1131406201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25474 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 351.05
Current children cumulated vsize (Kb) 836636

[startup+380.026 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18460 3 1 0 35996 63 0 0 25 0 11 0 1784597361 856715264 25572 4294967295 134512640 134569956 3221224352 3221214664 1131423486 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 25572 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 360.59
Current children cumulated vsize (Kb) 836636

[startup+390.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18468 3 1 0 36955 63 0 0 25 0 11 0 1784597361 856715264 25693 4294967295 134512640 134569956 3221224352 3221214616 1131564944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25693 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 370.18
Current children cumulated vsize (Kb) 836636

[startup+400.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18475 3 1 0 37922 64 0 0 25 0 11 0 1784597361 856715264 25755 4294967295 134512640 134569956 3221224352 3221214760 1131406292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 25755 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 379.86
Current children cumulated vsize (Kb) 836636

[startup+410.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18483 3 1 0 38887 64 0 0 25 0 11 0 1784597361 856715264 25867 4294967295 134512640 134569956 3221224352 3221214664 1131423813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 25867 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 389.51
Current children cumulated vsize (Kb) 836636

[startup+420.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18490 3 1 0 39860 65 0 0 25 0 11 0 1784597361 856715264 25981 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 25981 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 399.25
Current children cumulated vsize (Kb) 836636

[startup+430.03 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18498 3 1 0 40832 66 0 0 18 0 11 0 1784597361 856715264 26029 4294967295 134512640 134569956 3221224352 3221214664 1131423916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26029 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 408.98
Current children cumulated vsize (Kb) 836636

[startup+440.03 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18506 3 1 0 41804 66 0 0 20 0 11 0 1784597361 856715264 26080 4294967295 134512640 134569956 3221224352 3221214800 1131349593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26080 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 418.7
Current children cumulated vsize (Kb) 836636

[startup+450.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18514 3 1 0 42774 67 0 0 16 0 11 0 1784597361 856715264 26140 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26140 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 428.41
Current children cumulated vsize (Kb) 836636

[startup+460.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18521 3 1 0 43750 67 0 0 25 0 11 0 1784597361 856715264 26199 4294967295 134512640 134569956 3221224352 3221214740 1131334432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26199 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 438.17
Current children cumulated vsize (Kb) 836636

[startup+470.033 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18529 3 1 0 44723 68 0 0 22 0 11 0 1784597361 856715264 26251 4294967295 134512640 134569956 3221224352 3221214656 1131428150 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26251 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 447.91
Current children cumulated vsize (Kb) 836636

[startup+480.035 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18537 3 1 0 45697 68 0 0 25 0 11 0 1784597361 856715264 26299 4294967295 134512640 134569956 3221224352 3221214664 1131423486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26299 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 457.65
Current children cumulated vsize (Kb) 836636

[startup+490.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18545 3 1 0 46674 68 0 0 25 0 11 0 1784597361 856715264 26379 4294967295 134512640 134569956 3221224352 3221214588 1131057152 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26379 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 467.42
Current children cumulated vsize (Kb) 836636

[startup+500.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18553 3 1 0 47649 68 0 0 25 0 11 0 1784597361 856715264 26421 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26421 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 477.17
Current children cumulated vsize (Kb) 836636

[startup+510.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18561 3 1 0 48622 68 0 0 24 0 11 0 1784597361 856715264 26469 4294967295 134512640 134569956 3221224352 3221214664 1131424375 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26469 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 486.9
Current children cumulated vsize (Kb) 836636

[startup+520.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18568 3 1 0 49600 68 0 0 25 0 11 0 1784597361 856715264 26507 4294967295 134512640 134569956 3221224352 3221214408 1131648737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26507 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 496.68
Current children cumulated vsize (Kb) 836636

[startup+530.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18575 3 1 0 50577 69 0 0 25 0 11 0 1784597361 856715264 26542 4294967295 134512640 134569956 3221224352 3221214236 1131676064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26542 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 506.46
Current children cumulated vsize (Kb) 836636

[startup+540.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18583 3 1 0 51550 69 0 0 25 0 11 0 1784597361 856715264 26622 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26622 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 516.19
Current children cumulated vsize (Kb) 836636

[startup+550.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18591 3 1 0 52521 69 0 0 21 0 11 0 1784597361 856715264 26664 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26664 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 525.9
Current children cumulated vsize (Kb) 836636

[startup+560.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18598 3 1 0 53490 69 0 0 25 0 11 0 1784597361 856715264 26701 4294967295 134512640 134569956 3221224352 3221214616 1131474234 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26701 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 535.59
Current children cumulated vsize (Kb) 836636

[startup+570.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18605 3 1 0 54455 70 0 0 25 0 11 0 1784597361 856715264 26751 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26751 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 545.25
Current children cumulated vsize (Kb) 836636

[startup+580.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18613 3 1 0 55414 70 0 0 25 0 11 0 1784597361 856715264 26805 4294967295 134512640 134569956 3221224352 3221214004 1076934498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 26805 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 554.84
Current children cumulated vsize (Kb) 836636

[startup+590.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18620 3 1 0 56381 71 0 0 25 0 11 0 1784597361 856715264 26900 4294967295 134512640 134569956 3221224352 3221214664 1131423859 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 26900 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 564.52
Current children cumulated vsize (Kb) 836636

[startup+600.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18628 3 1 0 57347 71 0 0 25 0 11 0 1784597361 856715264 27015 4294967295 134512640 134569956 3221224352 3221214620 1131427635 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27015 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 574.18
Current children cumulated vsize (Kb) 836636

[startup+610.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18636 3 1 0 58318 72 0 0 16 0 11 0 1784597361 856715264 27097 4294967295 134512640 134569956 3221224352 3221214800 1131349593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27097 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 583.9
Current children cumulated vsize (Kb) 836636

[startup+620.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18643 3 1 0 59294 72 0 0 25 0 11 0 1784597361 856715264 27134 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27134 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 593.66
Current children cumulated vsize (Kb) 836636

[startup+630.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18651 3 1 0 60270 72 0 0 25 0 11 0 1784597361 856715264 27211 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27211 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 603.42
Current children cumulated vsize (Kb) 836636

[startup+640.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18658 3 1 0 61247 72 0 0 25 0 11 0 1784597361 856715264 27258 4294967295 134512640 134569956 3221224352 3221214760 1131406053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27258 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 613.19
Current children cumulated vsize (Kb) 836636

[startup+650.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18665 3 1 0 62223 73 0 0 25 0 11 0 1784597361 856715264 27295 4294967295 134512640 134569956 3221224352 3221214800 1131349593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27295 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 622.96
Current children cumulated vsize (Kb) 836636

[startup+660.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18673 3 1 0 63194 73 0 0 25 0 11 0 1784597361 856715264 27318 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27318 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 632.67
Current children cumulated vsize (Kb) 836636

[startup+670.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18680 3 1 0 64167 73 0 0 21 0 11 0 1784597361 856715264 27358 4294967295 134512640 134569956 3221224352 3221214664 1131423916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27358 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (Kb) 836636

[startup+680.048 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18687 3 1 0 65139 73 0 0 25 0 11 0 1784597361 856715264 27440 4294967295 134512640 134569956 3221224352 3221214664 1131423850 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27440 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 652.12
Current children cumulated vsize (Kb) 836636

[startup+690.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18695 3 1 0 66109 73 0 0 25 0 11 0 1784597361 856715264 27510 4294967295 134512640 134569956 3221224352 3221214760 1131406503 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27510 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 661.82
Current children cumulated vsize (Kb) 836636

[startup+700.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18702 3 1 0 67084 74 0 0 25 0 11 0 1784597361 856715264 27568 4294967295 134512640 134569956 3221224352 3221214664 1131424049 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27568 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 671.58
Current children cumulated vsize (Kb) 836636

[startup+710.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18710 3 1 0 68054 74 0 0 25 0 11 0 1784597361 856715264 27633 4294967295 134512640 134569956 3221224352 3221214760 1131406448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27633 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 681.28
Current children cumulated vsize (Kb) 836636

[startup+720.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18717 3 1 0 69030 74 0 0 25 0 11 0 1784597361 856715264 27691 4294967295 134512640 134569956 3221224352 3221214756 1131316588 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27691 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 691.04
Current children cumulated vsize (Kb) 836636

[startup+730.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18724 3 1 0 70006 75 0 0 25 0 11 0 1784597361 856715264 27755 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27755 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 700.81
Current children cumulated vsize (Kb) 836636

[startup+740.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18732 3 1 0 70979 75 0 0 18 0 11 0 1784597361 856715264 27803 4294967295 134512640 134569956 3221224352 3221214664 1131424345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27803 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 710.54
Current children cumulated vsize (Kb) 836636

[startup+750.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18740 3 1 0 71951 76 0 0 17 0 11 0 1784597361 856715264 27857 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27857 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 720.27
Current children cumulated vsize (Kb) 836636

[startup+760.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18747 3 1 0 72924 76 0 0 19 0 11 0 1784597361 856715264 27895 4294967295 134512640 134569956 3221224352 3221214664 1131423532 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 27895 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 730
Current children cumulated vsize (Kb) 836636

[startup+770.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18754 3 1 0 73893 76 0 0 25 0 11 0 1784597361 856715264 27967 4294967295 134512640 134569956 3221224352 3221214576 1131376588 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 27967 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 739.69
Current children cumulated vsize (Kb) 836636

[startup+780.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18762 3 1 0 74854 77 0 0 24 0 11 0 1784597361 856715264 28008 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28008 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 749.31
Current children cumulated vsize (Kb) 836636

[startup+790.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18769 3 1 0 75815 77 0 0 25 0 11 0 1784597361 856715264 28071 4294967295 134512640 134569956 3221224352 3221214700 1131057207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28071 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 758.92
Current children cumulated vsize (Kb) 836636

[startup+800.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18775 3 1 0 76781 77 0 0 25 0 11 0 1784597361 856715264 28134 4294967295 134512640 134569956 3221224352 3221214648 1131613674 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28134 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 768.58
Current children cumulated vsize (Kb) 836636

[startup+810.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18782 3 1 0 77739 77 0 0 25 0 11 0 1784597361 856715264 28227 4294967295 134512640 134569956 3221224352 3221214664 1131424421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 28227 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 778.16
Current children cumulated vsize (Kb) 836636

[startup+820.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18789 3 1 0 78699 77 0 0 25 0 11 0 1784597361 856715264 28303 4294967295 134512640 134569956 3221224352 3221214664 1131423539 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28303 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 787.76
Current children cumulated vsize (Kb) 836636

[startup+830.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18796 3 1 0 79655 78 0 0 25 0 11 0 1784597361 856715264 28408 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 28408 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 797.33
Current children cumulated vsize (Kb) 836636

[startup+840.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18802 3 1 0 80609 78 0 0 25 0 11 0 1784597361 856715264 28501 4294967295 134512640 134569956 3221224352 3221214664 1131423916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28501 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 806.87
Current children cumulated vsize (Kb) 836636

[startup+850.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18809 3 1 0 81554 79 0 0 22 0 11 0 1784597361 856715264 28602 4294967295 134512640 134569956 3221224352 3221214744 1131316616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 28602 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 816.33
Current children cumulated vsize (Kb) 836636

[startup+860.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18816 3 1 0 82494 79 0 0 18 0 11 0 1784597361 856715264 28670 4294967295 134512640 134569956 3221224352 3221214632 1131334603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 28670 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 825.73
Current children cumulated vsize (Kb) 836636

[startup+870.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29462
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18823 3 1 0 83428 80 0 0 17 0 11 0 1784597361 856715264 28783 4294967295 134512640 134569956 3221224352 3221214392 1131677687 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 28783 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 835.08
Current children cumulated vsize (Kb) 836636
One traced child (pid=29462) exited with status: 0
New thread pid=29463

[startup+880.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18828 3 1 0 84379 80 0 0 25 0 11 0 1784597361 856715264 28959 4294967295 134512640 134569956 3221224352 3221214760 1131406053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 28959 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 844.59
Current children cumulated vsize (Kb) 836636

[startup+890.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18837 3 1 0 85309 80 0 0 20 0 11 0 1784597361 856715264 29139 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29139 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 853.89
Current children cumulated vsize (Kb) 836636

[startup+900.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18844 3 1 0 86264 80 0 0 25 0 11 0 1784597361 856715264 29308 4294967295 134512640 134569956 3221224352 3221214664 1131423595 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29308 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 863.44
Current children cumulated vsize (Kb) 836636

[startup+910.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18852 3 1 0 87224 81 0 0 25 0 11 0 1784597361 856715264 29438 4294967295 134512640 134569956 3221224352 3221214588 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29438 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 873.05
Current children cumulated vsize (Kb) 836636

[startup+920.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18860 3 1 0 88199 81 0 0 24 0 11 0 1784597361 856715264 29622 4294967295 134512640 134569956 3221224352 3221214664 1131424385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29622 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 882.8
Current children cumulated vsize (Kb) 836636

[startup+930.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18867 3 1 0 89180 82 0 0 25 0 11 0 1784597361 856715264 29643 4294967295 134512640 134569956 3221224352 3221214760 1131406043 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29643 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 892.62
Current children cumulated vsize (Kb) 836636

[startup+940.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18875 3 1 0 90159 82 0 0 25 0 11 0 1784597361 856715264 29665 4294967295 134512640 134569956 3221224352 3221214664 1131423486 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29665 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 902.41
Current children cumulated vsize (Kb) 836636

[startup+950.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18882 3 1 0 91138 82 0 0 25 0 11 0 1784597361 856715264 29682 4294967295 134512640 134569956 3221224352 3221214608 1131374772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29682 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 912.2
Current children cumulated vsize (Kb) 836636

[startup+960.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18890 3 1 0 92109 83 0 0 25 0 11 0 1784597361 856715264 29732 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29732 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 921.92
Current children cumulated vsize (Kb) 836636

[startup+970.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18897 3 1 0 93084 83 0 0 25 0 11 0 1784597361 856715264 29761 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29761 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 931.67
Current children cumulated vsize (Kb) 836636

[startup+980.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18906 3 1 0 94053 83 0 0 16 0 11 0 1784597361 856715264 29785 4294967295 134512640 134569956 3221224352 3221214744 1131316648 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29785 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 941.36
Current children cumulated vsize (Kb) 836636

[startup+990.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18913 3 1 0 95031 84 0 0 25 0 11 0 1784597361 856715264 29880 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29880 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 951.15
Current children cumulated vsize (Kb) 836636

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18921 3 1 0 96010 84 0 0 25 0 11 0 1784597361 856715264 29927 4294967295 134512640 134569956 3221224352 3221214744 1131316616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29927 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 960.94
Current children cumulated vsize (Kb) 836636

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18928 3 1 0 96993 84 0 0 25 0 11 0 1784597361 856715264 29948 4294967295 134512640 134569956 3221224352 3221214760 1131406634 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29948 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 970.77
Current children cumulated vsize (Kb) 836636

[startup+1020.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 18935 3 1 0 97970 86 0 0 16 0 11 0 1784597361 856715264 29954 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 29954 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 980.56
Current children cumulated vsize (Kb) 836636

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18942 3 1 0 98948 86 0 0 25 0 11 0 1784597361 856715264 29994 4294967295 134512640 134569956 3221224352 3221214664 1131423613 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 29994 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 990.34
Current children cumulated vsize (Kb) 836636

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18949 3 1 0 99918 86 0 0 25 0 11 0 1784597361 856715264 30004 4294967295 134512640 134569956 3221224352 3221214664 1131423657 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30004 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1000.04
Current children cumulated vsize (Kb) 836636

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18955 3 1 0 100887 87 0 0 25 0 11 0 1784597361 856715264 30035 4294967295 134512640 134569956 3221224352 3221214760 1131406039 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30035 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1009.74
Current children cumulated vsize (Kb) 836636

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18962 3 1 0 101849 87 0 0 25 0 11 0 1784597361 856715264 30078 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30078 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1019.36
Current children cumulated vsize (Kb) 836636

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18968 3 1 0 102813 88 0 0 25 0 11 0 1784597361 856715264 30087 4294967295 134512640 134569956 3221224352 3221214576 1131376582 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30087 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1029.01
Current children cumulated vsize (Kb) 836636

[startup+1080.07 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18975 3 1 0 103767 88 0 0 25 0 11 0 1784597361 856715264 30204 4294967295 134512640 134569956 3221224352 3221214664 1131423491 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30204 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1038.55
Current children cumulated vsize (Kb) 836636

[startup+1090.07 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18982 3 1 0 104725 88 0 0 25 0 11 0 1784597361 856715264 30296 4294967295 134512640 134569956 3221224352 3221214352 1131510530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30296 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1048.13
Current children cumulated vsize (Kb) 836636

[startup+1100.07 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18989 3 1 0 105684 89 0 0 17 0 11 0 1784597361 856715264 30406 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30406 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1057.73
Current children cumulated vsize (Kb) 836636

[startup+1110.07 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 18997 3 1 0 106646 90 0 0 25 0 11 0 1784597361 856715264 30506 4294967295 134512640 134569956 3221224352 3221214576 1131376565 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30506 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1067.36
Current children cumulated vsize (Kb) 836636

[startup+1120.07 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19005 3 1 0 107613 90 0 0 24 0 11 0 1784597361 856715264 30624 4294967295 134512640 134569956 3221224352 3221214744 1131316611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30624 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1077.03
Current children cumulated vsize (Kb) 836636

[startup+1130.07 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19013 3 1 0 108585 91 0 0 25 0 11 0 1784597361 856715264 30700 4294967295 134512640 134569956 3221224352 3221214632 1131334452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30700 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1086.76
Current children cumulated vsize (Kb) 836636

[startup+1140.07 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19021 3 1 0 109561 91 0 0 25 0 11 0 1784597361 856715264 30743 4294967295 134512640 134569956 3221224352 3221214664 1131424312 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30743 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1096.52
Current children cumulated vsize (Kb) 836636

[startup+1150.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19028 3 1 0 110539 91 0 0 17 0 11 0 1784597361 856715264 30764 4294967295 134512640 134569956 3221224352 3221214760 1131405904 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30764 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1106.3
Current children cumulated vsize (Kb) 836636

[startup+1160.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19035 3 1 0 111519 92 0 0 25 0 11 0 1784597361 856715264 30804 4294967295 134512640 134569956 3221224352 3221214664 1131423739 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30804 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1116.11
Current children cumulated vsize (Kb) 836636

[startup+1170.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19042 3 1 0 112490 92 0 0 25 0 11 0 1784597361 856715264 30847 4294967295 134512640 134569956 3221224352 3221214664 1131423815 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30847 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1125.82
Current children cumulated vsize (Kb) 836636

[startup+1180.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19048 3 1 0 113457 93 0 0 25 0 11 0 1784597361 856715264 30860 4294967295 134512640 134569956 3221224352 3221214820 1131405859 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 30860 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1135.5
Current children cumulated vsize (Kb) 836636

[startup+1190.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19055 3 1 0 114415 93 0 0 25 0 11 0 1784597361 856715264 30901 4294967295 134512640 134569956 3221224352 3221214664 1131423899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30901 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1145.08
Current children cumulated vsize (Kb) 836636

[startup+1200.08 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) S 29444 29445 22582 0 -1 0 19062 3 1 0 115365 93 0 0 25 0 11 0 1784597361 856715264 30905 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 30905 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1154.58
Current children cumulated vsize (Kb) 836636

[startup+1210.08 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19069 3 1 0 116321 93 0 0 25 0 11 0 1784597361 856715264 31001 4294967295 134512640 134569956 3221224352 3221214664 1131423724 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 31001 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1164.14
Current children cumulated vsize (Kb) 836636

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19076 3 1 0 117280 94 0 0 25 0 11 0 1784597361 856715264 31164 4294967295 134512640 134569956 3221224352 3221214664 1131423486 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 31164 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1173.74
Current children cumulated vsize (Kb) 836636

[startup+1230.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19083 3 1 0 118246 94 0 0 17 0 11 0 1784597361 856715264 31272 4294967295 134512640 134569956 3221224352 3221214664 1131423486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 31272 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1183.4
Current children cumulated vsize (Kb) 836636

[startup+1240.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19089 3 1 0 119220 94 0 0 19 0 11 0 1784597361 856715264 31344 4294967295 134512640 134569956 3221224352 3221214800 1131349593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/29445/statm): 209159 31344 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1193.14
Current children cumulated vsize (Kb) 836636

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19096 3 1 0 120191 94 0 0 25 0 11 0 1784597361 856715264 31405 4294967295 134512640 134569956 3221224352 3221214508 1131087546 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 31405 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1202.85
Current children cumulated vsize (Kb) 836636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 29463
Raw data (/proc/29445/stat): 29445 (java) R 29444 29445 22582 0 -1 0 19096 3 1 0 120191 94 0 0 25 0 11 0 1784597361 856715264 31405 4294967295 134512640 134569956 3221224352 3221214700 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/29445/statm): 209159 31405 13129 16 0 209143 0
[pid=29445] vsize: 836636
Current children cumulated CPU time (s) 1202.85
Current children cumulated vsize (Kb) 836636

Sending SIGTERM to -29445
Sleeping 2 seconds
New thread pid=29465
New thread pid=29466
One traced child (pid=29466) exited with status: 0
One traced child (pid=29454) exited with status: 0
One traced child (pid=29449) exited with status: 0
One traced child (pid=29446) exited with status: 143
One traced child (pid=29447) exited with status: 143
One traced child (pid=29452) exited with status: 143
One traced child (pid=29450) exited with status: 143
One traced child (pid=29448) exited with status: 143
One traced child (pid=29451) exited with status: 143
One traced child (pid=29453) exited with status: 143
One traced child (pid=29463) exited with status: 143
One traced child (pid=29465) exited with status: 143
One traced child (pid=29445) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.22
CPU time (s): 1255.31
CPU user time (s): 1253.43
CPU system time (s): 1.87871
CPU usage (%): 100.407
Max. virtual memory (cumulated for all children) (Kb): 836636

Verifier Data

Verifier:	OK	151