Some explanations

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

General information on the benchmark

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-jnh201.opb
MD5SUMba509931ad93c2223be235a06a9b3100
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 84
Optimality of the best value was proved YES
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark236.038
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14

Trace number 3171

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        908968 kB
Buffers:         33948 kB
Cached:          63008 kB
SwapCached:        692 kB
Active:          59972 kB
Inactive:        39580 kB
HighTotal:      131008 kB
HighFree:        64820 kB
LowTotal:       903652 kB
LowFree:        844148 kB
SwapTotal:     2097136 kB
SwapFree:      2095920 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            20340 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 22:38:21 (client local time) WITH STATUS 143 IN 1246.13 SECONDS
stats: 6085 0 1246.13 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/wulflinc15/normalized-jnh201.opb
c reading problem ... done. Time 1.779 ms.
c #vars     200
c #constraints  900
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  96 		Current CPU time: 2.90 ms
c CURRENT OPTIMUM=                  90 		Current CPU time: 4.49 ms
c CURRENT OPTIMUM=                  89 		Current CPU time: 33.17 ms
c CURRENT OPTIMUM=                  88 		Current CPU time: 115.56 ms
c CURRENT OPTIMUM=                  87 		Current CPU time: 130.15 ms
c starts		: 17
c conflicts		: 3852
c decisions		: 7763
c propagations		: 115589
c inspects		: 8743973
c learnt literals	: 1
c learnt binary clauses	: 1
c learnt ternary clauses	: 6
c learnt clauses	: 3851
c root simplifications	: 18
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 6674
c speed (decisions/second)	: 6.939503051843801
c non guided choices	249
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 
c objective function=87
c Total CPU time (ms) : 1248.835

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/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786553871 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 39 3 38 16 0 23 0
[pid=12893] 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/12893
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=12894
New thread pid=12895
New thread pid=12896
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=12897
New thread pid=12898
New thread pid=12899
New thread pid=12900
New thread pid=12901
New thread pid=12902
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/wulflinc15/normalized-jnh201.opb
New thread pid=12903
One traced child (pid=12903) exited with status: 0
New thread pid=12904
One traced child (pid=12904) exited with status: 0
New thread pid=12905

[startup+10.0024 s]
Raw data (loadavg): 1.01 0.97 0.95 2/66 12905
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18185 3 1 0 672 45 0 0 18 0 11 0 1786553871 861016064 20720 4294967295 134512640 134569956 3221224352 3221214648 1131499425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 20720 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (Kb) 840836

[startup+20.0032 s]
Raw data (loadavg): 1.08 0.99 0.95 2/66 12905
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18195 3 1 0 1620 45 0 0 24 0 11 0 1786553871 861016064 21496 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 21496 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (Kb) 840836

[startup+30.004 s]
Raw data (loadavg): 1.07 0.99 0.95 2/66 12905
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18205 3 1 0 2550 46 0 0 24 0 11 0 1786553871 861016064 21826 4294967295 134512640 134569956 3221224352 3221214760 1131425799 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 21826 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 25.96
Current children cumulated vsize (Kb) 840836
One traced child (pid=12905) exited with status: 0
New thread pid=12906

[startup+40.0048 s]
Raw data (loadavg): 1.06 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18217 3 1 0 3483 46 0 0 21 0 11 0 1786553871 861016064 22185 4294967295 134512640 134569956 3221224352 3221214632 1131499569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 22185 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 35.29
Current children cumulated vsize (Kb) 840836

[startup+50.0057 s]
Raw data (loadavg): 1.05 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18226 3 1 0 4420 47 0 0 25 0 11 0 1786553871 861016064 22187 4294967295 134512640 134569956 3221224352 3221214536 1131419145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 22187 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 44.67
Current children cumulated vsize (Kb) 840836

[startup+60.0065 s]
Raw data (loadavg): 1.04 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18233 3 1 0 5353 49 0 0 25 0 11 0 1786553871 861016064 22551 4294967295 134512640 134569956 3221224352 3221214120 1131656296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 22551 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 54.02
Current children cumulated vsize (Kb) 840836

[startup+70.0103 s]
Raw data (loadavg): 1.03 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18240 3 1 0 6307 49 0 0 25 0 11 0 1786553871 861016064 22725 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 22725 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 63.56
Current children cumulated vsize (Kb) 840836

[startup+80.0111 s]
Raw data (loadavg): 1.03 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18248 3 1 0 7258 49 0 0 24 0 11 0 1786553871 861016064 22877 4294967295 134512640 134569956 3221224352 3221214416 1131646849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 22877 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 73.07
Current children cumulated vsize (Kb) 840836

