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/een/normalized-p0282.opb
MD5SUMdd62132555621025f45a5a6099c90742
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 258411
Optimality of the best value was proved YES
Number of terms in the objective function 282
Biggest coefficient in the objective function 160646
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 1302615
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 160646
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1302615
Number of bits of the biggest sum of numbers21
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark24.5993
Number of variables282
Total number of constraints221
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints44
Minimum length of a constraint2
Maximum length of a constraint57

Trace number 3240

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-18 22:43:30 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6134 boxname=wulflinc21 idbench=274 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  dd62132555621025f45a5a6099c90742  /oldhome/oroussel/tmp/wulflinc21/normalized-p0282.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc21/normalized-p0282.opb
IDLAUNCH: 6134
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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.161
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:        915560 kB
Buffers:         21428 kB
Cached:          70308 kB
SwapCached:        812 kB
Active:          39176 kB
Inactive:        55044 kB
HighTotal:      131008 kB
HighFree:        57736 kB
LowTotal:       903652 kB
LowFree:        857824 kB
SwapTotal:     2097892 kB
SwapFree:      2096476 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            19064 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 23:04:00 (client local time) WITH STATUS 143 IN 1236.49 SECONDS
stats: 6134 0 1236.49 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/wulflinc21/normalized-p0282.opb
c reading problem ... done. Time 0.799 ms.
c #vars     282
c #constraints  221
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=              457129 		Current CPU time: 1.09 ms
c CURRENT OPTIMUM=              453986 		Current CPU time: 1.41 ms
c CURRENT OPTIMUM=              415236 		Current CPU time: 3.03 ms
c CURRENT OPTIMUM=              413972 		Current CPU time: 3.63 ms
c CURRENT OPTIMUM=              413299 		Current CPU time: 6.99 ms
c CURRENT OPTIMUM=              413058 		Current CPU time: 7.51 ms
c CURRENT OPTIMUM=              411247 		Current CPU time: 7.96 ms
c CURRENT OPTIMUM=              410805 		Current CPU time: 8.27 ms
c CURRENT OPTIMUM=              410186 		Current CPU time: 14.90 ms
c CURRENT OPTIMUM=              409045 		Current CPU time: 17.99 ms
c CURRENT OPTIMUM=              357716 		Current CPU time: 26.78 ms
c CURRENT OPTIMUM=              325096 		Current CPU time: 27.70 ms
c CURRENT OPTIMUM=              320529 		Current CPU time: 30.69 ms
c CURRENT OPTIMUM=              318788 		Current CPU time: 32.89 ms
c CURRENT OPTIMUM=              317564 		Current CPU time: 33.68 ms
c CURRENT OPTIMUM=              311842 		Current CPU time: 35.66 ms
c CURRENT OPTIMUM=              310295 		Current CPU time: 37.15 ms
c CURRENT OPTIMUM=              309081 		Current CPU time: 39.19 ms
c starts		: 22
c conflicts		: 862
c decisions		: 15319
c propagations		: 25953
c inspects		: 685470
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 861
c root simplifications	: 23
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 9751
c speed (decisions/second)	: 12.877665123543707
c non guided choices	4719
c random choices	0
s SATISFIABLE
v -x0 -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 
c objective function=309081
c Total CPU time (ms) : 1228.782

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/305/stat): 305 (java) R 304 305 20602 0 -1 0 19 0 0 0 0 0 0 0 24 0 1 0 1722216808 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 39 3 38 16 0 23 0
[pid=305] 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/305
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=306
New thread pid=307
New thread pid=308
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=309
New thread pid=310
New thread pid=311
New thread pid=312
New thread pid=313
New thread pid=314
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/wulflinc21/normalized-p0282.opb
New thread pid=315
One traced child (pid=315) exited with status: 0
New thread pid=316
One traced child (pid=316) exited with status: 0
New thread pid=317
One traced child (pid=317) exited with status: 0
New thread pid=318
One traced child (pid=318) exited with status: 0
New thread pid=319
One traced child (pid=319) exited with status: 0
New thread pid=320
One traced child (pid=320) exited with status: 0
New thread pid=321
One traced child (pid=321) exited with status: 0
New thread pid=322
One traced child (pid=322) exited with status: 0
New thread pid=323

[startup+10.0022 s]
Raw data (loadavg): 1.13 1.04 0.98 2/67 323
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18197 4 1 0 720 49 0 0 20 0 11 0 1722216808 858464256 19928 4294967295 134512640 134569956 3221224352 3221214556 1131057236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209586 19928 13129 16 0 209570 0
[pid=305] vsize: 838344
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (Kb) 838344
One traced child (pid=323) exited with status: 0
New thread pid=324
One traced child (pid=324) exited with status: 0
New thread pid=325

[startup+20.0019 s]
Raw data (loadavg): 1.11 1.04 0.98 2/67 325
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18209 4 1 0 1683 50 0 0 21 0 11 0 1722216808 858431488 20189 4294967295 134512640 134569956 3221224352 3221214576 1131365923 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 20189 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 17.33
Current children cumulated vsize (Kb) 838312
One traced child (pid=325) exited with status: 0
New thread pid=326
One traced child (pid=326) exited with status: 0
New thread pid=327

