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-cmb.opb
MD5SUMa8596c98551f801a6658f1ce91b33278
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of terms in the objective function 304
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 12887
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 12887
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 benchmark63.6713
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28

Trace number 3214

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        899252 kB
Buffers:         33668 kB
Cached:          74476 kB
SwapCached:        792 kB
Active:          57580 kB
Inactive:        53192 kB
HighTotal:      131008 kB
HighFree:        53312 kB
LowTotal:       903652 kB
LowFree:        845940 kB
SwapTotal:     2097136 kB
SwapFree:      2095868 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            18952 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 22:56:30 (client local time) WITH STATUS 143 IN 1260.3 SECONDS
stats: 6112 0 1260.3 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/wulflinc23/normalized-cmb.opb
c reading problem ... done. Time 1.331 ms.
c #vars     304
c #constraints  671
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                1065 		Current CPU time: 2.07 ms
c CURRENT OPTIMUM=                1057 		Current CPU time: 2.80 ms
c starts		: 7
c conflicts		: 1190
c decisions		: 19464
c propagations		: 54425
c inspects		: 825094
c learnt literals	: 4
c learnt binary clauses	: 1
c learnt ternary clauses	: 1
c learnt clauses	: 1185
c root simplifications	: 12
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 13836
c speed (decisions/second)	: 15.621588997470239
c non guided choices	321
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 
c objective function=1057
c Total CPU time (ms) : 1248.803

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/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1844910607 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 39 3 38 16 0 23 0
[pid=17625] 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/17625
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=17626
New thread pid=17627
New thread pid=17628
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=17629
New thread pid=17630
New thread pid=17631
New thread pid=17632
New thread pid=17633
New thread pid=17634
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/wulflinc23/normalized-cmb.opb
New thread pid=17635
One traced child (pid=17635) exited with status: 0
New thread pid=17636
One traced child (pid=17636) exited with status: 0
New thread pid=17637

[startup+10.002 s]
Raw data (loadavg): 1.24 1.05 0.93 4/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18201 4 1 0 516 49 0 0 25 0 11 0 1844910607 877056000 24047 4294967295 134512640 134569956 3221224352 3221213896 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214125 24047 13129 16 0 214109 0
[pid=17625] vsize: 856500
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (Kb) 856500

[startup+20.0027 s]
Raw data (loadavg): 1.21 1.05 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18213 4 1 0 1448 50 0 0 17 0 11 0 1844910607 877023232 24609 4294967295 134512640 134569956 3221224352 3221214592 1131450187 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 24609 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (Kb) 856468

[startup+30.0033 s]
Raw data (loadavg): 1.17 1.05 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18222 4 1 0 2409 50 0 0 21 0 11 0 1844910607 877023232 24918 4294967295 134512640 134569956 3221224352 3221214488 1131412687 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 24918 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (Kb) 856468

[startup+40.0039 s]
Raw data (loadavg): 1.15 1.04 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) S 17624 17625 5299 0 -1 0 18231 4 1 0 3348 51 0 0 16 0 11 0 1844910607 877023232 25733 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 25733 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 33.99
Current children cumulated vsize (Kb) 856468

[startup+50.0055 s]
Raw data (loadavg): 1.12 1.04 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18242 4 1 0 4277 51 0 0 16 0 11 0 1844910607 877023232 25891 4294967295 134512640 134569956 3221224352 3221214488 1131413014 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 25891 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 43.28
Current children cumulated vsize (Kb) 856468

[startup+60.0062 s]
Raw data (loadavg): 1.10 1.04 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18251 4 1 0 5205 52 0 0 19 0 11 0 1844910607 877023232 26088 4294967295 134512640 134569956 3221224352 3221214648 1131564465 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 26088 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 52.57
Current children cumulated vsize (Kb) 856468

[startup+70.0058 s]
Raw data (loadavg): 1.09 1.04 0.93 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18259 4 1 0 6127 52 0 0 22 0 11 0 1844910607 877023232 26690 4294967295 134512640 134569956 3221224352 3221214528 1131450624 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 26690 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 61.79
Current children cumulated vsize (Kb) 856468

[startup+80.0075 s]
Raw data (loadavg): 1.15 1.05 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18269 4 1 0 7047 53 0 0 15 0 11 0 1844910607 877023232 26793 4294967295 134512640 134569956 3221224352 3221214632 1131563780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 26793 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 71
Current children cumulated vsize (Kb) 856468

[startup+90.0081 s]
Raw data (loadavg): 1.12 1.05 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18276 4 1 0 7976 53 0 0 20 0 11 0 1844910607 877023232 26900 4294967295 134512640 134569956 3221224352 3221214728 1131359469 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 26900 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 80.29
Current children cumulated vsize (Kb) 856468