[startup+90.0119 s]
Raw data (loadavg): 1.02 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18254 3 1 0 8221 50 0 0 25 0 11 0 1786553871 861016064 23027 4294967295 134512640 134569956 3221224352 3221214536 1131419709 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 23027 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 82.71
Current children cumulated vsize (Kb) 840836

[startup+100.013 s]
Raw data (loadavg): 1.02 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18261 3 1 0 9177 50 0 0 18 0 11 0 1786553871 861016064 23159 4294967295 134512640 134569956 3221224352 3221214632 1131499754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 23159 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 92.27
Current children cumulated vsize (Kb) 840836

[startup+110.013 s]
Raw data (loadavg): 1.02 0.99 0.95 2/66 12906
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18267 3 1 0 10126 50 0 0 25 0 11 0 1786553871 861016064 23195 4294967295 134512640 134569956 3221224352 3221214032 1131646807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 23195 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (Kb) 840836
One traced child (pid=12906) exited with status: 0
New thread pid=12907

[startup+120.014 s]
Raw data (loadavg): 1.01 0.99 0.95 2/66 12907
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18275 3 1 0 11068 50 0 0 20 0 11 0 1786553871 861016064 23315 4294967295 134512640 134569956 3221224352 3221214536 1131418845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 23315 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 111.18
Current children cumulated vsize (Kb) 840836

[startup+130.015 s]
Raw data (loadavg): 1.01 0.99 0.95 2/66 12907
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18282 3 1 0 12015 51 0 0 25 0 11 0 1786553871 861016064 23416 4294967295 134512640 134569956 3221224352 3221214632 1131499601 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 23416 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 120.66
Current children cumulated vsize (Kb) 840836
One traced child (pid=12907) exited with status: 0
New thread pid=12908

[startup+140.015 s]
Raw data (loadavg): 1.01 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18289 3 1 0 12966 51 0 0 25 0 11 0 1786553871 861016064 23604 4294967295 134512640 134569956 3221224352 3221214448 1131374421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 23604 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 130.17
Current children cumulated vsize (Kb) 840836

[startup+150.016 s]
Raw data (loadavg): 1.01 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) S 12892 12893 31778 0 -1 0 18296 3 1 0 13919 51 0 0 17 0 11 0 1786553871 861016064 23819 4294967295 134512640 134569956 3221224352 3221213280 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 23819 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 139.7
Current children cumulated vsize (Kb) 840836

