Some explanations

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

General information on the benchmark

Namesubmitted/een/normalized-stein45.opb
MD5SUM34647f6a75058de4a92f0ff94f3c9005
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of terms in the objective function 45
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 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark82.1775
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45

Trace number 3253

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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:        916452 kB
Buffers:         34160 kB
Cached:          60000 kB
SwapCached:       1040 kB
Active:          60184 kB
Inactive:        36596 kB
HighTotal:      131008 kB
HighFree:        67592 kB
LowTotal:       903652 kB
LowFree:        848860 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              64 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            15652 kB
Committed_AS:    72360 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 23:07:51 (client local time) WITH STATUS 143 IN 1256.49 SECONDS
stats: 6150 0 1256.49 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc2/normalized-stein45.opb
c reading problem ... done. Time 0.515 ms.
c #vars     45
c #constraints  331
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  33 		Current CPU time: 0.60 ms
c CURRENT OPTIMUM=                  32 		Current CPU time: 1.08 ms
c CURRENT OPTIMUM=                  31 		Current CPU time: 4.04 ms
c CURRENT OPTIMUM=                  30 		Current CPU time: 66.19 ms
c starts		: 21
c conflicts		: 11120
c decisions		: 11568
c propagations		: 61124
c inspects		: 25088483
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 11120
c root simplifications	: 21
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 11358
c speed (decisions/second)	: 9.781886260204262
c non guided choices	59
c random choices	0
s SATISFIABLE
v x0 x1 -x2 x3 -x4 x5 x6 -x7 x8 -x9 -x10 -x11 x12 x13 x14 x15 -x16 x17 -x18 x19 -x20 x21 x22 -x23 x24 x25 x26 -x27 -x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 -x38 x39 x40 x41 x42 -x43 -x44 
c objective function=30
c Total CPU time (ms) : 1248.799

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/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786752707 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 39 3 38 16 0 23 0
[pid=17695] 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/17695
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=17696
New thread pid=17697
New thread pid=17698
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=17699
New thread pid=17700
New thread pid=17701
New thread pid=17702
New thread pid=17703
New thread pid=17704
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/wulflinc2/normalized-stein45.opb
New thread pid=17705
One traced child (pid=17705) exited with status: 0
New thread pid=17706
One traced child (pid=17706) exited with status: 0
New thread pid=17707
One traced child (pid=17707) exited with status: 0
New thread pid=17708

[startup+10.0025 s]
Raw data (loadavg): 1.16 1.04 0.96 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18198 4 1 0 687 50 0 0 23 0 11 0 1786752707 860979200 20685 4294967295 134512640 134569956 3221224352 3221214768 1131331397 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 210200 20685 13129 16 0 210184 0
[pid=17695] vsize: 840800
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (Kb) 840800

[startup+20.0031 s]
Raw data (loadavg): 1.13 1.04 0.96 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18207 4 1 0 1634 51 0 0 25 0 11 0 1786752707 860131328 21219 4294967295 134512640 134569956 3221224352 3221214656 1131351932 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209993 21219 13129 16 0 209977 0
[pid=17695] vsize: 839972
Current children cumulated CPU time (s) 16.85
Current children cumulated vsize (Kb) 839972

[startup+30.0039 s]
Raw data (loadavg): 1.19 1.05 0.97 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18215 4 1 0 2572 51 0 0 25 0 11 0 1786752707 860131328 21903 4294967295 134512640 134569956 3221224352 3221214328 1085806301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209993 21903 13129 16 0 209977 0
[pid=17695] vsize: 839972
Current children cumulated CPU time (s) 26.23
Current children cumulated vsize (Kb) 839972

[startup+40.0045 s]
Raw data (loadavg): 1.16 1.05 0.97 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18222 4 1 0 3516 51 0 0 17 0 11 0 1786752707 859717632 21841 4294967295 134512640 134569956 3221224352 3221214656 1131351709 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 21841 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 35.67
Current children cumulated vsize (Kb) 839568

[startup+50.0052 s]
Raw data (loadavg): 1.14 1.05 0.97 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18229 4 1 0 4464 51 0 0 20 0 11 0 1786752707 859717632 22015 4294967295 134512640 134569956 3221224352 3221214744 1131331416 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 22015 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 45.15
Current children cumulated vsize (Kb) 839568

[startup+60.0059 s]
Raw data (loadavg): 1.12 1.05 0.97 2/66 17708
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18234 4 1 0 5413 52 0 0 25 0 11 0 1786752707 859717632 22192 4294967295 134512640 134569956 3221224352 3221214808 1131515112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 22192 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 54.65
Current children cumulated vsize (Kb) 839568
One traced child (pid=17708) exited with status: 0
New thread pid=17709

