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/unibo/normalized-mps-v2-13-7-blp-ar98.opb
MD5SUM53176d06e1e99afe2d28ec1484235311
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 81920000000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 40410384871329
Number of bits of the biggest sum of numbers46
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables18824
Total number of constraints17064
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)16718
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint15827

Trace number 8949

Launcher Data

LAUNCH ON wulflinc3 THE 2005-09-23 10:10:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6996 boxname=wulflinc3 idbench=1136 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  53176d06e1e99afe2d28ec1484235311  /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-blp-ar98.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-blp-ar98.opb
IDLAUNCH: 6996
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.228
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.228
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:        937092 kB
Buffers:          9152 kB
Cached:          71156 kB
SwapCached:          0 kB
Active:          51924 kB
Inactive:        31228 kB
HighTotal:      131008 kB
HighFree:        55608 kB
LowTotal:       903652 kB
LowFree:        881484 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              60 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8764 kB
Committed_AS:    63656 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 10:30:29 (client local time) WITH STATUS 143 IN 1220.03 SECONDS
stats: 6996 7 1220.03 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/wulflinc3/normalized-mps-v2-13-7-blp-ar98.opb
c reading problem ... done. Time 19.908 ms.
c #vars     18824
c #constraints  1473
c starts		: 1
c conflicts		: 1
c decisions		: 20
c propagations		: 93
c inspects		: 111
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 1
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.016825357833297718
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1208.643

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/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 19377120 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 39 3 38 16 0 23 0
[pid=4320] 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/4320
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=4321
New thread pid=4322
New thread pid=4323
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=4324
New thread pid=4325
New thread pid=4326
New thread pid=4327
New thread pid=4328
New thread pid=4329
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/wulflinc3/normalized-mps-v2-13-7-blp-ar98.opb

[startup+10.0021 s]
Raw data (loadavg): 1.04 0.98 0.73 2/64 4329
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18103 0 1 0 706 52 0 0 25 0 10 0 19377120 859791360 22553 4294967295 134512640 134569956 3221224336 3221214764 1131408736 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209910 22553 13129 16 0 209894 0
[pid=4320] vsize: 839640
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (Kb) 839640

[startup+20.003 s]
Raw data (loadavg): 1.03 0.98 0.73 2/64 4329
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18105 0 1 0 1576 61 0 0 25 0 10 0 19377120 857317376 28771 4294967295 134512640 134569956 3221224336 3221214264 1131506828 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209306 28771 13129 16 0 209290 0
[pid=4320] vsize: 837224
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (Kb) 837224
New thread pid=4330

[startup+30.0028 s]
Raw data (loadavg): 1.03 0.98 0.73 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18149 0 1 0 2481 64 0 0 25 0 11 0 19377120 857845760 31917 4294967295 134512640 134569956 3221224336 3221214576 1131641352 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 31917 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (Kb) 837740

[startup+40.0036 s]
Raw data (loadavg): 1.02 0.98 0.74 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18154 0 1 0 3466 64 0 0 25 0 11 0 19377120 857845760 31917 4294967295 134512640 134569956 3221224336 3221214576 1131641071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 31917 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 35.3
Current children cumulated vsize (Kb) 837740

[startup+50.0044 s]
Raw data (loadavg): 1.02 0.98 0.74 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18158 0 1 0 4454 64 0 0 25 0 11 0 19377120 857845760 31918 4294967295 134512640 134569956 3221224336 3221214440 1131479677 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 31918 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 45.18
Current children cumulated vsize (Kb) 837740

[startup+60.0043 s]
Raw data (loadavg): 1.01 0.98 0.74 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18162 0 1 0 5441 64 0 0 25 0 11 0 19377120 857845760 31918 4294967295 134512640 134569956 3221224336 3221214576 1131641077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 31918 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 55.05
Current children cumulated vsize (Kb) 837740

[startup+70.0051 s]
Raw data (loadavg): 1.01 0.98 0.74 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18167 0 1 0 6426 64 0 0 25 0 11 0 19377120 857845760 31918 4294967295 134512640 134569956 3221224336 3221214576 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 31918 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 64.9
Current children cumulated vsize (Kb) 837740

