Some explanations

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

General information on the benchmark

Namesubmitted/manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUMcddae768b283c2db142f16fe9d163db1
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of terms in the objective function 350
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 350
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 350
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark23.4574
Number of variables349
Total number of constraints715
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111

Trace number 1163

Launcher Data

LAUNCH ON wulflinc26 THE 2005-09-18 13:34:17 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5922 boxname=wulflinc26 idbench=62 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  cddae768b283c2db142f16fe9d163db1  /oldhome/oroussel/tmp/wulflinc26/normalized-clip.b.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc26/normalized-clip.b.opb
IDLAUNCH: 5922
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
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	: 3
cpu MHz		: 451.061
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        940168 kB
Buffers:         35008 kB
Cached:          32464 kB
SwapCached:        868 kB
Active:          57368 kB
Inactive:        12780 kB
HighTotal:      131008 kB
HighFree:        95816 kB
LowTotal:       903652 kB
LowFree:        844352 kB
SwapTotal:     2097892 kB
SwapFree:      2096540 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            18812 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 13:55:17 (client local time) WITH STATUS 143 IN 1254.8 SECONDS
stats: 5922 0 1254.8 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/wulflinc26/normalized-clip.b.opb
c reading problem ... done. Time 2.539 ms.
c #vars     350
c #constraints  707
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  21 		Current CPU time: 3.24 ms
c CURRENT OPTIMUM=                  20 		Current CPU time: 3.50 ms
c CURRENT OPTIMUM=                  19 		Current CPU time: 3.78 ms
c CURRENT OPTIMUM=                  18 		Current CPU time: 4.02 ms
c CURRENT OPTIMUM=                  17 		Current CPU time: 4.82 ms
c CURRENT OPTIMUM=                  16 		Current CPU time: 41.29 ms
c CURRENT OPTIMUM=                  15 		Current CPU time: 108.85 ms
c starts		: 14
c conflicts		: 1864
c decisions		: 25335
c propagations		: 55456
c inspects		: 1257770
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1864
c root simplifications	: 14
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 16258
c speed (decisions/second)	: 22.06235805548202
c non guided choices	2190
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 
c objective function=15
c Total CPU time (ms) : 1257.206

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/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1841662040 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 39 3 38 16 0 23 0
[pid=21319] 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/21319
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=21320
New thread pid=21321
New thread pid=21322
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=21323
New thread pid=21324
New thread pid=21325
New thread pid=21326
New thread pid=21327
New thread pid=21328
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/wulflinc26/normalized-clip.b.opb
New thread pid=21329
One traced child (pid=21329) exited with status: 0
New thread pid=21330
One traced child (pid=21330) exited with status: 0
New thread pid=21331
One traced child (pid=21331) exited with status: 0
New thread pid=21332
One traced child (pid=21332) exited with status: 0
New thread pid=21333
One traced child (pid=21333) exited with status: 0
New thread pid=21334

[startup+10.0086 s]
Raw data (loadavg): 1.16 1.03 0.93 3/66 21334
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18093 3 98 0 532 56 0 0 21 0 11 0 1841662040 861900800 20892 4294967295 134512640 134569956 3221224352 3221214564 1131055855 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210425 20892 13129 16 0 210409 0
[pid=21319] vsize: 841700
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (Kb) 841700

[startup+20.0083 s]
Raw data (loadavg): 1.14 1.03 0.93 2/66 21334
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18105 3 98 0 1460 57 0 0 22 0 11 0 1841662040 860184576 21536 4294967295 134512640 134569956 3221224352 3221214680 1131486956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 21536 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (Kb) 840024

[startup+30.0099 s]
Raw data (loadavg): 1.12 1.03 0.93 2/66 21334
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18112 3 98 0 2391 57 0 0 25 0 11 0 1841662040 860184576 21717 4294967295 134512640 134569956 3221224352 3221214592 1131556176 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 21717 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (Kb) 840024

[startup+40.0106 s]
Raw data (loadavg): 1.10 1.03 0.93 2/66 21334
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18121 3 98 0 3307 57 0 0 16 0 11 0 1841662040 860184576 22384 4294967295 134512640 134569956 3221224352 3221214592 1131556639 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 22384 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 33.64
Current children cumulated vsize (Kb) 840024
One traced child (pid=21334) exited with status: 0
New thread pid=21335

[startup+50.0113 s]
Raw data (loadavg): 1.08 1.03 0.93 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18129 3 98 0 4275 58 0 0 25 0 11 0 1841662040 860184576 22386 4294967295 134512640 134569956 3221224352 3221214592 1131556045 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 22386 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 43.33
Current children cumulated vsize (Kb) 840024

[startup+60.012 s]
Raw data (loadavg): 1.07 1.03 0.93 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18137 3 98 0 5236 58 0 0 23 0 11 0 1841662040 860184576 22512 4294967295 134512640 134569956 3221224352 3221214496 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 22512 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 52.94
Current children cumulated vsize (Kb) 840024

