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

Namemps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-stein45.opb
MD5SUM5c72b08d2dc855d07dab2f619386e796
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 benchmark78.753
Number of variables45
Total number of constraints376
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint45

Trace number 4846

Launcher Data

LAUNCH ON wulflinc17 THE 2005-09-19 20:29:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6527 boxname=wulflinc17 idbench=667 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5c72b08d2dc855d07dab2f619386e796  /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-stein45.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-stein45.opb
IDLAUNCH: 6527
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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	: 3
cpu MHz		: 451.072
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:        892024 kB
Buffers:         37648 kB
Cached:          77204 kB
SwapCached:        544 kB
Active:          58212 kB
Inactive:        59048 kB
HighTotal:      131008 kB
HighFree:        51352 kB
LowTotal:       903652 kB
LowFree:        840672 kB
SwapTotal:     2097892 kB
SwapFree:      2096672 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5688 kB
Slab:            19764 kB
Committed_AS:    64280 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 20:50:19 (client local time) WITH STATUS 143 IN 1255.44 SECONDS
stats: 6527 0 1255.44 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/wulflinc17/normalized-mps-v2-20-10-stein45.opb
c reading problem ... done. Time 0.604 ms.
c #vars     45
c #constraints  331
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  33 		Current CPU time: 0.68 ms
c CURRENT OPTIMUM=                  32 		Current CPU time: 1.18 ms
c CURRENT OPTIMUM=                  31 		Current CPU time: 3.75 ms
c CURRENT OPTIMUM=                  30 		Current CPU time: 628.19 ms
c starts		: 22
c conflicts		: 11236
c decisions		: 11691
c propagations		: 62736
c inspects		: 24148895
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 11236
c root simplifications	: 22
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 11477
c speed (decisions/second)	: 18.83837285185991
c non guided choices	59
c random choices	0
s SATISFIABLE
v V0001_bit0 V0002_bit0 V0003_bit0 -V0004_bit0 V0005_bit0 V0006_bit0 -V0007_bit0 V0008_bit0 V0009_bit0 V0010_bit0 V0011_bit0 -V0012_bit0 V0013_bit0 -V0014_bit0 -V0015_bit0 -V0016_bit0 V0017_bit0 V0018_bit0 -V0019_bit0 -V0020_bit0 V0021_bit0 V0022_bit0 V0023_bit0 V0024_bit0 V0025_bit0 -V0026_bit0 V0027_bit0 -V0028_bit0 V0029_bit0 V0030_bit0 -V0031_bit0 -V0032_bit0 V0033_bit0 V0034_bit0 V0035_bit0 -V0036_bit0 V0037_bit0 -V0038_bit0 V0039_bit0 V0040_bit0 V0041_bit0 V0042_bit0 V0043_bit0 -V0044_bit0 V0045_bit0 
c objective function=30
c Total CPU time (ms) : 1248.797

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/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1852808817 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 39 3 38 16 0 23 0
[pid=2752] 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/2752
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=2753
New thread pid=2754
New thread pid=2755
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=2756
New thread pid=2757
New thread pid=2758
New thread pid=2759
New thread pid=2760
New thread pid=2761
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/wulflinc17/normalized-mps-v2-20-10-stein45.opb
New thread pid=2762
One traced child (pid=2762) exited with status: 0
New thread pid=2763
One traced child (pid=2763) exited with status: 0
New thread pid=2764
One traced child (pid=2764) exited with status: 0
New thread pid=2765

[startup+10.003 s]
Raw data (loadavg): 1.09 1.02 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18192 4 1 0 749 46 0 0 20 0 11 0 1852808817 856936448 19695 4294967295 134512640 134569956 3221224336 3221214204 1131515808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209213 19695 13129 16 0 209197 0
[pid=2752] vsize: 836852
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (Kb) 836852

