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-jnh217.opb
MD5SUMc4040960fadc5a0c2fe39dd858a66385
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 89
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 benchmark3.66044
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 constraint11

Trace number 1830

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-18 16:50:27 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6036 boxname=wulflinc21 idbench=176 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  c4040960fadc5a0c2fe39dd858a66385  /oldhome/oroussel/tmp/wulflinc21/normalized-jnh217.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc21/normalized-jnh217.opb
IDLAUNCH: 6036
/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:        901792 kB
Buffers:         34340 kB
Cached:          71308 kB
SwapCached:        908 kB
Active:          77604 kB
Inactive:        30684 kB
HighTotal:      131008 kB
HighFree:        63588 kB
LowTotal:       903652 kB
LowFree:        838204 kB
SwapTotal:     2097892 kB
SwapFree:      2096472 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            18940 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 17:11:07 (client local time) WITH STATUS 143 IN 1249.42 SECONDS
stats: 6036 0 1249.42 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-jnh217.opb
c reading problem ... done. Time 1.781 ms.
c #vars     200
c #constraints  900
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 100 		Current CPU time: 7.26 ms
c CURRENT OPTIMUM=                  98 		Current CPU time: 8.88 ms
c CURRENT OPTIMUM=                  97 		Current CPU time: 10.27 ms
c CURRENT OPTIMUM=                  96 		Current CPU time: 12.91 ms
c CURRENT OPTIMUM=                  95 		Current CPU time: 16.68 ms
c CURRENT OPTIMUM=                  94 		Current CPU time: 17.35 ms
c CURRENT OPTIMUM=                  92 		Current CPU time: 17.78 ms
c CURRENT OPTIMUM=                  91 		Current CPU time: 18.73 ms
c CURRENT OPTIMUM=                  90 		Current CPU time: 274.54 ms
c CURRENT OPTIMUM=                  89 		Current CPU time: 783.54 ms
c starts		: 30
c conflicts		: 4942
c decisions		: 8559
c propagations		: 238131
c inspects		: 10441692
c learnt literals	: 1
c learnt binary clauses	: 3
c learnt ternary clauses	: 40
c learnt clauses	: 4941
c root simplifications	: 35
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 7947
c speed (decisions/second)	: 18.80049379027971
c non guided choices	661
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=89
c Total CPU time (ms) : 1238.808

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/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1720098268 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 39 3 38 16 0 23 0
[pid=26301] 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/26301
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=26302
New thread pid=26303
New thread pid=26304
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=26305
New thread pid=26306
New thread pid=26307
New thread pid=26308
New thread pid=26309
New thread pid=26310
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-jnh217.opb
New thread pid=26311
One traced child (pid=26311) exited with status: 0
New thread pid=26312

[startup+10.002 s]
Raw data (loadavg): 1.14 1.06 1.02 2/67 26312
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18174 3 1 0 684 47 0 0 23 0 11 0 1720098268 865460224 21505 4294967295 134512640 134569956 3221224352 3221214552 1131330392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 21505 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (Kb) 845176
One traced child (pid=26312) exited with status: 0
New thread pid=26313
One traced child (pid=26313) exited with status: 0
New thread pid=26314
One traced child (pid=26314) exited with status: 0
New thread pid=26315
One traced child (pid=26315) exited with status: 0
New thread pid=26316
One traced child (pid=26316) exited with status: 0
New thread pid=26317
One traced child (pid=26317) exited with status: 0
New thread pid=26318

[startup+20.0017 s]
Raw data (loadavg): 1.19 1.07 1.02 2/67 26318
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18186 3 1 0 1637 48 0 0 19 0 11 0 1720098268 865460224 22094 4294967295 134512640 134569956 3221224352 3221214504 1131442582 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 22094 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 16.85
Current children cumulated vsize (Kb) 845176
One traced child (pid=26318) exited with status: 0
New thread pid=26319

[startup+30.0024 s]
Raw data (loadavg): 1.16 1.07 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18194 3 1 0 2591 49 0 0 18 0 11 0 1720098268 865460224 22283 4294967295 134512640 134569956 3221224352 3221214600 1131560605 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 22283 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 26.4
Current children cumulated vsize (Kb) 845176

[startup+40.0031 s]
Raw data (loadavg): 1.14 1.07 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18201 3 1 0 3544 49 0 0 20 0 11 0 1720098268 865460224 22566 4294967295 134512640 134569956 3221224352 3221214512 1131385400 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 22566 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 35.93
Current children cumulated vsize (Kb) 845176