[startup+70.0127 s]
Raw data (loadavg): 1.14 1.04 0.94 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18145 3 98 0 6198 59 0 0 17 0 11 0 1841662040 860184576 22640 4294967295 134512640 134569956 3221224352 3221214496 1131419976 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 22640 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 62.57
Current children cumulated vsize (Kb) 840024

[startup+80.0133 s]
Raw data (loadavg): 1.12 1.04 0.94 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18153 3 98 0 7161 59 0 0 22 0 11 0 1841662040 860184576 22640 4294967295 134512640 134569956 3221224352 3221214496 1131419893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 22640 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 72.2
Current children cumulated vsize (Kb) 840024

[startup+90.014 s]
Raw data (loadavg): 1.10 1.04 0.94 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18161 3 98 0 8121 59 0 0 25 0 11 0 1841662040 860184576 22789 4294967295 134512640 134569956 3221224352 3221214344 1079817058 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 22789 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 81.8
Current children cumulated vsize (Kb) 840024

[startup+100.015 s]
Raw data (loadavg): 1.08 1.04 0.94 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18169 3 98 0 9074 59 0 0 25 0 11 0 1841662040 860184576 22909 4294967295 134512640 134569956 3221224352 3221214568 1131355929 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 22909 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 91.33
Current children cumulated vsize (Kb) 840024

[startup+110.015 s]
Raw data (loadavg): 1.07 1.03 0.94 2/66 21335
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18178 3 98 0 10024 60 0 0 25 0 11 0 1841662040 860184576 23020 4294967295 134512640 134569956 3221224352 3221214528 1131645677 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 23020 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (Kb) 840024
One traced child (pid=21335) exited with status: 0
New thread pid=21336

[startup+120.016 s]
Raw data (loadavg): 1.06 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18187 3 98 0 10966 60 0 0 21 0 11 0 1841662040 860184576 23077 4294967295 134512640 134569956 3221224352 3221214528 1131556285 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 23077 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 110.26
Current children cumulated vsize (Kb) 840024

[startup+130.017 s]
Raw data (loadavg): 1.05 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18195 3 98 0 11904 60 0 0 25 0 11 0 1841662040 860184576 23195 4294967295 134512640 134569956 3221224352 3221214824 1131515345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 23195 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 119.64
Current children cumulated vsize (Kb) 840024

[startup+140.016 s]
Raw data (loadavg): 1.12 1.04 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18203 3 98 0 12830 61 0 0 25 0 11 0 1841662040 860184576 23374 4294967295 134512640 134569956 3221224352 3221214616 1131555891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 23374 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 128.91
Current children cumulated vsize (Kb) 840024

[startup+150.018 s]
Raw data (loadavg): 1.10 1.04 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18212 3 98 0 13741 61 0 0 19 0 11 0 1841662040 860184576 23796 4294967295 134512640 134569956 3221224352 3221214616 1131556476 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 23796 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 138.02
Current children cumulated vsize (Kb) 840024

[startup+160.019 s]
Raw data (loadavg): 1.08 1.04 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18217 3 98 0 14684 61 0 0 25 0 11 0 1841662040 860184576 23963 4294967295 134512640 134569956 3221224352 3221214664 1131486083 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 23963 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 147.45
Current children cumulated vsize (Kb) 840024

[startup+170.018 s]
Raw data (loadavg): 1.07 1.04 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18224 3 98 0 15606 61 0 0 19 0 11 0 1841662040 860184576 24252 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 24252 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 156.67
Current children cumulated vsize (Kb) 840024

[startup+180.019 s]
Raw data (loadavg): 1.06 1.04 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18229 3 98 0 16551 62 0 0 25 0 11 0 1841662040 860184576 24444 4294967295 134512640 134569956 3221224352 3221214752 1131475734 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 24444 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 166.13
Current children cumulated vsize (Kb) 840024

[startup+190.02 s]
Raw data (loadavg): 1.05 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18235 3 98 0 17486 62 0 0 25 0 11 0 1841662040 860184576 24668 4294967295 134512640 134569956 3221224352 3221214528 1131419893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 24668 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 175.48
Current children cumulated vsize (Kb) 840024

[startup+200.021 s]
Raw data (loadavg): 1.04 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18242 3 98 0 18410 62 0 0 18 0 11 0 1841662040 860184576 24791 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 24791 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 184.72
Current children cumulated vsize (Kb) 840024

[startup+210.021 s]
Raw data (loadavg): 1.03 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18248 3 98 0 19344 62 0 0 25 0 11 0 1841662040 860184576 25001 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 25001 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 194.06
Current children cumulated vsize (Kb) 840024

[startup+220.022 s]
Raw data (loadavg): 1.03 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18255 3 98 0 20272 63 0 0 20 0 11 0 1841662040 860184576 25180 4294967295 134512640 134569956 3221224352 3221214616 1131645999 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 25180 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 203.35
Current children cumulated vsize (Kb) 840024

