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/plato.asu.edu/pub/milp/normalized-mps-v2-13-7-swath1.opb
MD5SUMd4e99ebd08b929dc4252a5f0acf82be9
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1048576000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 203989830597156
Number of bits of the biggest sum of numbers48
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables39271
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2495
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint37670

Trace number 8951

Launcher Data

LAUNCH ON wulflinc20 THE 2005-09-23 10:10:01 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6984 boxname=wulflinc20 idbench=1124 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  d4e99ebd08b929dc4252a5f0acf82be9  /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-13-7-swath1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-13-7-swath1.opb
IDLAUNCH: 6984
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.012
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.012
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:        943772 kB
Buffers:          9144 kB
Cached:          64432 kB
SwapCached:          0 kB
Active:          44884 kB
Inactive:        31596 kB
HighTotal:      131008 kB
HighFree:        62160 kB
LowTotal:       903652 kB
LowFree:        881612 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8712 kB
Committed_AS:    63620 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:30:32 (client local time) WITH STATUS 143 IN 1235.2 SECONDS
stats: 6984 7 1235.2 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/wulflinc20/normalized-mps-v2-13-7-swath1.opb
c reading problem ... done. Time 15.563 ms.
c #vars     39271
c #constraints  5405
c starts		: 1
c conflicts		: 7
c decisions		: 18526
c propagations		: 60112
c inspects		: 36807
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 6
c root simplifications	: 2
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 15.27178182603556
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.76

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/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 19357818 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 39 3 38 16 0 23 0
[pid=4299] 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/4299
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=4300
New thread pid=4301
New thread pid=4302
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=4303
New thread pid=4304
New thread pid=4305
New thread pid=4306
New thread pid=4307
New thread pid=4308
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/wulflinc20/normalized-mps-v2-13-7-swath1.opb

[startup+10.003 s]
Raw data (loadavg): 1.08 1.02 0.75 2/64 4308
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18092 0 1 0 680 57 0 0 20 0 10 0 19357818 857628672 24397 4294967295 134512640 134569956 3221224336 3221214776 1131370096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209382 24397 13129 16 0 209366 0
[pid=4299] vsize: 837528
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (Kb) 837528
New thread pid=4309

[startup+20.0037 s]
Raw data (loadavg): 1.15 1.03 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18125 0 1 0 1484 62 0 0 16 0 11 0 19357818 857137152 33362 4294967295 134512640 134569956 3221224336 3221214640 1131489698 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 33362 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (Kb) 837048

[startup+30.0044 s]
Raw data (loadavg): 1.13 1.03 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18137 0 1 0 2431 62 0 0 25 0 11 0 19357818 857137152 33286 4294967295 134512640 134569956 3221224336 3221214744 1131563688 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33286 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (Kb) 837048

[startup+40.0051 s]
Raw data (loadavg): 1.11 1.03 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18152 0 1 0 3388 62 0 0 25 0 11 0 19357818 857137152 33297 4294967295 134512640 134569956 3221224336 3221214708 1131560224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 33297 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 34.5
Current children cumulated vsize (Kb) 837048

[startup+50.0058 s]
Raw data (loadavg): 1.09 1.03 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18158 0 1 0 4346 62 0 0 19 0 11 0 19357818 857137152 33301 4294967295 134512640 134569956 3221224336 3221214712 1131566876 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33301 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 44.08
Current children cumulated vsize (Kb) 837048

[startup+60.0065 s]
Raw data (loadavg): 1.08 1.03 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18163 0 1 0 5325 62 0 0 25 0 11 0 19357818 857137152 33311 4294967295 134512640 134569956 3221224336 3221214632 1131622212 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 33311 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 53.87
Current children cumulated vsize (Kb) 837048

[startup+70.0062 s]
Raw data (loadavg): 1.06 1.03 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18163 0 1 0 6325 63 0 0 25 0 11 0 19357818 857137152 33311 4294967295 134512640 134569956 3221224336 3221214632 1131622159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 33311 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (Kb) 837048