[startup+50.0037 s]
Raw data (loadavg): 1.12 1.06 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18210 3 1 0 4492 49 0 0 25 0 11 0 1720098268 865460224 22678 4294967295 134512640 134569956 3221224352 3221214600 1131558423 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 22678 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 45.41
Current children cumulated vsize (Kb) 845176

[startup+60.0044 s]
Raw data (loadavg): 1.10 1.06 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18218 3 1 0 5427 50 0 0 18 0 11 0 1720098268 865460224 23142 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 23142 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 54.77
Current children cumulated vsize (Kb) 845176

[startup+70.0041 s]
Raw data (loadavg): 1.08 1.06 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18223 3 1 0 6394 50 0 0 25 0 11 0 1720098268 865460224 23281 4294967295 134512640 134569956 3221224352 3221214584 1131425996 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 23281 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 64.44
Current children cumulated vsize (Kb) 845176

[startup+80.0048 s]
Raw data (loadavg): 1.07 1.06 1.02 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18229 3 1 0 7349 50 0 0 25 0 11 0 1720098268 865460224 23355 4294967295 134512640 134569956 3221224352 3221214672 1131558037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 23355 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 73.99
Current children cumulated vsize (Kb) 845176

[startup+90.0045 s]
Raw data (loadavg): 1.06 1.05 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18235 3 1 0 8300 51 0 0 25 0 11 0 1720098268 865460224 23494 4294967295 134512640 134569956 3221224352 3221214672 1131564129 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 23494 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 83.51
Current children cumulated vsize (Kb) 845176

[startup+100.005 s]
Raw data (loadavg): 1.05 1.05 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18242 3 1 0 9249 51 0 0 25 0 11 0 1720098268 865460224 23557 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 23557 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 93
Current children cumulated vsize (Kb) 845176

[startup+110.006 s]
Raw data (loadavg): 1.04 1.05 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18249 3 1 0 10206 52 0 0 25 0 11 0 1720098268 865460224 23631 4294967295 134512640 134569956 3221224352 3221214844 1131353766 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 23631 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 102.58
Current children cumulated vsize (Kb) 845176

[startup+120.006 s]
Raw data (loadavg): 1.03 1.05 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18256 3 1 0 11160 52 0 0 25 0 11 0 1720098268 865460224 23850 4294967295 134512640 134569956 3221224352 3221214584 1131385433 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 23850 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 112.12
Current children cumulated vsize (Kb) 845176

[startup+130.006 s]
Raw data (loadavg): 1.03 1.05 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18262 3 1 0 12128 52 0 0 25 0 11 0 1720098268 865460224 24048 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24048 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 121.8
Current children cumulated vsize (Kb) 845176

[startup+140.007 s]
Raw data (loadavg): 1.02 1.04 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18269 3 1 0 13096 52 0 0 25 0 11 0 1720098268 865460224 24121 4294967295 134512640 134569956 3221224352 3221214672 1131559586 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24121 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 131.48
Current children cumulated vsize (Kb) 845176

[startup+150.008 s]
Raw data (loadavg): 1.02 1.04 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18276 3 1 0 14067 53 0 0 25 0 11 0 1720098268 865460224 24194 4294967295 134512640 134569956 3221224352 3221214584 1131426279 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24194 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 141.2
Current children cumulated vsize (Kb) 845176

[startup+160.007 s]
Raw data (loadavg): 1.02 1.04 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18282 3 1 0 15043 53 0 0 25 0 11 0 1720098268 865460224 24241 4294967295 134512640 134569956 3221224352 3221214560 1131330990 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24241 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 150.96
Current children cumulated vsize (Kb) 845176

[startup+170.007 s]
Raw data (loadavg): 1.01 1.04 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18288 3 1 0 16016 53 0 0 25 0 11 0 1720098268 865460224 24317 4294967295 134512640 134569956 3221224352 3221214672 1131557901 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24317 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (Kb) 845176

[startup+180.008 s]
Raw data (loadavg): 1.01 1.04 1.01 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18295 3 1 0 16983 53 0 0 21 0 11 0 1720098268 865460224 24417 4294967295 134512640 134569956 3221224352 3221214168 1131618987 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24417 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 170.36
Current children cumulated vsize (Kb) 845176

[startup+190.007 s]
Raw data (loadavg): 1.01 1.04 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18302 3 1 0 17954 54 0 0 20 0 11 0 1720098268 865460224 24435 4294967295 134512640 134569956 3221224352 3221214672 1131559538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24435 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 180.08
Current children cumulated vsize (Kb) 845176

