Some explanations

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

General information on the benchmark

Namesubmitted/sorensson/garden/normalized-g9x9.opb
MD5SUM3682f861aa46be9df7d6903cb35a0651
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20
Optimality of the best value was proved YES
Number of terms in the objective function 81
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 81
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
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 benchmark6.592
Number of variables81
Total number of constraints81
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5

Trace number 3235

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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:        910416 kB
Buffers:         34520 kB
Cached:          66156 kB
SwapCached:        780 kB
Active:          64416 kB
Inactive:        38900 kB
HighTotal:      131008 kB
HighFree:        61236 kB
LowTotal:       903652 kB
LowFree:        849180 kB
SwapTotal:     2097136 kB
SwapFree:      2095888 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            15260 kB
Committed_AS:    64300 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 23:01:21 (client local time) WITH STATUS 143 IN 1244.64 SECONDS
stats: 6128 0 1244.64 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/wulflinc5/normalized-g9x9.opb
c reading problem ... done. Time 0.232 ms.
c #vars     81
c #constraints  81
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  27 		Current CPU time: 0.29 ms
c CURRENT OPTIMUM=                  26 		Current CPU time: 0.71 ms
c CURRENT OPTIMUM=                  25 		Current CPU time: 1.62 ms
c CURRENT OPTIMUM=                  24 		Current CPU time: 6.72 ms
c CURRENT OPTIMUM=                  23 		Current CPU time: 26.88 ms
c CURRENT OPTIMUM=                  22 		Current CPU time: 60.96 ms
c CURRENT OPTIMUM=                  21 		Current CPU time: 90.33 ms
c starts		: 23
c conflicts		: 7616
c decisions		: 15596
c propagations		: 72919
c inspects		: 11569909
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 7616
c root simplifications	: 23
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 15336
c speed (decisions/second)	: 13.462526165864608
c non guided choices	328
c random choices	0
s SATISFIABLE
v x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 x31 -x32 -x33 x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 x80 -x81 
c objective function=21
c Total CPU time (ms) : 1248.817

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/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786706692 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 39 3 38 16 0 23 0
[pid=13991] 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/13991
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=13992
New thread pid=13993
New thread pid=13994
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=13995
New thread pid=13996
New thread pid=13997
New thread pid=13998
New thread pid=13999
New thread pid=14000
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/wulflinc5/normalized-g9x9.opb
New thread pid=14001
One traced child (pid=14001) exited with status: 0
New thread pid=14002
One traced child (pid=14002) exited with status: 0
New thread pid=14003
One traced child (pid=14003) exited with status: 0
New thread pid=14004
One traced child (pid=14004) exited with status: 0
New thread pid=14005

[startup+10.0028 s]
Raw data (loadavg): 1.24 1.05 0.95 4/66 14005
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18238 5 1 0 607 51 0 0 25 0 11 0 1786706692 880115712 24313 4294967295 134512640 134569956 3221224352 3221213512 1073943903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214872 24313 13129 16 0 214856 0
[pid=13991] vsize: 859488
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (Kb) 859488

[startup+20.0035 s]
Raw data (loadavg): 1.43 1.10 0.97 2/66 14005
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18251 5 1 0 1459 51 0 0 19 0 11 0 1786706692 879075328 25015 4294967295 134512640 134569956 3221224352 3221214656 1131473377 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214618 25015 13129 16 0 214602 0
[pid=13991] vsize: 858472
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (Kb) 858472
One traced child (pid=14005) exited with status: 0
New thread pid=14006

[startup+30.0042 s]
Raw data (loadavg): 1.36 1.09 0.97 2/66 14006
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18262 5 1 0 2406 51 0 0 25 0 11 0 1786706692 878485504 25443 4294967295 134512640 134569956 3221224352 3221214484 1131065217 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 25443 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (Kb) 857896

[startup+40.005 s]
Raw data (loadavg): 1.31 1.09 0.97 2/66 14006
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18270 5 1 0 3351 52 0 0 25 0 11 0 1786706692 878485504 25843 4294967295 134512640 134569956 3221224352 3221214608 1131348852 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 25843 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 34.03
Current children cumulated vsize (Kb) 857896

[startup+50.0057 s]
Raw data (loadavg): 1.26 1.09 0.97 2/66 14006
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18277 5 1 0 4292 52 0 0 24 0 11 0 1786706692 878485504 26090 4294967295 134512640 134569956 3221224352 3221214656 1131464255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 26090 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 43.44
Current children cumulated vsize (Kb) 857896