[startup+30.0026 s]
Raw data (loadavg): 1.09 1.03 0.98 2/67 327
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18222 4 1 0 2641 51 0 0 20 0 11 0 1722216808 858431488 20374 4294967295 134512640 134569956 3221224352 3221214664 1131424398 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 20374 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (Kb) 838312
One traced child (pid=327) exited with status: 0
New thread pid=328
One traced child (pid=328) exited with status: 0
New thread pid=329
One traced child (pid=329) exited with status: 0
New thread pid=330
One traced child (pid=330) exited with status: 0
New thread pid=331
One traced child (pid=331) exited with status: 0
New thread pid=332

[startup+40.0033 s]
Raw data (loadavg): 1.08 1.03 0.98 2/67 332
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18234 4 1 0 3579 52 0 0 19 0 11 0 1722216808 858431488 20655 4294967295 134512640 134569956 3221224352 3221214640 1079770766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 20655 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 36.31
Current children cumulated vsize (Kb) 838312
One traced child (pid=332) exited with status: 0
New thread pid=333

[startup+50.0029 s]
Raw data (loadavg): 1.07 1.03 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18243 4 1 0 4532 52 0 0 21 0 11 0 1722216808 858431488 20989 4294967295 134512640 134569956 3221224352 3221214560 1131367134 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 20989 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 45.84
Current children cumulated vsize (Kb) 838312

[startup+60.0036 s]
Raw data (loadavg): 1.06 1.03 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18254 4 1 0 5485 52 0 0 17 0 11 0 1722216808 858431488 21099 4294967295 134512640 134569956 3221224352 3221214496 1131373200 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21099 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 55.37
Current children cumulated vsize (Kb) 838312

[startup+70.0043 s]
Raw data (loadavg): 1.05 1.03 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18262 4 1 0 6445 53 0 0 25 0 11 0 1722216808 858431488 21204 4294967295 134512640 134569956 3221224352 3221214560 1131366039 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 21204 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 64.98
Current children cumulated vsize (Kb) 838312

[startup+80.006 s]
Raw data (loadavg): 1.04 1.03 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18270 4 1 0 7408 53 0 0 25 0 11 0 1722216808 858431488 21314 4294967295 134512640 134569956 3221224352 3221214424 1131389557 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 21314 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 74.61
Current children cumulated vsize (Kb) 838312

[startup+90.0057 s]
Raw data (loadavg): 1.03 1.03 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18277 4 1 0 8378 54 0 0 25 0 11 0 1722216808 858431488 21450 4294967295 134512640 134569956 3221224352 3221214424 1131389557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21450 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 84.32
Current children cumulated vsize (Kb) 838312

[startup+100.005 s]
Raw data (loadavg): 1.03 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18286 4 1 0 9341 54 0 0 22 0 11 0 1722216808 858431488 21559 4294967295 134512640 134569956 3221224352 3221214560 1131365935 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21559 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 93.95
Current children cumulated vsize (Kb) 838312

[startup+110.006 s]
Raw data (loadavg): 1.02 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18294 4 1 0 10298 54 0 0 22 0 11 0 1722216808 858431488 21643 4294967295 134512640 134569956 3221224352 3221214560 1131367097 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21643 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 103.52
Current children cumulated vsize (Kb) 838312

[startup+120.007 s]
Raw data (loadavg): 1.02 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18302 4 1 0 11252 54 0 0 24 0 11 0 1722216808 858431488 21719 4294967295 134512640 134569956 3221224352 3221214560 1131367058 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21719 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 113.06
Current children cumulated vsize (Kb) 838312

[startup+130.007 s]
Raw data (loadavg): 1.02 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18310 4 1 0 12209 54 0 0 25 0 11 0 1722216808 858431488 21822 4294967295 134512640 134569956 3221224352 3221214424 1131389557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 21822 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 122.63
Current children cumulated vsize (Kb) 838312

[startup+140.007 s]
Raw data (loadavg): 1.01 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18319 4 1 0 13162 54 0 0 20 0 11 0 1722216808 858431488 22010 4294967295 134512640 134569956 3221224352 3221214424 1131389557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22010 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 132.16
Current children cumulated vsize (Kb) 838312

[startup+150.008 s]
Raw data (loadavg): 1.01 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18327 4 1 0 14122 55 0 0 25 0 11 0 1722216808 858431488 22168 4294967295 134512640 134569956 3221224352 3221214320 1131562011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22168 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 141.77
Current children cumulated vsize (Kb) 838312

[startup+160.008 s]
Raw data (loadavg): 1.01 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18335 4 1 0 15086 55 0 0 24 0 11 0 1722216808 858431488 22267 4294967295 134512640 134569956 3221224352 3221214424 1131389557 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22267 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 151.41
Current children cumulated vsize (Kb) 838312