[startup+80.007 s]
Raw data (loadavg): 1.05 1.02 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18163 0 1 0 7323 63 0 0 25 0 11 0 19357818 857137152 33314 4294967295 134512640 134569956 3221224336 3221214672 1131625455 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33314 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 73.86
Current children cumulated vsize (Kb) 837048

[startup+90.0067 s]
Raw data (loadavg): 1.05 1.02 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18166 0 1 0 8306 63 0 0 25 0 11 0 19357818 857137152 33314 4294967295 134512640 134569956 3221224336 3221214704 1131351040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33314 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 83.69
Current children cumulated vsize (Kb) 837048

[startup+100.006 s]
Raw data (loadavg): 1.04 1.02 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18172 0 1 0 9222 63 0 0 23 0 11 0 19357818 857137152 33441 4294967295 134512640 134569956 3221224336 3221214704 1131351040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33441 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 92.85
Current children cumulated vsize (Kb) 837048

[startup+110.008 s]
Raw data (loadavg): 1.03 1.02 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18180 0 1 0 10112 63 0 0 19 0 11 0 19357818 857137152 33517 4294967295 134512640 134569956 3221224336 3221214736 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 33517 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (Kb) 837048

[startup+120.009 s]
Raw data (loadavg): 1.03 1.02 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18189 0 1 0 11010 63 0 0 16 0 11 0 19357818 857137152 33645 4294967295 134512640 134569956 3221224336 3221214664 1131488903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 33645 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 110.73
Current children cumulated vsize (Kb) 837048

[startup+130.01 s]
Raw data (loadavg): 1.02 1.02 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18198 0 1 0 11919 63 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 119.82
Current children cumulated vsize (Kb) 837048

[startup+140.01 s]
Raw data (loadavg): 1.02 1.02 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) S 4298 4299 4059 0 -1 0 18207 0 1 0 12913 63 0 0 16 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 129.76
Current children cumulated vsize (Kb) 837048

[startup+150.011 s]
Raw data (loadavg): 1.02 1.02 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18218 0 1 0 13908 63 0 0 16 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 139.71
Current children cumulated vsize (Kb) 837048

[startup+160.012 s]
Raw data (loadavg): 1.01 1.02 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18228 0 1 0 14903 63 0 0 21 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489353 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 149.66
Current children cumulated vsize (Kb) 837048

[startup+170.012 s]
Raw data (loadavg): 1.01 1.02 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18238 0 1 0 15898 64 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 159.62
Current children cumulated vsize (Kb) 837048

[startup+180.014 s]
Raw data (loadavg): 1.01 1.01 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18249 0 1 0 16892 64 0 0 21 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214576 1131365820 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 169.56
Current children cumulated vsize (Kb) 837048

[startup+190.015 s]
Raw data (loadavg): 1.01 1.01 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18259 0 1 0 17887 64 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489802 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 179.51
Current children cumulated vsize (Kb) 837048

[startup+200.015 s]
Raw data (loadavg): 1.00 1.01 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18270 0 1 0 18881 65 0 0 21 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131488805 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 189.46
Current children cumulated vsize (Kb) 837048

[startup+210.015 s]
Raw data (loadavg): 1.00 1.01 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18281 0 1 0 19875 65 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214704 1131351040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 199.4
Current children cumulated vsize (Kb) 837048

[startup+220.016 s]
Raw data (loadavg): 1.00 1.01 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18292 0 1 0 20870 65 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214736 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 209.35
Current children cumulated vsize (Kb) 837048

[startup+230.018 s]
Raw data (loadavg): 1.00 1.01 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18302 0 1 0 21865 65 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214704 1131351040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 219.3
Current children cumulated vsize (Kb) 837048

[startup+240.018 s]
Raw data (loadavg): 1.00 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18313 0 1 0 22859 65 0 0 18 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489363 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 229.24
Current children cumulated vsize (Kb) 837048

[startup+250.019 s]
Raw data (loadavg): 1.00 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18324 0 1 0 23854 66 0 0 17 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 239.2
Current children cumulated vsize (Kb) 837048