[startup+70.0067 s]
Raw data (loadavg): 1.10 1.05 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18241 4 1 0 6348 52 0 0 21 0 11 0 1786752707 859717632 22345 4294967295 134512640 134569956 3221224352 3221214656 1131351995 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 22345 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 64
Current children cumulated vsize (Kb) 839568

[startup+80.0073 s]
Raw data (loadavg): 1.08 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18246 4 1 0 7295 52 0 0 25 0 11 0 1786752707 859717632 22471 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 22471 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (Kb) 839568

[startup+90.008 s]
Raw data (loadavg): 1.07 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18251 4 1 0 8242 53 0 0 25 0 11 0 1786752707 859717632 22583 4294967295 134512640 134569956 3221224352 3221214656 1131351953 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 22583 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 82.95
Current children cumulated vsize (Kb) 839568

[startup+100.009 s]
Raw data (loadavg): 1.06 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18257 4 1 0 9180 53 0 0 20 0 11 0 1786752707 859717632 22795 4294967295 134512640 134569956 3221224352 3221214704 1131315569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 22795 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 92.33
Current children cumulated vsize (Kb) 839568

[startup+110.01 s]
Raw data (loadavg): 1.05 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18263 4 1 0 10124 53 0 0 25 0 11 0 1786752707 859717632 22981 4294967295 134512640 134569956 3221224352 3221214656 1131352075 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 22981 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (Kb) 839568

[startup+120.012 s]
Raw data (loadavg): 1.04 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18268 4 1 0 11080 53 0 0 25 0 11 0 1786752707 859717632 23126 4294967295 134512640 134569956 3221224352 3221214136 1085806269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 23126 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 111.33
Current children cumulated vsize (Kb) 839568

[startup+130.012 s]
Raw data (loadavg): 1.03 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18274 4 1 0 12030 53 0 0 25 0 11 0 1786752707 859717632 23273 4294967295 134512640 134569956 3221224352 3221214124 1131513688 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 23273 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 120.83
Current children cumulated vsize (Kb) 839568

