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-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-stair.opb
MD5SUM07f65f29ee2937de43752221c6dbdf88
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 20
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 1048575
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 516561567744
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 3615347139525
Number of bits of the biggest sum of numbers42
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark158.962
Number of variables7646
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint10
Maximum length of a constraint540

Trace number 7463

Launcher Data

LAUNCH ON wulflinc25 THE 2005-09-20 12:13:22 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6723 boxname=wulflinc25 idbench=863 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  07f65f29ee2937de43752221c6dbdf88  /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-13-7-stair.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-13-7-stair.opb
IDLAUNCH: 6723
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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.220
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        858776 kB
Buffers:         32300 kB
Cached:         115664 kB
SwapCached:        888 kB
Active:          55212 kB
Inactive:        95312 kB
HighTotal:      131008 kB
HighFree:        18004 kB
LowTotal:       903652 kB
LowFree:        840772 kB
SwapTotal:     2097892 kB
SwapFree:      2096524 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5728 kB
Slab:            19688 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 12:33:42 (client local time) WITH STATUS 143 IN 1226.32 SECONDS
stats: 6723 7 1226.32 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/wulflinc25/normalized-mps-v2-13-7-stair.opb
c reading problem ... done. Time 4.249 ms.
c #vars     7646
c #constraints  571
c starts		: 5
c conflicts		: 1098
c decisions		: 10756
c propagations		: 131694
c inspects		: 7358682
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1098
c root simplifications	: 1100
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 6783
c speed (decisions/second)	: 8.856100713856389
c non guided choices	1330
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.82

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/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1858475280 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 39 3 38 16 0 23 0
[pid=2049] 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/2049
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=2050
New thread pid=2051
New thread pid=2052
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=2053
New thread pid=2054
New thread pid=2055
New thread pid=2056
New thread pid=2057
New thread pid=2058
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/wulflinc25/normalized-mps-v2-13-7-stair.opb
New thread pid=2059

[startup+10.0017 s]
Raw data (loadavg): 1.12 1.02 0.99 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18152 0 1 0 727 49 0 0 17 0 11 0 1858475280 858095616 23322 4294967295 134512640 134569956 3221224336 3221214300 1131062558 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209496 23322 13129 16 0 209480 0
[pid=2049] vsize: 837984
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (Kb) 837984

[startup+20.0023 s]
Raw data (loadavg): 1.25 1.05 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18167 0 1 0 1702 50 0 0 18 0 11 0 1858475280 856334336 22949 4294967295 134512640 134569956 3221224336 3221214632 1131391410 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 22949 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 17.52
Current children cumulated vsize (Kb) 836264

[startup+30.0029 s]
Raw data (loadavg): 1.21 1.05 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18176 0 1 0 2688 50 0 0 16 0 11 0 1858475280 856334336 22930 4294967295 134512640 134569956 3221224336 3221214552 1131392820 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 22930 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 27.38
Current children cumulated vsize (Kb) 836264

[startup+40.0035 s]
Raw data (loadavg): 1.18 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18191 0 1 0 3667 51 0 0 24 0 11 0 1858475280 856334336 22963 4294967295 134512640 134569956 3221224336 3221214640 1131518848 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 22963 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 37.18
Current children cumulated vsize (Kb) 836264

[startup+50.0051 s]
Raw data (loadavg): 1.15 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18201 0 1 0 4650 51 0 0 21 0 11 0 1858475280 856334336 23025 4294967295 134512640 134569956 3221224336 3221214632 1131391388 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23025 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 47.01
Current children cumulated vsize (Kb) 836264

[startup+60.0057 s]
Raw data (loadavg): 1.13 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18211 0 1 0 5637 52 0 0 19 0 11 0 1858475280 856334336 23060 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23060 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 56.89
Current children cumulated vsize (Kb) 836264

[startup+70.0063 s]
Raw data (loadavg): 1.11 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18221 0 1 0 6624 52 0 0 25 0 11 0 1858475280 856334336 23091 4294967295 134512640 134569956 3221224336 3221214552 1131466346 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23091 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 66.76
Current children cumulated vsize (Kb) 836264