[startup+100.009 s]
Raw data (loadavg): 1.10 1.05 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18284 4 1 0 8898 54 0 0 22 0 11 0 1844910607 877023232 27074 4294967295 134512640 134569956 3221224352 3221214504 1131443427 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 27074 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 89.52
Current children cumulated vsize (Kb) 856468

[startup+110.009 s]
Raw data (loadavg): 1.09 1.05 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18293 4 1 0 9824 55 0 0 16 0 11 0 1844910607 877023232 27396 4294967295 134512640 134569956 3221224352 3221214632 1131563530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 27396 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 98.79
Current children cumulated vsize (Kb) 856468

[startup+120.011 s]
Raw data (loadavg): 1.07 1.04 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18299 4 1 0 10769 55 0 0 22 0 11 0 1844910607 877023232 27653 4294967295 134512640 134569956 3221224352 3221214632 1131560981 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 27653 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 108.24
Current children cumulated vsize (Kb) 856468

[startup+130.012 s]
Raw data (loadavg): 1.06 1.04 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18305 4 1 0 11715 55 0 0 25 0 11 0 1844910607 877023232 27739 4294967295 134512640 134569956 3221224352 3221214408 1131684192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 27739 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 117.7
Current children cumulated vsize (Kb) 856468

[startup+140.012 s]
Raw data (loadavg): 1.05 1.04 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18311 4 1 0 12658 55 0 0 24 0 11 0 1844910607 877023232 27858 4294967295 134512640 134569956 3221224352 3221214408 1131684223 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 27858 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 127.13
Current children cumulated vsize (Kb) 856468

[startup+150.014 s]
Raw data (loadavg): 1.04 1.04 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18316 4 1 0 13614 56 0 0 25 0 11 0 1844910607 877023232 27965 4294967295 134512640 134569956 3221224352 3221214632 1131563741 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 27965 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (Kb) 856468

[startup+160.015 s]
Raw data (loadavg): 1.04 1.04 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18323 4 1 0 14555 56 0 0 22 0 11 0 1844910607 877023232 28167 4294967295 134512640 134569956 3221224352 3221214632 1131560981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 28167 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 146.11
Current children cumulated vsize (Kb) 856468

[startup+170.015 s]
Raw data (loadavg): 1.03 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18331 4 1 0 15492 56 0 0 25 0 11 0 1844910607 877023232 28459 4294967295 134512640 134569956 3221224352 3221214592 1131359515 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 28459 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 155.48
Current children cumulated vsize (Kb) 856468

