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/synthesis-ptl-cmos-circuits/normalized-c8.opb
MD5SUM9b291040ec2b77d0bffb739c0db80d53
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1194
Optimality of the best value was proved YES
Number of terms in the objective function 239
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 10012
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 10012
Number of bits of the biggest sum of numbers14
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark33.9268
Number of variables239
Total number of constraints524
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4
Minimum length of a constraint1
Maximum length of a constraint36

Trace number 3190

Launcher Data

LAUNCH ON wulflinc2 THE 2005-09-18 22:25:42 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6109 boxname=wulflinc2 idbench=249 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  9b291040ec2b77d0bffb739c0db80d53  /oldhome/oroussel/tmp/wulflinc2/normalized-c8.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc2/normalized-c8.opb
IDLAUNCH: 6109
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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.191
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:        916916 kB
Buffers:         34096 kB
Cached:          59724 kB
SwapCached:       1040 kB
Active:          60084 kB
Inactive:        36408 kB
HighTotal:      131008 kB
HighFree:        67816 kB
LowTotal:       903652 kB
LowFree:        849100 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            15472 kB
Committed_AS:    72360 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 22:46:03 (client local time) WITH STATUS 143 IN 1225.77 SECONDS
stats: 6109 0 1225.77 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/wulflinc2/normalized-c8.opb
c reading problem ... done. Time 1.089 ms.
c #vars     239
c #constraints  524
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                1489 		Current CPU time: 1.62 ms
c CURRENT OPTIMUM=                1349 		Current CPU time: 1.74 ms
c CURRENT OPTIMUM=                1325 		Current CPU time: 2.98 ms
c starts		: 7
c conflicts		: 731
c decisions		: 6954
c propagations		: 18684
c inspects		: 264925
c learnt literals	: 4
c learnt binary clauses	: 2
c learnt ternary clauses	: 1
c learnt clauses	: 726
c root simplifications	: 11
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 2967
c speed (decisions/second)	: 5.7197895341176315
c non guided choices	438
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 
c objective function=1325
c Total CPU time (ms) : 1218.781

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/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786624893 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 39 3 38 16 0 23 0
[pid=17155] 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/17155
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=17156
New thread pid=17157
New thread pid=17158
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=17159
New thread pid=17160
New thread pid=17161
New thread pid=17162
New thread pid=17163
New thread pid=17164
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/wulflinc2/normalized-c8.opb
New thread pid=17165
One traced child (pid=17165) exited with status: 0
New thread pid=17166
One traced child (pid=17166) exited with status: 0
New thread pid=17167
One traced child (pid=17167) exited with status: 0
New thread pid=17168

[startup+10.0034 s]
Raw data (loadavg): 1.09 1.02 0.93 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18173 3 1 0 745 50 0 0 21 0 11 0 1786624893 855715840 19395 4294967295 134512640 134569956 3221224352 3221214640 1131366580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 208915 19395 13129 16 0 208899 0
[pid=17155] vsize: 835660
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (Kb) 835660

[startup+20.0041 s]
Raw data (loadavg): 1.24 1.05 0.94 3/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18184 3 1 0 1707 50 0 0 16 0 11 0 1786624893 855617536 19909 4294967295 134512640 134569956 3221224352 3221214592 1131460527 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 19909 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (Kb) 835564

[startup+30.0048 s]
Raw data (loadavg): 1.20 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18196 3 1 0 2643 51 0 0 25 0 11 0 1786624893 855617536 21164 4294967295 134512640 134569956 3221224352 3221214768 1131397157 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 208891 21164 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 26.94
Current children cumulated vsize (Kb) 835564

[startup+40.0055 s]
Raw data (loadavg): 1.17 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18204 3 1 0 3573 52 0 0 21 0 11 0 1786624893 855617536 21558 4294967295 134512640 134569956 3221224352 3221214588 1131386656 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 21558 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 36.25
Current children cumulated vsize (Kb) 835564

[startup+50.0062 s]
Raw data (loadavg): 1.22 1.06 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18211 3 1 0 4513 52 0 0 25 0 11 0 1786624893 855617536 21736 4294967295 134512640 134569956 3221224352 3221214592 1131460061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 21736 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (Kb) 835564