[startup+60.0065 s]
Raw data (loadavg): 1.29 1.10 0.97 2/66 14006
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18285 5 1 0 5231 53 0 0 25 0 11 0 1786706692 878485504 26348 4294967295 134512640 134569956 3221224352 3221214640 1131734378 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 26348 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 52.84
Current children cumulated vsize (Kb) 857896
One traced child (pid=14006) exited with status: 0
New thread pid=14007

[startup+70.0072 s]
Raw data (loadavg): 1.25 1.09 0.97 2/66 14007
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18292 5 1 0 6169 53 0 0 25 0 11 0 1786706692 878485504 26518 4294967295 134512640 134569956 3221224352 3221214768 1131774627 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 26518 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 62.22
Current children cumulated vsize (Kb) 857896

[startup+80.008 s]
Raw data (loadavg): 1.21 1.09 0.97 2/66 14007
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18297 5 1 0 7118 53 0 0 25 0 11 0 1786706692 878485504 26689 4294967295 134512640 134569956 3221224352 3221214656 1131464320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 26689 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 71.71
Current children cumulated vsize (Kb) 857896

[startup+90.0087 s]
Raw data (loadavg): 1.18 1.09 0.97 2/66 14007
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18303 5 1 0 8057 54 0 0 21 0 11 0 1786706692 878485504 26824 4294967295 134512640 134569956 3221224352 3221214088 1085806301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 26824 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 81.11
Current children cumulated vsize (Kb) 857896
One traced child (pid=14007) exited with status: 0
New thread pid=14008

[startup+100.009 s]
Raw data (loadavg): 1.15 1.08 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18308 5 1 0 9004 54 0 0 25 0 11 0 1786706692 878485504 26953 4294967295 134512640 134569956 3221224352 3221214656 1131469806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 26953 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 90.58
Current children cumulated vsize (Kb) 857896

[startup+110.01 s]
Raw data (loadavg): 1.12 1.08 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18313 5 1 0 9952 54 0 0 25 0 11 0 1786706692 878485504 27127 4294967295 134512640 134569956 3221224352 3221214376 1085806334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 27127 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 100.06
Current children cumulated vsize (Kb) 857896

[startup+120.011 s]
Raw data (loadavg): 1.10 1.08 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18318 5 1 0 10901 55 0 0 25 0 11 0 1786706692 878485504 27308 4294967295 134512640 134569956 3221224352 3221214656 1131470033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 27308 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 109.56
Current children cumulated vsize (Kb) 857896

[startup+130.012 s]
Raw data (loadavg): 1.09 1.08 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18324 5 1 0 11843 55 0 0 19 0 11 0 1786706692 878485504 27456 4294967295 134512640 134569956 3221224352 3221214172 1085759292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 27456 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 118.98
Current children cumulated vsize (Kb) 857896

[startup+140.012 s]
Raw data (loadavg): 1.07 1.07 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18329 5 1 0 12795 55 0 0 25 0 11 0 1786706692 878485504 27612 4294967295 134512640 134569956 3221224352 3221214520 1131338676 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 27612 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 128.5
Current children cumulated vsize (Kb) 857896

[startup+150.013 s]
Raw data (loadavg): 1.06 1.07 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18335 5 1 0 13749 55 0 0 24 0 11 0 1786706692 878485504 27732 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 27732 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 138.04
Current children cumulated vsize (Kb) 857896

[startup+160.014 s]
Raw data (loadavg): 1.05 1.07 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18341 5 1 0 14697 55 0 0 18 0 11 0 1786706692 878485504 27888 4294967295 134512640 134569956 3221224352 3221214568 1131735203 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 27888 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (Kb) 857896

[startup+170.015 s]
Raw data (loadavg): 1.04 1.06 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18346 5 1 0 15655 55 0 0 25 0 11 0 1786706692 878485504 28020 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28020 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 157.1
Current children cumulated vsize (Kb) 857896

[startup+180.014 s]
Raw data (loadavg): 1.04 1.06 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18352 5 1 0 16608 56 0 0 21 0 11 0 1786706692 878485504 28138 4294967295 134512640 134569956 3221224352 3221214584 1131464349 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28138 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 166.64
Current children cumulated vsize (Kb) 857896

[startup+190.015 s]
Raw data (loadavg): 1.03 1.06 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18357 5 1 0 17570 56 0 0 25 0 11 0 1786706692 878485504 28265 4294967295 134512640 134569956 3221224352 3221214584 1131472510 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 28265 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 176.26
Current children cumulated vsize (Kb) 857896

[startup+200.017 s]
Raw data (loadavg): 1.03 1.06 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18362 5 1 0 18533 56 0 0 25 0 11 0 1786706692 878485504 28380 4294967295 134512640 134569956 3221224352 3221214200 1131440336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28380 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 185.89
Current children cumulated vsize (Kb) 857896