[startup+230.023 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18262 3 98 0 21209 63 0 0 20 0 11 0 1841662040 860184576 25431 4294967295 134512640 134569956 3221224352 3221214752 1131475479 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 25431 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 212.72
Current children cumulated vsize (Kb) 840024

[startup+240.023 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18269 3 98 0 22159 63 0 0 25 0 11 0 1841662040 860184576 25590 4294967295 134512640 134569956 3221224352 3221214616 1131556219 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 25590 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (Kb) 840024

[startup+250.025 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18276 3 98 0 23118 64 0 0 19 0 11 0 1841662040 860184576 25805 4294967295 134512640 134569956 3221224352 3221214664 1131487124 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 25805 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 231.82
Current children cumulated vsize (Kb) 840024

[startup+260.026 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18283 3 98 0 24077 64 0 0 25 0 11 0 1841662040 860184576 25924 4294967295 134512640 134569956 3221224352 3221214624 1131330217 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 25924 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 241.41
Current children cumulated vsize (Kb) 840024

[startup+270.026 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18289 3 98 0 25043 64 0 0 25 0 11 0 1841662040 860184576 25998 4294967295 134512640 134569956 3221224352 3221214408 1131826250 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 25998 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 251.07
Current children cumulated vsize (Kb) 840024

[startup+280.027 s]
Raw data (loadavg): 1.16 1.06 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18296 3 98 0 26001 65 0 0 25 0 11 0 1841662040 860184576 26050 4294967295 134512640 134569956 3221224352 3221214052 1085759248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 26050 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 260.66
Current children cumulated vsize (Kb) 840024

[startup+290.028 s]
Raw data (loadavg): 1.14 1.05 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18303 3 98 0 26955 65 0 0 24 0 11 0 1841662040 860184576 26098 4294967295 134512640 134569956 3221224352 3221214752 1131475959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 26098 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 270.2
Current children cumulated vsize (Kb) 840024

[startup+300.028 s]
Raw data (loadavg): 1.12 1.05 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18310 3 98 0 27904 66 0 0 25 0 11 0 1841662040 860184576 26272 4294967295 134512640 134569956 3221224352 3221214664 1131486961 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 26272 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (Kb) 840024

[startup+310.029 s]
Raw data (loadavg): 1.10 1.05 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18316 3 98 0 28863 66 0 0 25 0 11 0 1841662040 860184576 26363 4294967295 134512640 134569956 3221224352 3221214664 1131662144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 26363 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 289.29
Current children cumulated vsize (Kb) 840024

[startup+320.03 s]
Raw data (loadavg): 1.08 1.05 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18322 3 98 0 29817 67 0 0 25 0 11 0 1841662040 860184576 26446 4294967295 134512640 134569956 3221224352 3221214616 1131556138 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 26446 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 298.84
Current children cumulated vsize (Kb) 840024

[startup+330.031 s]
Raw data (loadavg): 1.07 1.05 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18328 3 98 0 30771 67 0 0 25 0 11 0 1841662040 860184576 26525 4294967295 134512640 134569956 3221224352 3221214592 1131355929 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 26525 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 308.38
Current children cumulated vsize (Kb) 840024

[startup+340.031 s]
Raw data (loadavg): 1.06 1.04 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18335 3 98 0 31717 68 0 0 24 0 11 0 1841662040 860184576 26628 4294967295 134512640 134569956 3221224352 3221214616 1131645687 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 26628 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 317.85
Current children cumulated vsize (Kb) 840024

[startup+350.033 s]
Raw data (loadavg): 1.05 1.04 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18340 3 98 0 32678 68 0 0 25 0 11 0 1841662040 860184576 26724 4294967295 134512640 134569956 3221224352 3221214216 1085806248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 26724 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 327.46
Current children cumulated vsize (Kb) 840024

[startup+360.034 s]
Raw data (loadavg): 1.04 1.04 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18346 3 98 0 33634 69 0 0 22 0 11 0 1841662040 860184576 26884 4294967295 134512640 134569956 3221224352 3221214504 1131330206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 26884 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 337.03
Current children cumulated vsize (Kb) 840024

[startup+370.034 s]
Raw data (loadavg): 1.03 1.04 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18352 3 98 0 34597 69 0 0 25 0 11 0 1841662040 860184576 27014 4294967295 134512640 134569956 3221224352 3221214520 1131419560 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27014 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 346.66
Current children cumulated vsize (Kb) 840024

[startup+380.035 s]
Raw data (loadavg): 1.03 1.04 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18359 3 98 0 35559 69 0 0 21 0 11 0 1841662040 860184576 27147 4294967295 134512640 134569956 3221224352 3221214520 1131419893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27147 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 356.28
Current children cumulated vsize (Kb) 840024

[startup+390.036 s]
Raw data (loadavg): 1.02 1.03 0.95 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18366 3 98 0 36526 69 0 0 25 0 11 0 1841662040 860184576 27247 4294967295 134512640 134569956 3221224352 3221214616 1131555891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27247 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 365.95
Current children cumulated vsize (Kb) 840024

[startup+400.036 s]
Raw data (loadavg): 1.10 1.05 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18372 3 98 0 37497 70 0 0 25 0 11 0 1841662040 860184576 27365 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 27365 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 375.67
Current children cumulated vsize (Kb) 840024

[startup+410.037 s]
Raw data (loadavg): 1.08 1.05 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18379 3 98 0 38468 70 0 0 25 0 11 0 1841662040 860184576 27429 4294967295 134512640 134569956 3221224352 3221214384 1078034939 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27429 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 385.38
Current children cumulated vsize (Kb) 840024

[startup+420.038 s]
Raw data (loadavg): 1.07 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18385 3 98 0 39443 70 0 0 25 0 11 0 1841662040 860184576 27468 4294967295 134512640 134569956 3221224352 3221214528 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27468 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 395.13
Current children cumulated vsize (Kb) 840024

[startup+430.038 s]
Raw data (loadavg): 1.06 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18391 3 98 0 40414 71 0 0 25 0 11 0 1841662040 860184576 27502 4294967295 134512640 134569956 3221224352 3221214616 1131556099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 27502 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 404.85
Current children cumulated vsize (Kb) 840024

[startup+440.038 s]
Raw data (loadavg): 1.05 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18398 3 98 0 41381 72 0 0 24 0 11 0 1841662040 860184576 27598 4294967295 134512640 134569956 3221224352 3221214584 1131355929 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27598 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 414.53
Current children cumulated vsize (Kb) 840024

[startup+450.039 s]
Raw data (loadavg): 1.04 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18405 3 98 0 42349 72 0 0 25 0 11 0 1841662040 860184576 27644 4294967295 134512640 134569956 3221224352 3221214528 1131419893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27644 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 424.21
Current children cumulated vsize (Kb) 840024

[startup+460.039 s]
Raw data (loadavg): 1.03 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18412 3 98 0 43318 72 0 0 25 0 11 0 1841662040 860184576 27725 4294967295 134512640 134569956 3221224352 3221214504 1131330276 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27725 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 433.9
Current children cumulated vsize (Kb) 840024

[startup+470.04 s]
Raw data (loadavg): 1.03 1.04 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18419 3 98 0 44286 72 0 0 25 0 11 0 1841662040 860184576 27797 4294967295 134512640 134569956 3221224352 3221214520 1131419568 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 27797 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 443.58
Current children cumulated vsize (Kb) 840024

[startup+480.041 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18427 3 98 0 45257 73 0 0 25 0 11 0 1841662040 860184576 27873 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 27873 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 453.3
Current children cumulated vsize (Kb) 840024

[startup+490.041 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18434 3 98 0 46236 73 0 0 25 0 11 0 1841662040 860184576 27946 4294967295 134512640 134569956 3221224352 3221214528 1131419893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 27946 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 463.09
Current children cumulated vsize (Kb) 840024

[startup+500.042 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18441 3 98 0 47215 73 0 0 25 0 11 0 1841662040 860184576 28007 4294967295 134512640 134569956 3221224352 3221214272 1085806362 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28007 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 472.88
Current children cumulated vsize (Kb) 840024

[startup+510.043 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18447 3 98 0 48196 73 0 0 25 0 11 0 1841662040 860184576 28064 4294967295 134512640 134569956 3221224352 3221214528 1131419740 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28064 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 482.69
Current children cumulated vsize (Kb) 840024

[startup+520.043 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18453 3 98 0 49175 74 0 0 25 0 11 0 1841662040 860184576 28074 4294967295 134512640 134569956 3221224352 3221214704 1131355929 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28074 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 492.49
Current children cumulated vsize (Kb) 840024

[startup+530.044 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18460 3 98 0 50148 74 0 0 25 0 11 0 1841662040 860184576 28084 4294967295 134512640 134569956 3221224352 3221214616 1131556476 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28084 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 502.22
Current children cumulated vsize (Kb) 840024

[startup+540.044 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18467 3 98 0 51117 75 0 0 18 0 11 0 1841662040 860184576 28133 4294967295 134512640 134569956 3221224352 3221214616 1131645940 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28133 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 511.92
Current children cumulated vsize (Kb) 840024

[startup+550.045 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18474 3 98 0 52087 75 0 0 20 0 11 0 1841662040 860184576 28198 4294967295 134512640 134569956 3221224352 3221214504 1131330225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28198 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 521.62
Current children cumulated vsize (Kb) 840024

[startup+560.045 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18481 3 98 0 53059 76 0 0 25 0 11 0 1841662040 860184576 28261 4294967295 134512640 134569956 3221224352 3221214664 1131485996 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28261 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 531.35
Current children cumulated vsize (Kb) 840024

[startup+570.045 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18487 3 98 0 54035 76 0 0 25 0 11 0 1841662040 860184576 28316 4294967295 134512640 134569956 3221224352 3221214616 1131399404 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28316 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 541.11
Current children cumulated vsize (Kb) 840024

[startup+580.046 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18494 3 98 0 55006 76 0 0 24 0 11 0 1841662040 860184576 28375 4294967295 134512640 134569956 3221224352 3221214456 1131330111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28375 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 550.82
Current children cumulated vsize (Kb) 840024

[startup+590.046 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18500 3 98 0 55978 76 0 0 25 0 11 0 1841662040 860184576 28427 4294967295 134512640 134569956 3221224352 3221214752 1131475638 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28427 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 560.54
Current children cumulated vsize (Kb) 840024

[startup+600.048 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18507 3 98 0 56944 76 0 0 16 0 11 0 1841662040 860184576 28473 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28473 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 570.2
Current children cumulated vsize (Kb) 840024

[startup+610.049 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18514 3 98 0 57905 76 0 0 25 0 11 0 1841662040 860184576 28511 4294967295 134512640 134569956 3221224352 3221214800 1131355929 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28511 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 579.81
Current children cumulated vsize (Kb) 840024

[startup+620.049 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18521 3 98 0 58863 76 0 0 25 0 11 0 1841662040 860184576 28604 4294967295 134512640 134569956 3221224352 3221214664 1131486429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28604 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 589.39
Current children cumulated vsize (Kb) 840024

[startup+630.05 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18528 3 98 0 59822 77 0 0 25 0 11 0 1841662040 860184576 28702 4294967295 134512640 134569956 3221224352 3221214528 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28702 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 598.99
Current children cumulated vsize (Kb) 840024

[startup+640.05 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18536 3 98 0 60776 77 0 0 20 0 11 0 1841662040 860184576 28797 4294967295 134512640 134569956 3221224352 3221214624 1131330100 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28797 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 608.53
Current children cumulated vsize (Kb) 840024

[startup+650.051 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18543 3 98 0 61738 78 0 0 17 0 11 0 1841662040 860184576 28886 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 28886 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 618.16
Current children cumulated vsize (Kb) 840024

[startup+660.052 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18550 3 98 0 62699 78 0 0 24 0 11 0 1841662040 860184576 28988 4294967295 134512640 134569956 3221224352 3221214616 1131556606 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 28988 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 627.77
Current children cumulated vsize (Kb) 840024

[startup+670.053 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18556 3 98 0 63666 78 0 0 25 0 11 0 1841662040 860184576 29054 4294967295 134512640 134569956 3221224352 3221214528 1131420013 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29054 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 637.44
Current children cumulated vsize (Kb) 840024

[startup+680.053 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18563 3 98 0 64628 78 0 0 25 0 11 0 1841662040 860184576 29133 4294967295 134512640 134569956 3221224352 3221214616 1131556376 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29133 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 647.06
Current children cumulated vsize (Kb) 840024

[startup+690.054 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18570 3 98 0 65590 79 0 0 25 0 11 0 1841662040 860184576 29204 4294967295 134512640 134569956 3221224352 3221214592 1131355929 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29204 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 656.69
Current children cumulated vsize (Kb) 840024

[startup+700.055 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18577 3 98 0 66552 79 0 0 25 0 11 0 1841662040 860184576 29321 4294967295 134512640 134569956 3221224352 3221214184 1131826300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29321 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 666.31
Current children cumulated vsize (Kb) 840024

[startup+710.056 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18583 3 98 0 67520 79 0 0 25 0 11 0 1841662040 860184576 29396 4294967295 134512640 134569956 3221224352 3221214000 1080069713 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29396 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 675.99
Current children cumulated vsize (Kb) 840024

[startup+720.056 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18590 3 98 0 68484 80 0 0 25 0 11 0 1841662040 860184576 29446 4294967295 134512640 134569956 3221224352 3221214752 1131475653 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29446 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 685.64
Current children cumulated vsize (Kb) 840024

[startup+730.057 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18596 3 98 0 69452 80 0 0 25 0 11 0 1841662040 860184576 29519 4294967295 134512640 134569956 3221224352 3221214588 1131057173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29519 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 695.32
Current children cumulated vsize (Kb) 840024

[startup+740.058 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18603 3 98 0 70413 80 0 0 22 0 11 0 1841662040 860184576 29594 4294967295 134512640 134569956 3221224352 3221214136 1131809322 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29594 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 704.93
Current children cumulated vsize (Kb) 840024

[startup+750.058 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18609 3 98 0 71381 80 0 0 25 0 11 0 1841662040 860184576 29692 4294967295 134512640 134569956 3221224352 3221214520 1131419740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29692 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 714.61
Current children cumulated vsize (Kb) 840024

[startup+760.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18615 3 98 0 72352 81 0 0 25 0 11 0 1841662040 860184576 29744 4294967295 134512640 134569956 3221224352 3221214616 1131556054 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29744 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 724.33
Current children cumulated vsize (Kb) 840024

[startup+770.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18620 3 98 0 73325 81 0 0 25 0 11 0 1841662040 860184576 29773 4294967295 134512640 134569956 3221224352 3221214520 1131419772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 29773 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 734.06
Current children cumulated vsize (Kb) 840024

[startup+780.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18626 3 98 0 74292 82 0 0 25 0 11 0 1841662040 860184576 29870 4294967295 134512640 134569956 3221224352 3221214692 1131057201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29870 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 743.74
Current children cumulated vsize (Kb) 840024

[startup+790.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18632 3 98 0 75264 82 0 0 25 0 11 0 1841662040 860184576 29925 4294967295 134512640 134569956 3221224352 3221214528 1131420091 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29925 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 753.46
Current children cumulated vsize (Kb) 840024

[startup+800.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18636 3 98 0 76245 82 0 0 25 0 11 0 1841662040 860184576 29973 4294967295 134512640 134569956 3221224352 3221213912 1085806284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 29973 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 763.27
Current children cumulated vsize (Kb) 840024

[startup+810.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18640 3 98 0 77224 83 0 0 25 0 11 0 1841662040 860184576 30000 4294967295 134512640 134569956 3221224352 3221214520 1131419893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30000 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 773.07
Current children cumulated vsize (Kb) 840024

[startup+820.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18646 3 98 0 78192 83 0 0 25 0 11 0 1841662040 860184576 30065 4294967295 134512640 134569956 3221224352 3221214520 1131419813 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30065 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 782.75
Current children cumulated vsize (Kb) 840024

[startup+830.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18652 3 98 0 79162 83 0 0 25 0 11 0 1841662040 860184576 30158 4294967295 134512640 134569956 3221224352 3221214616 1131556316 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30158 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 792.45
Current children cumulated vsize (Kb) 840024

[startup+840.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) S 21318 21319 16528 0 -1 0 18660 3 98 0 80121 83 0 0 25 0 11 0 1841662040 860184576 30192 4294967295 134512640 134569956 3221224352 3221213128 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30193 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 802.04
Current children cumulated vsize (Kb) 840024

[startup+850.065 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18667 3 98 0 81084 84 0 0 25 0 11 0 1841662040 860184576 30285 4294967295 134512640 134569956 3221224352 3221214692 1131057195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30285 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 811.68
Current children cumulated vsize (Kb) 840024

[startup+860.066 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18674 3 98 0 82050 84 0 0 21 0 11 0 1841662040 860184576 30386 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30386 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 821.34
Current children cumulated vsize (Kb) 840024

[startup+870.066 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18681 3 98 0 83018 84 0 0 25 0 11 0 1841662040 860184576 30438 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30438 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 831.02
Current children cumulated vsize (Kb) 840024

[startup+880.066 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18688 3 98 0 83983 84 0 0 25 0 11 0 1841662040 860184576 30519 4294967295 134512640 134569956 3221224352 3221214520 1131419893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30519 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 840.67
Current children cumulated vsize (Kb) 840024

[startup+890.067 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18695 3 98 0 84949 85 0 0 25 0 11 0 1841662040 860184576 30570 4294967295 134512640 134569956 3221224352 3221214664 1131487120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30570 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 850.34
Current children cumulated vsize (Kb) 840024

[startup+900.068 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18703 3 98 0 85909 85 0 0 24 0 11 0 1841662040 860184576 30649 4294967295 134512640 134569956 3221224352 3221214664 1131485985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 30649 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 859.94
Current children cumulated vsize (Kb) 840024

[startup+910.068 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18710 3 98 0 86876 85 0 0 25 0 11 0 1841662040 860184576 30699 4294967295 134512640 134569956 3221224352 3221214616 1131645684 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30699 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 869.61
Current children cumulated vsize (Kb) 840024

[startup+920.069 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18718 3 98 0 87844 86 0 0 24 0 11 0 1841662040 860184576 30804 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30804 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 879.3
Current children cumulated vsize (Kb) 840024

[startup+930.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18725 3 98 0 88818 86 0 0 19 0 11 0 1841662040 860184576 30863 4294967295 134512640 134569956 3221224352 3221214616 1131556514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30863 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 889.04
Current children cumulated vsize (Kb) 840024

[startup+940.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18732 3 98 0 89796 87 0 0 25 0 11 0 1841662040 860184576 30920 4294967295 134512640 134569956 3221224352 3221214528 1131419740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30920 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 898.83
Current children cumulated vsize (Kb) 840024

[startup+950.072 s]
Raw data (loadavg): 1.08 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18739 3 98 0 90773 87 0 0 20 0 11 0 1841662040 860184576 30956 4294967295 134512640 134569956 3221224352 3221214664 1131486228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30956 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 908.6
Current children cumulated vsize (Kb) 840024

[startup+960.073 s]
Raw data (loadavg): 1.07 1.02 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18745 3 98 0 91747 87 0 0 25 0 11 0 1841662040 860184576 30970 4294967295 134512640 134569956 3221224352 3221214616 1131556285 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 30970 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 918.34
Current children cumulated vsize (Kb) 840024

[startup+970.072 s]
Raw data (loadavg): 1.06 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18751 3 98 0 92716 88 0 0 25 0 11 0 1841662040 860184576 31022 4294967295 134512640 134569956 3221224352 3221214044 1131827465 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31022 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 928.04
Current children cumulated vsize (Kb) 840024

[startup+980.073 s]
Raw data (loadavg): 1.05 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18756 3 98 0 93688 88 0 0 25 0 11 0 1841662040 860184576 31046 4294967295 134512640 134569956 3221224352 3221214528 1131419608 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31046 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 937.76
Current children cumulated vsize (Kb) 840024

[startup+990.074 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) S 21318 21319 16528 0 -1 0 18761 3 98 0 94650 88 0 0 25 0 11 0 1841662040 860184576 31074 4294967295 134512640 134569956 3221224352 3221213264 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31074 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 947.38
Current children cumulated vsize (Kb) 840024

[startup+1000.07 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18766 3 98 0 95621 89 0 0 25 0 11 0 1841662040 860184576 31111 4294967295 134512640 134569956 3221224352 3221214664 1131486429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31111 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 957.1
Current children cumulated vsize (Kb) 840024

[startup+1010.08 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18773 3 98 0 96569 89 0 0 22 0 11 0 1841662040 860184576 31205 4294967295 134512640 134569956 3221224352 3221214664 1131486426 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31205 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 966.58
Current children cumulated vsize (Kb) 840024

[startup+1020.08 s]
Raw data (loadavg): 1.02 1.01 0.96 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18780 3 98 0 97519 89 0 0 25 0 11 0 1841662040 860184576 31334 4294967295 134512640 134569956 3221224352 3221214748 1131313516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31334 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 976.08
Current children cumulated vsize (Kb) 840024

[startup+1030.08 s]
Raw data (loadavg): 1.10 1.03 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18788 3 98 0 98464 90 0 0 17 0 11 0 1841662040 860184576 31484 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31484 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 985.54
Current children cumulated vsize (Kb) 840024

[startup+1040.08 s]
Raw data (loadavg): 1.08 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18795 3 98 0 99421 90 0 0 22 0 11 0 1841662040 860184576 31577 4294967295 134512640 134569956 3221224352 3221214504 1131330188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31577 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 995.11
Current children cumulated vsize (Kb) 840024

[startup+1050.08 s]
Raw data (loadavg): 1.07 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18803 3 98 0 100376 90 0 0 25 0 11 0 1841662040 860184576 31744 4294967295 134512640 134569956 3221224352 3221214664 1131486445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 31744 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1004.66
Current children cumulated vsize (Kb) 840024

[startup+1060.08 s]
Raw data (loadavg): 1.06 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18810 3 98 0 101340 90 0 0 25 0 11 0 1841662040 860184576 31869 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31869 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1014.3
Current children cumulated vsize (Kb) 840024

[startup+1070.08 s]
Raw data (loadavg): 1.05 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18817 3 98 0 102307 91 0 0 25 0 11 0 1841662040 860184576 31924 4294967295 134512640 134569956 3221224352 3221214352 1131826090 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31924 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1023.98
Current children cumulated vsize (Kb) 840024

[startup+1080.08 s]
Raw data (loadavg): 1.04 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18824 3 98 0 103274 91 0 0 25 0 11 0 1841662040 860184576 31995 4294967295 134512640 134569956 3221224352 3221214616 1131556270 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 31995 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1033.65
Current children cumulated vsize (Kb) 840024

[startup+1090.08 s]
Raw data (loadavg): 1.03 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18831 3 98 0 104243 91 0 0 25 0 11 0 1841662040 860184576 32032 4294967295 134512640 134569956 3221224352 3221214732 1131330080 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32032 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1043.34
Current children cumulated vsize (Kb) 840024

[startup+1100.08 s]
Raw data (loadavg): 1.03 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18839 3 98 0 105207 91 0 0 19 0 11 0 1841662040 860184576 32110 4294967295 134512640 134569956 3221224352 3221214528 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32110 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1052.98
Current children cumulated vsize (Kb) 840024

[startup+1110.08 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18846 3 98 0 106178 92 0 0 22 0 11 0 1841662040 860184576 32171 4294967295 134512640 134569956 3221224352 3221214664 1131486134 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32171 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1062.7
Current children cumulated vsize (Kb) 840024

[startup+1120.08 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18853 3 98 0 107148 92 0 0 25 0 11 0 1841662040 860184576 32257 4294967295 134512640 134569956 3221224352 3221214664 1131486274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32257 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1072.4
Current children cumulated vsize (Kb) 840024

[startup+1130.08 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18860 3 98 0 108115 92 0 0 25 0 11 0 1841662040 860184576 32295 4294967295 134512640 134569956 3221224352 3221214520 1131420052 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32295 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1082.07
Current children cumulated vsize (Kb) 840024

[startup+1140.09 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18867 3 98 0 109079 92 0 0 23 0 11 0 1841662040 860184576 32339 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32339 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1091.71
Current children cumulated vsize (Kb) 840024

[startup+1150.09 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18874 3 98 0 110042 92 0 0 25 0 11 0 1841662040 860184576 32391 4294967295 134512640 134569956 3221224352 3221214736 1131313539 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32391 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1101.34
Current children cumulated vsize (Kb) 840024

[startup+1160.09 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18881 3 98 0 111003 92 0 0 25 0 11 0 1841662040 860184576 32464 4294967295 134512640 134569956 3221224352 3221214616 1131645677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32464 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1110.95
Current children cumulated vsize (Kb) 840024

[startup+1170.09 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18887 3 98 0 111971 93 0 0 24 0 11 0 1841662040 860184576 32542 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32542 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1120.64
Current children cumulated vsize (Kb) 840024

[startup+1180.09 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18893 3 98 0 112939 93 0 0 25 0 11 0 1841662040 860184576 32628 4294967295 134512640 134569956 3221224352 3221214168 1080138305 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32628 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1130.32
Current children cumulated vsize (Kb) 840024

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18900 3 98 0 113902 93 0 0 25 0 11 0 1841662040 860184576 32715 4294967295 134512640 134569956 3221224352 3221214616 1131556021 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32715 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1139.95
Current children cumulated vsize (Kb) 840024

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18907 3 98 0 114866 93 0 0 25 0 11 0 1841662040 860184576 32764 4294967295 134512640 134569956 3221224352 3221214664 1131486392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32764 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1149.59
Current children cumulated vsize (Kb) 840024

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18914 3 98 0 115828 94 0 0 25 0 11 0 1841662040 860184576 32827 4294967295 134512640 134569956 3221224352 3221214664 1131486635 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32827 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1159.22
Current children cumulated vsize (Kb) 840024

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18921 3 98 0 116790 94 0 0 22 0 11 0 1841662040 860184576 32893 4294967295 134512640 134569956 3221224352 3221214464 1131826300 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 32893 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1168.84
Current children cumulated vsize (Kb) 840024

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18926 3 98 0 117762 94 0 0 25 0 11 0 1841662040 860184576 32959 4294967295 134512640 134569956 3221224352 3221214520 1131419852 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 32959 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1178.56
Current children cumulated vsize (Kb) 840024

[startup+1240.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18933 3 98 0 118727 95 0 0 25 0 11 0 1841662040 860184576 33050 4294967295 134512640 134569956 3221224352 3221214664 1131486429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 33050 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1188.22
Current children cumulated vsize (Kb) 840024

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18940 3 98 0 119693 95 0 0 17 0 11 0 1841662040 860184576 33126 4294967295 134512640 134569956 3221224352 3221214736 1131313544 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/21319/statm): 210006 33126 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1197.88
Current children cumulated vsize (Kb) 840024

[startup+1260.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18947 3 98 0 120658 95 0 0 25 0 11 0 1841662040 860184576 33196 4294967295 134512640 134569956 3221224352 3221214464 1131826153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 33196 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1207.53
Current children cumulated vsize (Kb) 840024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1260.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 21336
Raw data (/proc/21319/stat): 21319 (java) R 21318 21319 16528 0 -1 0 18947 3 98 0 120658 95 0 0 25 0 11 0 1841662040 860184576 33196 4294967295 134512640 134569956 3221224352 3221214464 1131826153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/21319/statm): 210006 33196 13129 16 0 209990 0
[pid=21319] vsize: 840024
Current children cumulated CPU time (s) 1207.53
Current children cumulated vsize (Kb) 840024

Sending SIGTERM to -21319
Sleeping 2 seconds
New thread pid=21338
New thread pid=21339
One traced child (pid=21339) exited with status: 0
One traced child (pid=21328) exited with status: 0
One traced child (pid=21323) exited with status: 0
One traced child (pid=21320) exited with status: 143
One traced child (pid=21321) exited with status: 143
One traced child (pid=21322) exited with status: 143
One traced child (pid=21327) exited with status: 143
One traced child (pid=21324) exited with status: 143
One traced child (pid=21325) exited with status: 143
One traced child (pid=21326) exited with status: 143
One traced child (pid=21336) exited with status: 143
One traced child (pid=21338) exited with status: 143
One traced child (pid=21319) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1260.22
CPU time (s): 1254.8
CPU user time (s): 1253.04
CPU system time (s): 1.75773
CPU usage (%): 99.5703
Max. virtual memory (cumulated for all children) (Kb): 841700

Verifier Data

Verifier:	OK	15