[startup+200.008 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18309 3 1 0 18925 54 0 0 25 0 11 0 1720098268 865460224 24481 4294967295 134512640 134569956 3221224352 3221214560 1131330297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24481 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 189.79
Current children cumulated vsize (Kb) 845176

[startup+210.009 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18316 3 1 0 19898 54 0 0 25 0 11 0 1720098268 865460224 24581 4294967295 134512640 134569956 3221224352 3221214672 1131558047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24581 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 199.52
Current children cumulated vsize (Kb) 845176

[startup+220.008 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18322 3 1 0 20876 54 0 0 25 0 11 0 1720098268 865460224 24671 4294967295 134512640 134569956 3221224352 3221214672 1131558431 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24671 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 209.3
Current children cumulated vsize (Kb) 845176

[startup+230.009 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18329 3 1 0 21851 55 0 0 19 0 11 0 1720098268 865460224 24705 4294967295 134512640 134569956 3221224352 3221214560 1131330297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24705 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 219.06
Current children cumulated vsize (Kb) 845176

[startup+240.009 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18335 3 1 0 22827 55 0 0 25 0 11 0 1720098268 865460224 24716 4294967295 134512640 134569956 3221224352 3221214672 1131559542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24716 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 228.82
Current children cumulated vsize (Kb) 845176

[startup+250.009 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18342 3 1 0 23798 55 0 0 25 0 11 0 1720098268 865460224 24732 4294967295 134512640 134569956 3221224352 3221214400 1131673408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24732 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 238.53
Current children cumulated vsize (Kb) 845176

[startup+260.009 s]
Raw data (loadavg): 1.00 1.03 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18349 3 1 0 24771 55 0 0 21 0 11 0 1720098268 865460224 24845 4294967295 134512640 134569956 3221224352 3221214400 1131672504 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24845 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 248.26
Current children cumulated vsize (Kb) 845176

[startup+270.009 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26319
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18356 3 1 0 25746 55 0 0 25 0 11 0 1720098268 865460224 24911 4294967295 134512640 134569956 3221224352 3221214544 1131618981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24911 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 258.01
Current children cumulated vsize (Kb) 845176
One traced child (pid=26319) exited with status: 0
New thread pid=26320

[startup+280.009 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18363 3 1 0 26722 55 0 0 24 0 11 0 1720098268 865460224 24967 4294967295 134512640 134569956 3221224352 3221214488 1131672204 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 24967 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 267.77
Current children cumulated vsize (Kb) 845176

[startup+290.009 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18369 3 1 0 27700 55 0 0 18 0 11 0 1720098268 865460224 24992 4294967295 134512640 134569956 3221224352 3221214160 1131619012 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 24992 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 277.55
Current children cumulated vsize (Kb) 845176

[startup+300.01 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18375 3 1 0 28677 55 0 0 21 0 11 0 1720098268 865460224 25006 4294967295 134512640 134569956 3221224352 3221214672 1131557917 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25006 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 287.32
Current children cumulated vsize (Kb) 845176

[startup+310.01 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18382 3 1 0 29650 56 0 0 25 0 11 0 1720098268 865460224 25060 4294967295 134512640 134569956 3221224352 3221214584 1131426934 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25060 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 297.06
Current children cumulated vsize (Kb) 845176

[startup+320.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18389 3 1 0 30626 56 0 0 25 0 11 0 1720098268 865460224 25144 4294967295 134512640 134569956 3221224352 3221214672 1131560303 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25144 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 306.82
Current children cumulated vsize (Kb) 845176

[startup+330.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18396 3 1 0 31606 56 0 0 25 0 11 0 1720098268 865460224 25195 4294967295 134512640 134569956 3221224352 3221214672 1131558357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25195 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 316.62
Current children cumulated vsize (Kb) 845176

[startup+340.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18403 3 1 0 32589 56 0 0 19 0 11 0 1720098268 865460224 25232 4294967295 134512640 134569956 3221224352 3221214496 1131671986 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25232 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 326.45
Current children cumulated vsize (Kb) 845176

[startup+350.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18409 3 1 0 33574 56 0 0 25 0 11 0 1720098268 865460224 25253 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25253 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 336.3
Current children cumulated vsize (Kb) 845176

[startup+360.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18415 3 1 0 34554 57 0 0 25 0 11 0 1720098268 865460224 25268 4294967295 134512640 134569956 3221224352 3221214400 1131672537 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25268 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 346.11
Current children cumulated vsize (Kb) 845176

[startup+370.012 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18422 3 1 0 35523 57 0 0 17 0 11 0 1720098268 865460224 25298 4294967295 134512640 134569956 3221224352 3221214584 1131426878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25298 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 355.8
Current children cumulated vsize (Kb) 845176

[startup+380.012 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18428 3 1 0 36496 57 0 0 25 0 11 0 1720098268 865460224 25308 4294967295 134512640 134569956 3221224352 3221214584 1131426112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25308 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 365.53
Current children cumulated vsize (Kb) 845176

[startup+390.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18435 3 1 0 37465 57 0 0 25 0 11 0 1720098268 865460224 25321 4294967295 134512640 134569956 3221224352 3221214748 1131426947 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25321 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 375.22
Current children cumulated vsize (Kb) 845176

[startup+400.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18442 3 1 0 38436 57 0 0 25 0 11 0 1720098268 865460224 25440 4294967295 134512640 134569956 3221224352 3221214584 1131426291 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25440 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 384.93
Current children cumulated vsize (Kb) 845176

[startup+410.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18449 3 1 0 39413 58 0 0 22 0 11 0 1720098268 865460224 25528 4294967295 134512640 134569956 3221224352 3221214584 1131426070 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25528 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 394.71
Current children cumulated vsize (Kb) 845176

[startup+420.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18456 3 1 0 40395 58 0 0 25 0 11 0 1720098268 865460224 25581 4294967295 134512640 134569956 3221224352 3221214672 1131560821 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25581 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 404.53
Current children cumulated vsize (Kb) 845176

[startup+430.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18463 3 1 0 41377 58 0 0 20 0 11 0 1720098268 865460224 25597 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25597 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 414.35
Current children cumulated vsize (Kb) 845176

[startup+440.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18470 3 1 0 42359 58 0 0 25 0 11 0 1720098268 865460224 25616 4294967295 134512640 134569956 3221224352 3221214672 1131559538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25616 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 424.17
Current children cumulated vsize (Kb) 845176

[startup+450.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18477 3 1 0 43341 58 0 0 24 0 11 0 1720098268 865460224 25636 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25636 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 433.99
Current children cumulated vsize (Kb) 845176

[startup+460.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18483 3 1 0 44324 59 0 0 25 0 11 0 1720098268 865460224 25662 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25662 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 443.83
Current children cumulated vsize (Kb) 845176

[startup+470.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18490 3 1 0 45306 59 0 0 25 0 11 0 1720098268 865460224 25686 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25686 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 453.65
Current children cumulated vsize (Kb) 845176

[startup+480.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18497 3 1 0 46288 59 0 0 25 0 11 0 1720098268 865460224 25700 4294967295 134512640 134569956 3221224352 3221214672 1131557917 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25700 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 463.47
Current children cumulated vsize (Kb) 845176

[startup+490.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18503 3 1 0 47273 59 0 0 25 0 11 0 1720098268 865460224 25711 4294967295 134512640 134569956 3221224352 3221214560 1131330311 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25711 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 473.32
Current children cumulated vsize (Kb) 845176

[startup+500.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18510 3 1 0 48255 60 0 0 20 0 11 0 1720098268 865460224 25745 4294967295 134512640 134569956 3221224352 3221214560 1131330336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25745 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 483.15
Current children cumulated vsize (Kb) 845176

[startup+510.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18517 3 1 0 49238 60 0 0 24 0 11 0 1720098268 865460224 25768 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25768 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 492.98
Current children cumulated vsize (Kb) 845176

[startup+520.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18523 3 1 0 50223 61 0 0 25 0 11 0 1720098268 865460224 25779 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25779 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 502.84
Current children cumulated vsize (Kb) 845176

[startup+530.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18530 3 1 0 51206 61 0 0 25 0 11 0 1720098268 865460224 25793 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25793 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 512.67
Current children cumulated vsize (Kb) 845176

[startup+540.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18537 3 1 0 52188 61 0 0 23 0 11 0 1720098268 865460224 25811 4294967295 134512640 134569956 3221224352 3221214584 1131426070 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25811 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 522.49
Current children cumulated vsize (Kb) 845176

[startup+550.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18544 3 1 0 53170 62 0 0 25 0 11 0 1720098268 865460224 25831 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25831 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 532.32
Current children cumulated vsize (Kb) 845176

[startup+560.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18550 3 1 0 54154 62 0 0 25 0 11 0 1720098268 865460224 25846 4294967295 134512640 134569956 3221224352 3221214560 1131330429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25846 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 542.16
Current children cumulated vsize (Kb) 845176

[startup+570.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18557 3 1 0 55135 62 0 0 25 0 11 0 1720098268 865460224 25866 4294967295 134512640 134569956 3221224352 3221214672 1131560297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25866 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 551.97
Current children cumulated vsize (Kb) 845176

[startup+580.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18564 3 1 0 56116 63 0 0 25 0 11 0 1720098268 865460224 25880 4294967295 134512640 134569956 3221224352 3221214672 1131557917 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25880 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 561.79
Current children cumulated vsize (Kb) 845176

[startup+590.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18571 3 1 0 57097 63 0 0 20 0 11 0 1720098268 865460224 25894 4294967295 134512640 134569956 3221224352 3221214688 1131442619 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25894 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 571.6
Current children cumulated vsize (Kb) 845176

[startup+600.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18578 3 1 0 58078 63 0 0 25 0 11 0 1720098268 865460224 25922 4294967295 134512640 134569956 3221224352 3221214256 1131618925 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25922 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 581.41
Current children cumulated vsize (Kb) 845176

[startup+610.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18585 3 1 0 59061 63 0 0 24 0 11 0 1720098268 865460224 25960 4294967295 134512640 134569956 3221224352 3221214672 1131558033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 25960 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 591.24
Current children cumulated vsize (Kb) 845176

[startup+620.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18593 3 1 0 60040 64 0 0 24 0 11 0 1720098268 865460224 25979 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25979 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 601.04
Current children cumulated vsize (Kb) 845176

[startup+630.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26320
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18599 3 1 0 61026 64 0 0 25 0 11 0 1720098268 865460224 25994 4294967295 134512640 134569956 3221224352 3221214584 1131426081 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 25994 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 610.9
Current children cumulated vsize (Kb) 845176

[startup+640.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18607 3 1 0 62006 65 0 0 18 0 11 0 1720098268 865460224 26009 4294967295 134512640 134569956 3221224352 3221214488 1131673439 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26009 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 620.71
Current children cumulated vsize (Kb) 845176

[startup+650.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18613 3 1 0 62991 65 0 0 25 0 11 0 1720098268 865460224 26019 4294967295 134512640 134569956 3221224352 3221214668 1131425920 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26019 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 630.56
Current children cumulated vsize (Kb) 845176

[startup+660.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18619 3 1 0 63974 65 0 0 25 0 11 0 1720098268 865460224 26042 4294967295 134512640 134569956 3221224352 3221214304 1131672504 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26042 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 640.39
Current children cumulated vsize (Kb) 845176

[startup+670.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18625 3 1 0 64955 65 0 0 25 0 11 0 1720098268 865460224 26054 4294967295 134512640 134569956 3221224352 3221214584 1131426307 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26054 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 650.2
Current children cumulated vsize (Kb) 845176

[startup+680.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18632 3 1 0 65930 65 0 0 18 0 11 0 1720098268 865460224 26064 4294967295 134512640 134569956 3221224352 3221214672 1131565432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26064 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 659.95
Current children cumulated vsize (Kb) 845176

[startup+690.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18638 3 1 0 66906 65 0 0 24 0 11 0 1720098268 865460224 26080 4294967295 134512640 134569956 3221224352 3221214672 1131559334 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26080 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 669.71
Current children cumulated vsize (Kb) 845176

[startup+700.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18645 3 1 0 67878 65 0 0 25 0 11 0 1720098268 865460224 26101 4294967295 134512640 134569956 3221224352 3221214584 1131672204 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26101 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 679.43
Current children cumulated vsize (Kb) 845176

[startup+710.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18652 3 1 0 68852 66 0 0 25 0 11 0 1720098268 865460224 26188 4294967295 134512640 134569956 3221224352 3221214848 1131454801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26188 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 689.18
Current children cumulated vsize (Kb) 845176

[startup+720.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18659 3 1 0 69830 66 0 0 25 0 11 0 1720098268 865460224 26233 4294967295 134512640 134569956 3221224352 3221214168 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26233 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 698.96
Current children cumulated vsize (Kb) 845176

[startup+730.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18666 3 1 0 70809 66 0 0 24 0 11 0 1720098268 865460224 26275 4294967295 134512640 134569956 3221224352 3221214672 1131558160 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26275 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 708.75
Current children cumulated vsize (Kb) 845176

[startup+740.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18672 3 1 0 71791 66 0 0 24 0 11 0 1720098268 865460224 26299 4294967295 134512640 134569956 3221224352 3221214672 1131558277 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26299 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 718.57
Current children cumulated vsize (Kb) 845176

[startup+750.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18679 3 1 0 72769 67 0 0 24 0 11 0 1720098268 865460224 26312 4294967295 134512640 134569956 3221224352 3221214672 1131560280 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26312 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 728.36
Current children cumulated vsize (Kb) 845176

[startup+760.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18685 3 1 0 73750 67 0 0 25 0 11 0 1720098268 865460224 26331 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26331 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 738.17
Current children cumulated vsize (Kb) 845176

[startup+770.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18692 3 1 0 74728 67 0 0 25 0 11 0 1720098268 865460224 26354 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26354 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 747.95
Current children cumulated vsize (Kb) 845176

[startup+780.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26322
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18699 3 1 0 75708 67 0 0 17 0 11 0 1720098268 865460224 26382 4294967295 134512640 134569956 3221224352 3221214672 1131432345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26382 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 757.75
Current children cumulated vsize (Kb) 845176
One traced child (pid=26320) exited with status: 0
New thread pid=26323

[startup+790.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18705 3 1 0 76691 68 0 0 19 0 11 0 1720098268 865460224 26421 4294967295 134512640 134569956 3221224352 3221214672 1131559542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26421 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 767.59
Current children cumulated vsize (Kb) 845176

[startup+800.033 s]
Raw data (loadavg): 1.08 1.02 1.01 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18711 3 1 0 77673 68 0 0 25 0 11 0 1720098268 865460224 26428 4294967295 134512640 134569956 3221224352 3221214672 1131560573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26428 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 777.41
Current children cumulated vsize (Kb) 845176

[startup+810.034 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18719 3 1 0 78649 68 0 0 20 0 11 0 1720098268 865460224 26440 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26440 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 787.17
Current children cumulated vsize (Kb) 845176

[startup+820.033 s]
Raw data (loadavg): 1.06 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18726 3 1 0 79629 68 0 0 25 0 11 0 1720098268 865460224 26452 4294967295 134512640 134569956 3221224352 3221214584 1131385389 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26452 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 796.97
Current children cumulated vsize (Kb) 845176

[startup+830.034 s]
Raw data (loadavg): 1.05 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18733 3 1 0 80610 68 0 0 25 0 11 0 1720098268 865460224 26504 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26504 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 806.78
Current children cumulated vsize (Kb) 845176

[startup+840.034 s]
Raw data (loadavg): 1.04 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18740 3 1 0 81592 69 0 0 19 0 11 0 1720098268 865460224 26521 4294967295 134512640 134569956 3221224352 3221214256 1131619057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26521 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 816.61
Current children cumulated vsize (Kb) 845176

[startup+850.035 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18745 3 1 0 82577 69 0 0 25 0 11 0 1720098268 865460224 26526 4294967295 134512640 134569956 3221224352 3221214208 1131671048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26526 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 826.46
Current children cumulated vsize (Kb) 845176

[startup+860.035 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18750 3 1 0 83556 69 0 0 23 0 11 0 1720098268 865460224 26531 4294967295 134512640 134569956 3221224352 3221214512 1085759268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26531 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 836.25
Current children cumulated vsize (Kb) 845176

[startup+870.036 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18756 3 1 0 84523 70 0 0 15 0 11 0 1720098268 865460224 26540 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26540 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 845.93
Current children cumulated vsize (Kb) 845176

[startup+880.036 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18762 3 1 0 85487 70 0 0 17 0 11 0 1720098268 865460224 26547 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26547 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 855.57
Current children cumulated vsize (Kb) 845176

[startup+890.036 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18768 3 1 0 86451 70 0 0 25 0 11 0 1720098268 865460224 26560 4294967295 134512640 134569956 3221224352 3221214584 1131425978 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26560 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 865.21
Current children cumulated vsize (Kb) 845176

[startup+900.037 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18775 3 1 0 87410 70 0 0 25 0 11 0 1720098268 865460224 26663 4294967295 134512640 134569956 3221224352 3221214848 1131454762 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26663 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 874.8
Current children cumulated vsize (Kb) 845176

[startup+910.037 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18782 3 1 0 88378 70 0 0 25 0 11 0 1720098268 865460224 26822 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26822 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 884.48
Current children cumulated vsize (Kb) 845176

[startup+920.037 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18790 3 1 0 89354 70 0 0 25 0 11 0 1720098268 865460224 26936 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26936 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 894.24
Current children cumulated vsize (Kb) 845176

[startup+930.038 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18797 3 1 0 90336 70 0 0 18 0 11 0 1720098268 865460224 26953 4294967295 134512640 134569956 3221224352 3221214672 1131559284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26953 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 904.06
Current children cumulated vsize (Kb) 845176

[startup+940.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18803 3 1 0 91319 71 0 0 25 0 11 0 1720098268 865460224 26962 4294967295 134512640 134569956 3221224352 3221214584 1131426162 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26962 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 913.9
Current children cumulated vsize (Kb) 845176

[startup+950.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18810 3 1 0 92300 71 0 0 17 0 11 0 1720098268 865460224 26972 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26972 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 923.71
Current children cumulated vsize (Kb) 845176

[startup+960.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18816 3 1 0 93282 71 0 0 25 0 11 0 1720098268 865460224 26980 4294967295 134512640 134569956 3221224352 3221214304 1131671952 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 26980 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 933.53
Current children cumulated vsize (Kb) 845176

[startup+970.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18822 3 1 0 94261 71 0 0 25 0 11 0 1720098268 865460224 26992 4294967295 134512640 134569956 3221224352 3221214672 1131558010 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 26992 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 943.32
Current children cumulated vsize (Kb) 845176

[startup+980.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18829 3 1 0 95235 71 0 0 25 0 11 0 1720098268 865460224 27022 4294967295 134512640 134569956 3221224352 3221214672 1131559169 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27022 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 953.06
Current children cumulated vsize (Kb) 845176

[startup+990.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18836 3 1 0 96209 72 0 0 25 0 11 0 1720098268 865460224 27032 4294967295 134512640 134569956 3221224352 3221214672 1131560297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27032 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 962.81
Current children cumulated vsize (Kb) 845176

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18842 3 1 0 97184 72 0 0 25 0 11 0 1720098268 865460224 27043 4294967295 134512640 134569956 3221224352 3221214560 1131330292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27043 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 972.56
Current children cumulated vsize (Kb) 845176

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18848 3 1 0 98156 72 0 0 17 0 11 0 1720098268 865460224 27098 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27098 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 982.28
Current children cumulated vsize (Kb) 845176

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18853 3 1 0 99132 73 0 0 25 0 11 0 1720098268 865460224 27135 4294967295 134512640 134569956 3221224352 3221214672 1131558420 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27135 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 992.05
Current children cumulated vsize (Kb) 845176

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18860 3 1 0 100093 73 0 0 16 0 11 0 1720098268 865460224 27171 4294967295 134512640 134569956 3221224352 3221214672 1131560573 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27171 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (Kb) 845176

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18866 3 1 0 101060 73 0 0 25 0 11 0 1720098268 865460224 27200 4294967295 134512640 134569956 3221224352 3221214672 1131558370 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27200 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1011.33
Current children cumulated vsize (Kb) 845176

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18873 3 1 0 102025 73 0 0 25 0 11 0 1720098268 865460224 27277 4294967295 134512640 134569956 3221224352 3221214584 1131426007 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27277 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1020.98
Current children cumulated vsize (Kb) 845176

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) S 26300 26301 20602 0 -1 0 18880 3 1 0 102991 74 0 0 25 0 11 0 1720098268 865460224 27352 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27352 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1030.65
Current children cumulated vsize (Kb) 845176

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18888 3 1 0 103968 74 0 0 24 0 11 0 1720098268 865460224 27481 4294967295 134512640 134569956 3221224352 3221214584 1131426070 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27481 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1040.42
Current children cumulated vsize (Kb) 845176

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18894 3 1 0 104951 74 0 0 25 0 11 0 1720098268 865460224 27505 4294967295 134512640 134569956 3221224352 3221214668 1131386471 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27505 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1050.25
Current children cumulated vsize (Kb) 845176

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18901 3 1 0 105933 74 0 0 25 0 11 0 1720098268 865460224 27518 4294967295 134512640 134569956 3221224352 3221214584 1131425951 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27518 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1060.07
Current children cumulated vsize (Kb) 845176

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18908 3 1 0 106914 74 0 0 25 0 11 0 1720098268 865460224 27532 4294967295 134512640 134569956 3221224352 3221214584 1131385389 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27532 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1069.88
Current children cumulated vsize (Kb) 845176

[startup+1110.05 s]
Raw data (loadavg): 1.08 1.02 1.01 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18914 3 1 0 107896 75 0 0 25 0 11 0 1720098268 865460224 27537 4294967295 134512640 134569956 3221224352 3221214656 1131396807 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27537 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1079.71
Current children cumulated vsize (Kb) 845176

[startup+1120.05 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18920 3 1 0 108872 76 0 0 24 0 11 0 1720098268 865460224 27543 4294967295 134512640 134569956 3221224352 3221214672 1131558160 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27543 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1089.48
Current children cumulated vsize (Kb) 845176

[startup+1130.05 s]
Raw data (loadavg): 1.06 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18926 3 1 0 109843 76 0 0 25 0 11 0 1720098268 865460224 27561 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27561 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1099.19
Current children cumulated vsize (Kb) 845176

[startup+1140.05 s]
Raw data (loadavg): 1.05 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18933 3 1 0 110806 76 0 0 25 0 11 0 1720098268 865460224 27569 4294967295 134512640 134569956 3221224352 3221214840 1131654860 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27569 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1108.82
Current children cumulated vsize (Kb) 845176

[startup+1150.05 s]
Raw data (loadavg): 1.04 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18939 3 1 0 111774 76 0 0 25 0 11 0 1720098268 865460224 27596 4294967295 134512640 134569956 3221224352 3221214560 1131330360 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27596 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1118.5
Current children cumulated vsize (Kb) 845176

[startup+1160.05 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18946 3 1 0 112738 77 0 0 20 0 11 0 1720098268 865460224 27667 4294967295 134512640 134569956 3221224352 3221214360 1085806301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27667 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1128.15
Current children cumulated vsize (Kb) 845176

[startup+1170.05 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18953 3 1 0 113708 77 0 0 19 0 11 0 1720098268 865460224 27796 4294967295 134512640 134569956 3221224352 3221214672 1131558040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27796 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1137.85
Current children cumulated vsize (Kb) 845176

[startup+1180.05 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18959 3 1 0 114689 77 0 0 22 0 11 0 1720098268 865460224 27858 4294967295 134512640 134569956 3221224352 3221214824 1131353817 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27858 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1147.66
Current children cumulated vsize (Kb) 845176

[startup+1190.05 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18966 3 1 0 115668 77 0 0 16 0 11 0 1720098268 865460224 27880 4294967295 134512640 134569956 3221224352 3221214672 1131559490 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27880 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1157.45
Current children cumulated vsize (Kb) 845176

[startup+1200.06 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18972 3 1 0 116650 78 0 0 25 0 11 0 1720098268 865460224 27890 4294967295 134512640 134569956 3221224352 3221214820 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27890 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1167.28
Current children cumulated vsize (Kb) 845176

[startup+1210.06 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18979 3 1 0 117630 78 0 0 22 0 11 0 1720098268 865460224 27909 4294967295 134512640 134569956 3221224352 3221214672 1131558420 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27909 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1177.08
Current children cumulated vsize (Kb) 845176

[startup+1220.06 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18986 3 1 0 118610 78 0 0 24 0 11 0 1720098268 865460224 27924 4294967295 134512640 134569956 3221224352 3221214672 1131559538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27924 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1186.88
Current children cumulated vsize (Kb) 845176

[startup+1230.06 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18992 3 1 0 119593 78 0 0 25 0 11 0 1720098268 865460224 27933 4294967295 134512640 134569956 3221224352 3221214672 1131560693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26301/statm): 211294 27933 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1196.71
Current children cumulated vsize (Kb) 845176

[startup+1240.06 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18999 3 1 0 120574 79 0 0 21 0 11 0 1720098268 865460224 27943 4294967295 134512640 134569956 3221224352 3221214584 1131426098 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27943 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1206.53
Current children cumulated vsize (Kb) 845176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.06 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 26323
Raw data (/proc/26301/stat): 26301 (java) R 26300 26301 20602 0 -1 0 18999 3 1 0 120574 79 0 0 21 0 11 0 1720098268 865460224 27943 4294967295 134512640 134569956 3221224352 3221214672 1131559312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26301/statm): 211294 27943 13129 16 0 211278 0
[pid=26301] vsize: 845176
Current children cumulated CPU time (s) 1206.53
Current children cumulated vsize (Kb) 845176

Sending SIGTERM to -26301
Sleeping 2 seconds
New thread pid=26325
New thread pid=26326
One traced child (pid=26326) exited with status: 0
One traced child (pid=26310) exited with status: 0
One traced child (pid=26305) exited with status: 0
One traced child (pid=26302) exited with status: 143
One traced child (pid=26303) exited with status: 143
One traced child (pid=26323) exited with status: 143
One traced child (pid=26325) exited with status: 143
One traced child (pid=26304) exited with status: 143
One traced child (pid=26306) exited with status: 143
One traced child (pid=26309) exited with status: 143
One traced child (pid=26308) exited with status: 143
One traced child (pid=26307) exited with status: 143
One traced child (pid=26301) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.16
CPU time (s): 1249.42
CPU user time (s): 1247.82
CPU system time (s): 1.60176
CPU usage (%): 100.747
Max. virtual memory (cumulated for all children) (Kb): 845176

Verifier Data

Verifier:	OK	89