[startup+210.017 s]
Raw data (loadavg): 1.02 1.05 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18367 5 1 0 19498 56 0 0 25 0 11 0 1786706692 878485504 28489 4294967295 134512640 134569956 3221224352 3221214584 1131469873 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28489 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 195.54
Current children cumulated vsize (Kb) 857896

[startup+220.018 s]
Raw data (loadavg): 1.02 1.05 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18372 5 1 0 20461 56 0 0 25 0 11 0 1786706692 878485504 28578 4294967295 134512640 134569956 3221224352 3221214464 1131338646 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28578 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 205.17
Current children cumulated vsize (Kb) 857896

[startup+230.019 s]
Raw data (loadavg): 1.01 1.05 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18378 5 1 0 21416 57 0 0 24 0 11 0 1786706692 878485504 28686 4294967295 134512640 134569956 3221224352 3221214524 1131316262 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 28686 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 214.73
Current children cumulated vsize (Kb) 857896

[startup+240.019 s]
Raw data (loadavg): 1.01 1.05 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18382 5 1 0 22385 57 0 0 25 0 11 0 1786706692 878485504 28746 4294967295 134512640 134569956 3221224352 3221214384 1131646202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 28746 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 224.42
Current children cumulated vsize (Kb) 857896

[startup+250.019 s]
Raw data (loadavg): 1.01 1.05 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18388 5 1 0 23337 57 0 0 19 0 11 0 1786706692 878485504 28857 4294967295 134512640 134569956 3221224352 3221214464 1131338504 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 28857 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 233.94
Current children cumulated vsize (Kb) 857896

[startup+260.02 s]
Raw data (loadavg): 1.01 1.04 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18393 5 1 0 24298 57 0 0 21 0 11 0 1786706692 878485504 28950 4294967295 134512640 134569956 3221224352 3221214464 1131338697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 28950 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 243.55
Current children cumulated vsize (Kb) 857896

[startup+270.021 s]
Raw data (loadavg): 1.01 1.04 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18398 5 1 0 25260 58 0 0 18 0 11 0 1786706692 878485504 29039 4294967295 134512640 134569956 3221224352 3221214584 1131463937 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29039 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 253.18
Current children cumulated vsize (Kb) 857896

[startup+280.022 s]
Raw data (loadavg): 1.00 1.04 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18402 5 1 0 26230 58 0 0 25 0 11 0 1786706692 878485504 29127 4294967295 134512640 134569956 3221224352 3221214384 1131636197 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 29127 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 262.88
Current children cumulated vsize (Kb) 857896

[startup+290.022 s]
Raw data (loadavg): 1.00 1.04 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18407 5 1 0 27194 58 0 0 25 0 11 0 1786706692 878485504 29234 4294967295 134512640 134569956 3221224352 3221214492 1131643132 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 29234 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 272.52
Current children cumulated vsize (Kb) 857896

[startup+300.023 s]
Raw data (loadavg): 1.00 1.04 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18412 5 1 0 28159 59 0 0 25 0 11 0 1786706692 878485504 29346 4294967295 134512640 134569956 3221224352 3221214072 1085806284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29346 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (Kb) 857896