[startup+260.02 s]
Raw data (loadavg): 1.00 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18335 0 1 0 24848 66 0 0 20 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214736 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 249.14
Current children cumulated vsize (Kb) 837048

[startup+270.02 s]
Raw data (loadavg): 1.00 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18345 0 1 0 25843 66 0 0 24 0 11 0 19357818 857137152 34344 4294967295 134512640 134569956 3221224336 3221214664 1131489107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34344 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 259.09
Current children cumulated vsize (Kb) 837048

[startup+280.021 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18356 0 1 0 26837 66 0 0 18 0 11 0 19357818 857137152 34345 4294967295 134512640 134569956 3221224336 3221214704 1131625478 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34345 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 269.03
Current children cumulated vsize (Kb) 837048

[startup+290.022 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18361 0 1 0 27833 66 0 0 19 0 11 0 19357818 857137152 34346 4294967295 134512640 134569956 3221224336 3221214704 1131625563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34346 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 278.99
Current children cumulated vsize (Kb) 837048

[startup+300.022 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18366 0 1 0 28828 67 0 0 25 0 11 0 19357818 857137152 34346 4294967295 134512640 134569956 3221224336 3221214704 1131625520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34346 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 288.95
Current children cumulated vsize (Kb) 837048

[startup+310.022 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18370 0 1 0 29821 67 0 0 25 0 11 0 19357818 858185728 34580 4294967295 134512640 134569956 3221224336 3221214664 1131488801 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209518 34580 13129 16 0 209502 0
[pid=4299] vsize: 838072
Current children cumulated CPU time (s) 298.88
Current children cumulated vsize (Kb) 838072

[startup+320.023 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18381 0 1 0 30805 67 0 0 17 0 11 0 19357818 857137152 34435 4294967295 134512640 134569956 3221224336 3221214736 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34435 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 308.72
Current children cumulated vsize (Kb) 837048

[startup+330.024 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18393 0 1 0 31789 67 0 0 17 0 11 0 19357818 857137152 34485 4294967295 134512640 134569956 3221224336 3221214664 1131489198 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34485 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 318.56
Current children cumulated vsize (Kb) 837048

[startup+340.024 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18405 0 1 0 32779 68 0 0 16 0 11 0 19357818 857137152 34534 4294967295 134512640 134569956 3221224336 3221214664 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34534 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 328.47
Current children cumulated vsize (Kb) 837048

[startup+350.025 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18416 0 1 0 33774 68 0 0 17 0 11 0 19357818 857137152 34534 4294967295 134512640 134569956 3221224336 3221214664 1131489692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34534 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 338.42
Current children cumulated vsize (Kb) 837048

[startup+360.026 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18428 0 1 0 34768 68 0 0 17 0 11 0 19357818 857137152 34535 4294967295 134512640 134569956 3221224336 3221214664 1131489632 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34535 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 348.36
Current children cumulated vsize (Kb) 837048

[startup+370.026 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18440 0 1 0 35762 68 0 0 20 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214664 1131489483 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (Kb) 837048

[startup+380.026 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18452 0 1 0 36755 68 0 0 17 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214664 1131489493 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 368.23
Current children cumulated vsize (Kb) 837048

[startup+390.027 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18463 0 1 0 37750 69 0 0 17 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214756 1131488780 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 378.19
Current children cumulated vsize (Kb) 837048

[startup+400.027 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18475 0 1 0 38744 69 0 0 25 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214664 1131488797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 388.13
Current children cumulated vsize (Kb) 837048

[startup+410.028 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18487 0 1 0 39737 70 0 0 18 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214616 1131489242 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 398.07
Current children cumulated vsize (Kb) 837048

[startup+420.029 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18499 0 1 0 40731 70 0 0 16 0 11 0 19357818 857137152 34452 4294967295 134512640 134569956 3221224336 3221214616 1131489781 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34452 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (Kb) 837048

[startup+430.031 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18510 0 1 0 41725 70 0 0 18 0 11 0 19357818 857137152 34453 4294967295 134512640 134569956 3221224336 3221214616 1131489240 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34453 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 417.95
Current children cumulated vsize (Kb) 837048

[startup+440.032 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18522 0 1 0 42719 71 0 0 17 0 11 0 19357818 857137152 34453 4294967295 134512640 134569956 3221224336 3221214616 1131489244 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34453 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 427.9
Current children cumulated vsize (Kb) 837048

[startup+450.031 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18534 0 1 0 43713 71 0 0 17 0 11 0 19357818 857137152 34453 4294967295 134512640 134569956 3221224336 3221214616 1131489613 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34453 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 437.84
Current children cumulated vsize (Kb) 837048

[startup+460.033 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18545 0 1 0 44707 71 0 0 19 0 11 0 19357818 857137152 34453 4294967295 134512640 134569956 3221224336 3221214616 1131489235 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34453 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 447.78
Current children cumulated vsize (Kb) 837048

[startup+470.034 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18557 0 1 0 45701 72 0 0 17 0 11 0 19357818 857137152 34454 4294967295 134512640 134569956 3221224336 3221214616 1131489456 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34454 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 457.73
Current children cumulated vsize (Kb) 837048

[startup+480.034 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18569 0 1 0 46695 72 0 0 17 0 11 0 19357818 857137152 34454 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34454 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 467.67
Current children cumulated vsize (Kb) 837048

[startup+490.035 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18580 0 1 0 47689 72 0 0 25 0 11 0 19357818 857137152 34454 4294967295 134512640 134569956 3221224336 3221214656 1131351037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34454 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 477.61
Current children cumulated vsize (Kb) 837048

[startup+500.036 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18592 0 1 0 48683 72 0 0 17 0 11 0 19357818 857137152 34454 4294967295 134512640 134569956 3221224336 3221214528 1131366428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34454 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 487.55
Current children cumulated vsize (Kb) 837048

[startup+510.037 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18604 0 1 0 49678 73 0 0 17 0 11 0 19357818 857137152 34454 4294967295 134512640 134569956 3221224336 3221214616 1131489812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34454 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 497.51
Current children cumulated vsize (Kb) 837048

[startup+520.037 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18616 0 1 0 50672 73 0 0 16 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 507.45
Current children cumulated vsize (Kb) 837048

[startup+530.039 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18627 0 1 0 51666 73 0 0 17 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214616 1131490133 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 517.39
Current children cumulated vsize (Kb) 837048

[startup+540.04 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18639 0 1 0 52660 74 0 0 17 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214612 1131365344 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 527.34
Current children cumulated vsize (Kb) 837048

[startup+550.039 s]
Raw data (loadavg): 1.07 1.02 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18650 0 1 0 53655 74 0 0 18 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214656 1131351057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 537.29
Current children cumulated vsize (Kb) 837048

[startup+560.04 s]
Raw data (loadavg): 1.06 1.02 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18661 0 1 0 54649 74 0 0 21 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 547.23
Current children cumulated vsize (Kb) 837048

[startup+570.041 s]
Raw data (loadavg): 1.05 1.01 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18672 0 1 0 55643 74 0 0 21 0 11 0 19357818 857137152 34455 4294967295 134512640 134569956 3221224336 3221214616 1131489125 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34455 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 557.17
Current children cumulated vsize (Kb) 837048

[startup+580.042 s]
Raw data (loadavg): 1.04 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18683 0 1 0 56638 74 0 0 20 0 11 0 19357818 857137152 34456 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34456 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 567.12
Current children cumulated vsize (Kb) 837048

[startup+590.042 s]
Raw data (loadavg): 1.04 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18694 0 1 0 57631 75 0 0 19 0 11 0 19357818 857137152 34457 4294967295 134512640 134569956 3221224336 3221214688 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34457 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 577.06
Current children cumulated vsize (Kb) 837048

[startup+600.043 s]
Raw data (loadavg): 1.03 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18705 0 1 0 58625 75 0 0 19 0 11 0 19357818 857137152 34457 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34457 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 587
Current children cumulated vsize (Kb) 837048

[startup+610.044 s]
Raw data (loadavg): 1.02 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18716 0 1 0 59619 75 0 0 17 0 11 0 19357818 857137152 34458 4294967295 134512640 134569956 3221224336 3221214656 1131351040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34458 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 596.94
Current children cumulated vsize (Kb) 837048

[startup+620.043 s]
Raw data (loadavg): 1.02 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18727 0 1 0 60614 75 0 0 16 0 11 0 19357818 857137152 34458 4294967295 134512640 134569956 3221224336 3221214616 1131488812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34458 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 606.89
Current children cumulated vsize (Kb) 837048

[startup+630.043 s]
Raw data (loadavg): 1.02 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18738 0 1 0 61607 76 0 0 25 0 11 0 19357818 857137152 34459 4294967295 134512640 134569956 3221224336 3221214528 1131365382 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34459 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 616.83
Current children cumulated vsize (Kb) 837048

[startup+640.044 s]
Raw data (loadavg): 1.01 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18746 0 1 0 62588 76 0 0 18 0 11 0 19357818 857137152 34459 4294967295 134512640 134569956 3221224336 3221214720 1131563376 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34459 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 626.64
Current children cumulated vsize (Kb) 837048

[startup+650.044 s]
Raw data (loadavg): 1.01 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18748 0 1 0 63563 76 0 0 16 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214704 1131548297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 636.39
Current children cumulated vsize (Kb) 837048

[startup+660.045 s]
Raw data (loadavg): 1.01 1.01 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18749 0 1 0 64554 76 0 0 24 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131375224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 646.3
Current children cumulated vsize (Kb) 837048

[startup+670.046 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18751 0 1 0 65536 76 0 0 18 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214716 1131375104 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 656.12
Current children cumulated vsize (Kb) 837048

[startup+680.047 s]
Raw data (loadavg): 1.01 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18752 0 1 0 66527 76 0 0 25 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 666.03
Current children cumulated vsize (Kb) 837048

[startup+690.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18754 0 1 0 67510 76 0 0 21 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 675.86
Current children cumulated vsize (Kb) 837048

[startup+700.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18756 0 1 0 68489 76 0 0 19 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131375203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 685.65
Current children cumulated vsize (Kb) 837048

[startup+710.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18758 0 1 0 69471 76 0 0 17 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131375231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 695.47
Current children cumulated vsize (Kb) 837048

[startup+720.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18760 0 1 0 70452 76 0 0 16 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131566832 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 705.28
Current children cumulated vsize (Kb) 837048

[startup+730.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18761 0 1 0 71442 76 0 0 23 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 715.18
Current children cumulated vsize (Kb) 837048

[startup+740.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18763 0 1 0 72423 76 0 0 20 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131566878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 724.99
Current children cumulated vsize (Kb) 837048

[startup+750.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18765 0 1 0 73405 76 0 0 18 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 734.81
Current children cumulated vsize (Kb) 837048

[startup+760.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18767 0 1 0 74386 76 0 0 16 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 744.62
Current children cumulated vsize (Kb) 837048

[startup+770.049 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18768 0 1 0 75377 76 0 0 25 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131566838 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 754.53
Current children cumulated vsize (Kb) 837048

[startup+780.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18770 0 1 0 76358 76 0 0 21 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214688 1131375224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 764.34
Current children cumulated vsize (Kb) 837048

[startup+790.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18772 0 1 0 77340 76 0 0 19 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214716 1131550796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 774.16
Current children cumulated vsize (Kb) 837048

[startup+800.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18774 0 1 0 78321 76 0 0 18 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214668 1131335184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 783.97
Current children cumulated vsize (Kb) 837048

[startup+810.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18776 0 1 0 79302 76 0 0 16 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214720 1131563414 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 793.78
Current children cumulated vsize (Kb) 837048

[startup+820.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18777 0 1 0 80293 76 0 0 24 0 11 0 19357818 857137152 34892 4294967295 134512640 134569956 3221224336 3221214644 1131057189 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34892 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 803.69
Current children cumulated vsize (Kb) 837048

[startup+830.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18779 0 1 0 81274 76 0 0 20 0 11 0 19357818 857137152 34895 4294967295 134512640 134569956 3221224336 3221214648 1131347417 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34895 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 813.5
Current children cumulated vsize (Kb) 837048

[startup+840.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18781 0 1 0 82256 76 0 0 18 0 11 0 19357818 857137152 34895 4294967295 134512640 134569956 3221224336 3221214704 1131548297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34895 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 823.32
Current children cumulated vsize (Kb) 837048

[startup+850.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18783 0 1 0 83237 76 0 0 17 0 11 0 19357818 857137152 34895 4294967295 134512640 134569956 3221224336 3221214720 1131563337 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 34895 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 833.13
Current children cumulated vsize (Kb) 837048

[startup+860.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18784 0 1 0 84228 76 0 0 25 0 11 0 19357818 857137152 34895 4294967295 134512640 134569956 3221224336 3221214720 1131563331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 34895 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 843.04
Current children cumulated vsize (Kb) 837048

[startup+870.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18786 0 1 0 85208 76 0 0 20 0 11 0 19357818 857137152 35550 4294967295 134512640 134569956 3221224336 3221214688 1131566838 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 35550 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 852.84
Current children cumulated vsize (Kb) 837048

[startup+880.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18791 0 1 0 86171 76 0 0 16 0 11 0 19357818 857137152 35550 4294967295 134512640 134569956 3221224336 3221214504 1131489367 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 35550 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 862.47
Current children cumulated vsize (Kb) 837048

[startup+890.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18800 0 1 0 87096 77 0 0 16 0 11 0 19357818 857137152 35550 4294967295 134512640 134569956 3221224336 3221214504 1131390214 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 35550 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 871.73
Current children cumulated vsize (Kb) 837048

[startup+900.051 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18808 0 1 0 88029 77 0 0 16 0 11 0 19357818 857137152 35550 4294967295 134512640 134569956 3221224336 3221214504 1131390244 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 35550 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 881.06
Current children cumulated vsize (Kb) 837048

[startup+910.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18816 0 1 0 88962 77 0 0 17 0 11 0 19357818 857137152 35551 4294967295 134512640 134569956 3221224336 3221214600 1131604333 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 35551 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 890.39
Current children cumulated vsize (Kb) 837048

[startup+920.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18825 0 1 0 89933 77 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131488947 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 900.1
Current children cumulated vsize (Kb) 837048

[startup+930.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18834 0 1 0 90929 77 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604423 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 910.06
Current children cumulated vsize (Kb) 837048

[startup+940.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18840 0 1 0 91926 77 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131489367 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 920.03
Current children cumulated vsize (Kb) 837048

[startup+950.053 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18846 0 1 0 92923 78 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604216 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 930.01
Current children cumulated vsize (Kb) 837048

[startup+960.054 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18852 0 1 0 93921 78 0 0 21 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131389959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 939.99
Current children cumulated vsize (Kb) 837048

[startup+970.053 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18859 0 1 0 94917 78 0 0 22 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604461 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 949.95
Current children cumulated vsize (Kb) 837048

[startup+980.054 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18865 0 1 0 95915 78 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604459 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 959.93
Current children cumulated vsize (Kb) 837048

[startup+990.055 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18871 0 1 0 96912 78 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131489025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 969.9
Current children cumulated vsize (Kb) 837048

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18877 0 1 0 97910 78 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131489307 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 979.88
Current children cumulated vsize (Kb) 837048

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18883 0 1 0 98907 79 0 0 19 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131390067 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 989.86
Current children cumulated vsize (Kb) 837048

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18889 0 1 0 99905 79 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604142 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 999.84
Current children cumulated vsize (Kb) 837048

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18895 0 1 0 100902 79 0 0 19 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604077 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1009.81
Current children cumulated vsize (Kb) 837048

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18900 0 1 0 101900 79 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131390224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1019.79
Current children cumulated vsize (Kb) 837048

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18906 0 1 0 102897 79 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1029.76
Current children cumulated vsize (Kb) 837048

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18912 0 1 0 103895 79 0 0 19 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131489812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1039.74
Current children cumulated vsize (Kb) 837048

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18917 0 1 0 104893 79 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604194 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1049.72
Current children cumulated vsize (Kb) 837048

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18923 0 1 0 105890 79 0 0 16 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604311 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1059.69
Current children cumulated vsize (Kb) 837048

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18928 0 1 0 106888 79 0 0 20 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604423 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1069.67
Current children cumulated vsize (Kb) 837048

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18933 0 1 0 107886 79 0 0 21 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604085 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1079.65
Current children cumulated vsize (Kb) 837048

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18938 0 1 0 108884 79 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131604077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1089.63
Current children cumulated vsize (Kb) 837048

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18943 0 1 0 109882 79 0 0 18 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214504 1131390025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1099.61
Current children cumulated vsize (Kb) 837048

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18945 0 1 0 110881 79 0 0 25 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131625478 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1109.6
Current children cumulated vsize (Kb) 837048

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18945 0 1 0 111882 79 0 0 25 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214600 1131625478 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1119.61
Current children cumulated vsize (Kb) 837048

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18945 0 1 0 112882 79 0 0 25 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214400 1131650973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1129.61
Current children cumulated vsize (Kb) 837048

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18951 0 1 0 113875 79 0 0 19 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1139.54
Current children cumulated vsize (Kb) 837048

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18962 0 1 0 114865 80 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214616 1131489271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1149.45
Current children cumulated vsize (Kb) 837048

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18973 0 1 0 115854 80 0 0 17 0 11 0 19357818 857137152 36425 4294967295 134512640 134569956 3221224336 3221214688 1131529777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 36425 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1159.34
Current children cumulated vsize (Kb) 837048

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18981 0 1 0 116833 80 0 0 18 0 11 0 19357818 857137152 36430 4294967295 134512640 134569956 3221224336 3221214572 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 36430 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1169.13
Current children cumulated vsize (Kb) 837048

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18983 0 1 0 117816 80 0 0 18 0 11 0 19357818 857137152 37519 4294967295 134512640 134569956 3221224336 3221214576 1131347400 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 37519 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1178.96
Current children cumulated vsize (Kb) 837048

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18986 0 1 0 118793 80 0 0 16 0 11 0 19357818 857137152 37520 4294967295 134512640 134569956 3221224336 3221214616 1131566866 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209262 37520 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1188.73
Current children cumulated vsize (Kb) 837048

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18987 0 1 0 119781 80 0 0 21 0 11 0 19357818 857137152 37520 4294967295 134512640 134569956 3221224336 3221214616 1131566832 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 37520 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (Kb) 837048

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18989 0 1 0 120759 80 0 0 17 0 11 0 19357818 857137152 37520 4294967295 134512640 134569956 3221224336 3221214648 1131563331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 37520 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1208.39
Current children cumulated vsize (Kb) 837048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18989 0 1 0 120759 80 0 0 17 0 11 0 19357818 857137152 37520 4294967295 134512640 134569956 3221224336 3221214616 1131566832 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 209262 37520 13129 16 0 209246 0
[pid=4299] vsize: 837048
Current children cumulated CPU time (s) 1208.39
Current children cumulated vsize (Kb) 837048

Sending SIGTERM to -4299
Sleeping 2 seconds
New thread pid=4311
New thread pid=4312
One traced child (pid=4312) exited with status: 0
One traced child (pid=4308) exited with status: 0
One traced child (pid=4303) exited with status: 0
One traced child (pid=4300) exited with status: 143
One traced child (pid=4311) exited with status: 143
One traced child (pid=4301) exited with status: 143
One traced child (pid=4302) exited with status: 143
One traced child (pid=4307) exited with status: 143
One traced child (pid=4309) exited with status: 143
One traced child (pid=4305) exited with status: 143
One traced child (pid=4306) exited with status: 143
One traced child (pid=4304) exited with status: 143
One traced child (pid=4299) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.17
CPU time (s): 1235.2
CPU user time (s): 1233.37
CPU system time (s): 1.83272
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (Kb): 838072

Verifier Data

ERROR: no interpretation found !