[startup+60.0059 s]
Raw data (loadavg): 1.19 1.06 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18219 3 1 0 5449 52 0 0 17 0 11 0 1786624893 855617536 21941 4294967295 134512640 134569956 3221224352 3221214544 1131516880 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 21941 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 55.01
Current children cumulated vsize (Kb) 835564

[startup+70.0066 s]
Raw data (loadavg): 1.16 1.06 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18226 3 1 0 6393 52 0 0 23 0 11 0 1786624893 855617536 22003 4294967295 134512640 134569956 3221224352 3221214816 1131386713 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 22003 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 64.45
Current children cumulated vsize (Kb) 835564

[startup+80.0073 s]
Raw data (loadavg): 1.13 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18232 3 1 0 7333 52 0 0 20 0 11 0 1786624893 855617536 22241 4294967295 134512640 134569956 3221224352 3221214672 1131388826 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 208891 22241 13129 16 0 208875 0
[pid=17155] vsize: 835564
Current children cumulated CPU time (s) 73.85
Current children cumulated vsize (Kb) 835564

[startup+90.008 s]
Raw data (loadavg): 1.11 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18239 3 1 0 8270 53 0 0 25 0 11 0 1786624893 857714688 22879 4294967295 134512640 134569956 3221224352 3221214664 1131389227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 22879 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 83.23
Current children cumulated vsize (Kb) 837612

[startup+100.009 s]
Raw data (loadavg): 1.10 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18245 3 1 0 9208 54 0 0 25 0 11 0 1786624893 857714688 23081 4294967295 134512640 134569956 3221224352 3221214672 1131388791 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 23081 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 92.62
Current children cumulated vsize (Kb) 837612

[startup+110.009 s]
Raw data (loadavg): 1.08 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18250 3 1 0 10157 54 0 0 25 0 11 0 1786624893 857714688 23222 4294967295 134512640 134569956 3221224352 3221214640 1131366580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 23222 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (Kb) 837612

[startup+120.011 s]
Raw data (loadavg): 1.07 1.05 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18256 3 1 0 11099 54 0 0 25 0 11 0 1786624893 857714688 23441 4294967295 134512640 134569956 3221224352 3221214608 1131460477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 23441 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 111.53
Current children cumulated vsize (Kb) 837612

[startup+130.012 s]
Raw data (loadavg): 1.06 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18261 3 1 0 12053 55 0 0 25 0 11 0 1786624893 857714688 23604 4294967295 134512640 134569956 3221224352 3221214504 1131506538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 23604 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 121.08
Current children cumulated vsize (Kb) 837612

[startup+140.012 s]
Raw data (loadavg): 1.05 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18264 3 1 0 13028 55 0 0 25 0 11 0 1786624893 857714688 23768 4294967295 134512640 134569956 3221224352 3221214472 1131535637 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 23768 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 130.83
Current children cumulated vsize (Kb) 837612

[startup+150.013 s]
Raw data (loadavg): 1.04 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18266 3 1 0 14013 55 0 0 25 0 11 0 1786624893 857714688 23768 4294967295 134512640 134569956 3221224352 3221214504 1131433778 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 23768 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 140.68
Current children cumulated vsize (Kb) 837612

[startup+160.013 s]
Raw data (loadavg): 1.03 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18269 3 1 0 14992 55 0 0 25 0 11 0 1786624893 857714688 23768 4294967295 134512640 134569956 3221224352 3221214672 1131389018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 23768 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 150.47
Current children cumulated vsize (Kb) 837612

[startup+170.014 s]
Raw data (loadavg): 1.03 1.04 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18276 3 1 0 15940 56 0 0 17 0 11 0 1786624893 857714688 24128 4294967295 134512640 134569956 3221224352 3221214672 1131389001 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 24128 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 159.96
Current children cumulated vsize (Kb) 837612