[startup+310.024 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18417 5 1 0 29126 59 0 0 25 0 11 0 1786706692 878485504 29433 4294967295 134512640 134569956 3221224352 3221214204 1131573856 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 29433 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 291.85
Current children cumulated vsize (Kb) 857896

[startup+320.026 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18422 5 1 0 30095 59 0 0 25 0 11 0 1786706692 878485504 29505 4294967295 134512640 134569956 3221224352 3221214584 1131469020 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29505 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 301.54
Current children cumulated vsize (Kb) 857896

[startup+330.026 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18427 5 1 0 31062 60 0 0 20 0 11 0 1786706692 878485504 29583 4294967295 134512640 134569956 3221224352 3221214584 1131464248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29583 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 311.22
Current children cumulated vsize (Kb) 857896

[startup+340.027 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18432 5 1 0 32031 60 0 0 23 0 11 0 1786706692 878485504 29669 4294967295 134512640 134569956 3221224352 3221214672 1131325582 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 29669 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 320.91
Current children cumulated vsize (Kb) 857896

[startup+350.028 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18436 5 1 0 33006 60 0 0 25 0 11 0 1786706692 878485504 29723 4294967295 134512640 134569956 3221224352 3221214584 1131481394 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29723 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 330.66
Current children cumulated vsize (Kb) 857896

[startup+360.029 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18441 5 1 0 33975 60 0 0 25 0 11 0 1786706692 878485504 29798 4294967295 134512640 134569956 3221224352 3221214584 1131464159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29798 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 340.35
Current children cumulated vsize (Kb) 857896

[startup+370.029 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18446 5 1 0 34942 61 0 0 24 0 11 0 1786706692 878485504 29859 4294967295 134512640 134569956 3221224352 3221214380 1131573833 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 29859 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 350.03
Current children cumulated vsize (Kb) 857896

[startup+380.03 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18450 5 1 0 35917 61 0 0 25 0 11 0 1786706692 878485504 29906 4294967295 134512640 134569956 3221224352 3221214488 1131573845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29906 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 359.78
Current children cumulated vsize (Kb) 857896

[startup+390.03 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18454 5 1 0 36891 62 0 0 23 0 11 0 1786706692 878485504 29965 4294967295 134512640 134569956 3221224352 3221214448 1131439316 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 29965 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 369.53
Current children cumulated vsize (Kb) 857896

[startup+400.031 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18459 5 1 0 37858 62 0 0 23 0 11 0 1786706692 878485504 30039 4294967295 134512640 134569956 3221224352 3221214584 1131463937 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30039 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 379.2
Current children cumulated vsize (Kb) 857896

[startup+410.031 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18464 5 1 0 38826 63 0 0 17 0 11 0 1786706692 878485504 30111 4294967295 134512640 134569956 3221224352 3221214480 1131338562 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30111 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 388.89
Current children cumulated vsize (Kb) 857896

[startup+420.032 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18469 5 1 0 39795 63 0 0 22 0 11 0 1786706692 878485504 30193 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30193 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 398.58
Current children cumulated vsize (Kb) 857896

[startup+430.033 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18474 5 1 0 40764 63 0 0 18 0 11 0 1786706692 878485504 30261 4294967295 134512640 134569956 3221224352 3221214096 1131440125 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30261 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (Kb) 857896

[startup+440.034 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18478 5 1 0 41738 63 0 0 25 0 11 0 1786706692 878485504 30316 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30316 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 418.01
Current children cumulated vsize (Kb) 857896

[startup+450.034 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18481 5 1 0 42719 63 0 0 25 0 11 0 1786706692 878485504 30361 4294967295 134512640 134569956 3221224352 3221214584 1131473297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30361 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 427.82
Current children cumulated vsize (Kb) 857896

[startup+460.035 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18485 5 1 0 43693 63 0 0 24 0 11 0 1786706692 878485504 30417 4294967295 134512640 134569956 3221224352 3221214488 1131644200 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30417 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 437.56
Current children cumulated vsize (Kb) 857896

[startup+470.036 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18489 5 1 0 44666 64 0 0 18 0 11 0 1786706692 878485504 30471 4294967295 134512640 134569956 3221224352 3221214564 1131347212 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30471 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 447.3
Current children cumulated vsize (Kb) 857896

[startup+480.037 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18494 5 1 0 45634 64 0 0 17 0 11 0 1786706692 878485504 30539 4294967295 134512640 134569956 3221224352 3221214460 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30539 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 456.98
Current children cumulated vsize (Kb) 857896

[startup+490.037 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18499 5 1 0 46601 64 0 0 25 0 11 0 1786706692 878485504 30601 4294967295 134512640 134569956 3221224352 3221214528 1131326576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30601 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 466.65
Current children cumulated vsize (Kb) 857896

[startup+500.039 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18504 5 1 0 47568 65 0 0 25 0 11 0 1786706692 878485504 30664 4294967295 134512640 134569956 3221224352 3221214584 1131472632 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30664 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 476.33
Current children cumulated vsize (Kb) 857896

[startup+510.039 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18509 5 1 0 48536 65 0 0 25 0 11 0 1786706692 878485504 30743 4294967295 134512640 134569956 3221224352 3221214448 1131439340 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30743 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 486.01
Current children cumulated vsize (Kb) 857896

[startup+520.039 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18515 5 1 0 49499 65 0 0 24 0 11 0 1786706692 878485504 30854 4294967295 134512640 134569956 3221224352 3221214584 1131469013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30854 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 495.64
Current children cumulated vsize (Kb) 857896

[startup+530.04 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18520 5 1 0 50470 66 0 0 16 0 11 0 1786706692 878485504 30932 4294967295 134512640 134569956 3221224352 3221214584 1131470693 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 30932 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 505.36
Current children cumulated vsize (Kb) 857896

[startup+540.04 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18525 5 1 0 51441 66 0 0 25 0 11 0 1786706692 878485504 30993 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 30993 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 515.07
Current children cumulated vsize (Kb) 857896

[startup+550.041 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18531 5 1 0 52408 67 0 0 18 0 11 0 1786706692 878485504 31069 4294967295 134512640 134569956 3221224352 3221214584 1131472226 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31069 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 524.75
Current children cumulated vsize (Kb) 857896

[startup+560.042 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18537 5 1 0 53376 67 0 0 15 0 11 0 1786706692 878485504 31133 4294967295 134512640 134569956 3221224352 3221214584 1131467757 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31133 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 534.43
Current children cumulated vsize (Kb) 857896

[startup+570.042 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18542 5 1 0 54350 67 0 0 24 0 11 0 1786706692 878485504 31199 4294967295 134512640 134569956 3221224352 3221214224 1131439213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31199 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 544.17
Current children cumulated vsize (Kb) 857896

[startup+580.043 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18547 5 1 0 55324 67 0 0 25 0 11 0 1786706692 878485504 31252 4294967295 134512640 134569956 3221224352 3221214424 1131353013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31252 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 553.91
Current children cumulated vsize (Kb) 857896

[startup+590.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18552 5 1 0 56298 67 0 0 25 0 11 0 1786706692 878485504 31313 4294967295 134512640 134569956 3221224352 3221214584 1131468738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31313 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 563.65
Current children cumulated vsize (Kb) 857896

[startup+600.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18557 5 1 0 57271 67 0 0 25 0 11 0 1786706692 878485504 31361 4294967295 134512640 134569956 3221224352 3221214584 1131472576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31361 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 573.38
Current children cumulated vsize (Kb) 857896

[startup+610.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18561 5 1 0 58249 67 0 0 25 0 11 0 1786706692 878485504 31399 4294967295 134512640 134569956 3221224352 3221214272 1131640435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31399 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 583.16
Current children cumulated vsize (Kb) 857896

[startup+620.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18566 5 1 0 59220 68 0 0 25 0 11 0 1786706692 878485504 31446 4294967295 134512640 134569956 3221224352 3221213960 1085806735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31446 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 592.88
Current children cumulated vsize (Kb) 857896

[startup+630.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18570 5 1 0 60196 68 0 0 25 0 11 0 1786706692 878485504 31479 4294967295 134512640 134569956 3221224352 3221214268 1131573824 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31479 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 602.64
Current children cumulated vsize (Kb) 857896

[startup+640.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18575 5 1 0 61166 68 0 0 25 0 11 0 1786706692 878485504 31537 4294967295 134512640 134569956 3221224352 3221214760 1131543997 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31537 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 612.34
Current children cumulated vsize (Kb) 857896

[startup+650.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18579 5 1 0 62141 68 0 0 25 0 11 0 1786706692 878485504 31576 4294967295 134512640 134569956 3221224352 3221214536 1131451441 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31576 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 622.09
Current children cumulated vsize (Kb) 857896

[startup+660.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18584 5 1 0 63109 68 0 0 25 0 11 0 1786706692 878485504 31634 4294967295 134512640 134569956 3221224352 3221214272 1131642575 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31634 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 631.77
Current children cumulated vsize (Kb) 857896

[startup+670.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18589 5 1 0 64078 68 0 0 23 0 11 0 1786706692 878485504 31724 4294967295 134512640 134569956 3221224352 3221214584 1131466227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31724 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 641.46
Current children cumulated vsize (Kb) 857896

[startup+680.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18593 5 1 0 65053 69 0 0 25 0 11 0 1786706692 878485504 31775 4294967295 134512640 134569956 3221224352 3221214584 1131464198 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31775 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 651.22
Current children cumulated vsize (Kb) 857896

[startup+690.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18597 5 1 0 66027 69 0 0 25 0 11 0 1786706692 878485504 31818 4294967295 134512640 134569956 3221224352 3221214272 1131637289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31818 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 660.96
Current children cumulated vsize (Kb) 857896

[startup+700.051 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18601 5 1 0 67001 69 0 0 25 0 11 0 1786706692 878485504 31871 4294967295 134512640 134569956 3221224352 3221214584 1131472599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31871 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 670.7
Current children cumulated vsize (Kb) 857896

[startup+710.051 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18605 5 1 0 67975 70 0 0 16 0 11 0 1786706692 878485504 31916 4294967295 134512640 134569956 3221224352 3221214584 1131466201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 31916 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 680.45
Current children cumulated vsize (Kb) 857896

[startup+720.052 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18608 5 1 0 68955 70 0 0 25 0 11 0 1786706692 878485504 31959 4294967295 134512640 134569956 3221224352 3221214380 1131573824 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 31959 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 690.25
Current children cumulated vsize (Kb) 857896

[startup+730.053 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18612 5 1 0 69927 70 0 0 25 0 11 0 1786706692 878485504 32006 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32006 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 699.97
Current children cumulated vsize (Kb) 857896

[startup+740.054 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18616 5 1 0 70900 70 0 0 25 0 11 0 1786706692 878485504 32050 4294967295 134512640 134569956 3221224352 3221214296 1085806237 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32050 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 709.7
Current children cumulated vsize (Kb) 857896

[startup+750.054 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18619 5 1 0 71878 71 0 0 25 0 11 0 1786706692 878485504 32087 4294967295 134512640 134569956 3221224352 3221214584 1131472514 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32087 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 719.49
Current children cumulated vsize (Kb) 857896

[startup+760.055 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18624 5 1 0 72843 71 0 0 25 0 11 0 1786706692 878485504 32165 4294967295 134512640 134569956 3221224352 3221214584 1131468773 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32165 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 729.14
Current children cumulated vsize (Kb) 857896

[startup+770.056 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18628 5 1 0 73815 71 0 0 25 0 11 0 1786706692 878485504 32220 4294967295 134512640 134569956 3221224352 3221214296 1085806742 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32220 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 738.86
Current children cumulated vsize (Kb) 857896

[startup+780.057 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18632 5 1 0 74787 72 0 0 25 0 11 0 1786706692 878485504 32284 4294967295 134512640 134569956 3221224352 3221214584 1131469938 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32284 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 748.59
Current children cumulated vsize (Kb) 857896

[startup+790.057 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18637 5 1 0 75753 72 0 0 16 0 11 0 1786706692 878485504 32357 4294967295 134512640 134569956 3221224352 3221214048 1131439353 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32357 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 758.25
Current children cumulated vsize (Kb) 857896

[startup+800.058 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18641 5 1 0 76727 72 0 0 25 0 11 0 1786706692 878485504 32405 4294967295 134512640 134569956 3221224352 3221214136 1085806307 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32405 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 767.99
Current children cumulated vsize (Kb) 857896

[startup+810.059 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18646 5 1 0 77695 72 0 0 25 0 11 0 1786706692 878485504 32476 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32476 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 777.67
Current children cumulated vsize (Kb) 857896

[startup+820.061 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18649 5 1 0 78676 73 0 0 25 0 11 0 1786706692 878485504 32546 4294967295 134512640 134569956 3221224352 3221214384 1131639280 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32546 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 787.49
Current children cumulated vsize (Kb) 857896

[startup+830.06 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18654 5 1 0 79651 73 0 0 25 0 11 0 1786706692 878485504 32597 4294967295 134512640 134569956 3221224352 3221213456 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32597 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 797.24
Current children cumulated vsize (Kb) 857896

[startup+840.061 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18658 5 1 0 80622 74 0 0 25 0 11 0 1786706692 878485504 32653 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32653 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 806.96
Current children cumulated vsize (Kb) 857896

[startup+850.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18663 5 1 0 81593 74 0 0 17 0 11 0 1786706692 878485504 32718 4294967295 134512640 134569956 3221224352 3221213960 1085806284 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32718 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 816.67
Current children cumulated vsize (Kb) 857896

[startup+860.068 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18667 5 1 0 82570 75 0 0 25 0 11 0 1786706692 878485504 32754 4294967295 134512640 134569956 3221224352 3221214552 1131216239 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32754 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 826.45
Current children cumulated vsize (Kb) 857896

[startup+870.068 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18672 5 1 0 83540 75 0 0 25 0 11 0 1786706692 878485504 32804 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32804 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 836.15
Current children cumulated vsize (Kb) 857896

[startup+880.069 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18676 5 1 0 84516 75 0 0 25 0 11 0 1786706692 878485504 32846 4294967295 134512640 134569956 3221224352 3221214584 1131478627 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32846 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 845.91
Current children cumulated vsize (Kb) 857896

[startup+890.069 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18680 5 1 0 85491 76 0 0 25 0 11 0 1786706692 878485504 32899 4294967295 134512640 134569956 3221224352 3221214480 1131338346 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 32899 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 855.67
Current children cumulated vsize (Kb) 857896

[startup+900.07 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18685 5 1 0 86460 76 0 0 25 0 11 0 1786706692 878485504 32949 4294967295 134512640 134569956 3221224352 3221214496 1131635664 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 32949 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 865.36
Current children cumulated vsize (Kb) 857896

[startup+910.07 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18690 5 1 0 87429 76 0 0 25 0 11 0 1786706692 878485504 33007 4294967295 134512640 134569956 3221224352 3221214096 1131440131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33007 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 875.05
Current children cumulated vsize (Kb) 857896

[startup+920.07 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18695 5 1 0 88398 76 0 0 25 0 11 0 1786706692 878485504 33064 4294967295 134512640 134569956 3221224352 3221214496 1131635291 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33064 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 884.74
Current children cumulated vsize (Kb) 857896

[startup+930.071 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18700 5 1 0 89366 78 0 0 25 0 11 0 1786706692 878485504 33119 4294967295 134512640 134569956 3221224352 3221214536 1131802507 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33119 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 894.44
Current children cumulated vsize (Kb) 857896

[startup+940.072 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18703 5 1 0 90347 78 0 0 25 0 11 0 1786706692 878485504 33164 4294967295 134512640 134569956 3221224352 3221214584 1131468966 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33164 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 904.25
Current children cumulated vsize (Kb) 857896

[startup+950.072 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18708 5 1 0 91317 78 0 0 25 0 11 0 1786706692 878485504 33223 4294967295 134512640 134569956 3221224352 3221214584 1131472186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33223 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 913.95
Current children cumulated vsize (Kb) 857896

[startup+960.073 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18713 5 1 0 92286 78 0 0 25 0 11 0 1786706692 878485504 33289 4294967295 134512640 134569956 3221224352 3221214560 1131347227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33289 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 923.64
Current children cumulated vsize (Kb) 857896

[startup+970.073 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18717 5 1 0 93260 79 0 0 25 0 11 0 1786706692 878485504 33331 4294967295 134512640 134569956 3221224352 3221214220 1131439312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33331 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 933.39
Current children cumulated vsize (Kb) 857896

[startup+980.074 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18721 5 1 0 94235 79 0 0 25 0 11 0 1786706692 878485504 33383 4294967295 134512640 134569956 3221224352 3221214480 1131338782 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33383 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 943.14
Current children cumulated vsize (Kb) 857896

[startup+990.075 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18725 5 1 0 95209 79 0 0 25 0 11 0 1786706692 878485504 33425 4294967295 134512640 134569956 3221224352 3221214380 1131573836 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33425 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 952.88
Current children cumulated vsize (Kb) 857896

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18730 5 1 0 96178 80 0 0 25 0 11 0 1786706692 878485504 33474 4294967295 134512640 134569956 3221224352 3221214096 1131440462 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33474 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 962.58
Current children cumulated vsize (Kb) 857896

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18734 5 1 0 97153 80 0 0 25 0 11 0 1786706692 878485504 33527 4294967295 134512640 134569956 3221224352 3221214336 1131439324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33527 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 972.33
Current children cumulated vsize (Kb) 857896

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18738 5 1 0 98128 80 0 0 25 0 11 0 1786706692 878485504 33587 4294967295 134512640 134569956 3221224352 3221214184 1085806237 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33587 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 982.08
Current children cumulated vsize (Kb) 857896

[startup+1030.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18742 5 1 0 99104 81 0 0 25 0 11 0 1786706692 878485504 33629 4294967295 134512640 134569956 3221224352 3221214584 1131466201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33629 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 991.85
Current children cumulated vsize (Kb) 857896

[startup+1040.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18746 5 1 0 100080 81 0 0 25 0 11 0 1786706692 878485504 33682 4294967295 134512640 134569956 3221224352 3221214496 1131642629 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33682 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1001.61
Current children cumulated vsize (Kb) 857896

[startup+1050.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18750 5 1 0 101055 81 0 0 25 0 11 0 1786706692 878485504 33724 4294967295 134512640 134569956 3221224352 3221214096 1131440088 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33724 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1011.36
Current children cumulated vsize (Kb) 857896

[startup+1060.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18755 5 1 0 102022 82 0 0 25 0 11 0 1786706692 878485504 33766 4294967295 134512640 134569956 3221224352 3221214584 1131477891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33766 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1021.04
Current children cumulated vsize (Kb) 857896

[startup+1070.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18759 5 1 0 102996 82 0 0 25 0 11 0 1786706692 878485504 33795 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 33795 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1030.78
Current children cumulated vsize (Kb) 857896

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18763 5 1 0 103969 82 0 0 25 0 11 0 1786706692 878485504 33846 4294967295 134512640 134569956 3221224352 3221213960 1085806313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33846 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1040.51
Current children cumulated vsize (Kb) 857896

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18768 5 1 0 104936 83 0 0 21 0 11 0 1786706692 878485504 33905 4294967295 134512640 134569956 3221224352 3221214584 1131463963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33905 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1050.19
Current children cumulated vsize (Kb) 857896

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18772 5 1 0 105910 83 0 0 25 0 11 0 1786706692 878485504 33950 4294967295 134512640 134569956 3221224352 3221214584 1131464255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 33950 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1059.93
Current children cumulated vsize (Kb) 857896

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18777 5 1 0 106877 84 0 0 25 0 11 0 1786706692 878485504 34013 4294967295 134512640 134569956 3221224352 3221214584 1131464320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34013 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1069.61
Current children cumulated vsize (Kb) 857896

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18781 5 1 0 107849 84 0 0 25 0 11 0 1786706692 878485504 34060 4294967295 134512640 134569956 3221224352 3221214536 1131348822 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34060 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1079.33
Current children cumulated vsize (Kb) 857896

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18785 5 1 0 108822 85 0 0 25 0 11 0 1786706692 878485504 34109 4294967295 134512640 134569956 3221224352 3221214584 1131469873 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34109 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1089.07
Current children cumulated vsize (Kb) 857896

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18789 5 1 0 109795 85 0 0 21 0 11 0 1786706692 878485504 34149 4294967295 134512640 134569956 3221224352 3221214496 1131635291 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34149 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1098.8
Current children cumulated vsize (Kb) 857896

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18793 5 1 0 110766 86 0 0 25 0 11 0 1786706692 878485504 34199 4294967295 134512640 134569956 3221224352 3221214268 1131573836 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34199 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1108.52
Current children cumulated vsize (Kb) 857896

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18796 5 1 0 111745 86 0 0 25 0 11 0 1786706692 878485504 34241 4294967295 134512640 134569956 3221224352 3221214444 1131439320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34241 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1118.31
Current children cumulated vsize (Kb) 857896

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18801 5 1 0 112711 86 0 0 25 0 11 0 1786706692 878485504 34294 4294967295 134512640 134569956 3221224352 3221214584 1131469032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34294 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1127.97
Current children cumulated vsize (Kb) 857896

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18805 5 1 0 113684 86 0 0 25 0 11 0 1786706692 878485504 34347 4294967295 134512640 134569956 3221224352 3221214760 1131543780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34347 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1137.7
Current children cumulated vsize (Kb) 857896

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18809 5 1 0 114657 86 0 0 25 0 11 0 1786706692 878485504 34395 4294967295 134512640 134569956 3221224352 3221214584 1131469873 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34395 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1147.43
Current children cumulated vsize (Kb) 857896

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18813 5 1 0 115629 87 0 0 25 0 11 0 1786706692 878485504 34450 4294967295 134512640 134569956 3221224352 3221214584 1131472576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34450 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1157.16
Current children cumulated vsize (Kb) 857896

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18817 5 1 0 116602 87 0 0 25 0 11 0 1786706692 878485504 34507 4294967295 134512640 134569956 3221224352 3221214480 1131417265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34507 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1166.89
Current children cumulated vsize (Kb) 857896

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18821 5 1 0 117575 87 0 0 25 0 11 0 1786706692 878485504 34559 4294967295 134512640 134569956 3221224352 3221214096 1131440324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34559 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1176.62
Current children cumulated vsize (Kb) 857896

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18825 5 1 0 118548 87 0 0 25 0 11 0 1786706692 878485504 34620 4294967295 134512640 134569956 3221224352 3221214584 1131466388 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13991/statm): 214474 34620 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1186.35
Current children cumulated vsize (Kb) 857896

[startup+1240.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18830 5 1 0 119515 87 0 0 25 0 11 0 1786706692 878485504 34665 4294967295 134512640 134569956 3221224352 3221214464 1131339025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34665 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1196.02
Current children cumulated vsize (Kb) 857896

[startup+1250.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18834 5 1 0 120488 88 0 0 25 0 11 0 1786706692 878485504 34708 4294967295 134512640 134569956 3221224352 3221213960 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34708 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1205.76
Current children cumulated vsize (Kb) 857896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 14008
Raw data (/proc/13991/stat): 13991 (java) R 13990 13991 824 0 -1 0 18834 5 1 0 120488 88 0 0 25 0 11 0 1786706692 878485504 34708 4294967295 134512640 134569956 3221224352 3221213960 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13991/statm): 214474 34708 13129 16 0 214458 0
[pid=13991] vsize: 857896
Current children cumulated CPU time (s) 1205.76
Current children cumulated vsize (Kb) 857896

Sending SIGTERM to -13991
Sleeping 2 seconds
New thread pid=14010
New thread pid=14011
One traced child (pid=14011) exited with status: 0
One traced child (pid=14000) exited with status: 0
One traced child (pid=13995) exited with status: 0
One traced child (pid=13992) exited with status: 143
One traced child (pid=13993) exited with status: 143
One traced child (pid=13994) exited with status: 143
One traced child (pid=13996) exited with status: 143
One traced child (pid=13997) exited with status: 143
One traced child (pid=13998) exited with status: 143
One traced child (pid=14008) exited with status: 143
One traced child (pid=14010) exited with status: 143
One traced child (pid=13999) exited with status: 143
One traced child (pid=13991) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.19
CPU time (s): 1244.64
CPU user time (s): 1243.2
CPU system time (s): 1.43878
CPU usage (%): 99.5561
Max. virtual memory (cumulated for all children) (Kb): 859488

Verifier Data

Verifier:	OK	21