[startup+140.013 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18279 4 1 0 12990 54 0 0 24 0 11 0 1786752707 859717632 23386 4294967295 134512640 134569956 3221224352 3221214560 1131555378 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 23386 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 130.44
Current children cumulated vsize (Kb) 839568

[startup+150.013 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18284 4 1 0 13951 54 0 0 25 0 11 0 1786752707 859717632 23507 4294967295 134512640 134569956 3221224352 3221214744 1131331385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 23507 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 140.05
Current children cumulated vsize (Kb) 839568

[startup+160.015 s]
Raw data (loadavg): 1.02 1.03 0.97 3/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18290 4 1 0 14908 54 0 0 18 0 11 0 1786752707 859717632 23655 4294967295 134512640 134569956 3221224352 3221214416 1131513822 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 23655 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 149.62
Current children cumulated vsize (Kb) 839568

[startup+170.016 s]
Raw data (loadavg): 1.09 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18295 4 1 0 15874 54 0 0 25 0 11 0 1786752707 859717632 23743 4294967295 134512640 134569956 3221224352 3221214168 1131512594 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 23743 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 159.28
Current children cumulated vsize (Kb) 839568

[startup+180.016 s]
Raw data (loadavg): 1.08 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18300 4 1 0 16839 55 0 0 25 0 11 0 1786752707 859717632 23834 4294967295 134512640 134569956 3221224352 3221214656 1131351747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 23834 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 168.94
Current children cumulated vsize (Kb) 839568

[startup+190.017 s]
Raw data (loadavg): 1.06 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18306 4 1 0 17797 55 0 0 24 0 11 0 1786752707 859717632 23930 4294967295 134512640 134569956 3221224352 3221214656 1131352026 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 23930 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 178.52
Current children cumulated vsize (Kb) 839568

[startup+200.018 s]
Raw data (loadavg): 1.05 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18310 4 1 0 18769 55 0 0 25 0 11 0 1786752707 859717632 24005 4294967295 134512640 134569956 3221224352 3221214656 1131351586 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24005 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 188.24
Current children cumulated vsize (Kb) 839568

[startup+210.018 s]
Raw data (loadavg): 1.04 1.04 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18316 4 1 0 19727 55 0 0 24 0 11 0 1786752707 859717632 24097 4294967295 134512640 134569956 3221224352 3221214656 1131352161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24097 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 197.82
Current children cumulated vsize (Kb) 839568

[startup+220.019 s]
Raw data (loadavg): 1.04 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18321 4 1 0 20691 56 0 0 17 0 11 0 1786752707 859717632 24169 4294967295 134512640 134569956 3221224352 3221214088 1131489340 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 24169 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 207.47
Current children cumulated vsize (Kb) 839568

[startup+230.02 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18326 4 1 0 21655 56 0 0 25 0 11 0 1786752707 859717632 24244 4294967295 134512640 134569956 3221224352 3221214656 1131351689 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24244 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 217.11
Current children cumulated vsize (Kb) 839568

[startup+240.021 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18332 4 1 0 22614 56 0 0 25 0 11 0 1786752707 859717632 24346 4294967295 134512640 134569956 3221224352 3221214656 1131351665 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24346 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 226.7
Current children cumulated vsize (Kb) 839568

[startup+250.021 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18338 4 1 0 23573 56 0 0 17 0 11 0 1786752707 859717632 24446 4294967295 134512640 134569956 3221224352 3221214656 1131351709 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 24446 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 236.29
Current children cumulated vsize (Kb) 839568

[startup+260.023 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18343 4 1 0 24540 56 0 0 25 0 11 0 1786752707 859717632 24533 4294967295 134512640 134569956 3221224352 3221214656 1131351953 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 24533 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 245.96
Current children cumulated vsize (Kb) 839568

[startup+270.024 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18348 4 1 0 25508 57 0 0 25 0 11 0 1786752707 859717632 24596 4294967295 134512640 134569956 3221224352 3221214744 1131331652 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24596 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 255.65
Current children cumulated vsize (Kb) 839568

[startup+280.024 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18353 4 1 0 26475 57 0 0 25 0 11 0 1786752707 859717632 24691 4294967295 134512640 134569956 3221224352 3221214084 1131512608 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24691 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 265.32
Current children cumulated vsize (Kb) 839568

[startup+290.025 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18359 4 1 0 27439 57 0 0 25 0 11 0 1786752707 859717632 24770 4294967295 134512640 134569956 3221224352 3221214040 1131513822 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 24770 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 274.96
Current children cumulated vsize (Kb) 839568

[startup+300.026 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18364 4 1 0 28407 58 0 0 25 0 11 0 1786752707 859717632 24833 4294967295 134512640 134569956 3221224352 3221214088 1131489327 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24833 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 284.65
Current children cumulated vsize (Kb) 839568

[startup+310.027 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18369 4 1 0 29377 58 0 0 23 0 11 0 1786752707 859717632 24891 4294967295 134512640 134569956 3221224352 3221214744 1131331870 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 24891 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 294.35
Current children cumulated vsize (Kb) 839568

[startup+320.027 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18374 4 1 0 30346 58 0 0 23 0 11 0 1786752707 859717632 24959 4294967295 134512640 134569956 3221224352 3221214136 1085806269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 24959 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 304.04
Current children cumulated vsize (Kb) 839568

[startup+330.028 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18379 4 1 0 31316 59 0 0 25 0 11 0 1786752707 859717632 25020 4294967295 134512640 134569956 3221224352 3221214656 1131351953 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25020 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 313.75
Current children cumulated vsize (Kb) 839568

[startup+340.029 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18385 4 1 0 32278 59 0 0 17 0 11 0 1786752707 859717632 25100 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25100 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 323.37
Current children cumulated vsize (Kb) 839568

[startup+350.028 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18390 4 1 0 33248 59 0 0 17 0 11 0 1786752707 859717632 25149 4294967295 134512640 134569956 3221224352 3221214744 1131331739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25149 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 333.07
Current children cumulated vsize (Kb) 839568

[startup+360.03 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18394 4 1 0 34222 59 0 0 25 0 11 0 1786752707 859717632 25198 4294967295 134512640 134569956 3221224352 3221214368 1131554872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25198 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 342.81
Current children cumulated vsize (Kb) 839568

[startup+370.031 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18399 4 1 0 35190 59 0 0 25 0 11 0 1786752707 859717632 25265 4294967295 134512640 134569956 3221224352 3221214088 1131489270 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25265 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 352.49
Current children cumulated vsize (Kb) 839568

[startup+380.03 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18404 4 1 0 36158 60 0 0 25 0 11 0 1786752707 859717632 25331 4294967295 134512640 134569956 3221224352 3221214704 1131315264 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25331 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 362.18
Current children cumulated vsize (Kb) 839568

[startup+390.032 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18409 4 1 0 37127 60 0 0 25 0 11 0 1786752707 859717632 25384 4294967295 134512640 134569956 3221224352 3221214704 1131315288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25384 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 371.87
Current children cumulated vsize (Kb) 839568

[startup+400.033 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18414 4 1 0 38095 60 0 0 18 0 11 0 1786752707 859717632 25441 4294967295 134512640 134569956 3221224352 3221214328 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25441 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 381.55
Current children cumulated vsize (Kb) 839568

[startup+410.033 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18418 4 1 0 39069 60 0 0 25 0 11 0 1786752707 859717632 25491 4294967295 134512640 134569956 3221224352 3221214128 1131491284 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25491 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 391.29
Current children cumulated vsize (Kb) 839568

[startup+420.034 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18423 4 1 0 40037 61 0 0 25 0 11 0 1786752707 859717632 25565 4294967295 134512640 134569956 3221224352 3221214088 1131489360 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25565 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (Kb) 839568

[startup+430.034 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18428 4 1 0 41006 61 0 0 21 0 11 0 1786752707 859717632 25630 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25630 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 410.67
Current children cumulated vsize (Kb) 839568

[startup+440.036 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18433 4 1 0 41976 61 0 0 25 0 11 0 1786752707 859717632 25687 4294967295 134512640 134569956 3221224352 3221214656 1131351751 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25687 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 420.37
Current children cumulated vsize (Kb) 839568

[startup+450.036 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18438 4 1 0 42945 62 0 0 25 0 11 0 1786752707 859717632 25745 4294967295 134512640 134569956 3221224352 3221214232 1085806334 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25745 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 430.07
Current children cumulated vsize (Kb) 839568

[startup+460.037 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18443 4 1 0 43915 62 0 0 22 0 11 0 1786752707 859717632 25801 4294967295 134512640 134569956 3221224352 3221214704 1131315288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25801 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 439.77
Current children cumulated vsize (Kb) 839568

[startup+470.039 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18448 4 1 0 44884 63 0 0 17 0 11 0 1786752707 859717632 25858 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 25858 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 449.47
Current children cumulated vsize (Kb) 839568

[startup+480.039 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18453 4 1 0 45855 64 0 0 16 0 11 0 1786752707 859717632 25917 4294967295 134512640 134569956 3221224352 3221214656 1131352787 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25917 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 459.19
Current children cumulated vsize (Kb) 839568

[startup+490.041 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18458 4 1 0 46827 64 0 0 16 0 11 0 1786752707 859717632 25982 4294967295 134512640 134569956 3221224352 3221214032 1085759249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 25982 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 468.91
Current children cumulated vsize (Kb) 839568

[startup+500.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18463 4 1 0 47798 64 0 0 25 0 11 0 1786752707 859717632 26030 4294967295 134512640 134569956 3221224352 3221214656 1131351875 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26030 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 478.62
Current children cumulated vsize (Kb) 839568

[startup+510.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18467 4 1 0 48775 64 0 0 25 0 11 0 1786752707 859717632 26068 4294967295 134512640 134569956 3221224352 3221214176 1131553092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26068 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 488.39
Current children cumulated vsize (Kb) 839568

[startup+520.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18472 4 1 0 49747 65 0 0 25 0 11 0 1786752707 859717632 26121 4294967295 134512640 134569956 3221224352 3221214704 1131315264 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26121 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 498.12
Current children cumulated vsize (Kb) 839568

[startup+530.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18476 4 1 0 50723 65 0 0 25 0 11 0 1786752707 859717632 26159 4294967295 134512640 134569956 3221224352 3221214424 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26159 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 507.88
Current children cumulated vsize (Kb) 839568

[startup+540.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18481 4 1 0 51693 65 0 0 24 0 11 0 1786752707 859717632 26210 4294967295 134512640 134569956 3221224352 3221214656 1131351759 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26210 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 517.58
Current children cumulated vsize (Kb) 839568

[startup+550.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18485 4 1 0 52669 66 0 0 25 0 11 0 1786752707 859717632 26253 4294967295 134512640 134569956 3221224352 3221214088 1131489360 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26253 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 527.35
Current children cumulated vsize (Kb) 839568

[startup+560.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18490 4 1 0 53638 66 0 0 20 0 11 0 1786752707 859717632 26298 4294967295 134512640 134569956 3221224352 3221214656 1131351909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26298 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 537.04
Current children cumulated vsize (Kb) 839568

[startup+570.046 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18495 4 1 0 54606 67 0 0 16 0 11 0 1786752707 859717632 26343 4294967295 134512640 134569956 3221224352 3221214744 1131331382 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26343 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 546.73
Current children cumulated vsize (Kb) 839568

[startup+580.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18499 4 1 0 55580 67 0 0 25 0 11 0 1786752707 859717632 26382 4294967295 134512640 134569956 3221224352 3221214040 1131513696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26382 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 556.47
Current children cumulated vsize (Kb) 839568

[startup+590.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18504 4 1 0 56548 67 0 0 24 0 11 0 1786752707 859717632 26431 4294967295 134512640 134569956 3221224352 3221214368 1131554552 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26431 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 566.15
Current children cumulated vsize (Kb) 839568

[startup+600.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18508 4 1 0 57523 67 0 0 25 0 11 0 1786752707 859717632 26478 4294967295 134512640 134569956 3221224352 3221214416 1131513684 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26478 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 575.9
Current children cumulated vsize (Kb) 839568

[startup+610.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18513 4 1 0 58491 68 0 0 25 0 11 0 1786752707 859717632 26527 4294967295 134512640 134569956 3221224352 3221214656 1131351586 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26527 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 585.59
Current children cumulated vsize (Kb) 839568

[startup+620.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18518 4 1 0 59460 68 0 0 25 0 11 0 1786752707 859717632 26587 4294967295 134512640 134569956 3221224352 3221214128 1131491242 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26587 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 595.28
Current children cumulated vsize (Kb) 839568

[startup+630.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18522 4 1 0 60434 69 0 0 25 0 11 0 1786752707 859717632 26632 4294967295 134512640 134569956 3221224352 3221214744 1131331705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26632 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 605.03
Current children cumulated vsize (Kb) 839568

[startup+640.051 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18526 4 1 0 61410 69 0 0 25 0 11 0 1786752707 859717632 26683 4294967295 134512640 134569956 3221224352 3221214704 1131315264 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26683 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 614.79
Current children cumulated vsize (Kb) 839568

[startup+650.051 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18531 4 1 0 62381 69 0 0 25 0 11 0 1786752707 859717632 26744 4294967295 134512640 134569956 3221224352 3221214656 1131351586 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26744 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 624.5
Current children cumulated vsize (Kb) 839568

[startup+660.051 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18535 4 1 0 63357 69 0 0 25 0 11 0 1786752707 859717632 26779 4294967295 134512640 134569956 3221224352 3221214656 1131351553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26779 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 634.26
Current children cumulated vsize (Kb) 839568

[startup+670.052 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18540 4 1 0 64327 70 0 0 25 0 11 0 1786752707 859717632 26837 4294967295 134512640 134569956 3221224352 3221214744 1131331724 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26837 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 643.97
Current children cumulated vsize (Kb) 839568

[startup+680.052 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18545 4 1 0 65298 70 0 0 25 0 11 0 1786752707 859717632 26880 4294967295 134512640 134569956 3221224352 3221214656 1131352044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26880 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 653.68
Current children cumulated vsize (Kb) 839568

[startup+690.053 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18550 4 1 0 66268 71 0 0 25 0 11 0 1786752707 859717632 26923 4294967295 134512640 134569956 3221224352 3221214740 1131344096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 26923 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 663.39
Current children cumulated vsize (Kb) 839568

[startup+700.054 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18555 4 1 0 67238 71 0 0 25 0 11 0 1786752707 859717632 26970 4294967295 134512640 134569956 3221224352 3221214464 1131552866 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 26970 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 673.09
Current children cumulated vsize (Kb) 839568

[startup+710.054 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18560 4 1 0 68209 71 0 0 25 0 11 0 1786752707 859717632 27028 4294967295 134512640 134569956 3221224352 3221214696 1131430056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27028 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 682.8
Current children cumulated vsize (Kb) 839568

[startup+720.055 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18565 4 1 0 69179 71 0 0 25 0 11 0 1786752707 859717632 27073 4294967295 134512640 134569956 3221224352 3221214704 1131315296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27073 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 692.5
Current children cumulated vsize (Kb) 839568

[startup+730.056 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18570 4 1 0 70150 72 0 0 24 0 11 0 1786752707 859717632 27114 4294967295 134512640 134569956 3221224352 3221214176 1131553072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27114 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (Kb) 839568

[startup+740.057 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18575 4 1 0 71120 72 0 0 25 0 11 0 1786752707 859717632 27154 4294967295 134512640 134569956 3221224352 3221214512 1131513734 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27154 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 711.92
Current children cumulated vsize (Kb) 839568

[startup+750.058 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18580 4 1 0 72092 73 0 0 22 0 11 0 1786752707 859717632 27195 4294967295 134512640 134569956 3221224352 3221214704 1131315257 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27195 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 721.65
Current children cumulated vsize (Kb) 839568

[startup+760.059 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18585 4 1 0 73063 73 0 0 25 0 11 0 1786752707 859717632 27246 4294967295 134512640 134569956 3221224352 3221214656 1131351557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27246 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 731.36
Current children cumulated vsize (Kb) 839568

[startup+770.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18590 4 1 0 74035 73 0 0 25 0 11 0 1786752707 859717632 27292 4294967295 134512640 134569956 3221224352 3221214816 1131441491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27292 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 741.08
Current children cumulated vsize (Kb) 839568

[startup+780.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18595 4 1 0 75006 73 0 0 16 0 11 0 1786752707 859717632 27335 4294967295 134512640 134569956 3221224352 3221214656 1131351995 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27335 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 750.79
Current children cumulated vsize (Kb) 839568

[startup+790.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18599 4 1 0 75984 74 0 0 25 0 11 0 1786752707 859717632 27369 4294967295 134512640 134569956 3221224352 3221214656 1131352165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27369 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 760.58
Current children cumulated vsize (Kb) 839568

[startup+800.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18604 4 1 0 76956 74 0 0 25 0 11 0 1786752707 859717632 27409 4294967295 134512640 134569956 3221224352 3221214264 1131553396 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27409 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 770.3
Current children cumulated vsize (Kb) 839568

[startup+810.061 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18609 4 1 0 77927 74 0 0 25 0 11 0 1786752707 859717632 27443 4294967295 134512640 134569956 3221224352 3221214704 1131315288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27443 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 780.01
Current children cumulated vsize (Kb) 839568

[startup+820.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18614 4 1 0 78898 74 0 0 25 0 11 0 1786752707 859717632 27483 4294967295 134512640 134569956 3221224352 3221214232 1085806723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27483 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 789.72
Current children cumulated vsize (Kb) 839568

[startup+830.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18619 4 1 0 79870 74 0 0 25 0 11 0 1786752707 859717632 27518 4294967295 134512640 134569956 3221224352 3221214656 1131351995 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27518 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 799.44
Current children cumulated vsize (Kb) 839568

[startup+840.063 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18624 4 1 0 80841 74 0 0 24 0 11 0 1786752707 859717632 27560 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27560 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 809.15
Current children cumulated vsize (Kb) 839568

[startup+850.063 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18629 4 1 0 81811 75 0 0 25 0 11 0 1786752707 859717632 27609 4294967295 134512640 134569956 3221224352 3221214656 1131351995 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27609 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 818.86
Current children cumulated vsize (Kb) 839568

[startup+860.063 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18633 4 1 0 82786 75 0 0 23 0 11 0 1786752707 859717632 27648 4294967295 134512640 134569956 3221224352 3221214704 1131315288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27648 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 828.61
Current children cumulated vsize (Kb) 839568

[startup+870.064 s]
Raw data (loadavg): 1.07 1.02 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18637 4 1 0 83762 75 0 0 25 0 11 0 1786752707 859717632 27675 4294967295 134512640 134569956 3221224352 3221214696 1131430446 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27675 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 838.37
Current children cumulated vsize (Kb) 839568

[startup+880.064 s]
Raw data (loadavg): 1.06 1.02 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18642 4 1 0 84731 75 0 0 25 0 11 0 1786752707 859717632 27710 4294967295 134512640 134569956 3221224352 3221214656 1131351949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27710 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 848.06
Current children cumulated vsize (Kb) 839568

[startup+890.066 s]
Raw data (loadavg): 1.05 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18647 4 1 0 85700 75 0 0 16 0 11 0 1786752707 859717632 27746 4294967295 134512640 134569956 3221224352 3221214568 1131433860 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27746 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 857.75
Current children cumulated vsize (Kb) 839568

[startup+900.067 s]
Raw data (loadavg): 1.04 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18651 4 1 0 86675 76 0 0 25 0 11 0 1786752707 859717632 27778 4294967295 134512640 134569956 3221224352 3221214656 1131351995 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27778 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 867.51
Current children cumulated vsize (Kb) 839568

[startup+910.067 s]
Raw data (loadavg): 1.04 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18655 4 1 0 87649 76 0 0 25 0 11 0 1786752707 859717632 27831 4294967295 134512640 134569956 3221224352 3221214424 1085806301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27831 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 877.25
Current children cumulated vsize (Kb) 839568

[startup+920.067 s]
Raw data (loadavg): 1.03 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18660 4 1 0 88618 76 0 0 24 0 11 0 1786752707 859717632 27878 4294967295 134512640 134569956 3221224352 3221213944 1085806307 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27878 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 886.94
Current children cumulated vsize (Kb) 839568

[startup+930.067 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18664 4 1 0 89593 77 0 0 25 0 11 0 1786752707 859717632 27918 4294967295 134512640 134569956 3221224352 3221214560 1131554110 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 27918 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 896.7
Current children cumulated vsize (Kb) 839568

[startup+940.068 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18669 4 1 0 90563 77 0 0 25 0 11 0 1786752707 859717632 27963 4294967295 134512640 134569956 3221224352 3221214080 1131551615 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27963 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 906.4
Current children cumulated vsize (Kb) 839568

[startup+950.068 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18673 4 1 0 91537 77 0 0 25 0 11 0 1786752707 859717632 27996 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 27996 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 916.14
Current children cumulated vsize (Kb) 839568

[startup+960.068 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) S 17694 17695 6872 0 -1 0 18677 4 1 0 92508 78 0 0 16 0 11 0 1786752707 859717632 28026 4294967295 134512640 134569956 3221224352 3221213400 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28026 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 925.86
Current children cumulated vsize (Kb) 839568

[startup+970.069 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18682 4 1 0 93480 78 0 0 25 0 11 0 1786752707 859717632 28072 4294967295 134512640 134569956 3221224352 3221214656 1131352903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28072 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 935.58
Current children cumulated vsize (Kb) 839568

[startup+980.069 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18686 4 1 0 94455 78 0 0 22 0 11 0 1786752707 859717632 28115 4294967295 134512640 134569956 3221224352 3221214656 1131352011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28115 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 945.33
Current children cumulated vsize (Kb) 839568

[startup+990.07 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) S 17694 17695 6872 0 -1 0 18691 4 1 0 95423 78 0 0 25 0 11 0 1786752707 859717632 28144 4294967295 134512640 134569956 3221224352 3221213296 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28144 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 955.01
Current children cumulated vsize (Kb) 839568

[startup+1000.07 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18695 4 1 0 96395 78 0 0 25 0 11 0 1786752707 859717632 28201 4294967295 134512640 134569956 3221224352 3221214172 1131512576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28201 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 964.73
Current children cumulated vsize (Kb) 839568

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18699 4 1 0 97368 79 0 0 25 0 11 0 1786752707 859717632 28234 4294967295 134512640 134569956 3221224352 3221214656 1131351557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28234 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 974.47
Current children cumulated vsize (Kb) 839568

[startup+1020.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18704 4 1 0 98336 79 0 0 25 0 11 0 1786752707 859717632 28280 4294967295 134512640 134569956 3221224352 3221214080 1131552025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28280 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 984.15
Current children cumulated vsize (Kb) 839568

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18708 4 1 0 99309 79 0 0 24 0 11 0 1786752707 859717632 28317 4294967295 134512640 134569956 3221224352 3221214816 1131441491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28317 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 993.88
Current children cumulated vsize (Kb) 839568

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18712 4 1 0 100281 80 0 0 19 0 11 0 1786752707 859717632 28351 4294967295 134512640 134569956 3221224352 3221214704 1131315264 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28351 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1003.61
Current children cumulated vsize (Kb) 839568

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18716 4 1 0 101254 80 0 0 19 0 11 0 1786752707 859717632 28390 4294967295 134512640 134569956 3221224352 3221214704 1131315281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28390 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1013.34
Current children cumulated vsize (Kb) 839568

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18720 4 1 0 102226 80 0 0 22 0 11 0 1786752707 859717632 28429 4294967295 134512640 134569956 3221224352 3221214224 1131513602 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28429 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1023.06
Current children cumulated vsize (Kb) 839568

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18724 4 1 0 103199 81 0 0 25 0 11 0 1786752707 859717632 28488 4294967295 134512640 134569956 3221224352 3221214656 1131351557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28488 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1032.8
Current children cumulated vsize (Kb) 839568

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18729 4 1 0 104165 82 0 0 21 0 11 0 1786752707 859717632 28527 4294967295 134512640 134569956 3221224352 3221214804 1131511913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28527 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1042.47
Current children cumulated vsize (Kb) 839568

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18733 4 1 0 105138 82 0 0 25 0 11 0 1786752707 859717632 28569 4294967295 134512640 134569956 3221224352 3221214556 1131512576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28569 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1052.2
Current children cumulated vsize (Kb) 839568

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 0.98 3/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18738 4 1 0 106106 82 0 0 24 0 11 0 1786752707 859717632 28613 4294967295 134512640 134569956 3221224352 3221213944 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28613 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (Kb) 839568

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18742 4 1 0 107081 83 0 0 25 0 11 0 1786752707 859717632 28660 4294967295 134512640 134569956 3221224352 3221214136 1085806272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28660 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1071.64
Current children cumulated vsize (Kb) 839568

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18747 4 1 0 108049 83 0 0 17 0 11 0 1786752707 859717632 28709 4294967295 134512640 134569956 3221224352 3221214316 1131513680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28709 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1081.32
Current children cumulated vsize (Kb) 839568

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18750 4 1 0 109031 83 0 0 25 0 11 0 1786752707 859717632 28734 4294967295 134512640 134569956 3221224352 3221214324 1085743747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28734 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1091.14
Current children cumulated vsize (Kb) 839568

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18755 4 1 0 110000 84 0 0 20 0 11 0 1786752707 859717632 28776 4294967295 134512640 134569956 3221224352 3221214704 1131444720 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28776 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1100.84
Current children cumulated vsize (Kb) 839568

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18759 4 1 0 110975 84 0 0 21 0 11 0 1786752707 859717632 28807 4294967295 134512640 134569956 3221224352 3221214656 1131351545 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28807 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1110.59
Current children cumulated vsize (Kb) 839568

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18763 4 1 0 111951 84 0 0 23 0 11 0 1786752707 859717632 28835 4294967295 134512640 134569956 3221224352 3221214656 1131351944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28835 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1120.35
Current children cumulated vsize (Kb) 839568

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) S 17694 17695 6872 0 -1 0 18767 4 1 0 112925 84 0 0 25 0 11 0 1786752707 859717632 28864 4294967295 134512640 134569956 3221224352 3221213296 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28864 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1130.09
Current children cumulated vsize (Kb) 839568

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18770 4 1 0 113905 85 0 0 25 0 11 0 1786752707 859717632 28884 4294967295 134512640 134569956 3221224352 3221214656 1131352807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28884 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1139.9
Current children cumulated vsize (Kb) 839568

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18774 4 1 0 114879 85 0 0 25 0 11 0 1786752707 859717632 28916 4294967295 134512640 134569956 3221224352 3221214456 1131512597 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 28916 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1149.64
Current children cumulated vsize (Kb) 839568

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18779 4 1 0 115847 85 0 0 25 0 11 0 1786752707 859717632 28956 4294967295 134512640 134569956 3221224352 3221214704 1131315264 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28956 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1159.32
Current children cumulated vsize (Kb) 839568

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18784 4 1 0 116815 85 0 0 17 0 11 0 1786752707 859717632 28993 4294967295 134512640 134569956 3221224352 3221214080 1131551916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 28993 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1169
Current children cumulated vsize (Kb) 839568

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18788 4 1 0 117789 85 0 0 25 0 11 0 1786752707 859717632 29034 4294967295 134512640 134569956 3221224352 3221214560 1131555760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17695/statm): 209892 29034 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1178.74
Current children cumulated vsize (Kb) 839568

[startup+1230.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18792 4 1 0 118762 85 0 0 25 0 11 0 1786752707 859717632 29067 4294967295 134512640 134569956 3221224352 3221214460 1131512588 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 29067 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1188.47
Current children cumulated vsize (Kb) 839568

[startup+1240.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18796 4 1 0 119736 85 0 0 25 0 11 0 1786752707 859717632 29104 4294967295 134512640 134569956 3221224352 3221214080 1131551902 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 29104 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1198.21
Current children cumulated vsize (Kb) 839568

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18801 4 1 0 120703 86 0 0 25 0 11 0 1786752707 859717632 29154 4294967295 134512640 134569956 3221224352 3221214720 1131348749 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 29154 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1207.89
Current children cumulated vsize (Kb) 839568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 17709
Raw data (/proc/17695/stat): 17695 (java) R 17694 17695 6872 0 -1 0 18801 4 1 0 120703 86 0 0 25 0 11 0 1786752707 859717632 29154 4294967295 134512640 134569956 3221224352 3221214704 1131445359 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17695/statm): 209892 29154 13129 16 0 209876 0
[pid=17695] vsize: 839568
Current children cumulated CPU time (s) 1207.89
Current children cumulated vsize (Kb) 839568

Sending SIGTERM to -17695
Sleeping 2 seconds
New thread pid=17711
New thread pid=17712
One traced child (pid=17712) exited with status: 0
One traced child (pid=17704) exited with status: 0
One traced child (pid=17699) exited with status: 0
One traced child (pid=17696) exited with status: 143
One traced child (pid=17698) exited with status: 143
One traced child (pid=17700) exited with status: 143
One traced child (pid=17703) exited with status: 143
One traced child (pid=17702) exited with status: 143
One traced child (pid=17701) exited with status: 143
One traced child (pid=17709) exited with status: 143
One traced child (pid=17711) exited with status: 143
One traced child (pid=17697) exited with status: 143
One traced child (pid=17695) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.2
CPU time (s): 1256.49
CPU user time (s): 1254.88
CPU system time (s): 1.61775
CPU usage (%): 100.503
Max. virtual memory (cumulated for all children) (Kb): 840800

Verifier Data

Verifier:	OK	30