[startup+180.013 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18281 3 1 0 16911 56 0 0 25 0 11 0 1786624893 857714688 24274 4294967295 134512640 134569956 3221224352 3221214504 1131433594 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 24274 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 169.67
Current children cumulated vsize (Kb) 837612

[startup+190.015 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18283 3 1 0 17900 56 0 0 25 0 11 0 1786624893 857714688 24312 4294967295 134512640 134569956 3221224352 3221214504 1131433778 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 24312 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 179.56
Current children cumulated vsize (Kb) 837612

[startup+200.016 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18285 3 1 0 18889 56 0 0 25 0 11 0 1786624893 857714688 24340 4294967295 134512640 134569956 3221224352 3221214400 1131617315 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 24340 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 189.45
Current children cumulated vsize (Kb) 837612

[startup+210.015 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18289 3 1 0 19866 57 0 0 25 0 11 0 1786624893 857714688 24459 4294967295 134512640 134569956 3221224352 3221214416 1131543746 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 24459 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 199.23
Current children cumulated vsize (Kb) 837612

[startup+220.016 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18292 3 1 0 20849 57 0 0 25 0 11 0 1786624893 857714688 24701 4294967295 134512640 134569956 3221224352 3221214504 1131433707 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 24701 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 209.06
Current children cumulated vsize (Kb) 837612

[startup+230.016 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18295 3 1 0 21835 57 0 0 25 0 11 0 1786624893 857714688 24827 4294967295 134512640 134569956 3221224352 3221214416 1131543600 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 24827 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 218.92
Current children cumulated vsize (Kb) 837612

[startup+240.017 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18297 3 1 0 22825 57 0 0 25 0 11 0 1786624893 857714688 24827 4294967295 134512640 134569956 3221224352 3221214472 1131535427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 24827 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 228.82
Current children cumulated vsize (Kb) 837612

[startup+250.016 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18301 3 1 0 23805 58 0 0 25 0 11 0 1786624893 857714688 25026 4294967295 134512640 134569956 3221224352 3221214616 1131506382 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25026 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 238.63
Current children cumulated vsize (Kb) 837612

[startup+260.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18303 3 1 0 24795 58 0 0 25 0 11 0 1786624893 857714688 25086 4294967295 134512640 134569956 3221224352 3221214504 1131433778 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25086 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 248.53
Current children cumulated vsize (Kb) 837612

[startup+270.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18306 3 1 0 25781 58 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214416 1131543791 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 258.39
Current children cumulated vsize (Kb) 837612

[startup+280.016 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18307 3 1 0 26776 59 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214504 1131433747 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 268.35
Current children cumulated vsize (Kb) 837612

[startup+290.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18308 3 1 0 27772 59 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214472 1131535478 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 278.31
Current children cumulated vsize (Kb) 837612

[startup+300.018 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18309 3 1 0 28768 59 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214416 1131543625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 288.27
Current children cumulated vsize (Kb) 837612

[startup+310.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18309 3 1 0 29768 59 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214416 1131543907 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 298.27
Current children cumulated vsize (Kb) 837612

[startup+320.018 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18310 3 1 0 30763 59 0 0 25 0 11 0 1786624893 857714688 25285 4294967295 134512640 134569956 3221224352 3221214416 1131543758 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25285 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 308.22
Current children cumulated vsize (Kb) 837612

[startup+330.018 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18311 3 1 0 31759 59 0 0 25 0 11 0 1786624893 857714688 25357 4294967295 134512640 134569956 3221224352 3221214416 1131543762 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25357 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 318.18
Current children cumulated vsize (Kb) 837612

[startup+340.019 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18311 3 1 0 32758 59 0 0 25 0 11 0 1786624893 857714688 25357 4294967295 134512640 134569956 3221224352 3221214400 1131617199 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25357 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 328.17
Current children cumulated vsize (Kb) 837612

[startup+350.019 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18312 3 1 0 33754 59 0 0 25 0 11 0 1786624893 857714688 25357 4294967295 134512640 134569956 3221224352 3221214416 1131543847 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25357 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 338.13
Current children cumulated vsize (Kb) 837612

[startup+360.02 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18313 3 1 0 34749 59 0 0 25 0 11 0 1786624893 857714688 25357 4294967295 134512640 134569956 3221224352 3221214400 1131617227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25357 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 348.08
Current children cumulated vsize (Kb) 837612

[startup+370.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18313 3 1 0 35749 60 0 0 25 0 11 0 1786624893 857714688 25357 4294967295 134512640 134569956 3221224352 3221214512 1131506598 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25357 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 358.09
Current children cumulated vsize (Kb) 837612

[startup+380.02 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18314 3 1 0 36744 60 0 0 25 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214504 1131433718 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 368.04
Current children cumulated vsize (Kb) 837612

[startup+390.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18315 3 1 0 37740 60 0 0 25 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214368 1131617285 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 378
Current children cumulated vsize (Kb) 837612

[startup+400.022 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18316 3 1 0 38736 60 0 0 20 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214400 1131617105 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 387.96
Current children cumulated vsize (Kb) 837612

[startup+410.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18316 3 1 0 39735 60 0 0 25 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214416 1131543710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 397.95
Current children cumulated vsize (Kb) 837612

[startup+420.022 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18317 3 1 0 40731 60 0 0 25 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214504 1131433713 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (Kb) 837612

[startup+430.023 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18318 3 1 0 41726 61 0 0 25 0 11 0 1786624893 857714688 25435 4294967295 134512640 134569956 3221224352 3221214512 1131506550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25435 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 417.87
Current children cumulated vsize (Kb) 837612

[startup+440.024 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18319 3 1 0 42721 61 0 0 25 0 11 0 1786624893 857714688 25509 4294967295 134512640 134569956 3221224352 3221214504 1131433850 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25509 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 427.82
Current children cumulated vsize (Kb) 837612

[startup+450.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18319 3 1 0 43721 61 0 0 25 0 11 0 1786624893 857714688 25509 4294967295 134512640 134569956 3221224352 3221214512 1131506538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25509 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 437.82
Current children cumulated vsize (Kb) 837612

[startup+460.025 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18320 3 1 0 44716 61 0 0 25 0 11 0 1786624893 857714688 25509 4294967295 134512640 134569956 3221224352 3221214616 1131506421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25509 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 447.77
Current children cumulated vsize (Kb) 837612

[startup+470.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18321 3 1 0 45712 61 0 0 25 0 11 0 1786624893 857714688 25509 4294967295 134512640 134569956 3221224352 3221214416 1131543909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25509 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 457.73
Current children cumulated vsize (Kb) 837612

[startup+480.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18321 3 1 0 46711 62 0 0 25 0 11 0 1786624893 857714688 25509 4294967295 134512640 134569956 3221224352 3221214472 1131535492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25509 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 467.73
Current children cumulated vsize (Kb) 837612

[startup+490.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18322 3 1 0 47706 62 0 0 25 0 11 0 1786624893 857714688 25576 4294967295 134512640 134569956 3221224352 3221214368 1131617103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25576 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 477.68
Current children cumulated vsize (Kb) 837612

[startup+500.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18323 3 1 0 48702 62 0 0 25 0 11 0 1786624893 857714688 25602 4294967295 134512640 134569956 3221224352 3221214416 1131543620 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25602 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 487.64
Current children cumulated vsize (Kb) 837612

[startup+510.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18324 3 1 0 49698 62 0 0 25 0 11 0 1786624893 857714688 25602 4294967295 134512640 134569956 3221224352 3221214400 1131617199 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25602 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 497.6
Current children cumulated vsize (Kb) 837612

[startup+520.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18324 3 1 0 50698 62 0 0 25 0 11 0 1786624893 857714688 25602 4294967295 134512640 134569956 3221224352 3221214512 1131506511 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25602 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 507.6
Current children cumulated vsize (Kb) 837612

[startup+530.029 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18325 3 1 0 51694 62 0 0 25 0 11 0 1786624893 857714688 25647 4294967295 134512640 134569956 3221224352 3221214504 1131433862 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25647 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 517.56
Current children cumulated vsize (Kb) 837612

[startup+540.029 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18326 3 1 0 52689 63 0 0 25 0 11 0 1786624893 857714688 25647 4294967295 134512640 134569956 3221224352 3221214400 1131617150 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25647 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 527.52
Current children cumulated vsize (Kb) 837612

[startup+550.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18327 3 1 0 53684 64 0 0 25 0 11 0 1786624893 857714688 25647 4294967295 134512640 134569956 3221224352 3221214504 1131433850 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25647 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (Kb) 837612

[startup+560.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18327 3 1 0 54683 65 0 0 25 0 11 0 1786624893 857714688 25647 4294967295 134512640 134569956 3221224352 3221214400 1131617150 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25647 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 547.48
Current children cumulated vsize (Kb) 837612

[startup+570.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18328 3 1 0 55679 65 0 0 25 0 11 0 1786624893 857714688 25743 4294967295 134512640 134569956 3221224352 3221214504 1131433713 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25743 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 557.44
Current children cumulated vsize (Kb) 837612

[startup+580.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18329 3 1 0 56675 65 0 0 25 0 11 0 1786624893 857714688 25743 4294967295 134512640 134569956 3221224352 3221214616 1131506288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25743 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 567.4
Current children cumulated vsize (Kb) 837612

[startup+590.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18330 3 1 0 57672 65 0 0 22 0 11 0 1786624893 857714688 25901 4294967295 134512640 134569956 3221224352 3221214400 1131617107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 25901 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 577.37
Current children cumulated vsize (Kb) 837612

[startup+600.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18330 3 1 0 58670 66 0 0 25 0 11 0 1786624893 857714688 25901 4294967295 134512640 134569956 3221224352 3221214512 1131506463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25901 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 587.36
Current children cumulated vsize (Kb) 837612

[startup+610.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18331 3 1 0 59667 66 0 0 25 0 11 0 1786624893 857714688 25918 4294967295 134512640 134569956 3221224352 3221214472 1131535468 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25918 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 597.33
Current children cumulated vsize (Kb) 837612

[startup+620.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18332 3 1 0 60664 67 0 0 25 0 11 0 1786624893 857714688 25918 4294967295 134512640 134569956 3221224352 3221214400 1131617068 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25918 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 607.31
Current children cumulated vsize (Kb) 837612

[startup+630.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18333 3 1 0 61661 67 0 0 25 0 11 0 1786624893 857714688 25983 4294967295 134512640 134569956 3221224352 3221214616 1131506568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25983 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 617.28
Current children cumulated vsize (Kb) 837612

[startup+640.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18333 3 1 0 62661 67 0 0 25 0 11 0 1786624893 857714688 25983 4294967295 134512640 134569956 3221224352 3221214512 1131506355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25983 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 627.28
Current children cumulated vsize (Kb) 837612

[startup+650.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18334 3 1 0 63658 67 0 0 25 0 11 0 1786624893 857714688 25985 4294967295 134512640 134569956 3221224352 3221214512 1131506528 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 25985 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 637.25
Current children cumulated vsize (Kb) 837612

[startup+660.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18335 3 1 0 64655 67 0 0 25 0 11 0 1786624893 857714688 26044 4294967295 134512640 134569956 3221224352 3221214416 1131543700 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26044 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 647.22
Current children cumulated vsize (Kb) 837612

[startup+670.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18335 3 1 0 65655 67 0 0 25 0 11 0 1786624893 857714688 26044 4294967295 134512640 134569956 3221224352 3221214400 1131617103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26044 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 657.22
Current children cumulated vsize (Kb) 837612

[startup+680.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18336 3 1 0 66652 68 0 0 25 0 11 0 1786624893 857714688 26079 4294967295 134512640 134569956 3221224352 3221214368 1131617209 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26079 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 667.2
Current children cumulated vsize (Kb) 837612

[startup+690.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18337 3 1 0 67650 68 0 0 25 0 11 0 1786624893 857714688 26141 4294967295 134512640 134569956 3221224352 3221214512 1131506453 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26141 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 677.18
Current children cumulated vsize (Kb) 837612

[startup+700.033 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18338 3 1 0 68648 68 0 0 17 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214384 1079817099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 687.16
Current children cumulated vsize (Kb) 837612

[startup+710.033 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18338 3 1 0 69648 68 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214512 1131506413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 697.16
Current children cumulated vsize (Kb) 837612

[startup+720.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18339 3 1 0 70647 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214416 1131543600 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 707.16
Current children cumulated vsize (Kb) 837612

[startup+730.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18340 3 1 0 71645 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 717.14
Current children cumulated vsize (Kb) 837612

[startup+740.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18341 3 1 0 72642 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214616 1131506427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 727.11
Current children cumulated vsize (Kb) 837612

[startup+750.035 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18341 3 1 0 73642 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214512 1131506511 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 737.11
Current children cumulated vsize (Kb) 837612

[startup+760.035 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18342 3 1 0 74640 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214368 1131617280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 747.09
Current children cumulated vsize (Kb) 837612

[startup+770.036 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18343 3 1 0 75638 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617093 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 757.07
Current children cumulated vsize (Kb) 837612

[startup+780.036 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18343 3 1 0 76638 69 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214512 1131506300 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 767.07
Current children cumulated vsize (Kb) 837612

[startup+790.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18344 3 1 0 77636 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214416 1131543766 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 777.06
Current children cumulated vsize (Kb) 837612

[startup+800.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18345 3 1 0 78634 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 787.04
Current children cumulated vsize (Kb) 837612

[startup+810.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18345 3 1 0 79633 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214416 1131543862 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 797.03
Current children cumulated vsize (Kb) 837612

[startup+820.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18346 3 1 0 80632 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214368 1131617280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 807.02
Current children cumulated vsize (Kb) 837612

[startup+830.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18346 3 1 0 81631 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214368 1131617272 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 817.01
Current children cumulated vsize (Kb) 837612

[startup+840.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18347 3 1 0 82629 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214504 1131433862 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 826.99
Current children cumulated vsize (Kb) 837612

[startup+850.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18347 3 1 0 83629 70 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214512 1131506560 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 836.99
Current children cumulated vsize (Kb) 837612

[startup+860.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18348 3 1 0 84627 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 846.98
Current children cumulated vsize (Kb) 837612

[startup+870.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18348 3 1 0 85627 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 856.98
Current children cumulated vsize (Kb) 837612

[startup+880.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18349 3 1 0 86625 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617223 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 866.96
Current children cumulated vsize (Kb) 837612

[startup+890.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18349 3 1 0 87625 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 876.96
Current children cumulated vsize (Kb) 837612

[startup+900.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18350 3 1 0 88624 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 886.95
Current children cumulated vsize (Kb) 837612

[startup+910.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18351 3 1 0 89622 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214512 1131506431 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 896.93
Current children cumulated vsize (Kb) 837612

[startup+920.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18353 3 1 0 90618 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617278 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 906.89
Current children cumulated vsize (Kb) 837612

[startup+930.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18354 3 1 0 91616 71 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617068 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 916.87
Current children cumulated vsize (Kb) 837612

[startup+940.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18355 3 1 0 92613 72 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214480 1131523735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 926.85
Current children cumulated vsize (Kb) 837612

[startup+950.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18356 3 1 0 93612 72 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 936.84
Current children cumulated vsize (Kb) 837612

[startup+960.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18356 3 1 0 94612 72 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 946.84
Current children cumulated vsize (Kb) 837612

[startup+970.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18357 3 1 0 95609 72 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 956.81
Current children cumulated vsize (Kb) 837612

[startup+980.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18358 3 1 0 96607 73 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214400 1131617272 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 966.8
Current children cumulated vsize (Kb) 837612

[startup+990.046 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18358 3 1 0 97606 73 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214416 1131543625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 976.79
Current children cumulated vsize (Kb) 837612

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18359 3 1 0 98604 73 0 0 25 0 11 0 1786624893 857714688 26143 4294967295 134512640 134569956 3221224352 3221214504 1131433778 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26143 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 986.77
Current children cumulated vsize (Kb) 837612

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18363 3 1 0 99592 73 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617140 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 996.65
Current children cumulated vsize (Kb) 837612

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18364 3 1 0 100590 73 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617256 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1006.63
Current children cumulated vsize (Kb) 837612

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18365 3 1 0 101588 74 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214368 1131617253 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1016.62
Current children cumulated vsize (Kb) 837612

[startup+1040.05 s]
Raw data (loadavg): 1.08 1.02 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18366 3 1 0 102586 74 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214472 1131535478 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1026.6
Current children cumulated vsize (Kb) 837612

[startup+1050.05 s]
Raw data (loadavg): 1.07 1.02 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18367 3 1 0 103583 74 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214416 1131543667 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1036.57
Current children cumulated vsize (Kb) 837612

[startup+1060.05 s]
Raw data (loadavg): 1.06 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18368 3 1 0 104582 74 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617253 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1046.56
Current children cumulated vsize (Kb) 837612

[startup+1070.05 s]
Raw data (loadavg): 1.05 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18369 3 1 0 105579 74 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214512 1131506463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1056.53
Current children cumulated vsize (Kb) 837612

[startup+1080.05 s]
Raw data (loadavg): 1.04 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18370 3 1 0 106577 74 0 0 20 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214512 1131505884 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1066.51
Current children cumulated vsize (Kb) 837612

[startup+1090.05 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18370 3 1 0 107577 75 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214504 1131506463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1076.52
Current children cumulated vsize (Kb) 837612

[startup+1100.05 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18371 3 1 0 108574 75 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214416 1131543766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1086.49
Current children cumulated vsize (Kb) 837612

[startup+1110.05 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18372 3 1 0 109571 75 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617115 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1096.46
Current children cumulated vsize (Kb) 837612

[startup+1120.05 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18373 3 1 0 110569 76 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1106.45
Current children cumulated vsize (Kb) 837612

[startup+1130.05 s]
Raw data (loadavg): 1.02 1.01 0.95 3/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18374 3 1 0 111566 76 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214512 1131506485 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1116.42
Current children cumulated vsize (Kb) 837612

[startup+1140.05 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18375 3 1 0 112563 76 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214472 1131535486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1126.39
Current children cumulated vsize (Kb) 837612

[startup+1150.05 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18376 3 1 0 113560 77 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214416 1131543618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1136.37
Current children cumulated vsize (Kb) 837612

[startup+1160.05 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18377 3 1 0 114557 77 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214512 1131506598 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1146.34
Current children cumulated vsize (Kb) 837612

[startup+1170.05 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18378 3 1 0 115555 77 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214512 1131506439 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1156.32
Current children cumulated vsize (Kb) 837612

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18379 3 1 0 116553 77 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214416 1131543718 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1166.3
Current children cumulated vsize (Kb) 837612

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18380 3 1 0 117550 77 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1176.27
Current children cumulated vsize (Kb) 837612

[startup+1200.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18381 3 1 0 118548 78 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214400 1131617209 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1186.26
Current children cumulated vsize (Kb) 837612

[startup+1210.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18382 3 1 0 119545 78 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214448 1131523508 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (Kb) 837612

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18383 3 1 0 120543 78 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214616 1131506427 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1206.21
Current children cumulated vsize (Kb) 837612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 17168
Raw data (/proc/17155/stat): 17155 (java) R 17154 17155 6872 0 -1 0 18383 3 1 0 120543 78 0 0 25 0 11 0 1786624893 857714688 26974 4294967295 134512640 134569956 3221224352 3221214616 1131506594 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17155/statm): 209403 26974 13129 16 0 209387 0
[pid=17155] vsize: 837612
Current children cumulated CPU time (s) 1206.21
Current children cumulated vsize (Kb) 837612

Sending SIGTERM to -17155
Sleeping 2 seconds
New thread pid=17170
New thread pid=17171
One traced child (pid=17171) exited with status: 0
One traced child (pid=17164) exited with status: 0
One traced child (pid=17159) exited with status: 0
One traced child (pid=17156) exited with status: 143
One traced child (pid=17157) exited with status: 143
One traced child (pid=17158) exited with status: 143
One traced child (pid=17163) exited with status: 143
One traced child (pid=17168) exited with status: 143
One traced child (pid=17160) exited with status: 143
One traced child (pid=17161) exited with status: 143
One traced child (pid=17162) exited with status: 143
One traced child (pid=17170) exited with status: 143
One traced child (pid=17155) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.17
CPU time (s): 1225.77
CPU user time (s): 1224.57
CPU system time (s): 1.20782
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (Kb): 837612

Verifier Data

Verifier:	OK	1325