[startup+160.017 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18304 3 1 0 14884 51 0 0 25 0 11 0 1786553871 861016064 23968 4294967295 134512640 134569956 3221224352 3221214536 1131419847 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 23968 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 149.35
Current children cumulated vsize (Kb) 840836

[startup+170.017 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18312 3 1 0 15851 52 0 0 17 0 11 0 1786553871 861016064 24028 4294967295 134512640 134569956 3221224352 3221214632 1131500781 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24028 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 159.03
Current children cumulated vsize (Kb) 840836

[startup+180.018 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18319 3 1 0 16824 52 0 0 25 0 11 0 1786553871 861016064 24126 4294967295 134512640 134569956 3221224352 3221214632 1131500641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24126 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 168.76
Current children cumulated vsize (Kb) 840836

[startup+190.019 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18327 3 1 0 17799 53 0 0 25 0 11 0 1786553871 861016064 24252 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24252 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 178.52
Current children cumulated vsize (Kb) 840836

[startup+200.02 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18334 3 1 0 18779 53 0 0 25 0 11 0 1786553871 861016064 24278 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24278 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 188.32
Current children cumulated vsize (Kb) 840836

[startup+210.021 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18342 3 1 0 19754 53 0 0 21 0 11 0 1786553871 861016064 24303 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24303 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 198.07
Current children cumulated vsize (Kb) 840836

[startup+220.023 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18349 3 1 0 20726 53 0 0 24 0 11 0 1786553871 861016064 24329 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24329 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 207.79
Current children cumulated vsize (Kb) 840836

[startup+230.022 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18357 3 1 0 21693 54 0 0 21 0 11 0 1786553871 861016064 24405 4294967295 134512640 134569956 3221224352 3221214536 1131534981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24405 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 217.47
Current children cumulated vsize (Kb) 840836

[startup+240.023 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18364 3 1 0 22663 54 0 0 20 0 11 0 1786553871 861016064 24441 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24441 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 227.17
Current children cumulated vsize (Kb) 840836

[startup+250.024 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18371 3 1 0 23633 54 0 0 25 0 11 0 1786553871 861016064 24512 4294967295 134512640 134569956 3221224352 3221214536 1131418849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24512 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 236.87
Current children cumulated vsize (Kb) 840836

[startup+260.025 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18379 3 1 0 24598 55 0 0 25 0 11 0 1786553871 861016064 24640 4294967295 134512640 134569956 3221224352 3221214048 1131368332 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24640 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 246.53
Current children cumulated vsize (Kb) 840836

[startup+270.026 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18386 3 1 0 25567 55 0 0 24 0 11 0 1786553871 861016064 24676 4294967295 134512640 134569956 3221224352 3221214632 1131500830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 24676 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 256.22
Current children cumulated vsize (Kb) 840836

[startup+280.026 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18393 3 1 0 26536 55 0 0 25 0 11 0 1786553871 861016064 24749 4294967295 134512640 134569956 3221224352 3221214536 1131419488 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24749 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 265.91
Current children cumulated vsize (Kb) 840836

[startup+290.027 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18401 3 1 0 27506 56 0 0 25 0 11 0 1786553871 861016064 24810 4294967295 134512640 134569956 3221224352 3221214536 1131418849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24810 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 275.62
Current children cumulated vsize (Kb) 840836

[startup+300.028 s]
Raw data (loadavg): 1.00 0.99 0.95 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18408 3 1 0 28479 56 0 0 25 0 11 0 1786553871 861016064 24878 4294967295 134512640 134569956 3221224352 3221214064 1131656459 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24878 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 285.35
Current children cumulated vsize (Kb) 840836

[startup+310.029 s]
Raw data (loadavg): 1.15 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18416 3 1 0 29454 56 0 0 25 0 11 0 1786553871 861016064 24987 4294967295 134512640 134569956 3221224352 3221214536 1131419176 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 24987 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 295.1
Current children cumulated vsize (Kb) 840836

[startup+320.031 s]
Raw data (loadavg): 1.12 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18424 3 1 0 30433 57 0 0 17 0 11 0 1786553871 861016064 25013 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 25013 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 304.9
Current children cumulated vsize (Kb) 840836

[startup+330.032 s]
Raw data (loadavg): 1.10 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18431 3 1 0 31413 57 0 0 20 0 11 0 1786553871 861016064 25042 4294967295 134512640 134569956 3221224352 3221214632 1131505129 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 25042 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 314.7
Current children cumulated vsize (Kb) 840836

[startup+340.031 s]
Raw data (loadavg): 1.09 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18438 3 1 0 32393 57 0 0 25 0 11 0 1786553871 861016064 25098 4294967295 134512640 134569956 3221224352 3221214536 1131419038 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25098 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 324.5
Current children cumulated vsize (Kb) 840836

[startup+350.032 s]
Raw data (loadavg): 1.07 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18445 3 1 0 33372 58 0 0 25 0 11 0 1786553871 861016064 25126 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25126 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (Kb) 840836

[startup+360.033 s]
Raw data (loadavg): 1.06 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18452 3 1 0 34347 58 0 0 25 0 11 0 1786553871 861016064 25143 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25143 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 344.05
Current children cumulated vsize (Kb) 840836

[startup+370.035 s]
Raw data (loadavg): 1.05 1.02 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18459 3 1 0 35318 58 0 0 25 0 11 0 1786553871 861016064 25175 4294967295 134512640 134569956 3221224352 3221214604 1131352944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25175 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 353.76
Current children cumulated vsize (Kb) 840836

[startup+380.037 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18466 3 1 0 36285 59 0 0 25 0 11 0 1786553871 861016064 25224 4294967295 134512640 134569956 3221224352 3221214536 1131419688 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25224 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 363.44
Current children cumulated vsize (Kb) 840836

[startup+390.038 s]
Raw data (loadavg): 1.04 1.01 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18473 3 1 0 37252 59 0 0 25 0 11 0 1786553871 861016064 25307 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25307 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 373.11
Current children cumulated vsize (Kb) 840836

[startup+400.039 s]
Raw data (loadavg): 1.03 1.01 0.96 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18480 3 1 0 38219 60 0 0 21 0 11 0 1786553871 861016064 25371 4294967295 134512640 134569956 3221224352 3221214536 1131419197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 25371 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 382.79
Current children cumulated vsize (Kb) 840836

[startup+410.04 s]
Raw data (loadavg): 1.10 1.03 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18488 3 1 0 39180 60 0 0 18 0 11 0 1786553871 861016064 25449 4294967295 134512640 134569956 3221224352 3221214536 1131419356 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 25449 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 392.4
Current children cumulated vsize (Kb) 840836

[startup+420.041 s]
Raw data (loadavg): 1.08 1.03 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18495 3 1 0 40151 60 0 0 25 0 11 0 1786553871 861016064 25559 4294967295 134512640 134569956 3221224352 3221214532 1131375463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25559 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (Kb) 840836

[startup+430.043 s]
Raw data (loadavg): 1.07 1.03 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18501 3 1 0 41125 61 0 0 25 0 11 0 1786553871 861016064 25596 4294967295 134512640 134569956 3221224352 3221214632 1131500796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25596 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 411.86
Current children cumulated vsize (Kb) 840836

[startup+440.044 s]
Raw data (loadavg): 1.06 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18508 3 1 0 42089 61 0 0 25 0 11 0 1786553871 861016064 25671 4294967295 134512640 134569956 3221224352 3221214536 1131419021 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25671 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 421.5
Current children cumulated vsize (Kb) 840836

[startup+450.044 s]
Raw data (loadavg): 1.05 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18515 3 1 0 43053 61 0 0 18 0 11 0 1786553871 861016064 25747 4294967295 134512640 134569956 3221224352 3221214536 1131419740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25747 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 431.14
Current children cumulated vsize (Kb) 840836

[startup+460.045 s]
Raw data (loadavg): 1.04 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18522 3 1 0 44013 62 0 0 17 0 11 0 1786553871 861016064 25790 4294967295 134512640 134569956 3221224352 3221214632 1131500772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 25790 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 440.75
Current children cumulated vsize (Kb) 840836

[startup+470.046 s]
Raw data (loadavg): 1.03 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18529 3 1 0 44971 62 0 0 17 0 11 0 1786553871 861016064 25883 4294967295 134512640 134569956 3221224352 3221214344 1131658184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 25883 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 450.33
Current children cumulated vsize (Kb) 840836

[startup+480.047 s]
Raw data (loadavg): 1.03 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18536 3 1 0 45931 62 0 0 25 0 11 0 1786553871 861016064 26007 4294967295 134512640 134569956 3221224352 3221214584 1131418860 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26007 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 459.93
Current children cumulated vsize (Kb) 840836

[startup+490.048 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18543 3 1 0 46894 63 0 0 25 0 11 0 1786553871 861016064 26094 4294967295 134512640 134569956 3221224352 3221214532 1131375463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26094 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 469.57
Current children cumulated vsize (Kb) 840836

[startup+500.05 s]
Raw data (loadavg): 1.02 1.02 0.97 1/66 12908
Raw data (/proc/12893/stat): 12893 (java) T 12892 12893 31778 0 -1 0 18550 3 1 0 47853 63 0 0 24 0 11 0 1786553871 861016064 26217 4294967295 134512640 134569956 3221224352 3221213280 1073943035 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 26217 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 479.16
Current children cumulated vsize (Kb) 840836

[startup+510.05 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18558 3 1 0 48819 63 0 0 20 0 11 0 1786553871 861016064 26291 4294967295 134512640 134569956 3221224352 3221214536 1131419128 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26291 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 488.82
Current children cumulated vsize (Kb) 840836

[startup+520.052 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18565 3 1 0 49787 63 0 0 25 0 11 0 1786553871 861016064 26366 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 26366 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 498.5
Current children cumulated vsize (Kb) 840836

[startup+530.053 s]
Raw data (loadavg): 1.01 1.02 0.97 3/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18572 3 1 0 50752 63 0 0 25 0 11 0 1786553871 861016064 26442 4294967295 134512640 134569956 3221224352 3221214632 1131499569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 26442 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 508.15
Current children cumulated vsize (Kb) 840836

[startup+540.054 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18579 3 1 0 51717 63 0 0 25 0 11 0 1786553871 861016064 26533 4294967295 134512640 134569956 3221224352 3221214536 1131418874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26533 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (Kb) 840836

[startup+550.055 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18586 3 1 0 52681 64 0 0 25 0 11 0 1786553871 861016064 26588 4294967295 134512640 134569956 3221224352 3221214536 1131419180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26588 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 527.45
Current children cumulated vsize (Kb) 840836

[startup+560.056 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18593 3 1 0 53643 64 0 0 19 0 11 0 1786553871 861016064 26670 4294967295 134512640 134569956 3221224352 3221214632 1131499893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 26670 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 537.07
Current children cumulated vsize (Kb) 840836

[startup+570.058 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18600 3 1 0 54606 64 0 0 23 0 11 0 1786553871 861016064 26763 4294967295 134512640 134569956 3221224352 3221214536 1131419833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 26763 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 546.7
Current children cumulated vsize (Kb) 840836

[startup+580.059 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18607 3 1 0 55570 64 0 0 25 0 11 0 1786553871 861016064 26851 4294967295 134512640 134569956 3221224352 3221214400 1131658175 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26851 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 556.34
Current children cumulated vsize (Kb) 840836

[startup+590.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18613 3 1 0 56538 64 0 0 25 0 11 0 1786553871 861016064 26921 4294967295 134512640 134569956 3221224352 3221214536 1131418849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 26921 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 566.02
Current children cumulated vsize (Kb) 840836

[startup+600.061 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18621 3 1 0 57498 64 0 0 25 0 11 0 1786553871 861016064 27023 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27023 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 575.62
Current children cumulated vsize (Kb) 840836

[startup+610.062 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18628 3 1 0 58467 65 0 0 24 0 11 0 1786553871 861016064 27085 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27085 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 585.32
Current children cumulated vsize (Kb) 840836

[startup+620.063 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18636 3 1 0 59433 65 0 0 18 0 11 0 1786553871 861016064 27184 4294967295 134512640 134569956 3221224352 3221214296 1131658172 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27184 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 594.98
Current children cumulated vsize (Kb) 840836

[startup+630.064 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18642 3 1 0 60408 65 0 0 25 0 11 0 1786553871 861016064 27264 4294967295 134512640 134569956 3221224352 3221214536 1131418874 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27264 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 604.73
Current children cumulated vsize (Kb) 840836

[startup+640.065 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18649 3 1 0 61379 65 0 0 25 0 11 0 1786553871 861016064 27308 4294967295 134512640 134569956 3221224352 3221214800 1131585708 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27308 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 614.44
Current children cumulated vsize (Kb) 840836

[startup+650.066 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18656 3 1 0 62345 66 0 0 20 0 11 0 1786553871 861016064 27354 4294967295 134512640 134569956 3221224352 3221214632 1131505032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27354 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 624.11
Current children cumulated vsize (Kb) 840836

[startup+660.067 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18663 3 1 0 63309 67 0 0 25 0 11 0 1786553871 861016064 27386 4294967295 134512640 134569956 3221224352 3221214024 1131646821 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27386 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 633.76
Current children cumulated vsize (Kb) 840836

[startup+670.068 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18670 3 1 0 64271 68 0 0 25 0 11 0 1786553871 861016064 27467 4294967295 134512640 134569956 3221224352 3221214824 1131437808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27467 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 643.39
Current children cumulated vsize (Kb) 840836

[startup+680.07 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18677 3 1 0 65236 69 0 0 25 0 11 0 1786553871 861016064 27562 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27562 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 653.05
Current children cumulated vsize (Kb) 840836

[startup+690.071 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18685 3 1 0 66200 69 0 0 25 0 11 0 1786553871 861016064 27669 4294967295 134512640 134569956 3221224352 3221214632 1131500682 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27669 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 662.69
Current children cumulated vsize (Kb) 840836

[startup+700.073 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18692 3 1 0 67171 70 0 0 25 0 11 0 1786553871 861016064 27715 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27715 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 672.41
Current children cumulated vsize (Kb) 840836

[startup+710.074 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18700 3 1 0 68141 70 0 0 25 0 11 0 1786553871 861016064 27823 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27823 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 682.11
Current children cumulated vsize (Kb) 840836

[startup+720.075 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18708 3 1 0 69117 70 0 0 23 0 11 0 1786553871 861016064 27879 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27879 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 691.87
Current children cumulated vsize (Kb) 840836

[startup+730.075 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18716 3 1 0 70091 71 0 0 24 0 11 0 1786553871 861016064 27910 4294967295 134512640 134569956 3221224352 3221214648 1131464006 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27910 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 701.62
Current children cumulated vsize (Kb) 840836

[startup+740.076 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18723 3 1 0 71067 71 0 0 25 0 11 0 1786553871 861016064 27942 4294967295 134512640 134569956 3221224352 3221214536 1131419228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27942 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 711.38
Current children cumulated vsize (Kb) 840836

[startup+750.078 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18730 3 1 0 72038 71 0 0 25 0 11 0 1786553871 861016064 27958 4294967295 134512640 134569956 3221224352 3221214536 1131419471 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 27958 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 721.09
Current children cumulated vsize (Kb) 840836

[startup+760.079 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18737 3 1 0 73009 72 0 0 25 0 11 0 1786553871 861016064 27993 4294967295 134512640 134569956 3221224352 3221214536 1131418874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 27993 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 730.81
Current children cumulated vsize (Kb) 840836

[startup+770.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18745 3 1 0 73972 72 0 0 25 0 11 0 1786553871 861016064 28040 4294967295 134512640 134569956 3221224352 3221214536 1131418874 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28040 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 740.44
Current children cumulated vsize (Kb) 840836

[startup+780.079 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18752 3 1 0 74942 72 0 0 20 0 11 0 1786553871 861016064 28122 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28122 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 750.14
Current children cumulated vsize (Kb) 840836

[startup+790.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18759 3 1 0 75912 73 0 0 23 0 11 0 1786553871 861016064 28205 4294967295 134512640 134569956 3221224352 3221214632 1131501678 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28205 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 759.85
Current children cumulated vsize (Kb) 840836

[startup+800.082 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18767 3 1 0 76877 73 0 0 25 0 11 0 1786553871 861016064 28253 4294967295 134512640 134569956 3221224352 3221214632 1131508208 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28253 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 769.5
Current children cumulated vsize (Kb) 840836

[startup+810.083 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18774 3 1 0 77849 74 0 0 23 0 11 0 1786553871 861016064 28338 4294967295 134512640 134569956 3221224352 3221214536 1131419471 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28338 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 779.23
Current children cumulated vsize (Kb) 840836

[startup+820.084 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18782 3 1 0 78817 74 0 0 25 0 11 0 1786553871 861016064 28377 4294967295 134512640 134569956 3221224352 3221214536 1131419395 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28377 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 788.91
Current children cumulated vsize (Kb) 840836

[startup+830.085 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18789 3 1 0 79789 74 0 0 25 0 11 0 1786553871 861016064 28475 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28475 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 798.63
Current children cumulated vsize (Kb) 840836

[startup+840.084 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18796 3 1 0 80762 75 0 0 25 0 11 0 1786553871 861016064 28540 4294967295 134512640 134569956 3221224352 3221214536 1131419268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28540 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 808.37
Current children cumulated vsize (Kb) 840836

[startup+850.085 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18804 3 1 0 81730 75 0 0 25 0 11 0 1786553871 861016064 28588 4294967295 134512640 134569956 3221224352 3221214648 1131354136 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28588 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 818.05
Current children cumulated vsize (Kb) 840836

[startup+860.086 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18811 3 1 0 82702 76 0 0 25 0 11 0 1786553871 861016064 28646 4294967295 134512640 134569956 3221224352 3221214536 1131419288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28646 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 827.78
Current children cumulated vsize (Kb) 840836

[startup+870.086 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18819 3 1 0 83669 76 0 0 25 0 11 0 1786553871 861016064 28703 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28703 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 837.45
Current children cumulated vsize (Kb) 840836

[startup+880.088 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) S 12892 12893 31778 0 -1 0 18826 3 1 0 84639 77 0 0 25 0 11 0 1786553871 861016064 28761 4294967295 134512640 134569956 3221224352 3221213280 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28761 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 847.16
Current children cumulated vsize (Kb) 840836

[startup+890.087 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18834 3 1 0 85609 77 0 0 24 0 11 0 1786553871 861016064 28815 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28815 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 856.86
Current children cumulated vsize (Kb) 840836

[startup+900.088 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18841 3 1 0 86581 78 0 0 17 0 11 0 1786553871 861016064 28879 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 28879 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 866.59
Current children cumulated vsize (Kb) 840836

[startup+910.089 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18848 3 1 0 87555 78 0 0 25 0 11 0 1786553871 861016064 28938 4294967295 134512640 134569956 3221224352 3221214632 1131499973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28938 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 876.33
Current children cumulated vsize (Kb) 840836

[startup+920.089 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18855 3 1 0 88528 78 0 0 19 0 11 0 1786553871 861016064 28977 4294967295 134512640 134569956 3221224352 3221214632 1131506031 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 28977 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 886.06
Current children cumulated vsize (Kb) 840836

[startup+930.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18862 3 1 0 89500 79 0 0 25 0 11 0 1786553871 861016064 29013 4294967295 134512640 134569956 3221224352 3221213832 1085806313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29013 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 895.79
Current children cumulated vsize (Kb) 840836

[startup+940.091 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18869 3 1 0 90472 79 0 0 25 0 11 0 1786553871 861016064 29058 4294967295 134512640 134569956 3221224352 3221214632 1131499845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29058 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 905.51
Current children cumulated vsize (Kb) 840836

[startup+950.091 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18876 3 1 0 91445 79 0 0 25 0 11 0 1786553871 861016064 29118 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29118 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 915.24
Current children cumulated vsize (Kb) 840836

[startup+960.092 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18883 3 1 0 92416 80 0 0 25 0 11 0 1786553871 861016064 29188 4294967295 134512640 134569956 3221224352 3221214536 1131419467 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29188 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 924.96
Current children cumulated vsize (Kb) 840836

[startup+970.093 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18890 3 1 0 93384 80 0 0 25 0 11 0 1786553871 861016064 29216 4294967295 134512640 134569956 3221224352 3221214536 1131419292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29216 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 934.64
Current children cumulated vsize (Kb) 840836

[startup+980.095 s]
Raw data (loadavg): 1.30 1.07 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18897 3 1 0 94351 80 0 0 20 0 11 0 1786553871 861016064 29234 4294967295 134512640 134569956 3221224352 3221214632 1131500830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29234 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 944.31
Current children cumulated vsize (Kb) 840836

[startup+990.096 s]
Raw data (loadavg): 1.25 1.06 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18904 3 1 0 95317 81 0 0 21 0 11 0 1786553871 861016064 29290 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29290 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 953.98
Current children cumulated vsize (Kb) 840836

[startup+1000.1 s]
Raw data (loadavg): 1.21 1.06 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18911 3 1 0 96285 81 0 0 25 0 11 0 1786553871 861016064 29397 4294967295 134512640 134569956 3221224352 3221214632 1131501786 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29397 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 963.66
Current children cumulated vsize (Kb) 840836

[startup+1010.1 s]
Raw data (loadavg): 1.18 1.06 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18919 3 1 0 97256 82 0 0 25 0 11 0 1786553871 861016064 29469 4294967295 134512640 134569956 3221224352 3221214536 1131418845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29469 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 973.38
Current children cumulated vsize (Kb) 840836

[startup+1020.1 s]
Raw data (loadavg): 1.15 1.06 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18926 3 1 0 98230 82 0 0 20 0 11 0 1786553871 861016064 29507 4294967295 134512640 134569956 3221224352 3221214536 1131418867 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29507 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 983.12
Current children cumulated vsize (Kb) 840836

[startup+1030.1 s]
Raw data (loadavg): 1.13 1.05 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18933 3 1 0 99205 82 0 0 25 0 11 0 1786553871 861016064 29548 4294967295 134512640 134569956 3221224352 3221214632 1131500884 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29548 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 992.87
Current children cumulated vsize (Kb) 840836

[startup+1040.1 s]
Raw data (loadavg): 1.11 1.05 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18939 3 1 0 100183 82 0 0 25 0 11 0 1786553871 861016064 29572 4294967295 134512640 134569956 3221224352 3221214632 1131499761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29572 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1002.65
Current children cumulated vsize (Kb) 840836

[startup+1050.1 s]
Raw data (loadavg): 1.09 1.05 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18947 3 1 0 101149 82 0 0 24 0 11 0 1786553871 861016064 29627 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29627 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1012.31
Current children cumulated vsize (Kb) 840836

[startup+1060.1 s]
Raw data (loadavg): 1.08 1.05 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18954 3 1 0 102121 82 0 0 25 0 11 0 1786553871 861016064 29679 4294967295 134512640 134569956 3221224352 3221214248 1131646849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29679 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1022.03
Current children cumulated vsize (Kb) 840836

[startup+1070.1 s]
Raw data (loadavg): 1.06 1.05 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18961 3 1 0 103094 83 0 0 20 0 11 0 1786553871 861016064 29712 4294967295 134512640 134569956 3221224352 3221214536 1131419158 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29712 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1031.77
Current children cumulated vsize (Kb) 840836

[startup+1080.1 s]
Raw data (loadavg): 1.05 1.04 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18968 3 1 0 104065 83 0 0 25 0 11 0 1786553871 861016064 29770 4294967295 134512640 134569956 3221224352 3221214632 1131501678 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29770 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1041.48
Current children cumulated vsize (Kb) 840836

[startup+1090.1 s]
Raw data (loadavg): 1.05 1.04 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18975 3 1 0 105037 83 0 0 25 0 11 0 1786553871 861016064 29834 4294967295 134512640 134569956 3221224352 3221214536 1131419197 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29834 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1051.2
Current children cumulated vsize (Kb) 840836

[startup+1100.1 s]
Raw data (loadavg): 1.04 1.04 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18982 3 1 0 106010 83 0 0 22 0 11 0 1786553871 861016064 29858 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29858 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1060.93
Current children cumulated vsize (Kb) 840836

[startup+1110.1 s]
Raw data (loadavg): 1.03 1.04 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18989 3 1 0 106980 84 0 0 25 0 11 0 1786553871 861016064 29901 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 29901 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1070.64
Current children cumulated vsize (Kb) 840836

[startup+1120.1 s]
Raw data (loadavg): 1.03 1.04 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 18996 3 1 0 107950 84 0 0 25 0 11 0 1786553871 861016064 29955 4294967295 134512640 134569956 3221224352 3221214648 1131463961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 29955 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1080.34
Current children cumulated vsize (Kb) 840836

[startup+1130.11 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19003 3 1 0 108919 84 0 0 18 0 11 0 1786553871 861016064 30011 4294967295 134512640 134569956 3221224352 3221214632 1131499716 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30011 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1090.03
Current children cumulated vsize (Kb) 840836

[startup+1140.11 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19010 3 1 0 109887 85 0 0 25 0 11 0 1786553871 861016064 30054 4294967295 134512640 134569956 3221224352 3221214536 1131419364 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30054 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1099.72
Current children cumulated vsize (Kb) 840836

[startup+1150.11 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19017 3 1 0 110853 85 0 0 25 0 11 0 1786553871 861016064 30121 4294967295 134512640 134569956 3221224352 3221214480 1131570309 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30121 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1109.38
Current children cumulated vsize (Kb) 840836

[startup+1160.11 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19023 3 1 0 111823 86 0 0 25 0 11 0 1786553871 861016064 30156 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30156 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1119.09
Current children cumulated vsize (Kb) 840836

[startup+1170.11 s]
Raw data (loadavg): 1.08 1.04 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19030 3 1 0 112786 86 0 0 20 0 11 0 1786553871 861016064 30237 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30237 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1128.72
Current children cumulated vsize (Kb) 840836

[startup+1180.11 s]
Raw data (loadavg): 1.07 1.04 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19037 3 1 0 113749 87 0 0 17 0 11 0 1786553871 861016064 30293 4294967295 134512640 134569956 3221224352 3221214536 1131419802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30293 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1138.36
Current children cumulated vsize (Kb) 840836

[startup+1190.11 s]
Raw data (loadavg): 1.06 1.04 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19044 3 1 0 114712 87 0 0 25 0 11 0 1786553871 861016064 30367 4294967295 134512640 134569956 3221224352 3221214536 1131419243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30367 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1147.99
Current children cumulated vsize (Kb) 840836

[startup+1200.11 s]
Raw data (loadavg): 1.05 1.04 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19050 3 1 0 115680 88 0 0 25 0 11 0 1786553871 861016064 30429 4294967295 134512640 134569956 3221224352 3221214536 1131418874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30429 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1157.68
Current children cumulated vsize (Kb) 840836

[startup+1210.11 s]
Raw data (loadavg): 1.04 1.04 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19056 3 1 0 116647 88 0 0 25 0 11 0 1786553871 861016064 30507 4294967295 134512640 134569956 3221224352 3221214632 1131499826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12893/statm): 210209 30507 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1167.35
Current children cumulated vsize (Kb) 840836

[startup+1220.11 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19063 3 1 0 117607 88 0 0 25 0 11 0 1786553871 861016064 30589 4294967295 134512640 134569956 3221224352 3221213968 1131658140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30589 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1176.95
Current children cumulated vsize (Kb) 840836

[startup+1230.11 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19069 3 1 0 118569 88 0 0 21 0 11 0 1786553871 861016064 30644 4294967295 134512640 134569956 3221224352 3221214536 1131419510 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30644 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1186.57
Current children cumulated vsize (Kb) 840836

[startup+1240.11 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19075 3 1 0 119531 89 0 0 25 0 11 0 1786553871 861016064 30670 4294967295 134512640 134569956 3221224352 3221214008 1131656345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30670 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1196.2
Current children cumulated vsize (Kb) 840836

[startup+1250.11 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19082 3 1 0 120483 90 0 0 18 0 11 0 1786553871 861016064 30775 4294967295 134512640 134569956 3221224352 3221214416 1131646884 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30775 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1205.73
Current children cumulated vsize (Kb) 840836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.12 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 12908
Raw data (/proc/12893/stat): 12893 (java) R 12892 12893 31778 0 -1 0 19082 3 1 0 120483 90 0 0 18 0 11 0 1786553871 861016064 30775 4294967295 134512640 134569956 3221224352 3221214464 1131658025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12893/statm): 210209 30775 13129 16 0 210193 0
[pid=12893] vsize: 840836
Current children cumulated CPU time (s) 1205.73
Current children cumulated vsize (Kb) 840836

Sending SIGTERM to -12893
Sleeping 2 seconds
New thread pid=12910
New thread pid=12911
One traced child (pid=12911) exited with status: 0
One traced child (pid=12902) exited with status: 0
One traced child (pid=12897) exited with status: 0
One traced child (pid=12894) exited with status: 143
One traced child (pid=12898) exited with status: 143
One traced child (pid=12900) exited with status: 143
One traced child (pid=12901) exited with status: 143
One traced child (pid=12896) exited with status: 143
One traced child (pid=12899) exited with status: 143
One traced child (pid=12908) exited with status: 143
One traced child (pid=12910) exited with status: 143
One traced child (pid=12895) exited with status: 143
One traced child (pid=12893) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.25
CPU time (s): 1246.13
CPU user time (s): 1244.56
CPU system time (s): 1.57376
CPU usage (%): 99.6707
Max. virtual memory (cumulated for all children) (Kb): 840836

Verifier Data

Verifier:	OK	87