[startup+80.0059 s]
Raw data (loadavg): 1.01 0.98 0.74 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18172 0 1 0 7413 64 0 0 25 0 11 0 19377120 857845760 31919 4294967295 134512640 134569956 3221224336 3221214456 1131651575 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 31919 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 74.77
Current children cumulated vsize (Kb) 837740

[startup+90.0068 s]
Raw data (loadavg): 1.01 0.98 0.75 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18176 0 1 0 8401 64 0 0 25 0 11 0 19377120 857845760 31919 4294967295 134512640 134569956 3221224336 3221214576 1131641696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 31919 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 84.65
Current children cumulated vsize (Kb) 837740

[startup+100.008 s]
Raw data (loadavg): 1.01 0.98 0.75 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18180 0 1 0 9388 64 0 0 25 0 11 0 19377120 857845760 32135 4294967295 134512640 134569956 3221224336 3221214440 1131479861 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32135 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 94.52
Current children cumulated vsize (Kb) 837740

[startup+110.008 s]
Raw data (loadavg): 1.00 0.98 0.75 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18184 0 1 0 10386 64 0 0 25 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214576 1131641071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 104.5
Current children cumulated vsize (Kb) 837740

[startup+120.009 s]
Raw data (loadavg): 1.00 0.98 0.75 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18189 0 1 0 11383 64 0 0 25 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214576 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 114.47
Current children cumulated vsize (Kb) 837740

[startup+130.009 s]
Raw data (loadavg): 1.00 0.98 0.75 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18193 0 1 0 12382 64 0 0 25 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214440 1131479677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 124.46
Current children cumulated vsize (Kb) 837740

[startup+140.01 s]
Raw data (loadavg): 1.00 0.98 0.76 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18197 0 1 0 13380 64 0 0 25 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214456 1131652443 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 134.44
Current children cumulated vsize (Kb) 837740

[startup+150.011 s]
Raw data (loadavg): 1.00 0.98 0.76 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18201 0 1 0 14378 65 0 0 17 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214456 1131650955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 144.43
Current children cumulated vsize (Kb) 837740

[startup+160.011 s]
Raw data (loadavg): 1.00 0.98 0.76 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18205 0 1 0 15375 65 0 0 25 0 11 0 19377120 857845760 32166 4294967295 134512640 134569956 3221224336 3221214576 1131641436 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32166 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 154.4
Current children cumulated vsize (Kb) 837740

[startup+170.011 s]
Raw data (loadavg): 1.00 0.98 0.76 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18210 0 1 0 16373 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641071 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 164.38
Current children cumulated vsize (Kb) 837740

[startup+180.011 s]
Raw data (loadavg): 1.00 0.98 0.76 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18214 0 1 0 17371 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214440 1131479518 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 174.36
Current children cumulated vsize (Kb) 837740