[startup+80.0069 s]
Raw data (loadavg): 1.09 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18231 0 1 0 7605 52 0 0 25 0 11 0 1858475280 856334336 23116 4294967295 134512640 134569956 3221224336 3221214552 1131465372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23116 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (Kb) 836264

[startup+90.0075 s]
Raw data (loadavg): 1.08 1.04 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18242 0 1 0 8592 53 0 0 23 0 11 0 1858475280 856334336 23154 4294967295 134512640 134569956 3221224336 3221214640 1131518736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23154 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 86.45
Current children cumulated vsize (Kb) 836264

[startup+100.008 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18252 0 1 0 9582 53 0 0 25 0 11 0 1858475280 856334336 23175 4294967295 134512640 134569956 3221224336 3221214552 1131464657 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23175 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 96.35
Current children cumulated vsize (Kb) 836264

[startup+110.009 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18262 0 1 0 10571 53 0 0 25 0 11 0 1858475280 856334336 23193 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23193 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 106.24
Current children cumulated vsize (Kb) 836264

[startup+120.009 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18272 0 1 0 11559 54 0 0 20 0 11 0 1858475280 856334336 23209 4294967295 134512640 134569956 3221224336 3221214640 1131521251 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23209 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 116.13
Current children cumulated vsize (Kb) 836264

[startup+130.01 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18284 0 1 0 12547 55 0 0 25 0 11 0 1858475280 856334336 23232 4294967295 134512640 134569956 3221224336 3221214640 1131517593 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23232 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 126.02
Current children cumulated vsize (Kb) 836264

[startup+140.011 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18294 0 1 0 13537 55 0 0 19 0 11 0 1858475280 856334336 23249 4294967295 134512640 134569956 3221224336 3221214552 1131464418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23249 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 135.92
Current children cumulated vsize (Kb) 836264

[startup+150.012 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18303 0 1 0 14527 55 0 0 25 0 11 0 1858475280 856334336 23261 4294967295 134512640 134569956 3221224336 3221214552 1131464439 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23261 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 145.82
Current children cumulated vsize (Kb) 836264

[startup+160.013 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18313 0 1 0 15514 56 0 0 25 0 11 0 1858475280 856334336 23274 4294967295 134512640 134569956 3221224336 3221214544 1131469675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23274 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 155.7
Current children cumulated vsize (Kb) 836264

[startup+170.012 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18322 0 1 0 16502 56 0 0 23 0 11 0 1858475280 856334336 23286 4294967295 134512640 134569956 3221224336 3221214632 1131391410 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23286 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 165.58
Current children cumulated vsize (Kb) 836264

[startup+180.013 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18332 0 1 0 17489 57 0 0 18 0 11 0 1858475280 856334336 23328 4294967295 134512640 134569956 3221224336 3221214552 1131466171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23328 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 175.46
Current children cumulated vsize (Kb) 836264

[startup+190.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18341 0 1 0 18480 57 0 0 25 0 11 0 1858475280 856334336 23343 4294967295 134512640 134569956 3221224336 3221214224 1131651496 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23343 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 185.37
Current children cumulated vsize (Kb) 836264

[startup+200.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18351 0 1 0 19469 58 0 0 17 0 11 0 1858475280 856334336 23355 4294967295 134512640 134569956 3221224336 3221214640 1131518025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23355 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 195.27
Current children cumulated vsize (Kb) 836264

[startup+210.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18360 0 1 0 20460 58 0 0 25 0 11 0 1858475280 856334336 23365 4294967295 134512640 134569956 3221224336 3221214640 1131518798 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23365 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 205.18
Current children cumulated vsize (Kb) 836264

[startup+220.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18369 0 1 0 21450 59 0 0 25 0 11 0 1858475280 856334336 23375 4294967295 134512640 134569956 3221224336 3221214640 1131520367 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23375 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 215.09
Current children cumulated vsize (Kb) 836264

[startup+230.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18379 0 1 0 22438 60 0 0 25 0 11 0 1858475280 856334336 23385 4294967295 134512640 134569956 3221224336 3221214488 1131561038 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23385 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 224.98
Current children cumulated vsize (Kb) 836264

[startup+240.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18388 0 1 0 23429 60 0 0 25 0 11 0 1858475280 856334336 23395 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23395 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 234.89
Current children cumulated vsize (Kb) 836264

[startup+250.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18398 0 1 0 24419 60 0 0 20 0 11 0 1858475280 856334336 23405 4294967295 134512640 134569956 3221224336 3221214640 1131515599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23405 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 244.79
Current children cumulated vsize (Kb) 836264

[startup+260.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18408 0 1 0 25408 61 0 0 25 0 11 0 1858475280 856334336 23414 4294967295 134512640 134569956 3221224336 3221214488 1131560939 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23414 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 254.69
Current children cumulated vsize (Kb) 836264

[startup+270.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18417 0 1 0 26399 61 0 0 21 0 11 0 1858475280 856334336 23423 4294967295 134512640 134569956 3221224336 3221214552 1131464332 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23423 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 264.6
Current children cumulated vsize (Kb) 836264

[startup+280.019 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18427 0 1 0 27388 61 0 0 25 0 11 0 1858475280 856334336 23432 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23432 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 274.49
Current children cumulated vsize (Kb) 836264

[startup+290.02 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18436 0 1 0 28378 62 0 0 25 0 11 0 1858475280 856334336 23440 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23440 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 284.4
Current children cumulated vsize (Kb) 836264

[startup+300.021 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18446 0 1 0 29367 62 0 0 25 0 11 0 1858475280 856334336 23450 4294967295 134512640 134569956 3221224336 3221214552 1131464540 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23450 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (Kb) 836264

[startup+310.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18455 0 1 0 30358 62 0 0 21 0 11 0 1858475280 856334336 23458 4294967295 134512640 134569956 3221224336 3221214640 1131515971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23458 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 304.2
Current children cumulated vsize (Kb) 836264

[startup+320.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18465 0 1 0 31347 63 0 0 17 0 11 0 1858475280 856334336 23466 4294967295 134512640 134569956 3221224336 3221214640 1131515971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23466 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 314.1
Current children cumulated vsize (Kb) 836264

[startup+330.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18474 0 1 0 32337 63 0 0 21 0 11 0 1858475280 856334336 23474 4294967295 134512640 134569956 3221224336 3221214640 1131521275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23474 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 324
Current children cumulated vsize (Kb) 836264

[startup+340.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18484 0 1 0 33326 63 0 0 17 0 11 0 1858475280 856334336 23483 4294967295 134512640 134569956 3221224336 3221214556 1131513764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23483 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 333.89
Current children cumulated vsize (Kb) 836264

[startup+350.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18493 0 1 0 34317 64 0 0 25 0 11 0 1858475280 856334336 23490 4294967295 134512640 134569956 3221224336 3221214552 1131466429 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23490 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 343.81
Current children cumulated vsize (Kb) 836264

[startup+360.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18504 0 1 0 35305 64 0 0 24 0 11 0 1858475280 856334336 23499 4294967295 134512640 134569956 3221224336 3221214232 1131678780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23499 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 353.69
Current children cumulated vsize (Kb) 836264

[startup+370.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18513 0 1 0 36295 65 0 0 20 0 11 0 1858475280 856334336 23506 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23506 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 363.6
Current children cumulated vsize (Kb) 836264

[startup+380.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18523 0 1 0 37284 65 0 0 25 0 11 0 1858475280 856334336 23514 4294967295 134512640 134569956 3221224336 3221214224 1131678792 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23514 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 373.49
Current children cumulated vsize (Kb) 836264

[startup+390.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18532 0 1 0 38274 65 0 0 20 0 11 0 1858475280 856334336 23521 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23521 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 383.39
Current children cumulated vsize (Kb) 836264

[startup+400.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18541 0 1 0 39265 65 0 0 25 0 11 0 1858475280 856334336 23528 4294967295 134512640 134569956 3221224336 3221214552 1131464293 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23528 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 393.3
Current children cumulated vsize (Kb) 836264

[startup+410.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18551 0 1 0 40253 66 0 0 19 0 11 0 1858475280 856334336 23536 4294967295 134512640 134569956 3221224336 3221214544 1131469567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23536 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 403.19
Current children cumulated vsize (Kb) 836264

[startup+420.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18560 0 1 0 41242 66 0 0 24 0 11 0 1858475280 856334336 23542 4294967295 134512640 134569956 3221224336 3221214552 1131466398 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23542 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 413.08
Current children cumulated vsize (Kb) 836264

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18570 0 1 0 42229 66 0 0 25 0 11 0 1858475280 856334336 23549 4294967295 134512640 134569956 3221224336 3221214640 1131517744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23549 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 422.95
Current children cumulated vsize (Kb) 836264

[startup+440.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18580 0 1 0 43216 66 0 0 25 0 11 0 1858475280 856334336 23557 4294967295 134512640 134569956 3221224336 3221214552 1131466403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23557 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 432.82
Current children cumulated vsize (Kb) 836264

[startup+450.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18590 0 1 0 44203 67 0 0 25 0 11 0 1858475280 856334336 23564 4294967295 134512640 134569956 3221224336 3221214640 1131520908 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23564 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 442.7
Current children cumulated vsize (Kb) 836264

[startup+460.03 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18600 0 1 0 45191 67 0 0 25 0 11 0 1858475280 856334336 23579 4294967295 134512640 134569956 3221224336 3221214552 1131465372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23579 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 452.58
Current children cumulated vsize (Kb) 836264

[startup+470.029 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18610 0 1 0 46179 67 0 0 25 0 11 0 1858475280 856334336 23584 4294967295 134512640 134569956 3221224336 3221214632 1131391391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23584 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 462.46
Current children cumulated vsize (Kb) 836264

[startup+480.03 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18621 0 1 0 47166 68 0 0 25 0 11 0 1858475280 856334336 23588 4294967295 134512640 134569956 3221224336 3221214552 1131466449 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23588 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 472.34
Current children cumulated vsize (Kb) 836264

[startup+490.031 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18631 0 1 0 48154 68 0 0 25 0 11 0 1858475280 856334336 23591 4294967295 134512640 134569956 3221224336 3221214640 1131520569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23591 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 482.22
Current children cumulated vsize (Kb) 836264

[startup+500.032 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18641 0 1 0 49142 68 0 0 17 0 11 0 1858475280 856334336 23595 4294967295 134512640 134569956 3221224336 3221214640 1131516922 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23595 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 492.1
Current children cumulated vsize (Kb) 836264

[startup+510.033 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18651 0 1 0 50125 68 0 0 24 0 11 0 1858475280 856334336 23599 4294967295 134512640 134569956 3221224336 3221214640 1131521275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23599 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 501.93
Current children cumulated vsize (Kb) 836264

[startup+520.034 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18661 0 1 0 51109 68 0 0 24 0 11 0 1858475280 856334336 23603 4294967295 134512640 134569956 3221224336 3221214824 1131609434 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23603 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 511.77
Current children cumulated vsize (Kb) 836264

[startup+530.035 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18671 0 1 0 52091 69 0 0 24 0 11 0 1858475280 856334336 23629 4294967295 134512640 134569956 3221224336 3221214552 1131464368 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23629 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 521.6
Current children cumulated vsize (Kb) 836264

[startup+540.036 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18681 0 1 0 53077 69 0 0 25 0 11 0 1858475280 856334336 23679 4294967295 134512640 134569956 3221224336 3221214640 1131515971 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23679 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 531.46
Current children cumulated vsize (Kb) 836264

[startup+550.036 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18691 0 1 0 54064 70 0 0 16 0 11 0 1858475280 856334336 23682 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23682 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 541.34
Current children cumulated vsize (Kb) 836264

[startup+560.037 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18701 0 1 0 55052 70 0 0 17 0 11 0 1858475280 856334336 23686 4294967295 134512640 134569956 3221224336 3221214552 1131392409 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23686 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 551.22
Current children cumulated vsize (Kb) 836264

[startup+570.038 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18711 0 1 0 56040 70 0 0 25 0 11 0 1858475280 856334336 23689 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23689 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 561.1
Current children cumulated vsize (Kb) 836264

[startup+580.038 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18721 0 1 0 57028 71 0 0 25 0 11 0 1858475280 856334336 23692 4294967295 134512640 134569956 3221224336 3221214640 1131516876 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23692 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 570.99
Current children cumulated vsize (Kb) 836264

[startup+590.039 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18731 0 1 0 58016 71 0 0 17 0 11 0 1858475280 856334336 23696 4294967295 134512640 134569956 3221224336 3221214640 1131517744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23696 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 580.87
Current children cumulated vsize (Kb) 836264

[startup+600.04 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18741 0 1 0 59004 71 0 0 25 0 11 0 1858475280 856334336 23700 4294967295 134512640 134569956 3221224336 3221214552 1131464314 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23700 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 590.75
Current children cumulated vsize (Kb) 836264

[startup+610.041 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18751 0 1 0 59991 71 0 0 17 0 11 0 1858475280 856334336 23703 4294967295 134512640 134569956 3221224336 3221214640 1131517744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23703 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 600.62
Current children cumulated vsize (Kb) 836264

[startup+620.042 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18761 0 1 0 60978 72 0 0 18 0 11 0 1858475280 856334336 23712 4294967295 134512640 134569956 3221224336 3221214632 1131391402 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23712 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 610.5
Current children cumulated vsize (Kb) 836264

[startup+630.042 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18771 0 1 0 61965 72 0 0 18 0 11 0 1858475280 856334336 23717 4294967295 134512640 134569956 3221224336 3221214640 1131515971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23717 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 620.37
Current children cumulated vsize (Kb) 836264

[startup+640.043 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18781 0 1 0 62953 72 0 0 25 0 11 0 1858475280 856334336 23720 4294967295 134512640 134569956 3221224336 3221214552 1131466226 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23720 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 630.25
Current children cumulated vsize (Kb) 836264

[startup+650.043 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18791 0 1 0 63940 73 0 0 25 0 11 0 1858475280 856334336 23724 4294967295 134512640 134569956 3221224336 3221214552 1131464577 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23724 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 640.13
Current children cumulated vsize (Kb) 836264

[startup+660.044 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18801 0 1 0 64927 74 0 0 25 0 11 0 1858475280 856334336 23727 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23727 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 650.01
Current children cumulated vsize (Kb) 836264

[startup+670.045 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18811 0 1 0 65915 74 0 0 19 0 11 0 1858475280 856334336 23730 4294967295 134512640 134569956 3221224336 3221214640 1131517248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23730 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 659.89
Current children cumulated vsize (Kb) 836264

[startup+680.045 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18821 0 1 0 66902 74 0 0 19 0 11 0 1858475280 856334336 23733 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23733 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 669.76
Current children cumulated vsize (Kb) 836264

[startup+690.046 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18831 0 1 0 67889 75 0 0 25 0 11 0 1858475280 856334336 23737 4294967295 134512640 134569956 3221224336 3221214704 1131508757 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23737 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 679.64
Current children cumulated vsize (Kb) 836264

[startup+700.047 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18841 0 1 0 68877 75 0 0 19 0 11 0 1858475280 856334336 23740 4294967295 134512640 134569956 3221224336 3221214640 1131522457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23740 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 689.52
Current children cumulated vsize (Kb) 836264

[startup+710.048 s]
Raw data (loadavg): 1.01 1.01 1.00 3/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18851 0 1 0 69864 76 0 0 25 0 11 0 1858475280 856334336 23743 4294967295 134512640 134569956 3221224336 3221214640 1131517945 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23743 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 699.4
Current children cumulated vsize (Kb) 836264

[startup+720.049 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18861 0 1 0 70850 77 0 0 19 0 11 0 1858475280 856334336 23749 4294967295 134512640 134569956 3221224336 3221214640 1131520908 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23749 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 709.27
Current children cumulated vsize (Kb) 836264

[startup+730.049 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18872 0 1 0 71837 78 0 0 25 0 11 0 1858475280 856334336 23752 4294967295 134512640 134569956 3221224336 3221214592 1131429468 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23752 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 719.15
Current children cumulated vsize (Kb) 836264

[startup+740.05 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18882 0 1 0 72824 78 0 0 25 0 11 0 1858475280 856334336 23755 4294967295 134512640 134569956 3221224336 3221214640 1131520908 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23755 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 729.02
Current children cumulated vsize (Kb) 836264

[startup+750.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18892 0 1 0 73811 78 0 0 25 0 11 0 1858475280 856334336 23758 4294967295 134512640 134569956 3221224336 3221214552 1131464305 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23758 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 738.89
Current children cumulated vsize (Kb) 836264

[startup+760.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18902 0 1 0 74798 79 0 0 20 0 11 0 1858475280 856334336 23762 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23762 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 748.77
Current children cumulated vsize (Kb) 836264

[startup+770.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18912 0 1 0 75784 79 0 0 25 0 11 0 1858475280 856334336 23765 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23765 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 758.63
Current children cumulated vsize (Kb) 836264

[startup+780.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18922 0 1 0 76772 79 0 0 19 0 11 0 1858475280 856334336 23768 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23768 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 768.51
Current children cumulated vsize (Kb) 836264

[startup+790.053 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18932 0 1 0 77759 79 0 0 25 0 11 0 1858475280 856334336 23771 4294967295 134512640 134569956 3221224336 3221214576 1131555024 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23771 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 778.38
Current children cumulated vsize (Kb) 836264

[startup+800.054 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18942 0 1 0 78746 80 0 0 25 0 11 0 1858475280 856334336 23775 4294967295 134512640 134569956 3221224336 3221214552 1131464335 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23775 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 788.26
Current children cumulated vsize (Kb) 836264

[startup+810.055 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18952 0 1 0 79731 80 0 0 25 0 11 0 1858475280 856334336 23778 4294967295 134512640 134569956 3221224336 3221214544 1131469633 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23778 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 798.11
Current children cumulated vsize (Kb) 836264

[startup+820.055 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18962 0 1 0 80718 80 0 0 19 0 11 0 1858475280 856334336 23782 4294967295 134512640 134569956 3221224336 3221214640 1131515906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23782 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 807.98
Current children cumulated vsize (Kb) 836264

[startup+830.055 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18972 0 1 0 81705 80 0 0 25 0 11 0 1858475280 856334336 23785 4294967295 134512640 134569956 3221224336 3221214552 1131464332 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23785 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 817.85
Current children cumulated vsize (Kb) 836264

[startup+840.056 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18982 0 1 0 82692 81 0 0 25 0 11 0 1858475280 856334336 23788 4294967295 134512640 134569956 3221224336 3221214640 1131518798 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23788 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 827.73
Current children cumulated vsize (Kb) 836264

[startup+850.058 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 18992 0 1 0 83677 81 0 0 25 0 11 0 1858475280 856334336 23792 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23792 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 837.58
Current children cumulated vsize (Kb) 836264

[startup+860.058 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19002 0 1 0 84665 82 0 0 19 0 11 0 1858475280 856334336 23794 4294967295 134512640 134569956 3221224336 3221214632 1131391410 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23794 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 847.47
Current children cumulated vsize (Kb) 836264

[startup+870.059 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19012 0 1 0 85651 82 0 0 19 0 11 0 1858475280 856334336 23798 4294967295 134512640 134569956 3221224336 3221214640 1131517960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23798 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 857.33
Current children cumulated vsize (Kb) 836264

[startup+880.059 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19022 0 1 0 86638 82 0 0 18 0 11 0 1858475280 856334336 23800 4294967295 134512640 134569956 3221224336 3221214640 1131515971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23800 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 867.2
Current children cumulated vsize (Kb) 836264

[startup+890.06 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19032 0 1 0 87624 83 0 0 25 0 11 0 1858475280 856334336 23804 4294967295 134512640 134569956 3221224336 3221214704 1131508668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23804 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 877.07
Current children cumulated vsize (Kb) 836264

[startup+900.062 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19042 0 1 0 88610 83 0 0 25 0 11 0 1858475280 856334336 23807 4294967295 134512640 134569956 3221224336 3221214544 1131469616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23807 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 886.93
Current children cumulated vsize (Kb) 836264

[startup+910.062 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19052 0 1 0 89597 84 0 0 25 0 11 0 1858475280 856334336 23809 4294967295 134512640 134569956 3221224336 3221214632 1131391410 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23809 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 896.81
Current children cumulated vsize (Kb) 836264

[startup+920.063 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19062 0 1 0 90582 84 0 0 17 0 11 0 1858475280 856334336 23813 4294967295 134512640 134569956 3221224336 3221214640 1131517744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23813 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 906.66
Current children cumulated vsize (Kb) 836264

[startup+930.063 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19072 0 1 0 91569 85 0 0 25 0 11 0 1858475280 856334336 23815 4294967295 134512640 134569956 3221224336 3221214640 1131517874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23815 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 916.54
Current children cumulated vsize (Kb) 836264

[startup+940.064 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19082 0 1 0 92556 85 0 0 25 0 11 0 1858475280 856334336 23819 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23819 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 926.41
Current children cumulated vsize (Kb) 836264

[startup+950.066 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19092 0 1 0 93541 86 0 0 17 0 11 0 1858475280 856334336 23822 4294967295 134512640 134569956 3221224336 3221214640 1131521428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23822 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 936.27
Current children cumulated vsize (Kb) 836264

[startup+960.066 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19102 0 1 0 94527 86 0 0 17 0 11 0 1858475280 856334336 23824 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23824 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 946.13
Current children cumulated vsize (Kb) 836264

[startup+970.067 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19112 0 1 0 95513 86 0 0 25 0 11 0 1858475280 856334336 23828 4294967295 134512640 134569956 3221224336 3221214552 1131464349 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23828 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 955.99
Current children cumulated vsize (Kb) 836264

[startup+980.067 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19122 0 1 0 96500 87 0 0 25 0 11 0 1858475280 856334336 23830 4294967295 134512640 134569956 3221224336 3221214552 1131464568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23830 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 965.87
Current children cumulated vsize (Kb) 836264

[startup+990.068 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19132 0 1 0 97486 87 0 0 18 0 11 0 1858475280 856334336 23833 4294967295 134512640 134569956 3221224336 3221214544 1131470267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23833 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 975.73
Current children cumulated vsize (Kb) 836264

[startup+1000.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19142 0 1 0 98472 88 0 0 25 0 11 0 1858475280 856334336 23837 4294967295 134512640 134569956 3221224336 3221214552 1131466164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23837 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 985.6
Current children cumulated vsize (Kb) 836264

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19152 0 1 0 99458 88 0 0 18 0 11 0 1858475280 856334336 23839 4294967295 134512640 134569956 3221224336 3221214640 1131520908 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23839 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 995.46
Current children cumulated vsize (Kb) 836264

[startup+1020.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19162 0 1 0 100444 88 0 0 18 0 11 0 1858475280 856334336 23842 4294967295 134512640 134569956 3221224336 3221214552 1131464540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23842 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1005.32
Current children cumulated vsize (Kb) 836264

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19172 0 1 0 101430 89 0 0 25 0 11 0 1858475280 856334336 23845 4294967295 134512640 134569956 3221224336 3221214552 1131464412 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23845 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1015.19
Current children cumulated vsize (Kb) 836264

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19182 0 1 0 102416 89 0 0 25 0 11 0 1858475280 856334336 23848 4294967295 134512640 134569956 3221224336 3221214552 1131465187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23848 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1025.05
Current children cumulated vsize (Kb) 836264

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19192 0 1 0 103401 90 0 0 18 0 11 0 1858475280 856334336 23851 4294967295 134512640 134569956 3221224336 3221214552 1131464429 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23851 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1034.91
Current children cumulated vsize (Kb) 836264

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19202 0 1 0 104387 90 0 0 25 0 11 0 1858475280 856334336 23854 4294967295 134512640 134569956 3221224336 3221214552 1131464692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23854 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1044.77
Current children cumulated vsize (Kb) 836264

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19212 0 1 0 105372 91 0 0 25 0 11 0 1858475280 856334336 23856 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23856 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1054.63
Current children cumulated vsize (Kb) 836264

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19222 0 1 0 106358 91 0 0 25 0 11 0 1858475280 856334336 23860 4294967295 134512640 134569956 3221224336 3221214640 1131517632 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23860 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1064.49
Current children cumulated vsize (Kb) 836264

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19232 0 1 0 107343 92 0 0 25 0 11 0 1858475280 856334336 23863 4294967295 134512640 134569956 3221224336 3221214640 1131515687 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23863 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1074.35
Current children cumulated vsize (Kb) 836264

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19242 0 1 0 108329 92 0 0 25 0 11 0 1858475280 856334336 23865 4294967295 134512640 134569956 3221224336 3221214552 1131464335 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23865 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1084.21
Current children cumulated vsize (Kb) 836264

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19252 0 1 0 109314 92 0 0 18 0 11 0 1858475280 856334336 23868 4294967295 134512640 134569956 3221224336 3221214640 1131521275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2049/statm): 209066 23868 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1094.06
Current children cumulated vsize (Kb) 836264

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19262 0 1 0 110300 93 0 0 25 0 11 0 1858475280 856334336 23871 4294967295 134512640 134569956 3221224336 3221214552 1131464498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23871 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1103.93
Current children cumulated vsize (Kb) 836264

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19272 0 1 0 111286 93 0 0 18 0 11 0 1858475280 856334336 23873 4294967295 134512640 134569956 3221224336 3221214640 1131515697 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23873 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1113.79
Current children cumulated vsize (Kb) 836264

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19282 0 1 0 112271 94 0 0 25 0 11 0 1858475280 856334336 23876 4294967295 134512640 134569956 3221224336 3221214640 1131521275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23876 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1123.65
Current children cumulated vsize (Kb) 836264

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19292 0 1 0 113257 94 0 0 25 0 11 0 1858475280 856334336 23879 4294967295 134512640 134569956 3221224336 3221214552 1131464540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23879 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1133.51
Current children cumulated vsize (Kb) 836264

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19302 0 1 0 114242 94 0 0 25 0 11 0 1858475280 856334336 23882 4294967295 134512640 134569956 3221224336 3221214552 1131464425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23882 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1143.36
Current children cumulated vsize (Kb) 836264

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19312 0 1 0 115227 94 0 0 25 0 11 0 1858475280 856334336 23885 4294967295 134512640 134569956 3221224336 3221214552 1131392417 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23885 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1153.21
Current children cumulated vsize (Kb) 836264

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19322 0 1 0 116213 95 0 0 25 0 11 0 1858475280 856334336 23888 4294967295 134512640 134569956 3221224336 3221214544 1131469556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23888 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1163.08
Current children cumulated vsize (Kb) 836264

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19332 0 1 0 117197 95 0 0 25 0 11 0 1858475280 856334336 23890 4294967295 134512640 134569956 3221224336 3221214552 1131466164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23890 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1172.92
Current children cumulated vsize (Kb) 836264

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19342 0 1 0 118183 95 0 0 25 0 11 0 1858475280 856334336 23893 4294967295 134512640 134569956 3221224336 3221214552 1131464700 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23893 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (Kb) 836264

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19352 0 1 0 119168 96 0 0 18 0 11 0 1858475280 856334336 23896 4294967295 134512640 134569956 3221224336 3221214632 1131391402 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23896 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1192.64
Current children cumulated vsize (Kb) 836264

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19362 0 1 0 120153 96 0 0 25 0 11 0 1858475280 856334336 23899 4294967295 134512640 134569956 3221224336 3221214592 1131365497 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23899 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1202.49
Current children cumulated vsize (Kb) 836264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 2059
Raw data (/proc/2049/stat): 2049 (java) R 2048 2049 4419 0 -1 0 19362 0 1 0 120153 96 0 0 25 0 11 0 1858475280 856334336 23899 4294967295 134512640 134569956 3221224336 3221214552 1131466429 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2049/statm): 209066 23899 13129 16 0 209050 0
[pid=2049] vsize: 836264
Current children cumulated CPU time (s) 1202.49
Current children cumulated vsize (Kb) 836264

Sending SIGTERM to -2049
Sleeping 2 seconds
New thread pid=2061
New thread pid=2062
One traced child (pid=2062) exited with status: 0
One traced child (pid=2058) exited with status: 0
One traced child (pid=2053) exited with status: 0
One traced child (pid=2050) exited with status: 143
One traced child (pid=2051) exited with status: 143
One traced child (pid=2057) exited with status: 143
One traced child (pid=2052) exited with status: 143
One traced child (pid=2054) exited with status: 143
One traced child (pid=2055) exited with status: 143
One traced child (pid=2056) exited with status: 143
One traced child (pid=2059) exited with status: 143
One traced child (pid=2061) exited with status: 143
One traced child (pid=2049) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.19
CPU time (s): 1226.32
CPU user time (s): 1224.47
CPU system time (s): 1.84972
CPU usage (%): 100.502
Max. virtual memory (cumulated for all children) (Kb): 837984

Verifier Data

ERROR: no interpretation found !