[startup+20.0036 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18200 4 1 0 1702 47 0 0 25 0 11 0 1852808817 856842240 20483 4294967295 134512640 134569956 3221224336 3221214664 1131366425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 20483 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (Kb) 836760

[startup+30.0042 s]
Raw data (loadavg): 1.13 1.03 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18206 4 1 0 2642 47 0 0 25 0 11 0 1852808817 856842240 21141 4294967295 134512640 134569956 3221224336 3221214096 1131518717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 21141 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 26.89
Current children cumulated vsize (Kb) 836760

[startup+40.0038 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18212 4 1 0 3587 47 0 0 25 0 11 0 1852808817 856842240 21163 4294967295 134512640 134569956 3221224336 3221214736 1131330252 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 21163 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (Kb) 836760

[startup+50.0044 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18218 4 1 0 4523 48 0 0 25 0 11 0 1852808817 856842240 21380 4294967295 134512640 134569956 3221224336 3221214344 1131513872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 21380 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 45.71
Current children cumulated vsize (Kb) 836760

[startup+60.005 s]
Raw data (loadavg): 1.08 1.03 1.01 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18223 4 1 0 5471 48 0 0 25 0 11 0 1852808817 856842240 21510 4294967295 134512640 134569956 3221224336 3221214648 1131372814 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 21510 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 55.19
Current children cumulated vsize (Kb) 836760

[startup+70.0056 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18231 4 1 0 6409 49 0 0 25 0 11 0 1852808817 856842240 21672 4294967295 134512640 134569956 3221224336 3221214432 1131513764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 21672 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 64.58
Current children cumulated vsize (Kb) 836760

[startup+80.0062 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18237 4 1 0 7356 49 0 0 25 0 11 0 1852808817 856842240 21804 4294967295 134512640 134569956 3221224336 3221214520 1131372985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 21804 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 74.05
Current children cumulated vsize (Kb) 836760

[startup+90.0068 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18243 4 1 0 8296 50 0 0 25 0 11 0 1852808817 856842240 22003 4294967295 134512640 134569956 3221224336 3221214624 1131389388 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22003 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 83.46
Current children cumulated vsize (Kb) 836760

[startup+100.006 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18248 4 1 0 9247 50 0 0 23 0 11 0 1852808817 856842240 22151 4294967295 134512640 134569956 3221224336 3221214640 1131365951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22151 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 92.97
Current children cumulated vsize (Kb) 836760

[startup+110.007 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18253 4 1 0 10201 50 0 0 25 0 11 0 1852808817 856842240 22302 4294967295 134512640 134569956 3221224336 3221214640 1131366267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22302 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (Kb) 836760

[startup+120.008 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18258 4 1 0 11155 51 0 0 25 0 11 0 1852808817 856842240 22428 4294967295 134512640 134569956 3221224336 3221214064 1131516695 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 22428 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 112.06
Current children cumulated vsize (Kb) 836760

[startup+130.008 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18263 4 1 0 12109 51 0 0 16 0 11 0 1852808817 856842240 22535 4294967295 134512640 134569956 3221224336 3221214408 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22535 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 121.6
Current children cumulated vsize (Kb) 836760

[startup+140.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18268 4 1 0 13071 52 0 0 25 0 11 0 1852808817 856842240 22639 4294967295 134512640 134569956 3221224336 3221214536 1131516693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22639 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 131.23
Current children cumulated vsize (Kb) 836760

[startup+150.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18273 4 1 0 14026 52 0 0 25 0 11 0 1852808817 856842240 22762 4294967295 134512640 134569956 3221224336 3221214640 1131367086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 22762 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 140.78
Current children cumulated vsize (Kb) 836760

[startup+160.01 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18277 4 1 0 14991 52 0 0 25 0 11 0 1852808817 856842240 22859 4294967295 134512640 134569956 3221224336 3221214640 1131366197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 22859 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 150.43
Current children cumulated vsize (Kb) 836760

[startup+170.011 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18282 4 1 0 15947 52 0 0 25 0 11 0 1852808817 856842240 22967 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 22967 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 159.99
Current children cumulated vsize (Kb) 836760

[startup+180.012 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18287 4 1 0 16903 52 0 0 25 0 11 0 1852808817 856842240 23072 4294967295 134512640 134569956 3221224336 3221214264 1131513831 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 23072 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 169.55
Current children cumulated vsize (Kb) 836760

[startup+190.013 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18292 4 1 0 17861 52 0 0 25 0 11 0 1852808817 856842240 23191 4294967295 134512640 134569956 3221224336 3221214640 1131365836 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23191 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 179.13
Current children cumulated vsize (Kb) 836760

[startup+200.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18297 4 1 0 18822 53 0 0 25 0 11 0 1852808817 856842240 23304 4294967295 134512640 134569956 3221224336 3221214800 1131434926 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23304 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 188.75
Current children cumulated vsize (Kb) 836760

[startup+210.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18301 4 1 0 19791 53 0 0 25 0 11 0 1852808817 856842240 23396 4294967295 134512640 134569956 3221224336 3221214600 1131337783 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23396 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 198.44
Current children cumulated vsize (Kb) 836760

[startup+220.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18306 4 1 0 20753 53 0 0 25 0 11 0 1852808817 856842240 23495 4294967295 134512640 134569956 3221224336 3221214640 1131366372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 23495 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 208.06
Current children cumulated vsize (Kb) 836760

[startup+230.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18311 4 1 0 21715 54 0 0 17 0 11 0 1852808817 856842240 23594 4294967295 134512640 134569956 3221224336 3221213880 1085806342 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23594 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 217.69
Current children cumulated vsize (Kb) 836760

[startup+240.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18315 4 1 0 22686 54 0 0 25 0 11 0 1852808817 856842240 23663 4294967295 134512640 134569956 3221224336 3221214640 1131366471 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23663 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 227.4
Current children cumulated vsize (Kb) 836760

[startup+250.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18319 4 1 0 23656 54 0 0 25 0 11 0 1852808817 856842240 23725 4294967295 134512640 134569956 3221224336 3221214712 1131330280 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23725 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 237.1
Current children cumulated vsize (Kb) 836760

[startup+260.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18324 4 1 0 24618 54 0 0 25 0 11 0 1852808817 856842240 23799 4294967295 134512640 134569956 3221224336 3221213936 1085759286 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 23799 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 246.72
Current children cumulated vsize (Kb) 836760

[startup+270.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18328 4 1 0 25587 54 0 0 25 0 11 0 1852808817 856842240 23876 4294967295 134512640 134569956 3221224336 3221214016 1131518888 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 23876 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 256.41
Current children cumulated vsize (Kb) 836760

[startup+280.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18333 4 1 0 26548 55 0 0 25 0 11 0 1852808817 856842240 23966 4294967295 134512640 134569956 3221224336 3221214584 1131510599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 23966 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 266.03
Current children cumulated vsize (Kb) 836760

[startup+290.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18338 4 1 0 27510 55 0 0 25 0 11 0 1852808817 856842240 24049 4294967295 134512640 134569956 3221224336 3221214624 1131372985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 24049 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 275.65
Current children cumulated vsize (Kb) 836760

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18342 4 1 0 28479 55 0 0 25 0 11 0 1852808817 856842240 24122 4294967295 134512640 134569956 3221224336 3221214480 1131513864 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24122 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 285.34
Current children cumulated vsize (Kb) 836760

[startup+310.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18347 4 1 0 29442 55 0 0 18 0 11 0 1852808817 856842240 24218 4294967295 134512640 134569956 3221224336 3221213964 1131515928 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24218 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 294.97
Current children cumulated vsize (Kb) 836760

[startup+320.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18351 4 1 0 30412 56 0 0 25 0 11 0 1852808817 856842240 24285 4294967295 134512640 134569956 3221224336 3221214640 1131367175 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24285 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 304.68
Current children cumulated vsize (Kb) 836760

[startup+330.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18356 4 1 0 31376 56 0 0 25 0 11 0 1852808817 856842240 24367 4294967295 134512640 134569956 3221224336 3221214012 1131516672 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24367 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 314.32
Current children cumulated vsize (Kb) 836760

[startup+340.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18360 4 1 0 32347 56 0 0 25 0 11 0 1852808817 856842240 24433 4294967295 134512640 134569956 3221224336 3221213968 1131515946 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24433 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 324.03
Current children cumulated vsize (Kb) 836760

[startup+350.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) S 2751 2752 19316 0 -1 0 18364 4 1 0 33317 56 0 0 25 0 11 0 1852808817 856842240 24494 4294967295 134512640 134569956 3221224336 3221213344 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 24494 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 333.73
Current children cumulated vsize (Kb) 836760

[startup+360.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18369 4 1 0 34284 57 0 0 25 0 11 0 1852808817 856842240 24584 4294967295 134512640 134569956 3221224336 3221214776 1131340761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 24584 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 343.41
Current children cumulated vsize (Kb) 836760

[startup+370.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18373 4 1 0 35257 57 0 0 25 0 11 0 1852808817 856842240 24648 4294967295 134512640 134569956 3221224336 3221214640 1131367298 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 24648 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 353.14
Current children cumulated vsize (Kb) 836760

[startup+380.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18378 4 1 0 36223 58 0 0 25 0 11 0 1852808817 856842240 24718 4294967295 134512640 134569956 3221224336 3221214012 1131516672 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24718 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 362.81
Current children cumulated vsize (Kb) 836760

[startup+390.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18382 4 1 0 37197 58 0 0 20 0 11 0 1852808817 856842240 24771 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24771 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 372.55
Current children cumulated vsize (Kb) 836760

[startup+400.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18386 4 1 0 38169 59 0 0 18 0 11 0 1852808817 856842240 24822 4294967295 134512640 134569956 3221224336 3221214380 1131515928 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24822 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 382.28
Current children cumulated vsize (Kb) 836760

[startup+410.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18390 4 1 0 39140 59 0 0 25 0 11 0 1852808817 856842240 24875 4294967295 134512640 134569956 3221224336 3221214728 1131347926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 24875 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 391.99
Current children cumulated vsize (Kb) 836760

[startup+420.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18395 4 1 0 40105 60 0 0 24 0 11 0 1852808817 856842240 24956 4294967295 134512640 134569956 3221224336 3221214624 1131372985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 24956 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 401.65
Current children cumulated vsize (Kb) 836760

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18399 4 1 0 41083 60 0 0 25 0 11 0 1852808817 856842240 25000 4294967295 134512640 134569956 3221224336 3221213512 1073952732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25000 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 411.43
Current children cumulated vsize (Kb) 836760

[startup+440.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18403 4 1 0 42048 61 0 0 25 0 11 0 1852808817 856842240 25062 4294967295 134512640 134569956 3221224336 3221214184 1085806307 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25062 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 421.09
Current children cumulated vsize (Kb) 836760

[startup+450.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18407 4 1 0 43020 61 0 0 25 0 11 0 1852808817 856842240 25107 4294967295 134512640 134569956 3221224336 3221214680 1131471543 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25107 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 430.81
Current children cumulated vsize (Kb) 836760

[startup+460.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18411 4 1 0 43992 61 0 0 25 0 11 0 1852808817 856842240 25157 4294967295 134512640 134569956 3221224336 3221214708 1131337760 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25157 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 440.53
Current children cumulated vsize (Kb) 836760

[startup+470.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18416 4 1 0 44958 61 0 0 25 0 11 0 1852808817 856842240 25257 4294967295 134512640 134569956 3221224336 3221213936 1085759268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25257 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 450.19
Current children cumulated vsize (Kb) 836760

[startup+480.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18420 4 1 0 45932 62 0 0 20 0 11 0 1852808817 856842240 25304 4294967295 134512640 134569956 3221224336 3221214640 1131366475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25304 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 459.94
Current children cumulated vsize (Kb) 836760

[startup+490.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18424 4 1 0 46906 62 0 0 25 0 11 0 1852808817 856842240 25355 4294967295 134512640 134569956 3221224336 3221214152 1131513810 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25355 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 469.68
Current children cumulated vsize (Kb) 836760

[startup+500.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18429 4 1 0 47873 62 0 0 18 0 11 0 1852808817 856842240 25426 4294967295 134512640 134569956 3221224336 3221214640 1131366267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25426 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 479.35
Current children cumulated vsize (Kb) 836760

[startup+510.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18433 4 1 0 48846 63 0 0 25 0 11 0 1852808817 856842240 25473 4294967295 134512640 134569956 3221224336 3221214724 1131342633 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25473 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 489.09
Current children cumulated vsize (Kb) 836760

[startup+520.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18438 4 1 0 49815 63 0 0 25 0 11 0 1852808817 856842240 25546 4294967295 134512640 134569956 3221224336 3221214792 1131561022 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25546 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 498.78
Current children cumulated vsize (Kb) 836760

[startup+530.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18442 4 1 0 50790 63 0 0 25 0 11 0 1852808817 856842240 25590 4294967295 134512640 134569956 3221224336 3221214640 1131366502 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25590 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 508.53
Current children cumulated vsize (Kb) 836760

[startup+540.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18446 4 1 0 51766 64 0 0 25 0 11 0 1852808817 856842240 25636 4294967295 134512640 134569956 3221224336 3221214600 1131337811 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25636 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (Kb) 836760

[startup+550.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18450 4 1 0 52742 64 0 0 25 0 11 0 1852808817 856842240 25692 4294967295 134512640 134569956 3221224336 3221213960 1085806301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25692 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 528.06
Current children cumulated vsize (Kb) 836760

[startup+560.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18454 4 1 0 53718 64 0 0 25 0 11 0 1852808817 856842240 25736 4294967295 134512640 134569956 3221224336 3221214712 1131330243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25736 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 537.82
Current children cumulated vsize (Kb) 836760

[startup+570.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18457 4 1 0 54698 64 0 0 25 0 11 0 1852808817 856842240 25770 4294967295 134512640 134569956 3221224336 3221214440 1131516041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25770 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 547.62
Current children cumulated vsize (Kb) 836760

[startup+580.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18461 4 1 0 55672 65 0 0 19 0 11 0 1852808817 856842240 25807 4294967295 134512640 134569956 3221224336 3221214376 1131513800 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25807 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 557.37
Current children cumulated vsize (Kb) 836760

[startup+590.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18465 4 1 0 56645 65 0 0 25 0 11 0 1852808817 856842240 25848 4294967295 134512640 134569956 3221224336 3221214624 1131372740 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25848 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 567.1
Current children cumulated vsize (Kb) 836760

[startup+600.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18469 4 1 0 57617 65 0 0 25 0 11 0 1852808817 856842240 25885 4294967295 134512640 134569956 3221224336 3221214720 1131341616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25885 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 576.82
Current children cumulated vsize (Kb) 836760

[startup+610.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18473 4 1 0 58588 65 0 0 25 0 11 0 1852808817 856842240 25923 4294967295 134512640 134569956 3221224336 3221213968 1131515852 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 25923 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 586.53
Current children cumulated vsize (Kb) 836760

[startup+620.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2765
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18478 4 1 0 59552 65 0 0 25 0 11 0 1852808817 856842240 25974 4294967295 134512640 134569956 3221224336 3221214640 1131366267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 25974 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 596.17
Current children cumulated vsize (Kb) 836760
One traced child (pid=2765) exited with status: 0
New thread pid=2766

[startup+630.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18483 4 1 0 60523 66 0 0 17 0 11 0 1852808817 856842240 26025 4294967295 134512640 134569956 3221224336 3221214600 1131337780 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 26025 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 605.89
Current children cumulated vsize (Kb) 836760

[startup+640.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18488 4 1 0 61488 66 0 0 17 0 11 0 1852808817 856842240 26106 4294967295 134512640 134569956 3221224336 3221214072 1085806281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26106 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 615.54
Current children cumulated vsize (Kb) 836760

[startup+650.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18492 4 1 0 62461 66 0 0 25 0 11 0 1852808817 856842240 26166 4294967295 134512640 134569956 3221224336 3221214284 1085806240 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26166 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 625.27
Current children cumulated vsize (Kb) 836760

[startup+660.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18496 4 1 0 63434 67 0 0 25 0 11 0 1852808817 856842240 26222 4294967295 134512640 134569956 3221224336 3221214640 1131367042 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26222 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 635.01
Current children cumulated vsize (Kb) 836760

[startup+670.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18501 4 1 0 64401 67 0 0 23 0 11 0 1852808817 856842240 26290 4294967295 134512640 134569956 3221224336 3221213960 1085806289 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26290 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 644.68
Current children cumulated vsize (Kb) 836760

[startup+680.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18506 4 1 0 65368 68 0 0 16 0 11 0 1852808817 856842240 26342 4294967295 134512640 134569956 3221224336 3221214376 1131513705 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26342 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 654.36
Current children cumulated vsize (Kb) 836760

[startup+690.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18510 4 1 0 66343 68 0 0 19 0 11 0 1852808817 856842240 26390 4294967295 134512640 134569956 3221224336 3221214352 1131388173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26390 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 664.11
Current children cumulated vsize (Kb) 836760

[startup+700.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18514 4 1 0 67316 68 0 0 25 0 11 0 1852808817 856842240 26425 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26425 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 673.84
Current children cumulated vsize (Kb) 836760

[startup+710.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18518 4 1 0 68289 68 0 0 25 0 11 0 1852808817 856842240 26471 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 26471 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 683.57
Current children cumulated vsize (Kb) 836760

[startup+720.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18523 4 1 0 69256 68 0 0 18 0 11 0 1852808817 856842240 26516 4294967295 134512640 134569956 3221224336 3221214640 1131366401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26516 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 693.24
Current children cumulated vsize (Kb) 836760

[startup+730.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18527 4 1 0 70231 69 0 0 25 0 11 0 1852808817 856842240 26569 4294967295 134512640 134569956 3221224336 3221213960 1131518644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26569 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 703
Current children cumulated vsize (Kb) 836760

[startup+740.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18532 4 1 0 71199 69 0 0 25 0 11 0 1852808817 856842240 26623 4294967295 134512640 134569956 3221224336 3221214688 1131465780 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 26623 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 712.68
Current children cumulated vsize (Kb) 836760

[startup+750.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18536 4 1 0 72174 69 0 0 25 0 11 0 1852808817 856842240 26662 4294967295 134512640 134569956 3221224336 3221213952 1131518922 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26662 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 722.43
Current children cumulated vsize (Kb) 836760

[startup+760.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18540 4 1 0 73148 70 0 0 25 0 11 0 1852808817 856842240 26705 4294967295 134512640 134569956 3221224336 3221214640 1131366397 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 26705 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 732.18
Current children cumulated vsize (Kb) 836760

[startup+770.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18545 4 1 0 74116 70 0 0 19 0 11 0 1852808817 856842240 26759 4294967295 134512640 134569956 3221224336 3221214640 1131366267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26759 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 741.86
Current children cumulated vsize (Kb) 836760

[startup+780.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18549 4 1 0 75090 70 0 0 25 0 11 0 1852808817 856842240 26798 4294967295 134512640 134569956 3221224336 3221214600 1131337941 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26798 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 751.6
Current children cumulated vsize (Kb) 836760

[startup+790.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18554 4 1 0 76058 71 0 0 25 0 11 0 1852808817 856842240 26838 4294967295 134512640 134569956 3221224336 3221213952 1131518928 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26838 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 761.29
Current children cumulated vsize (Kb) 836760

[startup+800.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18559 4 1 0 77027 71 0 0 25 0 11 0 1852808817 856842240 26893 4294967295 134512640 134569956 3221224336 3221214712 1131330243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 26893 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 770.98
Current children cumulated vsize (Kb) 836760

[startup+810.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18564 4 1 0 77996 71 0 0 16 0 11 0 1852808817 856842240 26941 4294967295 134512640 134569956 3221224336 3221213824 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26941 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 780.67
Current children cumulated vsize (Kb) 836760

[startup+820.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18568 4 1 0 78971 72 0 0 25 0 11 0 1852808817 856842240 26973 4294967295 134512640 134569956 3221224336 3221214712 1131330243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 26973 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 790.43
Current children cumulated vsize (Kb) 836760

[startup+830.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18573 4 1 0 79941 72 0 0 25 0 11 0 1852808817 856842240 27028 4294967295 134512640 134569956 3221224336 3221214264 1131513824 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27028 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 800.13
Current children cumulated vsize (Kb) 836760

[startup+840.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18578 4 1 0 80911 72 0 0 25 0 11 0 1852808817 856842240 27086 4294967295 134512640 134569956 3221224336 3221214600 1131338460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27086 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 809.83
Current children cumulated vsize (Kb) 836760

[startup+850.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18582 4 1 0 81888 72 0 0 25 0 11 0 1852808817 856842240 27116 4294967295 134512640 134569956 3221224336 3221214680 1131471534 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27116 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 819.6
Current children cumulated vsize (Kb) 836760

[startup+860.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18587 4 1 0 82859 72 0 0 24 0 11 0 1852808817 856842240 27157 4294967295 134512640 134569956 3221224336 3221214624 1131372814 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27157 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 829.31
Current children cumulated vsize (Kb) 836760

[startup+870.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18591 4 1 0 83834 73 0 0 25 0 11 0 1852808817 856842240 27181 4294967295 134512640 134569956 3221224336 3221214200 1131513858 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27181 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 839.07
Current children cumulated vsize (Kb) 836760

[startup+880.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18596 4 1 0 84805 73 0 0 25 0 11 0 1852808817 856842240 27228 4294967295 134512640 134569956 3221224336 3221214796 1131340723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27228 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 848.78
Current children cumulated vsize (Kb) 836760

[startup+890.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18601 4 1 0 85776 73 0 0 19 0 11 0 1852808817 856842240 27266 4294967295 134512640 134569956 3221224336 3221214640 1131365825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27266 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 858.49
Current children cumulated vsize (Kb) 836760

[startup+900.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18605 4 1 0 86753 73 0 0 24 0 11 0 1852808817 856842240 27300 4294967295 134512640 134569956 3221224336 3221214440 1131515932 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27300 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 868.26
Current children cumulated vsize (Kb) 836760

[startup+910.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18609 4 1 0 87729 74 0 0 22 0 11 0 1852808817 856842240 27326 4294967295 134512640 134569956 3221224336 3221214488 1131513771 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27326 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 878.03
Current children cumulated vsize (Kb) 836760

[startup+920.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18613 4 1 0 88705 74 0 0 25 0 11 0 1852808817 856842240 27362 4294967295 134512640 134569956 3221224336 3221214600 1131337777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27362 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 887.79
Current children cumulated vsize (Kb) 836760

[startup+930.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18618 4 1 0 89675 74 0 0 25 0 11 0 1852808817 856842240 27390 4294967295 134512640 134569956 3221224336 3221214640 1131366298 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27390 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 897.49
Current children cumulated vsize (Kb) 836760

[startup+940.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18622 4 1 0 90651 74 0 0 25 0 11 0 1852808817 856842240 27425 4294967295 134512640 134569956 3221224336 3221214640 1131366506 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27425 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 907.25
Current children cumulated vsize (Kb) 836760

[startup+950.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18627 4 1 0 91621 75 0 0 20 0 11 0 1852808817 856842240 27469 4294967295 134512640 134569956 3221224336 3221214264 1131513696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27469 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 916.96
Current children cumulated vsize (Kb) 836760

[startup+960.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18631 4 1 0 92597 75 0 0 25 0 11 0 1852808817 856842240 27496 4294967295 134512640 134569956 3221224336 3221214128 1085806269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27496 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 926.72
Current children cumulated vsize (Kb) 836760

[startup+970.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18635 4 1 0 93573 75 0 0 25 0 11 0 1852808817 856842240 27530 4294967295 134512640 134569956 3221224336 3221214712 1131330243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27530 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 936.48
Current children cumulated vsize (Kb) 836760

[startup+980.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18639 4 1 0 94549 75 0 0 25 0 11 0 1852808817 856842240 27633 4294967295 134512640 134569956 3221224336 3221214708 1131337760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27633 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 946.24
Current children cumulated vsize (Kb) 836760

[startup+990.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18643 4 1 0 95523 77 0 0 25 0 11 0 1852808817 856842240 27615 4294967295 134512640 134569956 3221224336 3221213912 1131516062 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27615 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 956
Current children cumulated vsize (Kb) 836760

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18647 4 1 0 96499 77 0 0 25 0 11 0 1852808817 856842240 27643 4294967295 134512640 134569956 3221224336 3221214016 1085806348 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27643 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 965.76
Current children cumulated vsize (Kb) 836760

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18652 4 1 0 97466 78 0 0 25 0 11 0 1852808817 856842240 27676 4294967295 134512640 134569956 3221224336 3221214796 1131458412 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27676 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 975.44
Current children cumulated vsize (Kb) 836760

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18656 4 1 0 98441 78 0 0 25 0 11 0 1852808817 856842240 27709 4294967295 134512640 134569956 3221224336 3221213824 1085806269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27709 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 985.19
Current children cumulated vsize (Kb) 836760

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18661 4 1 0 99408 78 0 0 25 0 11 0 1852808817 856842240 27745 4294967295 134512640 134569956 3221224336 3221214372 1131513828 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27745 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 994.86
Current children cumulated vsize (Kb) 836760

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18665 4 1 0 100381 78 0 0 25 0 11 0 1852808817 856842240 27778 4294967295 134512640 134569956 3221224336 3221213824 1085806269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27778 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1004.59
Current children cumulated vsize (Kb) 836760

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18669 4 1 0 101354 79 0 0 25 0 11 0 1852808817 856842240 27813 4294967295 134512640 134569956 3221224336 3221214352 1085806735 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27813 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1014.33
Current children cumulated vsize (Kb) 836760

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18673 4 1 0 102328 79 0 0 25 0 11 0 1852808817 856842240 27855 4294967295 134512640 134569956 3221224336 3221214640 1131366337 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27855 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1024.07
Current children cumulated vsize (Kb) 836760

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18677 4 1 0 103300 79 0 0 25 0 11 0 1852808817 856842240 27882 4294967295 134512640 134569956 3221224336 3221214640 1131366225 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27882 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1033.79
Current children cumulated vsize (Kb) 836760

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18681 4 1 0 104273 79 0 0 25 0 11 0 1852808817 856842240 27916 4294967295 134512640 134569956 3221224336 3221214136 1131510464 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27916 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1043.52
Current children cumulated vsize (Kb) 836760

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18685 4 1 0 105246 79 0 0 25 0 11 0 1852808817 856842240 27950 4294967295 134512640 134569956 3221224336 3221214640 1131366208 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 27950 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1053.25
Current children cumulated vsize (Kb) 836760

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18689 4 1 0 106219 79 0 0 23 0 11 0 1852808817 856842240 27995 4294967295 134512640 134569956 3221224336 3221214640 1131366225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 27995 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1062.98
Current children cumulated vsize (Kb) 836760

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18693 4 1 0 107193 80 0 0 25 0 11 0 1852808817 856842240 28032 4294967295 134512640 134569956 3221224336 3221214536 1131516693 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28032 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1072.73
Current children cumulated vsize (Kb) 836760

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18697 4 1 0 108166 80 0 0 25 0 11 0 1852808817 856842240 28064 4294967295 134512640 134569956 3221224336 3221214428 1131515808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28064 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1082.46
Current children cumulated vsize (Kb) 836760

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18701 4 1 0 109139 80 0 0 25 0 11 0 1852808817 856842240 28096 4294967295 134512640 134569956 3221224336 3221214640 1131365829 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 28096 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1092.19
Current children cumulated vsize (Kb) 836760

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18705 4 1 0 110112 80 0 0 25 0 11 0 1852808817 856842240 28135 4294967295 134512640 134569956 3221224336 3221213960 1131518707 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 28135 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1101.92
Current children cumulated vsize (Kb) 836760

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18708 4 1 0 111093 81 0 0 25 0 11 0 1852808817 856842240 28161 4294967295 134512640 134569956 3221224336 3221214640 1131365833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28161 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1111.74
Current children cumulated vsize (Kb) 836760

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18712 4 1 0 112066 81 0 0 25 0 11 0 1852808817 856842240 28199 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28199 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1121.47
Current children cumulated vsize (Kb) 836760

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18716 4 1 0 113039 82 0 0 25 0 11 0 1852808817 856842240 28239 4294967295 134512640 134569956 3221224336 3221214484 1131057156 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28239 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1131.21
Current children cumulated vsize (Kb) 836760

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18720 4 1 0 114013 82 0 0 25 0 11 0 1852808817 856842240 28272 4294967295 134512640 134569956 3221224336 3221214432 1131513776 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28272 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1140.95
Current children cumulated vsize (Kb) 836760

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18724 4 1 0 114986 83 0 0 25 0 11 0 1852808817 856842240 28301 4294967295 134512640 134569956 3221224336 3221214408 1085759286 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28301 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1150.69
Current children cumulated vsize (Kb) 836760

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) S 2751 2752 19316 0 -1 0 18727 4 1 0 115964 83 0 0 25 0 11 0 1852808817 856842240 28328 4294967295 134512640 134569956 3221224336 3221213344 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28328 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1160.47
Current children cumulated vsize (Kb) 836760

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18731 4 1 0 116940 83 0 0 25 0 11 0 1852808817 856842240 28355 4294967295 134512640 134569956 3221224336 3221214208 1131513645 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28355 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1170.23
Current children cumulated vsize (Kb) 836760

[startup+1220.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18736 4 1 0 117906 84 0 0 25 0 11 0 1852808817 856842240 28400 4294967295 134512640 134569956 3221224336 3221214640 1131365919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28400 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1179.9
Current children cumulated vsize (Kb) 836760

[startup+1230.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18740 4 1 0 118879 85 0 0 25 0 11 0 1852808817 856842240 28442 4294967295 134512640 134569956 3221224336 3221214708 1131337760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28442 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1189.64
Current children cumulated vsize (Kb) 836760

[startup+1240.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18744 4 1 0 119852 85 0 0 25 0 11 0 1852808817 856842240 28472 4294967295 134512640 134569956 3221224336 3221214640 1131365858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2752/statm): 209190 28472 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1199.37
Current children cumulated vsize (Kb) 836760

[startup+1250.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18748 4 1 0 120826 85 0 0 18 0 11 0 1852808817 856842240 28507 4294967295 134512640 134569956 3221224336 3221214640 1131365833 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 28507 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1209.11
Current children cumulated vsize (Kb) 836760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2766
Raw data (/proc/2752/stat): 2752 (java) R 2751 2752 19316 0 -1 0 18748 4 1 0 120826 85 0 0 18 0 11 0 1852808817 856842240 28507 4294967295 134512640 134569956 3221224336 3221214544 1131513642 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2752/statm): 209190 28507 13129 16 0 209174 0
[pid=2752] vsize: 836760
Current children cumulated CPU time (s) 1209.11
Current children cumulated vsize (Kb) 836760

Sending SIGTERM to -2752
Sleeping 2 seconds
New thread pid=2768
New thread pid=2769
One traced child (pid=2769) exited with status: 0
One traced child (pid=2761) exited with status: 0
One traced child (pid=2756) exited with status: 0
One traced child (pid=2753) exited with status: 143
One traced child (pid=2754) exited with status: 143
One traced child (pid=2755) exited with status: 143
One traced child (pid=2757) exited with status: 143
One traced child (pid=2758) exited with status: 143
One traced child (pid=2759) exited with status: 143
One traced child (pid=2760) exited with status: 143
One traced child (pid=2766) exited with status: 143
One traced child (pid=2768) exited with status: 143
One traced child (pid=2752) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.16
CPU time (s): 1255.44
CPU user time (s): 1253.92
CPU system time (s): 1.52777
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (Kb): 836852

Verifier Data

Verifier:	OK	30