[startup+180.016 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18338 4 1 0 16445 57 0 0 21 0 11 0 1844910607 877023232 28657 4294967295 134512640 134569956 3221224352 3221214568 1131357721 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 28657 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 165.02
Current children cumulated vsize (Kb) 856468

[startup+190.016 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18345 4 1 0 17400 57 0 0 20 0 11 0 1844910607 877023232 28757 4294967295 134512640 134569956 3221224352 3221214504 1131442287 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 28757 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 174.57
Current children cumulated vsize (Kb) 856468

[startup+200.018 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18351 4 1 0 18360 57 0 0 25 0 11 0 1844910607 877023232 28883 4294967295 134512640 134569956 3221224352 3221214056 1131749553 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 28883 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 184.17
Current children cumulated vsize (Kb) 856468

[startup+210.019 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18357 4 1 0 19323 58 0 0 25 0 11 0 1844910607 877023232 29092 4294967295 134512640 134569956 3221224352 3221214432 1131665363 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29092 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 193.81
Current children cumulated vsize (Kb) 856468

[startup+220.018 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18361 4 1 0 20304 58 0 0 25 0 11 0 1844910607 877023232 29159 4294967295 134512640 134569956 3221224352 3221214432 1131666037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29159 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (Kb) 856468

[startup+230.019 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18366 4 1 0 21282 59 0 0 25 0 11 0 1844910607 877023232 29198 4294967295 134512640 134569956 3221224352 3221214504 1131413101 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29198 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 213.41
Current children cumulated vsize (Kb) 856468

[startup+240.02 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18372 4 1 0 22258 59 0 0 25 0 11 0 1844910607 877023232 29296 4294967295 134512640 134569956 3221224352 3221214568 1131357721 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29296 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 223.17
Current children cumulated vsize (Kb) 856468

[startup+250.02 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18377 4 1 0 23243 60 0 0 25 0 11 0 1844910607 877023232 29415 4294967295 134512640 134569956 3221224352 3221214504 1131413181 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29415 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 233.03
Current children cumulated vsize (Kb) 856468

[startup+260.021 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18382 4 1 0 24229 60 0 0 25 0 11 0 1844910607 877023232 29473 4294967295 134512640 134569956 3221224352 3221214504 1131413201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29473 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 242.89
Current children cumulated vsize (Kb) 856468

[startup+270.022 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18387 4 1 0 25217 61 0 0 25 0 11 0 1844910607 877023232 29544 4294967295 134512640 134569956 3221224352 3221214344 1131674034 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29544 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 252.78
Current children cumulated vsize (Kb) 856468

[startup+280.022 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18392 4 1 0 26206 61 0 0 25 0 11 0 1844910607 877023232 29605 4294967295 134512640 134569956 3221224352 3221214408 1131684158 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29605 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 262.67
Current children cumulated vsize (Kb) 856468

[startup+290.023 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18397 4 1 0 27194 62 0 0 25 0 11 0 1844910607 877023232 29605 4294967295 134512640 134569956 3221224352 3221214504 1131412829 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29605 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 272.56
Current children cumulated vsize (Kb) 856468

[startup+300.024 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18403 4 1 0 28179 62 0 0 25 0 11 0 1844910607 877023232 29671 4294967295 134512640 134569956 3221224352 3221214504 1131412989 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29671 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (Kb) 856468

[startup+310.024 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18409 4 1 0 29163 62 0 0 25 0 11 0 1844910607 877023232 29737 4294967295 134512640 134569956 3221224352 3221214500 1131089747 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29737 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 292.25
Current children cumulated vsize (Kb) 856468

[startup+320.025 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18415 4 1 0 30145 63 0 0 25 0 11 0 1844910607 877023232 29787 4294967295 134512640 134569956 3221224352 3221214504 1131413141 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29787 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 302.08
Current children cumulated vsize (Kb) 856468

[startup+330.025 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18422 4 1 0 31124 63 0 0 24 0 11 0 1844910607 877023232 29823 4294967295 134512640 134569956 3221224352 3221214632 1131579949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29823 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 311.87
Current children cumulated vsize (Kb) 856468

[startup+340.025 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18428 4 1 0 32107 63 0 0 19 0 11 0 1844910607 877023232 29907 4294967295 134512640 134569956 3221224352 3221214608 1131450166 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29907 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 321.7
Current children cumulated vsize (Kb) 856468

[startup+350.027 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18434 4 1 0 33090 63 0 0 25 0 11 0 1844910607 877023232 29935 4294967295 134512640 134569956 3221224352 3221214408 1131684293 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 29935 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 331.53
Current children cumulated vsize (Kb) 856468

[startup+360.027 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18435 4 1 0 34087 63 0 0 25 0 11 0 1844910607 877023232 29974 4294967295 134512640 134569956 3221224352 3221214432 1131666007 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29974 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 341.5
Current children cumulated vsize (Kb) 856468

[startup+370.027 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18437 4 1 0 35082 63 0 0 25 0 11 0 1844910607 877023232 29984 4294967295 134512640 134569956 3221224352 3221214432 1131665748 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 29984 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 351.45
Current children cumulated vsize (Kb) 856468

[startup+380.028 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18439 4 1 0 36076 64 0 0 25 0 11 0 1844910607 877023232 30018 4294967295 134512640 134569956 3221224352 3221214504 1131413095 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30018 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 361.4
Current children cumulated vsize (Kb) 856468

[startup+390.028 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18443 4 1 0 37067 64 0 0 25 0 11 0 1844910607 877023232 30062 4294967295 134512640 134569956 3221224352 3221214632 1131560981 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30062 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 371.31
Current children cumulated vsize (Kb) 856468

[startup+400.028 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18448 4 1 0 38054 65 0 0 18 0 11 0 1844910607 877023232 30114 4294967295 134512640 134569956 3221224352 3221214504 1131442287 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 30114 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 381.19
Current children cumulated vsize (Kb) 856468

[startup+410.028 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18452 4 1 0 39044 65 0 0 25 0 11 0 1844910607 877023232 30160 4294967295 134512640 134569956 3221224352 3221214432 1131665883 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 30160 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 391.09
Current children cumulated vsize (Kb) 856468

[startup+420.029 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18453 4 1 0 40042 65 0 0 25 0 11 0 1844910607 877023232 30183 4294967295 134512640 134569956 3221224352 3221214432 1131665775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30183 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 401.07
Current children cumulated vsize (Kb) 856468

[startup+430.03 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18454 4 1 0 41039 65 0 0 25 0 11 0 1844910607 877023232 30183 4294967295 134512640 134569956 3221224352 3221214432 1131665524 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30183 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 411.04
Current children cumulated vsize (Kb) 856468

[startup+440.03 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18456 4 1 0 42034 66 0 0 25 0 11 0 1844910607 877023232 30210 4294967295 134512640 134569956 3221224352 3221214480 1131649774 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 30210 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 421
Current children cumulated vsize (Kb) 856468

[startup+450.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18457 4 1 0 43031 66 0 0 25 0 11 0 1844910607 877023232 30210 4294967295 134512640 134569956 3221224352 3221214504 1131413166 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30210 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 430.97
Current children cumulated vsize (Kb) 856468

[startup+460.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18463 4 1 0 44015 66 0 0 25 0 11 0 1844910607 877023232 30260 4294967295 134512640 134569956 3221224352 3221214504 1131413058 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30260 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 440.81
Current children cumulated vsize (Kb) 856468

[startup+470.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18466 4 1 0 45006 67 0 0 25 0 11 0 1844910607 877023232 30260 4294967295 134512640 134569956 3221224352 3221214512 1131413201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30260 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 450.73
Current children cumulated vsize (Kb) 856468

[startup+480.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18470 4 1 0 45995 67 0 0 25 0 11 0 1844910607 877023232 30260 4294967295 134512640 134569956 3221224352 3221214504 1131413985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30260 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 460.62
Current children cumulated vsize (Kb) 856468

[startup+490.033 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18477 4 1 0 46975 67 0 0 23 0 11 0 1844910607 877023232 30471 4294967295 134512640 134569956 3221224352 3221214632 1131577781 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 30471 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 470.42
Current children cumulated vsize (Kb) 856468

[startup+500.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18484 4 1 0 47953 67 0 0 25 0 11 0 1844910607 877023232 30511 4294967295 134512640 134569956 3221224352 3221214632 1131567366 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30511 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 480.2
Current children cumulated vsize (Kb) 856468

[startup+510.035 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18492 4 1 0 48922 67 0 0 21 0 11 0 1844910607 877023232 30640 4294967295 134512640 134569956 3221224352 3221214632 1131575061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 30640 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 489.89
Current children cumulated vsize (Kb) 856468

[startup+520.035 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18499 4 1 0 49892 68 0 0 25 0 11 0 1844910607 877023232 30650 4294967295 134512640 134569956 3221224352 3221214632 1131577686 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30650 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 499.6
Current children cumulated vsize (Kb) 856468

[startup+530.036 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18506 4 1 0 50861 68 0 0 25 0 11 0 1844910607 877023232 30751 4294967295 134512640 134569956 3221224352 3221214632 1131566032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30751 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 509.29
Current children cumulated vsize (Kb) 856468

[startup+540.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) S 17624 17625 5299 0 -1 0 18513 4 1 0 51821 69 0 0 25 0 11 0 1844910607 877023232 30867 4294967295 134512640 134569956 3221224352 3221213336 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 30867 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 518.9
Current children cumulated vsize (Kb) 856468

[startup+550.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18521 4 1 0 52787 69 0 0 25 0 11 0 1844910607 877023232 31048 4294967295 134512640 134569956 3221224352 3221214504 1131413101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 31048 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 528.56
Current children cumulated vsize (Kb) 856468

[startup+560.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18526 4 1 0 53765 69 0 0 25 0 11 0 1844910607 877023232 31106 4294967295 134512640 134569956 3221224352 3221214632 1131562917 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 31106 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 538.34
Current children cumulated vsize (Kb) 856468

[startup+570.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18533 4 1 0 54732 69 0 0 25 0 11 0 1844910607 877023232 31249 4294967295 134512640 134569956 3221224352 3221214632 1131564532 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 31249 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 548.01
Current children cumulated vsize (Kb) 856468

[startup+580.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18538 4 1 0 55708 69 0 0 25 0 11 0 1844910607 877023232 31402 4294967295 134512640 134569956 3221224352 3221214488 1131522147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 31402 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 557.77
Current children cumulated vsize (Kb) 856468

[startup+590.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18540 4 1 0 56699 70 0 0 25 0 11 0 1844910607 877023232 31461 4294967295 134512640 134569956 3221224352 3221214504 1131413139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 31461 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 567.69
Current children cumulated vsize (Kb) 856468

[startup+600.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18546 4 1 0 57674 70 0 0 18 0 11 0 1844910607 877023232 31539 4294967295 134512640 134569956 3221224352 3221214632 1131575118 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 31539 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 577.44
Current children cumulated vsize (Kb) 856468

[startup+610.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18551 4 1 0 58653 70 0 0 25 0 11 0 1844910607 877023232 31559 4294967295 134512640 134569956 3221224352 3221214480 1131649798 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 31559 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 587.23
Current children cumulated vsize (Kb) 856468

[startup+620.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18557 4 1 0 59624 71 0 0 25 0 11 0 1844910607 877023232 31656 4294967295 134512640 134569956 3221224352 3221214504 1131413014 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 31656 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 596.95
Current children cumulated vsize (Kb) 856468

[startup+630.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18563 4 1 0 60593 71 0 0 25 0 11 0 1844910607 877023232 31842 4294967295 134512640 134569956 3221224352 3221214480 1131649792 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 31842 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 606.64
Current children cumulated vsize (Kb) 856468

[startup+640.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18564 4 1 0 61588 71 0 0 25 0 11 0 1844910607 877023232 31895 4294967295 134512640 134569956 3221224352 3221214504 1131412991 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 31895 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 616.59
Current children cumulated vsize (Kb) 856468

[startup+650.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18569 4 1 0 62561 71 0 0 25 0 11 0 1844910607 877023232 32041 4294967295 134512640 134569956 3221224352 3221214800 1131357721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 32041 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 626.32
Current children cumulated vsize (Kb) 856468

[startup+660.046 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18576 4 1 0 63520 72 0 0 24 0 11 0 1844910607 877023232 32126 4294967295 134512640 134569956 3221224352 3221214632 1131563307 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 32126 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 635.92
Current children cumulated vsize (Kb) 856468

[startup+670.047 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) S 17624 17625 5299 0 -1 0 18583 4 1 0 64478 72 0 0 25 0 11 0 1844910607 877023232 32207 4294967295 134512640 134569956 3221224352 3221213272 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 32207 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 645.5
Current children cumulated vsize (Kb) 856468

[startup+680.048 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18590 4 1 0 65435 73 0 0 25 0 11 0 1844910607 877023232 32540 4294967295 134512640 134569956 3221224352 3221214800 1131357721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 32540 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 655.08
Current children cumulated vsize (Kb) 856468

[startup+690.049 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18597 4 1 0 66395 73 0 0 25 0 11 0 1844910607 877023232 32776 4294967295 134512640 134569956 3221224352 3221214504 1131413225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 32776 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 664.68
Current children cumulated vsize (Kb) 856468

[startup+700.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18603 4 1 0 67359 73 0 0 25 0 11 0 1844910607 877023232 32911 4294967295 134512640 134569956 3221224352 3221214504 1131413185 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 32911 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 674.32
Current children cumulated vsize (Kb) 856468

[startup+710.051 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18609 4 1 0 68323 74 0 0 18 0 11 0 1844910607 877023232 32959 4294967295 134512640 134569956 3221224352 3221214632 1131565730 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 32959 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 683.97
Current children cumulated vsize (Kb) 856468

[startup+720.051 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18615 4 1 0 69295 74 0 0 25 0 11 0 1844910607 877023232 33036 4294967295 134512640 134569956 3221224352 3221214632 1131565764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 33036 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 693.69
Current children cumulated vsize (Kb) 856468

[startup+730.053 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18621 4 1 0 70251 74 0 0 25 0 11 0 1844910607 877023232 33084 4294967295 134512640 134569956 3221224352 3221214632 1131561021 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 33084 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 703.25
Current children cumulated vsize (Kb) 856468

[startup+740.053 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18626 4 1 0 71213 75 0 0 25 0 11 0 1844910607 877023232 33159 4294967295 134512640 134569956 3221224352 3221214632 1131565541 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 33159 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 712.88
Current children cumulated vsize (Kb) 856468

[startup+750.054 s]
Raw data (loadavg): 1.08 1.02 0.94 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18631 4 1 0 72176 75 0 0 25 0 11 0 1844910607 877023232 33271 4294967295 134512640 134569956 3221224352 3221214632 1131564708 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 33271 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 722.51
Current children cumulated vsize (Kb) 856468

[startup+760.055 s]
Raw data (loadavg): 1.30 1.06 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18639 4 1 0 73117 76 0 0 25 0 11 0 1844910607 877023232 33450 4294967295 134512640 134569956 3221224352 3221214192 1131749536 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 33450 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 731.93
Current children cumulated vsize (Kb) 856468

[startup+770.054 s]
Raw data (loadavg): 1.25 1.06 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18647 4 1 0 74061 76 0 0 24 0 11 0 1844910607 877023232 33634 4294967295 134512640 134569956 3221224352 3221214608 1131394401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 33634 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 741.37
Current children cumulated vsize (Kb) 856468

[startup+780.056 s]
Raw data (loadavg): 1.21 1.06 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18654 4 1 0 75018 77 0 0 21 0 11 0 1844910607 877023232 33726 4294967295 134512640 134569956 3221224352 3221214632 1131561946 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 33726 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 750.95
Current children cumulated vsize (Kb) 856468

[startup+790.057 s]
Raw data (loadavg): 1.18 1.06 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18660 4 1 0 75983 77 0 0 25 0 11 0 1844910607 877023232 33821 4294967295 134512640 134569956 3221224352 3221214424 1131412989 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 33821 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 760.6
Current children cumulated vsize (Kb) 856468

[startup+800.057 s]
Raw data (loadavg): 1.15 1.05 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18667 4 1 0 76944 79 0 0 18 0 11 0 1844910607 877023232 33994 4294967295 134512640 134569956 3221224352 3221214632 1131560785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 33994 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 770.23
Current children cumulated vsize (Kb) 856468

[startup+810.058 s]
Raw data (loadavg): 1.13 1.05 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18673 4 1 0 77911 79 0 0 19 0 11 0 1844910607 877023232 34070 4294967295 134512640 134569956 3221224352 3221214192 1131749641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 34070 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 779.9
Current children cumulated vsize (Kb) 856468

[startup+820.059 s]
Raw data (loadavg): 1.11 1.05 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18678 4 1 0 78880 80 0 0 25 0 11 0 1844910607 877023232 34118 4294967295 134512640 134569956 3221224352 3221214632 1131575019 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 34118 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 789.6
Current children cumulated vsize (Kb) 856468

[startup+830.06 s]
Raw data (loadavg): 1.09 1.05 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18686 4 1 0 79828 82 0 0 25 0 11 0 1844910607 877023232 34227 4294967295 134512640 134569956 3221224352 3221214176 1131753111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 34227 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 799.1
Current children cumulated vsize (Kb) 856468

[startup+840.061 s]
Raw data (loadavg): 1.08 1.05 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18693 4 1 0 80785 82 0 0 16 0 11 0 1844910607 877023232 34343 4294967295 134512640 134569956 3221224352 3221214632 1131562906 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 34343 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 808.67
Current children cumulated vsize (Kb) 856468

[startup+850.061 s]
Raw data (loadavg): 1.06 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18700 4 1 0 81742 82 0 0 17 0 11 0 1844910607 877023232 34467 4294967295 134512640 134569956 3221224352 3221214584 1131372344 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 34467 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 818.24
Current children cumulated vsize (Kb) 856468

[startup+860.062 s]
Raw data (loadavg): 1.05 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) S 17624 17625 5299 0 -1 0 18709 4 1 0 82702 82 0 0 25 0 11 0 1844910607 877023232 34643 4294967295 134512640 134569956 3221224352 3221213232 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 34643 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 827.84
Current children cumulated vsize (Kb) 856468

[startup+870.063 s]
Raw data (loadavg): 1.05 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18718 4 1 0 83660 83 0 0 20 0 11 0 1844910607 877023232 34831 4294967295 134512640 134569956 3221224352 3221214608 1131450177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 34831 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 837.43
Current children cumulated vsize (Kb) 856468

[startup+880.063 s]
Raw data (loadavg): 1.04 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18726 4 1 0 84622 83 0 0 20 0 11 0 1844910607 877023232 34914 4294967295 134512640 134569956 3221224352 3221214632 1131560981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 34914 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 847.05
Current children cumulated vsize (Kb) 856468

[startup+890.064 s]
Raw data (loadavg): 1.03 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18734 4 1 0 85585 83 0 0 18 0 11 0 1844910607 877023232 35014 4294967295 134512640 134569956 3221224352 3221214360 1131749524 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35014 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 856.68
Current children cumulated vsize (Kb) 856468

[startup+900.065 s]
Raw data (loadavg): 1.03 1.04 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18741 4 1 0 86555 83 0 0 21 0 11 0 1844910607 877023232 35129 4294967295 134512640 134569956 3221224352 3221214480 1131649635 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35129 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 866.38
Current children cumulated vsize (Kb) 856468

[startup+910.065 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18748 4 1 0 87522 84 0 0 25 0 11 0 1844910607 877023232 35167 4294967295 134512640 134569956 3221224352 3221214632 1131575107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35167 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 876.06
Current children cumulated vsize (Kb) 856468

[startup+920.066 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18754 4 1 0 88491 84 0 0 24 0 11 0 1844910607 877023232 35211 4294967295 134512640 134569956 3221224352 3221214200 1080339190 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35211 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 885.75
Current children cumulated vsize (Kb) 856468

[startup+930.067 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18761 4 1 0 89458 84 0 0 19 0 11 0 1844910607 877023232 35310 4294967295 134512640 134569956 3221224352 3221214724 1131299984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35310 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 895.42
Current children cumulated vsize (Kb) 856468

[startup+940.067 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18767 4 1 0 90428 85 0 0 20 0 11 0 1844910607 877023232 35340 4294967295 134512640 134569956 3221224352 3221214632 1131577719 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35340 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 905.13
Current children cumulated vsize (Kb) 856468

[startup+950.067 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18773 4 1 0 91396 85 0 0 25 0 11 0 1844910607 877023232 35443 4294967295 134512640 134569956 3221224352 3221214632 1131564712 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35443 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 914.81
Current children cumulated vsize (Kb) 856468

[startup+960.067 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18778 4 1 0 92370 85 0 0 25 0 11 0 1844910607 877023232 35703 4294967295 134512640 134569956 3221224352 3221214432 1131665536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 35703 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 924.55
Current children cumulated vsize (Kb) 856468

[startup+970.068 s]
Raw data (loadavg): 1.01 1.03 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18782 4 1 0 93352 86 0 0 25 0 11 0 1844910607 877023232 35741 4294967295 134512640 134569956 3221224352 3221214564 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35741 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 934.38
Current children cumulated vsize (Kb) 856468

[startup+980.069 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18786 4 1 0 94335 86 0 0 25 0 11 0 1844910607 877023232 35765 4294967295 134512640 134569956 3221224352 3221214512 1131522070 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35765 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 944.21
Current children cumulated vsize (Kb) 856468

[startup+990.069 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18790 4 1 0 95319 86 0 0 25 0 11 0 1844910607 877023232 35834 4294967295 134512640 134569956 3221224352 3221214432 1131665155 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35834 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 954.05
Current children cumulated vsize (Kb) 856468

[startup+1000.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18794 4 1 0 96304 86 0 0 25 0 11 0 1844910607 877023232 35890 4294967295 134512640 134569956 3221224352 3221214384 1131683764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35890 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 963.9
Current children cumulated vsize (Kb) 856468

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18798 4 1 0 97291 86 0 0 25 0 11 0 1844910607 877023232 35987 4294967295 134512640 134569956 3221224352 3221214648 1131413112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 35987 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 973.77
Current children cumulated vsize (Kb) 856468

[startup+1020.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18803 4 1 0 98274 86 0 0 24 0 11 0 1844910607 877023232 36112 4294967295 134512640 134569956 3221224352 3221214432 1131666262 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36112 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 983.6
Current children cumulated vsize (Kb) 856468

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18811 4 1 0 99254 87 0 0 25 0 11 0 1844910607 877023232 36190 4294967295 134512640 134569956 3221224352 3221214632 1131577781 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36190 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 993.41
Current children cumulated vsize (Kb) 856468

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18817 4 1 0 100238 88 0 0 25 0 11 0 1844910607 877023232 36190 4294967295 134512640 134569956 3221224352 3221214504 1131413164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36190 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1003.26
Current children cumulated vsize (Kb) 856468

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18821 4 1 0 101226 88 0 0 25 0 11 0 1844910607 877023232 36190 4294967295 134512640 134569956 3221224352 3221214512 1131522165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36190 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1013.14
Current children cumulated vsize (Kb) 856468

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18825 4 1 0 102214 89 0 0 25 0 11 0 1844910607 877023232 36190 4294967295 134512640 134569956 3221224352 3221214432 1131665159 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36190 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1023.03
Current children cumulated vsize (Kb) 856468

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18831 4 1 0 103195 89 0 0 17 0 11 0 1844910607 877023232 36350 4294967295 134512640 134569956 3221224352 3221214632 1131565539 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36350 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1032.84
Current children cumulated vsize (Kb) 856468

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18839 4 1 0 104169 89 0 0 25 0 11 0 1844910607 877023232 36391 4294967295 134512640 134569956 3221224352 3221214400 1131429151 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36391 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1042.58
Current children cumulated vsize (Kb) 856468

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18847 4 1 0 105142 90 0 0 25 0 11 0 1844910607 877023232 36442 4294967295 134512640 134569956 3221224352 3221214664 1131413164 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36442 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1052.32
Current children cumulated vsize (Kb) 856468

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18853 4 1 0 106117 90 0 0 23 0 11 0 1844910607 877023232 36514 4294967295 134512640 134569956 3221224352 3221214632 1131567025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36514 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (Kb) 856468

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) S 17624 17625 5299 0 -1 0 18859 4 1 0 107088 90 0 0 25 0 11 0 1844910607 877023232 36515 4294967295 134512640 134569956 3221224352 3221213336 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36515 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1071.78
Current children cumulated vsize (Kb) 856468

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18867 4 1 0 108056 90 0 0 25 0 11 0 1844910607 877023232 36760 4294967295 134512640 134569956 3221224352 3221214632 1131561046 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36760 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1081.46
Current children cumulated vsize (Kb) 856468

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18875 4 1 0 109017 91 0 0 25 0 11 0 1844910607 877023232 36825 4294967295 134512640 134569956 3221224352 3221214456 1131719298 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36825 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1091.08
Current children cumulated vsize (Kb) 856468

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18878 4 1 0 110001 91 0 0 25 0 11 0 1844910607 877023232 36847 4294967295 134512640 134569956 3221224352 3221214592 1131357721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 36847 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1100.92
Current children cumulated vsize (Kb) 856468

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18882 4 1 0 110983 91 0 0 25 0 11 0 1844910607 877023232 36972 4294967295 134512640 134569956 3221224352 3221214488 1131522203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 36972 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1110.74
Current children cumulated vsize (Kb) 856468

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18887 4 1 0 111962 92 0 0 25 0 11 0 1844910607 877023232 37060 4294967295 134512640 134569956 3221224352 3221214480 1131649738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37060 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1120.54
Current children cumulated vsize (Kb) 856468

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18890 4 1 0 112950 92 0 0 25 0 11 0 1844910607 877023232 37179 4294967295 134512640 134569956 3221224352 3221214568 1131357721 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37179 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1130.42
Current children cumulated vsize (Kb) 856468

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18893 4 1 0 113939 92 0 0 25 0 11 0 1844910607 877023232 37312 4294967295 134512640 134569956 3221224352 3221214480 1131649806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37312 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1140.31
Current children cumulated vsize (Kb) 856468

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18896 4 1 0 114930 93 0 0 25 0 11 0 1844910607 877023232 37353 4294967295 134512640 134569956 3221224352 3221214504 1131413164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 37353 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1150.23
Current children cumulated vsize (Kb) 856468

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18902 4 1 0 115912 93 0 0 25 0 11 0 1844910607 877023232 37501 4294967295 134512640 134569956 3221224352 3221214632 1131567355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37501 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1160.05
Current children cumulated vsize (Kb) 856468

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18911 4 1 0 116889 93 0 0 18 0 11 0 1844910607 877023232 37611 4294967295 134512640 134569956 3221224352 3221214632 1131576467 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 37611 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1169.82
Current children cumulated vsize (Kb) 856468

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18919 4 1 0 117866 94 0 0 23 0 11 0 1844910607 877023232 37714 4294967295 134512640 134569956 3221224352 3221214040 1131753106 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37714 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1179.6
Current children cumulated vsize (Kb) 856468

[startup+1230.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18928 4 1 0 118835 94 0 0 25 0 11 0 1844910607 877023232 37715 4294967295 134512640 134569956 3221224352 3221214584 1131372391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 37715 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1189.29
Current children cumulated vsize (Kb) 856468

[startup+1240.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18932 4 1 0 119820 95 0 0 25 0 11 0 1844910607 877023232 37855 4294967295 134512640 134569956 3221224352 3221214512 1131522255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17625/statm): 214117 37855 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1199.15
Current children cumulated vsize (Kb) 856468

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18932 4 1 0 120819 95 0 0 25 0 11 0 1844910607 877023232 37855 4294967295 134512640 134569956 3221224352 3221214432 1131665883 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37855 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1209.14
Current children cumulated vsize (Kb) 856468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 17637
Raw data (/proc/17625/stat): 17625 (java) R 17624 17625 5299 0 -1 0 18932 4 1 0 120819 95 0 0 25 0 11 0 1844910607 877023232 37855 4294967295 134512640 134569956 3221224352 3221214432 1131665883 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17625/statm): 214117 37855 13129 16 0 214101 0
[pid=17625] vsize: 856468
Current children cumulated CPU time (s) 1209.14
Current children cumulated vsize (Kb) 856468

Sending SIGTERM to -17625
Sleeping 2 seconds
New thread pid=17639
New thread pid=17640
One traced child (pid=17640) exited with status: 0
One traced child (pid=17634) exited with status: 0
One traced child (pid=17629) exited with status: 0
One traced child (pid=17626) exited with status: 143
One traced child (pid=17627) exited with status: 143
One traced child (pid=17633) exited with status: 143
One traced child (pid=17628) exited with status: 143
One traced child (pid=17630) exited with status: 143
One traced child (pid=17632) exited with status: 143
One traced child (pid=17631) exited with status: 143
One traced child (pid=17637) exited with status: 143
One traced child (pid=17639) exited with status: 143
One traced child (pid=17625) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.24
CPU time (s): 1260.3
CPU user time (s): 1258.25
CPU system time (s): 2.04569
CPU usage (%): 100.804
Max. virtual memory (cumulated for all children) (Kb): 856500

Verifier Data

Verifier:	OK	1057