[startup+190.012 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18218 0 1 0 18370 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214440 1131479640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 184.35
Current children cumulated vsize (Kb) 837740

[startup+200.013 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18222 0 1 0 19368 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214440 1131479658 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 194.33
Current children cumulated vsize (Kb) 837740

[startup+210.013 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18225 0 1 0 20367 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 204.32
Current children cumulated vsize (Kb) 837740

[startup+220.014 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18229 0 1 0 21365 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641077 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (Kb) 837740

[startup+230.013 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18233 0 1 0 22363 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 224.28
Current children cumulated vsize (Kb) 837740

[startup+240.014 s]
Raw data (loadavg): 1.00 0.98 0.77 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18236 0 1 0 23362 65 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214440 1131479457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 234.27
Current children cumulated vsize (Kb) 837740

[startup+250.015 s]
Raw data (loadavg): 1.00 0.98 0.78 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18240 0 1 0 24360 66 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214456 1131651287 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 244.26
Current children cumulated vsize (Kb) 837740

[startup+260.015 s]
Raw data (loadavg): 1.00 0.98 0.78 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18243 0 1 0 25359 66 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 254.25
Current children cumulated vsize (Kb) 837740

[startup+270.016 s]
Raw data (loadavg): 1.00 0.98 0.78 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18247 0 1 0 26357 66 0 0 25 0 11 0 19377120 857845760 32167 4294967295 134512640 134569956 3221224336 3221214576 1131641123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32167 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 264.23
Current children cumulated vsize (Kb) 837740

[startup+280.016 s]
Raw data (loadavg): 1.00 0.98 0.78 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18250 0 1 0 27355 66 0 0 25 0 11 0 19377120 857845760 32169 4294967295 134512640 134569956 3221224336 3221214576 1131641113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32169 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 274.21
Current children cumulated vsize (Kb) 837740

[startup+290.016 s]
Raw data (loadavg): 1.00 0.98 0.78 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18253 0 1 0 28354 66 0 0 25 0 11 0 19377120 857845760 32169 4294967295 134512640 134569956 3221224336 3221214456 1131651022 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209435 32169 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 284.2
Current children cumulated vsize (Kb) 837740

[startup+300.016 s]
Raw data (loadavg): 1.00 0.98 0.79 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18257 0 1 0 29352 66 0 0 19 0 11 0 19377120 857845760 32169 4294967295 134512640 134569956 3221224336 3221214648 1131067522 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32169 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 294.18
Current children cumulated vsize (Kb) 837740

[startup+310.016 s]
Raw data (loadavg): 1.00 0.98 0.79 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18260 0 1 0 30351 66 0 0 25 0 11 0 19377120 857845760 32169 4294967295 134512640 134569956 3221224336 3221214576 1131641186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209435 32169 13129 16 0 209419 0
[pid=4320] vsize: 837740
Current children cumulated CPU time (s) 304.17
Current children cumulated vsize (Kb) 837740

[startup+320.017 s]
Raw data (loadavg): 1.07 1.00 0.80 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18264 0 1 0 31348 66 0 0 17 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214440 1131479693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 314.14
Current children cumulated vsize (Kb) 839264

[startup+330.017 s]
Raw data (loadavg): 1.06 1.00 0.80 3/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18266 0 1 0 32348 66 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 324.14
Current children cumulated vsize (Kb) 839264

[startup+340.018 s]
Raw data (loadavg): 1.05 1.00 0.80 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18269 0 1 0 33347 66 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214440 1131479640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 334.13
Current children cumulated vsize (Kb) 839264

[startup+350.018 s]
Raw data (loadavg): 1.04 1.00 0.80 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18272 0 1 0 34345 66 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 344.11
Current children cumulated vsize (Kb) 839264

[startup+360.019 s]
Raw data (loadavg): 1.04 1.00 0.80 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18274 0 1 0 35344 66 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 354.1
Current children cumulated vsize (Kb) 839264

[startup+370.02 s]
Raw data (loadavg): 1.03 1.00 0.81 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18276 0 1 0 36344 67 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641731 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 364.11
Current children cumulated vsize (Kb) 839264

[startup+380.021 s]
Raw data (loadavg): 1.02 1.00 0.81 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18278 0 1 0 37343 67 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641434 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 374.1
Current children cumulated vsize (Kb) 839264

[startup+390.022 s]
Raw data (loadavg): 1.02 1.00 0.81 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18280 0 1 0 38341 67 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214548 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 384.08
Current children cumulated vsize (Kb) 839264

[startup+400.022 s]
Raw data (loadavg): 1.02 1.00 0.81 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18281 0 1 0 39341 67 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641349 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 394.08
Current children cumulated vsize (Kb) 839264

[startup+410.021 s]
Raw data (loadavg): 1.01 1.00 0.81 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18282 0 1 0 40340 67 0 0 25 0 11 0 19377120 859406336 32516 4294967295 134512640 134569956 3221224336 3221214576 1131641186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32516 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 404.07
Current children cumulated vsize (Kb) 839264

[startup+420.022 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18283 0 1 0 41339 67 0 0 25 0 11 0 19377120 859406336 32520 4294967295 134512640 134569956 3221224336 3221214552 1131372744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32520 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 414.06
Current children cumulated vsize (Kb) 839264

[startup+430.023 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18284 0 1 0 42339 67 0 0 25 0 11 0 19377120 859406336 32520 4294967295 134512640 134569956 3221224336 3221214368 1131651030 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32520 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 424.06
Current children cumulated vsize (Kb) 839264

[startup+440.024 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18289 0 1 0 43319 67 0 0 25 0 11 0 19377120 859406336 32524 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32524 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 433.86
Current children cumulated vsize (Kb) 839264

[startup+450.024 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18294 0 1 0 44298 67 0 0 25 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214456 1131756587 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 443.65
Current children cumulated vsize (Kb) 839264

[startup+460.024 s]
Raw data (loadavg): 1.00 1.00 0.82 3/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18298 0 1 0 45281 67 0 0 25 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 453.48
Current children cumulated vsize (Kb) 839264

[startup+470.025 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18302 0 1 0 46265 67 0 0 25 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214456 1131755968 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 463.32
Current children cumulated vsize (Kb) 839264

[startup+480.025 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18306 0 1 0 47248 67 0 0 25 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214544 1131559409 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 473.15
Current children cumulated vsize (Kb) 839264

[startup+490.026 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18311 0 1 0 48228 67 0 0 19 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214552 1131641026 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 482.95
Current children cumulated vsize (Kb) 839264

[startup+500.027 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18315 0 1 0 49212 67 0 0 23 0 11 0 19377120 859406336 32525 4294967295 134512640 134569956 3221224336 3221214456 1131756587 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32525 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 492.79
Current children cumulated vsize (Kb) 839264

[startup+510.027 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18319 0 1 0 50202 67 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479702 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 502.69
Current children cumulated vsize (Kb) 839264

[startup+520.027 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18323 0 1 0 51201 67 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214524 1131057207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 512.68
Current children cumulated vsize (Kb) 839264

[startup+530.028 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18328 0 1 0 52198 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214456 1131756013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 522.66
Current children cumulated vsize (Kb) 839264

[startup+540.029 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18332 0 1 0 53196 68 0 0 19 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479677 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 532.64
Current children cumulated vsize (Kb) 839264

[startup+550.03 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18336 0 1 0 54194 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214456 1131756652 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 542.62
Current children cumulated vsize (Kb) 839264

[startup+560.031 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18340 0 1 0 55193 68 0 0 23 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 552.61
Current children cumulated vsize (Kb) 839264

[startup+570.032 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18344 0 1 0 56191 68 0 0 23 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 562.59
Current children cumulated vsize (Kb) 839264

[startup+580.031 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18348 0 1 0 57189 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214524 1131057173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 572.57
Current children cumulated vsize (Kb) 839264

[startup+590.032 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18352 0 1 0 58188 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214568 1131632659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 582.56
Current children cumulated vsize (Kb) 839264

[startup+600.033 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18356 0 1 0 59186 68 0 0 18 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214544 1131559353 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 592.54
Current children cumulated vsize (Kb) 839264

[startup+610.033 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18359 0 1 0 60185 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641223 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 602.53
Current children cumulated vsize (Kb) 839264

[startup+620.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18363 0 1 0 61183 68 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214456 1131755981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 612.51
Current children cumulated vsize (Kb) 839264

[startup+630.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18367 0 1 0 62181 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 622.5
Current children cumulated vsize (Kb) 839264

[startup+640.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18371 0 1 0 63179 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 632.48
Current children cumulated vsize (Kb) 839264

[startup+650.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18374 0 1 0 64178 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (Kb) 839264

[startup+660.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18378 0 1 0 65176 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214568 1131632693 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 652.45
Current children cumulated vsize (Kb) 839264

[startup+670.035 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18381 0 1 0 66175 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479518 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 662.44
Current children cumulated vsize (Kb) 839264

[startup+680.036 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18385 0 1 0 67173 69 0 0 19 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 672.42
Current children cumulated vsize (Kb) 839264

[startup+690.037 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18388 0 1 0 68172 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214456 1131756587 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 682.41
Current children cumulated vsize (Kb) 839264

[startup+700.036 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18391 0 1 0 69170 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 692.39
Current children cumulated vsize (Kb) 839264

[startup+710.037 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18394 0 1 0 70169 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131480365 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (Kb) 839264

[startup+720.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18397 0 1 0 71168 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641340 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 712.37
Current children cumulated vsize (Kb) 839264

[startup+730.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18400 0 1 0 72167 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 722.36
Current children cumulated vsize (Kb) 839264

[startup+740.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18403 0 1 0 73165 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 732.34
Current children cumulated vsize (Kb) 839264

[startup+750.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18405 0 1 0 74165 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214528 1131372779 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 742.34
Current children cumulated vsize (Kb) 839264

[startup+760.039 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18408 0 1 0 75163 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131480334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 752.32
Current children cumulated vsize (Kb) 839264

[startup+770.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18410 0 1 0 76163 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641731 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (Kb) 839264

[startup+780.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18412 0 1 0 77162 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 772.31
Current children cumulated vsize (Kb) 839264

[startup+790.041 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18414 0 1 0 78161 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641034 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 782.3
Current children cumulated vsize (Kb) 839264

[startup+800.042 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18415 0 1 0 79161 69 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 792.3
Current children cumulated vsize (Kb) 839264

[startup+810.042 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18416 0 1 0 80160 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214456 1131758445 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 802.3
Current children cumulated vsize (Kb) 839264

[startup+820.042 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18417 0 1 0 81160 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 812.3
Current children cumulated vsize (Kb) 839264

[startup+830.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18417 0 1 0 82160 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214552 1131641100 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (Kb) 839264

[startup+840.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18421 0 1 0 83157 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214564 1131480395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 832.27
Current children cumulated vsize (Kb) 839264

[startup+850.045 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18426 0 1 0 84154 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214568 1131632659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 842.24
Current children cumulated vsize (Kb) 839264

[startup+860.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18430 0 1 0 85151 70 0 0 25 0 11 0 19377120 859406336 32804 4294967295 134512640 134569956 3221224336 3221214472 1131479452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32804 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 852.21
Current children cumulated vsize (Kb) 839264

[startup+870.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18434 0 1 0 86149 70 0 0 25 0 11 0 19377120 859406336 32805 4294967295 134512640 134569956 3221224336 3221214472 1131479511 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32805 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 862.19
Current children cumulated vsize (Kb) 839264

[startup+880.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18439 0 1 0 87146 70 0 0 17 0 11 0 19377120 859406336 32805 4294967295 134512640 134569956 3221224336 3221214528 1131429084 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32805 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 872.16
Current children cumulated vsize (Kb) 839264

[startup+890.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18443 0 1 0 88144 70 0 0 25 0 11 0 19377120 859406336 32805 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32805 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (Kb) 839264

[startup+900.049 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18447 0 1 0 89141 71 0 0 25 0 11 0 19377120 859406336 32805 4294967295 134512640 134569956 3221224336 3221214456 1131756611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32805 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 892.12
Current children cumulated vsize (Kb) 839264

[startup+910.049 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18451 0 1 0 90139 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131755944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 902.1
Current children cumulated vsize (Kb) 839264

[startup+920.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18456 0 1 0 91137 71 0 0 16 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214512 1131570117 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 912.08
Current children cumulated vsize (Kb) 839264

[startup+930.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18460 0 1 0 92135 71 0 0 20 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 922.06
Current children cumulated vsize (Kb) 839264

[startup+940.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18464 0 1 0 93134 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214452 1131561619 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 932.05
Current children cumulated vsize (Kb) 839264

[startup+950.052 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18468 0 1 0 94132 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (Kb) 839264

[startup+960.052 s]
Raw data (loadavg): 1.00 1.00 0.87 3/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18472 0 1 0 95130 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214472 1131479518 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 952.01
Current children cumulated vsize (Kb) 839264

[startup+970.053 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18476 0 1 0 96128 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214472 1131480360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 961.99
Current children cumulated vsize (Kb) 839264

[startup+980.054 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18480 0 1 0 97127 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214472 1131480291 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 971.98
Current children cumulated vsize (Kb) 839264

[startup+990.054 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18484 0 1 0 98125 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 981.96
Current children cumulated vsize (Kb) 839264

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18488 0 1 0 99123 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214568 1131632659 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 991.94
Current children cumulated vsize (Kb) 839264

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18492 0 1 0 100121 71 0 0 22 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214524 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (Kb) 839264

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18496 0 1 0 101120 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641374 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1011.91
Current children cumulated vsize (Kb) 839264

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18499 0 1 0 102118 71 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214472 1131479825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1021.89
Current children cumulated vsize (Kb) 839264

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18503 0 1 0 103117 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131756295 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1031.89
Current children cumulated vsize (Kb) 839264

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18507 0 1 0 104115 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131756295 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1041.87
Current children cumulated vsize (Kb) 839264

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18510 0 1 0 105114 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1051.86
Current children cumulated vsize (Kb) 839264

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18514 0 1 0 106112 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641026 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (Kb) 839264

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18517 0 1 0 107111 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131755947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1071.83
Current children cumulated vsize (Kb) 839264

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18520 0 1 0 108110 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641071 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1081.82
Current children cumulated vsize (Kb) 839264

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18524 0 1 0 109108 72 0 0 18 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214548 1131372710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1091.8
Current children cumulated vsize (Kb) 839264

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18527 0 1 0 110107 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1101.79
Current children cumulated vsize (Kb) 839264

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18530 0 1 0 111106 72 0 0 23 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1111.78
Current children cumulated vsize (Kb) 839264

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18533 0 1 0 112104 72 0 0 21 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (Kb) 839264

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18535 0 1 0 113104 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131756295 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1131.76
Current children cumulated vsize (Kb) 839264

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18538 0 1 0 114102 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131758476 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1141.74
Current children cumulated vsize (Kb) 839264

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18540 0 1 0 115102 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131755947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1151.74
Current children cumulated vsize (Kb) 839264

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18543 0 1 0 116100 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214568 1131632659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1161.72
Current children cumulated vsize (Kb) 839264

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18545 0 1 0 117100 72 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1171.72
Current children cumulated vsize (Kb) 839264

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18546 0 1 0 118099 73 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214552 1131641071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (Kb) 839264

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18548 0 1 0 119098 73 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214528 1131372752 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1191.71
Current children cumulated vsize (Kb) 839264

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18549 0 1 0 120098 73 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131755944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1201.71
Current children cumulated vsize (Kb) 839264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4330
Raw data (/proc/4320/stat): 4320 (java) R 4319 4320 4060 0 -1 0 18549 0 1 0 120098 73 0 0 25 0 11 0 19377120 859406336 32836 4294967295 134512640 134569956 3221224336 3221214456 1131758472 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4320/statm): 209816 32836 13129 16 0 209800 0
[pid=4320] vsize: 839264
Current children cumulated CPU time (s) 1201.71
Current children cumulated vsize (Kb) 839264

Sending SIGTERM to -4320
Sleeping 2 seconds
New thread pid=4332
New thread pid=4333
One traced child (pid=4333) exited with status: 0
One traced child (pid=4329) exited with status: 0
One traced child (pid=4324) exited with status: 0
One traced child (pid=4321) exited with status: 143
One traced child (pid=4322) exited with status: 143
One traced child (pid=4323) exited with status: 143
One traced child (pid=4325) exited with status: 143
One traced child (pid=4326) exited with status: 143
One traced child (pid=4327) exited with status: 143
One traced child (pid=4328) exited with status: 143
One traced child (pid=4330) exited with status: 143
One traced child (pid=4332) exited with status: 143
One traced child (pid=4320) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1210.19
CPU time (s): 1220.03
CPU user time (s): 1218.61
CPU system time (s): 1.41778
CPU usage (%): 100.813
Max. virtual memory (cumulated for all children) (Kb): 839640

Verifier Data

ERROR: no interpretation found !