[startup+170.008 s]
Raw data (loadavg): 1.01 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18343 4 1 0 16053 55 0 0 25 0 11 0 1722216808 858431488 22391 4294967295 134512640 134569956 3221224352 3221214560 1131366411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22391 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (Kb) 838312

[startup+180.009 s]
Raw data (loadavg): 1.00 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18352 4 1 0 17021 55 0 0 23 0 11 0 1722216808 858431488 22505 4294967295 134512640 134569956 3221224352 3221214560 1131366563 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22505 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 170.76
Current children cumulated vsize (Kb) 838312

[startup+190.009 s]
Raw data (loadavg): 1.00 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18361 4 1 0 17994 55 0 0 24 0 11 0 1722216808 858431488 22576 4294967295 134512640 134569956 3221224352 3221214192 1080339190 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22576 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (Kb) 838312

[startup+200.009 s]
Raw data (loadavg): 1.00 1.02 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18371 4 1 0 18967 56 0 0 25 0 11 0 1722216808 858431488 22664 4294967295 134512640 134569956 3221224352 3221214644 1131365900 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22664 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 190.23
Current children cumulated vsize (Kb) 838312

[startup+210.01 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18380 4 1 0 19948 56 0 0 25 0 11 0 1722216808 858431488 22730 4294967295 134512640 134569956 3221224352 3221214560 1131366280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22730 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 838312

[startup+220.01 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18389 4 1 0 20928 56 0 0 25 0 11 0 1722216808 858431488 22771 4294967295 134512640 134569956 3221224352 3221214520 1131416981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22771 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 209.84
Current children cumulated vsize (Kb) 838312

[startup+230.011 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18398 4 1 0 21908 57 0 0 23 0 11 0 1722216808 858431488 22814 4294967295 134512640 134569956 3221224352 3221214560 1131367248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22814 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 219.65
Current children cumulated vsize (Kb) 838312

[startup+240.012 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18405 4 1 0 22891 57 0 0 17 0 11 0 1722216808 858431488 22842 4294967295 134512640 134569956 3221224352 3221214560 1131365923 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22842 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 229.48
Current children cumulated vsize (Kb) 838312

[startup+250.012 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18413 4 1 0 23871 57 0 0 25 0 11 0 1722216808 858431488 22883 4294967295 134512640 134569956 3221224352 3221214520 1131416811 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22883 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 239.28
Current children cumulated vsize (Kb) 838312

[startup+260.012 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18422 4 1 0 24849 57 0 0 25 0 11 0 1722216808 858431488 22956 4294967295 134512640 134569956 3221224352 3221214424 1131389510 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 22956 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 249.06
Current children cumulated vsize (Kb) 838312

[startup+270.012 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18430 4 1 0 25829 58 0 0 18 0 11 0 1722216808 858431488 22995 4294967295 134512640 134569956 3221224352 3221214560 1131365932 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 22995 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 258.87
Current children cumulated vsize (Kb) 838312

[startup+280.013 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18439 4 1 0 26807 58 0 0 25 0 11 0 1722216808 858431488 23071 4294967295 134512640 134569956 3221224352 3221214424 1131389470 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23071 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 268.65
Current children cumulated vsize (Kb) 838312

[startup+290.013 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18448 4 1 0 27783 58 0 0 17 0 11 0 1722216808 858431488 23132 4294967295 134512640 134569956 3221224352 3221214560 1131365932 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23132 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 278.41
Current children cumulated vsize (Kb) 838312

[startup+300.013 s]
Raw data (loadavg): 1.00 1.01 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18457 4 1 0 28757 59 0 0 24 0 11 0 1722216808 858431488 23193 4294967295 134512640 134569956 3221224352 3221214648 1131423074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23193 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 288.16
Current children cumulated vsize (Kb) 838312

[startup+310.014 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18466 4 1 0 29732 59 0 0 25 0 11 0 1722216808 858431488 23260 4294967295 134512640 134569956 3221224352 3221214648 1131424412 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23260 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 297.91
Current children cumulated vsize (Kb) 838312

[startup+320.013 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18475 4 1 0 30707 60 0 0 25 0 11 0 1722216808 858431488 23311 4294967295 134512640 134569956 3221224352 3221214496 1131373215 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23311 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 307.67
Current children cumulated vsize (Kb) 838312

[startup+330.016 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18484 4 1 0 31683 61 0 0 25 0 11 0 1722216808 858431488 23396 4294967295 134512640 134569956 3221224352 3221214648 1131423300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23396 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 317.44
Current children cumulated vsize (Kb) 838312

[startup+340.017 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18493 4 1 0 32664 61 0 0 25 0 11 0 1722216808 858431488 23453 4294967295 134512640 134569956 3221224352 3221214608 1131366547 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23453 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 327.25
Current children cumulated vsize (Kb) 838312

[startup+350.016 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18502 4 1 0 33646 61 0 0 20 0 11 0 1722216808 858431488 23509 4294967295 134512640 134569956 3221224352 3221214424 1131389399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23509 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 337.07
Current children cumulated vsize (Kb) 838312

[startup+360.017 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18511 4 1 0 34627 61 0 0 25 0 11 0 1722216808 858431488 23547 4294967295 134512640 134569956 3221224352 3221214648 1131424432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23547 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 346.88
Current children cumulated vsize (Kb) 838312

[startup+370.018 s]
Raw data (loadavg): 1.00 1.00 0.98 2/67 333
Raw data (/proc/305/stat): 305 (java) S 304 305 20602 0 -1 0 18518 4 1 0 35610 61 0 0 25 0 11 0 1722216808 858431488 23569 4294967295 134512640 134569956 3221224352 3221213168 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23569 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 356.71
Current children cumulated vsize (Kb) 838312

[startup+380.018 s]
Raw data (loadavg): 1.08 1.02 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18524 4 1 0 36594 62 0 0 19 0 11 0 1722216808 858431488 23597 4294967295 134512640 134569956 3221224352 3221214424 1131389758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23597 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 366.56
Current children cumulated vsize (Kb) 838312

[startup+390.019 s]
Raw data (loadavg): 1.07 1.02 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18530 4 1 0 37578 62 0 0 19 0 11 0 1722216808 858431488 23634 4294967295 134512640 134569956 3221224352 3221214560 1131366503 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23634 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 376.4
Current children cumulated vsize (Kb) 838312

[startup+400.02 s]
Raw data (loadavg): 1.06 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18535 4 1 0 38563 63 0 0 23 0 11 0 1722216808 858431488 23660 4294967295 134512640 134569956 3221224352 3221214440 1131389746 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23660 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 386.26
Current children cumulated vsize (Kb) 838312

[startup+410.02 s]
Raw data (loadavg): 1.05 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18542 4 1 0 39543 63 0 0 25 0 11 0 1722216808 858431488 23734 4294967295 134512640 134569956 3221224352 3221214424 1131389649 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23734 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 396.06
Current children cumulated vsize (Kb) 838312

[startup+420.02 s]
Raw data (loadavg): 1.04 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18548 4 1 0 40525 63 0 0 20 0 11 0 1722216808 858431488 23752 4294967295 134512640 134569956 3221224352 3221214432 1131403134 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23752 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 405.88
Current children cumulated vsize (Kb) 838312

[startup+430.021 s]
Raw data (loadavg): 1.03 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18554 4 1 0 41506 63 0 0 25 0 11 0 1722216808 858431488 23834 4294967295 134512640 134569956 3221224352 3221214448 1131533164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 23834 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 415.69
Current children cumulated vsize (Kb) 838312

[startup+440.021 s]
Raw data (loadavg): 1.03 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18560 4 1 0 42488 63 0 0 25 0 11 0 1722216808 858431488 23919 4294967295 134512640 134569956 3221224352 3221214648 1131655737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23919 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 425.51
Current children cumulated vsize (Kb) 838312

[startup+450.021 s]
Raw data (loadavg): 1.02 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18566 4 1 0 43469 63 0 0 25 0 11 0 1722216808 858431488 23953 4294967295 134512640 134569956 3221224352 3221214648 1131423369 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 23953 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 435.32
Current children cumulated vsize (Kb) 838312

[startup+460.022 s]
Raw data (loadavg): 1.02 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18573 4 1 0 44449 63 0 0 25 0 11 0 1722216808 858431488 24028 4294967295 134512640 134569956 3221224352 3221214648 1131426734 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24028 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 445.12
Current children cumulated vsize (Kb) 838312

[startup+470.022 s]
Raw data (loadavg): 1.02 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18578 4 1 0 45434 64 0 0 25 0 11 0 1722216808 858431488 24092 4294967295 134512640 134569956 3221224352 3221214272 1085806294 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24092 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 454.98
Current children cumulated vsize (Kb) 838312

[startup+480.023 s]
Raw data (loadavg): 1.01 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18584 4 1 0 46417 64 0 0 25 0 11 0 1722216808 858431488 24159 4294967295 134512640 134569956 3221224352 3221214424 1131389739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24159 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 464.81
Current children cumulated vsize (Kb) 838312

[startup+490.024 s]
Raw data (loadavg): 1.01 1.01 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18593 4 1 0 47392 64 0 0 25 0 11 0 1722216808 858431488 24220 4294967295 134512640 134569956 3221224352 3221214648 1131423293 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24220 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 474.56
Current children cumulated vsize (Kb) 838312

[startup+500.024 s]
Raw data (loadavg): 1.01 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18601 4 1 0 48371 64 0 0 23 0 11 0 1722216808 858431488 24312 4294967295 134512640 134569956 3221224352 3221214320 1131612023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24312 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 484.35
Current children cumulated vsize (Kb) 838312

[startup+510.025 s]
Raw data (loadavg): 1.01 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18609 4 1 0 49351 65 0 0 25 0 11 0 1722216808 858431488 24405 4294967295 134512640 134569956 3221224352 3221214144 1131470305 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24405 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 494.16
Current children cumulated vsize (Kb) 838312

[startup+520.026 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18620 4 1 0 50328 65 0 0 23 0 11 0 1722216808 858431488 24471 4294967295 134512640 134569956 3221224352 3221214648 1131423297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24471 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 503.93
Current children cumulated vsize (Kb) 838312

[startup+530.027 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18628 4 1 0 51308 65 0 0 25 0 11 0 1722216808 858431488 24514 4294967295 134512640 134569956 3221224352 3221214644 1131365900 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24514 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 513.73
Current children cumulated vsize (Kb) 838312

[startup+540.027 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18637 4 1 0 52284 65 0 0 17 0 11 0 1722216808 858431488 24575 4294967295 134512640 134569956 3221224352 3221214652 1131356131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24575 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 523.49
Current children cumulated vsize (Kb) 838312

[startup+550.027 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18644 4 1 0 53265 66 0 0 25 0 11 0 1722216808 858431488 24617 4294967295 134512640 134569956 3221224352 3221214560 1131367097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24617 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 533.31
Current children cumulated vsize (Kb) 838312

[startup+560.028 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) S 304 305 20602 0 -1 0 18652 4 1 0 54239 66 0 0 17 0 11 0 1722216808 858431488 24647 4294967295 134512640 134569956 3221224352 3221213304 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24647 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 543.05
Current children cumulated vsize (Kb) 838312

[startup+570.028 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18661 4 1 0 55213 66 0 0 25 0 11 0 1722216808 858431488 24732 4294967295 134512640 134569956 3221224352 3221214644 1131365900 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24732 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 552.79
Current children cumulated vsize (Kb) 838312

[startup+580.029 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18667 4 1 0 56193 66 0 0 25 0 11 0 1722216808 858431488 24770 4294967295 134512640 134569956 3221224352 3221214560 1131366345 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24770 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 562.59
Current children cumulated vsize (Kb) 838312

[startup+590.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18676 4 1 0 57161 66 0 0 25 0 11 0 1722216808 858431488 24833 4294967295 134512640 134569956 3221224352 3221214480 1131536580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24833 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 572.27
Current children cumulated vsize (Kb) 838312

[startup+600.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18684 4 1 0 58134 67 0 0 25 0 11 0 1722216808 858431488 24912 4294967295 134512640 134569956 3221224352 3221214560 1131366551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 24912 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (Kb) 838312

[startup+610.031 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18692 4 1 0 59107 67 0 0 17 0 11 0 1722216808 858431488 24993 4294967295 134512640 134569956 3221224352 3221213968 1085806269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 24993 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 591.74
Current children cumulated vsize (Kb) 838312

[startup+620.031 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18700 4 1 0 60079 67 0 0 16 0 11 0 1722216808 858431488 25101 4294967295 134512640 134569956 3221224352 3221214504 1131389684 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25101 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 601.46
Current children cumulated vsize (Kb) 838312

[startup+630.031 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) S 304 305 20602 0 -1 0 18707 4 1 0 61050 67 0 0 25 0 11 0 1722216808 858431488 25155 4294967295 134512640 134569956 3221224352 3221213304 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25155 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 611.17
Current children cumulated vsize (Kb) 838312

[startup+640.033 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18716 4 1 0 62022 68 0 0 17 0 11 0 1722216808 858431488 25229 4294967295 134512640 134569956 3221224352 3221214560 1131366003 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25229 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 620.9
Current children cumulated vsize (Kb) 838312

[startup+650.033 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18723 4 1 0 62999 68 0 0 25 0 11 0 1722216808 858431488 25337 4294967295 134512640 134569956 3221224352 3221214336 1080338889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25337 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 630.67
Current children cumulated vsize (Kb) 838312

[startup+660.033 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18729 4 1 0 63982 68 0 0 21 0 11 0 1722216808 858431488 25389 4294967295 134512640 134569956 3221224352 3221214560 1131366475 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25389 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 640.5
Current children cumulated vsize (Kb) 838312

[startup+670.034 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18738 4 1 0 64956 69 0 0 24 0 11 0 1722216808 858431488 25502 4294967295 134512640 134569956 3221224352 3221214424 1131588591 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25502 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 650.25
Current children cumulated vsize (Kb) 838312

[startup+680.035 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18746 4 1 0 65933 69 0 0 18 0 11 0 1722216808 858431488 25541 4294967295 134512640 134569956 3221224352 3221214400 1131607715 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25541 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 660.02
Current children cumulated vsize (Kb) 838312

[startup+690.035 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18754 4 1 0 66910 69 0 0 25 0 11 0 1722216808 858431488 25584 4294967295 134512640 134569956 3221224352 3221214648 1131425210 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25584 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 669.79
Current children cumulated vsize (Kb) 838312

[startup+700.036 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18760 4 1 0 67890 69 0 0 20 0 11 0 1722216808 858431488 25646 4294967295 134512640 134569956 3221224352 3221214504 1131389758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25646 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 679.59
Current children cumulated vsize (Kb) 838312

[startup+710.037 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18766 4 1 0 68870 69 0 0 25 0 11 0 1722216808 858431488 25702 4294967295 134512640 134569956 3221224352 3221214648 1131423369 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25702 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 689.39
Current children cumulated vsize (Kb) 838312

[startup+720.036 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18772 4 1 0 69850 70 0 0 25 0 11 0 1722216808 858431488 25755 4294967295 134512640 134569956 3221224352 3221214520 1131389727 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25755 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 699.2
Current children cumulated vsize (Kb) 838312

[startup+730.037 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18776 4 1 0 70837 70 0 0 25 0 11 0 1722216808 858431488 25811 4294967295 134512640 134569956 3221224352 3221214560 1131470240 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 25811 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 709.07
Current children cumulated vsize (Kb) 838312

[startup+740.038 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18781 4 1 0 71822 70 0 0 25 0 11 0 1722216808 858431488 25847 4294967295 134512640 134569956 3221224352 3221214560 1131366456 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25847 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 718.92
Current children cumulated vsize (Kb) 838312

[startup+750.038 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18788 4 1 0 72801 70 0 0 25 0 11 0 1722216808 858431488 25947 4294967295 134512640 134569956 3221224352 3221214560 1131470254 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 25947 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 728.71
Current children cumulated vsize (Kb) 838312

[startup+760.038 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18793 4 1 0 73788 70 0 0 24 0 11 0 1722216808 858431488 26019 4294967295 134512640 134569956 3221224352 3221214560 1131366326 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26019 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 738.58
Current children cumulated vsize (Kb) 838312

[startup+770.039 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18796 4 1 0 74781 70 0 0 25 0 11 0 1722216808 858431488 26062 4294967295 134512640 134569956 3221224352 3221214512 1131401590 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26062 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 748.51
Current children cumulated vsize (Kb) 838312

[startup+780.04 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18798 4 1 0 75775 71 0 0 23 0 11 0 1722216808 858431488 26090 4294967295 134512640 134569956 3221224352 3221214560 1131367248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26090 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 758.46
Current children cumulated vsize (Kb) 838312

[startup+790.04 s]
Raw data (loadavg): 1.00 1.00 0.99 3/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18802 4 1 0 76766 71 0 0 25 0 11 0 1722216808 858431488 26136 4294967295 134512640 134569956 3221224352 3221214472 1131556384 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26136 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 768.37
Current children cumulated vsize (Kb) 838312

[startup+800.04 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18802 4 1 0 77766 71 0 0 25 0 11 0 1722216808 858431488 26136 4294967295 134512640 134569956 3221224352 3221214424 1131589191 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26136 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 778.37
Current children cumulated vsize (Kb) 838312

[startup+810.041 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18803 4 1 0 78764 71 0 0 25 0 11 0 1722216808 858431488 26136 4294967295 134512640 134569956 3221224352 3221214560 1131366460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26136 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 788.35
Current children cumulated vsize (Kb) 838312

[startup+820.041 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18805 4 1 0 79759 71 0 0 25 0 11 0 1722216808 858431488 26136 4294967295 134512640 134569956 3221224352 3221214424 1131589098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26136 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 798.3
Current children cumulated vsize (Kb) 838312

[startup+830.042 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18813 4 1 0 80739 71 0 0 25 0 11 0 1722216808 858431488 26228 4294967295 134512640 134569956 3221224352 3221214560 1131366336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26228 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 808.1
Current children cumulated vsize (Kb) 838312

[startup+840.043 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18821 4 1 0 81717 71 0 0 21 0 11 0 1722216808 858431488 26250 4294967295 134512640 134569956 3221224352 3221214648 1131426546 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26250 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 817.88
Current children cumulated vsize (Kb) 838312

[startup+850.043 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18829 4 1 0 82692 72 0 0 22 0 11 0 1722216808 858431488 26310 4294967295 134512640 134569956 3221224352 3221214560 1131366810 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26310 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 827.64
Current children cumulated vsize (Kb) 838312

[startup+860.044 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18835 4 1 0 83673 72 0 0 25 0 11 0 1722216808 858431488 26477 4294967295 134512640 134569956 3221224352 3221214504 1131389739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26477 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 837.45
Current children cumulated vsize (Kb) 838312

[startup+870.044 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18841 4 1 0 84653 72 0 0 25 0 11 0 1722216808 858431488 26528 4294967295 134512640 134569956 3221224352 3221214560 1131365940 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26528 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 847.25
Current children cumulated vsize (Kb) 838312

[startup+880.045 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18849 4 1 0 85626 72 0 0 25 0 11 0 1722216808 858431488 26636 4294967295 134512640 134569956 3221224352 3221214504 1131389688 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26636 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 856.98
Current children cumulated vsize (Kb) 838312

[startup+890.046 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18855 4 1 0 86608 72 0 0 25 0 11 0 1722216808 858431488 26682 4294967295 134512640 134569956 3221224352 3221214616 1131470221 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26682 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 866.8
Current children cumulated vsize (Kb) 838312

[startup+900.046 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18863 4 1 0 87584 73 0 0 25 0 11 0 1722216808 858431488 26720 4294967295 134512640 134569956 3221224352 3221214648 1131426599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26720 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 876.57
Current children cumulated vsize (Kb) 838312

[startup+910.047 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18869 4 1 0 88567 73 0 0 25 0 11 0 1722216808 858431488 26854 4294967295 134512640 134569956 3221224352 3221214560 1131365913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26854 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 886.4
Current children cumulated vsize (Kb) 838312

[startup+920.047 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18873 4 1 0 89555 74 0 0 25 0 11 0 1722216808 858431488 26908 4294967295 134512640 134569956 3221224352 3221214424 1131589229 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 26908 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 896.29
Current children cumulated vsize (Kb) 838312

[startup+930.048 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18876 4 1 0 90547 74 0 0 25 0 11 0 1722216808 858431488 26920 4294967295 134512640 134569956 3221224352 3221214472 1131556374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26920 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 906.21
Current children cumulated vsize (Kb) 838312

[startup+940.048 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18883 4 1 0 91529 75 0 0 24 0 11 0 1722216808 858431488 26954 4294967295 134512640 134569956 3221224352 3221214648 1131424398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26954 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 916.04
Current children cumulated vsize (Kb) 838312

[startup+950.048 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18888 4 1 0 92515 75 0 0 22 0 11 0 1722216808 858431488 26997 4294967295 134512640 134569956 3221224352 3221214424 1131589126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 26997 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 925.9
Current children cumulated vsize (Kb) 838312

[startup+960.049 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18891 4 1 0 93506 75 0 0 24 0 11 0 1722216808 858431488 27034 4294967295 134512640 134569956 3221224352 3221214368 1131607758 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27034 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 935.81
Current children cumulated vsize (Kb) 838312

[startup+970.049 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18898 4 1 0 94486 76 0 0 24 0 11 0 1722216808 858431488 27066 4294967295 134512640 134569956 3221224352 3221214520 1131389557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27066 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 945.62
Current children cumulated vsize (Kb) 838312

[startup+980.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18900 4 1 0 95480 76 0 0 25 0 11 0 1722216808 858431488 27096 4294967295 134512640 134569956 3221224352 3221214424 1131589241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27096 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 955.56
Current children cumulated vsize (Kb) 838312

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18900 4 1 0 96479 76 0 0 25 0 11 0 1722216808 858431488 27096 4294967295 134512640 134569956 3221224352 3221214424 1131589059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27096 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 965.55
Current children cumulated vsize (Kb) 838312

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18901 4 1 0 97476 76 0 0 25 0 11 0 1722216808 858431488 27097 4294967295 134512640 134569956 3221224352 3221214424 1131589168 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27097 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 975.52
Current children cumulated vsize (Kb) 838312

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18907 4 1 0 98457 76 0 0 18 0 11 0 1722216808 858431488 27180 4294967295 134512640 134569956 3221224352 3221214504 1131389655 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27180 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 985.33
Current children cumulated vsize (Kb) 838312

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18911 4 1 0 99445 77 0 0 25 0 11 0 1722216808 858431488 27216 4294967295 134512640 134569956 3221224352 3221214400 1131608512 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27216 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 995.22
Current children cumulated vsize (Kb) 838312

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18919 4 1 0 100421 77 0 0 25 0 11 0 1722216808 858431488 27290 4294967295 134512640 134569956 3221224352 3221214472 1131556408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27290 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1004.98
Current children cumulated vsize (Kb) 838312

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18921 4 1 0 101415 77 0 0 25 0 11 0 1722216808 858431488 27290 4294967295 134512640 134569956 3221224352 3221214560 1131470185 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27290 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1014.92
Current children cumulated vsize (Kb) 838312

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 333
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18925 4 1 0 102402 77 0 0 25 0 11 0 1722216808 858431488 27416 4294967295 134512640 134569956 3221224352 3221214560 1131366345 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27416 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1024.79
Current children cumulated vsize (Kb) 838312

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18931 4 1 0 103385 77 0 0 25 0 11 0 1722216808 858431488 27481 4294967295 134512640 134569956 3221224352 3221214520 1131389762 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27481 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1034.62
Current children cumulated vsize (Kb) 838312

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18936 4 1 0 104370 78 0 0 21 0 11 0 1722216808 858431488 27603 4294967295 134512640 134569956 3221224352 3221214672 1131389653 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27603 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1044.48
Current children cumulated vsize (Kb) 838312

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18940 4 1 0 105361 78 0 0 25 0 11 0 1722216808 858431488 27641 4294967295 134512640 134569956 3221224352 3221214424 1131588581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27641 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1054.39
Current children cumulated vsize (Kb) 838312

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18946 4 1 0 106345 78 0 0 24 0 11 0 1722216808 858431488 27721 4294967295 134512640 134569956 3221224352 3221214472 1131556378 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27721 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1064.23
Current children cumulated vsize (Kb) 838312

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18954 4 1 0 107324 78 0 0 20 0 11 0 1722216808 858431488 27765 4294967295 134512640 134569956 3221224352 3221214560 1131365919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27765 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1074.02
Current children cumulated vsize (Kb) 838312

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18959 4 1 0 108309 78 0 0 25 0 11 0 1722216808 858431488 27881 4294967295 134512640 134569956 3221224352 3221214400 1131607822 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27881 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1083.87
Current children cumulated vsize (Kb) 838312

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18962 4 1 0 109300 78 0 0 25 0 11 0 1722216808 858431488 27881 4294967295 134512640 134569956 3221224352 3221214520 1131389754 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 27881 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1093.78
Current children cumulated vsize (Kb) 838312

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18968 4 1 0 110282 78 0 0 25 0 11 0 1722216808 858431488 27919 4294967295 134512640 134569956 3221224352 3221214560 1131470254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 27919 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1103.6
Current children cumulated vsize (Kb) 838312

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18974 4 1 0 111263 79 0 0 21 0 11 0 1722216808 858431488 28017 4294967295 134512640 134569956 3221224352 3221214504 1131389625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 28017 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1113.42
Current children cumulated vsize (Kb) 838312

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18976 4 1 0 112256 79 0 0 25 0 11 0 1722216808 858431488 28023 4294967295 134512640 134569956 3221224352 3221214368 1131608020 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28023 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1123.35
Current children cumulated vsize (Kb) 838312

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18979 4 1 0 113248 79 0 0 25 0 11 0 1722216808 858431488 28055 4294967295 134512640 134569956 3221224352 3221214504 1131389510 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28055 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1133.27
Current children cumulated vsize (Kb) 838312

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18981 4 1 0 114242 79 0 0 25 0 11 0 1722216808 858431488 28069 4294967295 134512640 134569956 3221224352 3221214368 1131608536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28069 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1143.21
Current children cumulated vsize (Kb) 838312

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18984 4 1 0 115234 79 0 0 25 0 11 0 1722216808 858431488 28125 4294967295 134512640 134569956 3221224352 3221214504 1131389758 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28125 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1153.13
Current children cumulated vsize (Kb) 838312

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18987 4 1 0 116227 79 0 0 25 0 11 0 1722216808 858431488 28153 4294967295 134512640 134569956 3221224352 3221214424 1131589028 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 28153 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1163.06
Current children cumulated vsize (Kb) 838312

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 18994 4 1 0 117211 80 0 0 19 0 11 0 1722216808 858431488 28247 4294967295 134512640 134569956 3221224352 3221214504 1131389244 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/305/statm): 209578 28247 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1172.91
Current children cumulated vsize (Kb) 838312

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) S 304 305 20602 0 -1 0 18999 4 1 0 118201 80 0 0 25 0 11 0 1722216808 858431488 28285 4294967295 134512640 134569956 3221224352 3221213208 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28285 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1182.81
Current children cumulated vsize (Kb) 838312

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 19006 4 1 0 119189 80 0 0 25 0 11 0 1722216808 858431488 28322 4294967295 134512640 134569956 3221224352 3221214336 1131584550 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28322 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1192.69
Current children cumulated vsize (Kb) 838312

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 19011 4 1 0 120178 81 0 0 24 0 11 0 1722216808 858431488 28322 4294967295 134512640 134569956 3221224352 3221214672 1131366306 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28322 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1202.59
Current children cumulated vsize (Kb) 838312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/67 335
Raw data (/proc/305/stat): 305 (java) R 304 305 20602 0 -1 0 19011 4 1 0 120178 81 0 0 24 0 11 0 1722216808 858431488 28322 4294967295 134512640 134569956 3221224352 3221214672 1131366306 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/305/statm): 209578 28322 13129 16 0 209562 0
[pid=305] vsize: 838312
Current children cumulated CPU time (s) 1202.59
Current children cumulated vsize (Kb) 838312

Sending SIGTERM to -305
Sleeping 2 seconds
New thread pid=337
New thread pid=338
One traced child (pid=338) exited with status: 0
One traced child (pid=314) exited with status: 0
One traced child (pid=309) exited with status: 0
One traced child (pid=306) exited with status: 143
One traced child (pid=307) exited with status: 143
One traced child (pid=310) exited with status: 143
One traced child (pid=312) exited with status: 143
One traced child (pid=311) exited with status: 143
One traced child (pid=308) exited with status: 143
One traced child (pid=313) exited with status: 143
One traced child (pid=333) exited with status: 143
One traced child (pid=337) exited with status: 143
One traced child (pid=305) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.18
CPU time (s): 1236.49
CPU user time (s): 1234.93
CPU system time (s): 1.55876
CPU usage (%): 100.513
Max. virtual memory (cumulated for all children) (Kb): 838344

Verifier Data

Verifier:	OK	309081