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-siena1.opb
MD5SUM8330cc07523804a723f9a9440606c313
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 51095
Biggest coefficient in the objective function 524288000000000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 27564135378019700736
Number of bits of the sum of numbers in the objective function 65
Biggest number in a constraint 524288000000000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 27576935378019700736
Number of bits of the biggest sum of numbers65
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables51095
Total number of constraints13995
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)11776
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint1
Maximum length of a constraint51095

Trace number 8993

Launcher Data

LAUNCH ON wulflinc30 THE 2005-09-23 10:30:34 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=7014 boxname=wulflinc30 idbench=1154 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  8330cc07523804a723f9a9440606c313  /oldhome/oroussel/tmp/wulflinc30/normalized-mps-v2-13-7-siena1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc30/normalized-mps-v2-13-7-siena1.opb
IDLAUNCH: 7014
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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:        942956 kB
Buffers:          9116 kB
Cached:          65412 kB
SwapCached:          0 kB
Active:          48912 kB
Inactive:        28468 kB
HighTotal:      131008 kB
HighFree:        61544 kB
LowTotal:       903652 kB
LowFree:        881412 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8604 kB
Committed_AS:    63656 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:50:54 (client local time) WITH STATUS 143 IN 1216.5 SECONDS
stats: 7014 7 1216.5 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/wulflinc30/normalized-mps-v2-13-7-siena1.opb
c reading problem ... done. Time 21.386 ms.
c #vars     51095
c #constraints  4027
c starts		: 1
c conflicts		: 1
c decisions		: 11628
c propagations		: 48597
c inspects		: 163996
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)	: 9.711916558366715
c non guided choices	11628
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.807

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/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 19442949 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 39 3 38 16 0 23 0
[pid=4366] 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/4366
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=4367
New thread pid=4368
New thread pid=4369
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=4370
New thread pid=4371
New thread pid=4372
New thread pid=4373
New thread pid=4374
New thread pid=4375
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/wulflinc30/normalized-mps-v2-13-7-siena1.opb

[startup+10.0027 s]
Raw data (loadavg): 1.00 1.00 0.91 2/64 4375
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 16321 0 1 0 704 48 0 0 21 0 10 0 19442949 858869760 17886 4294967295 134512640 134569956 3221224336 3221214728 1131327659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209685 17886 13129 16 0 209669 0
[pid=4366] vsize: 838740
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (Kb) 838740

[startup+20.0035 s]
Raw data (loadavg): 1.00 1.00 0.91 2/64 4375
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18088 0 1 0 1480 57 0 0 22 0 10 0 19442949 858673152 31686 4294967295 134512640 134569956 3221224336 3221214744 1131430131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209637 31686 13129 16 0 209621 0
[pid=4366] vsize: 838548
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (Kb) 838548
New thread pid=4376

[startup+30.0043 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18122 0 1 0 2315 58 0 0 25 0 11 0 19442949 859201536 38393 4294967295 134512640 134569956 3221224336 3221214656 1131631973 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38393 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (Kb) 839064

[startup+40.0051 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18133 0 1 0 3277 59 0 0 25 0 11 0 19442949 859201536 38397 4294967295 134512640 134569956 3221224336 3221214656 1131632401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38397 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 33.36
Current children cumulated vsize (Kb) 839064

[startup+50.0059 s]
Raw data (loadavg): 1.00 1.00 0.91 3/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18143 0 1 0 4230 59 0 0 17 0 11 0 19442949 859201536 38397 4294967295 134512640 134569956 3221224336 3221214656 1131632627 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38397 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 42.89
Current children cumulated vsize (Kb) 839064

[startup+60.0067 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18152 0 1 0 5180 59 0 0 25 0 11 0 19442949 859201536 38428 4294967295 134512640 134569956 3221224336 3221214656 1131632933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38428 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 52.39
Current children cumulated vsize (Kb) 839064

[startup+70.0065 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18162 0 1 0 6127 60 0 0 25 0 11 0 19442949 859201536 38515 4294967295 134512640 134569956 3221224336 3221214656 1131632055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38515 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 61.87
Current children cumulated vsize (Kb) 839064

[startup+80.0083 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18172 0 1 0 7077 60 0 0 25 0 11 0 19442949 859201536 38593 4294967295 134512640 134569956 3221224336 3221214656 1131632014 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38593 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 71.37
Current children cumulated vsize (Kb) 839064

[startup+90.0092 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18182 0 1 0 8033 60 0 0 25 0 11 0 19442949 859201536 38659 4294967295 134512640 134569956 3221224336 3221214656 1131632363 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38659 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 80.93
Current children cumulated vsize (Kb) 839064

[startup+100.009 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18192 0 1 0 8993 60 0 0 25 0 11 0 19442949 859201536 38722 4294967295 134512640 134569956 3221224336 3221214736 1131443331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38722 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 90.53
Current children cumulated vsize (Kb) 839064

[startup+110.01 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18202 0 1 0 9958 61 0 0 24 0 11 0 19442949 859201536 38780 4294967295 134512640 134569956 3221224336 3221214752 1131655813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38780 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 100.19
Current children cumulated vsize (Kb) 839064

[startup+120.01 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) S 4365 4366 4004 0 -1 0 18212 0 1 0 10930 61 0 0 25 0 11 0 19442949 859201536 38819 4294967295 134512640 134569956 3221224336 3221213296 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38819 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 109.91
Current children cumulated vsize (Kb) 839064

[startup+130.01 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18221 0 1 0 11903 61 0 0 25 0 11 0 19442949 859201536 38851 4294967295 134512640 134569956 3221224336 3221214608 1131401348 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38851 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 119.64
Current children cumulated vsize (Kb) 839064

[startup+140.011 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18232 0 1 0 12878 61 0 0 24 0 11 0 19442949 859201536 38886 4294967295 134512640 134569956 3221224336 3221214748 1131633208 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38886 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 129.39
Current children cumulated vsize (Kb) 839064

[startup+150.012 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18242 0 1 0 13856 62 0 0 17 0 11 0 19442949 859201536 38906 4294967295 134512640 134569956 3221224336 3221214656 1131632417 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38906 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 139.18
Current children cumulated vsize (Kb) 839064

[startup+160.013 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18252 0 1 0 14836 62 0 0 25 0 11 0 19442949 859201536 38920 4294967295 134512640 134569956 3221224336 3221214752 1131656504 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38920 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 148.98
Current children cumulated vsize (Kb) 839064

[startup+170.014 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18262 0 1 0 15817 62 0 0 25 0 11 0 19442949 859201536 38940 4294967295 134512640 134569956 3221224336 3221214624 1131477108 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38940 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 158.79
Current children cumulated vsize (Kb) 839064

[startup+180.015 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18272 0 1 0 16799 62 0 0 25 0 11 0 19442949 859201536 38957 4294967295 134512640 134569956 3221224336 3221214656 1131632317 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38957 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 168.61
Current children cumulated vsize (Kb) 839064

[startup+190.015 s]
Raw data (loadavg): 1.00 1.00 0.91 3/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18282 0 1 0 17782 62 0 0 25 0 11 0 19442949 859201536 38972 4294967295 134512640 134569956 3221224336 3221214624 1131477108 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38972 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 178.44
Current children cumulated vsize (Kb) 839064

[startup+200.016 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18292 0 1 0 18766 63 0 0 24 0 11 0 19442949 859201536 38980 4294967295 134512640 134569956 3221224336 3221214656 1131632631 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 38980 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 188.29
Current children cumulated vsize (Kb) 839064

[startup+210.018 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18303 0 1 0 19750 63 0 0 25 0 11 0 19442949 859201536 38999 4294967295 134512640 134569956 3221224336 3221214608 1131401333 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 38999 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 198.13
Current children cumulated vsize (Kb) 839064

[startup+220.018 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18313 0 1 0 20735 63 0 0 18 0 11 0 19442949 859201536 39007 4294967295 134512640 134569956 3221224336 3221214656 1131632841 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39007 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 207.98
Current children cumulated vsize (Kb) 839064

[startup+230.019 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18323 0 1 0 21722 64 0 0 19 0 11 0 19442949 859201536 39016 4294967295 134512640 134569956 3221224336 3221214752 1131656410 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39016 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 217.86
Current children cumulated vsize (Kb) 839064

[startup+240.02 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18333 0 1 0 22710 64 0 0 25 0 11 0 19442949 859201536 39021 4294967295 134512640 134569956 3221224336 3221214656 1131631998 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39021 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 227.74
Current children cumulated vsize (Kb) 839064

[startup+250.021 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18343 0 1 0 23697 64 0 0 25 0 11 0 19442949 859201536 39031 4294967295 134512640 134569956 3221224336 3221214656 1131632549 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39031 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 237.61
Current children cumulated vsize (Kb) 839064

[startup+260.021 s]
Raw data (loadavg): 1.00 1.00 0.91 1/65 4376
Raw data (/proc/4366/stat): 4366 (java) T 4365 4366 4004 0 -1 0 18353 0 1 0 24686 64 0 0 25 0 11 0 19442949 859201536 39036 4294967295 134512640 134569956 3221224336 3221213700 1074594577 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39036 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 247.5
Current children cumulated vsize (Kb) 839064

[startup+270.022 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18364 0 1 0 25674 65 0 0 18 0 11 0 19442949 859201536 39045 4294967295 134512640 134569956 3221224336 3221214736 1131443331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39045 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 257.39
Current children cumulated vsize (Kb) 839064

[startup+280.024 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18374 0 1 0 26663 65 0 0 21 0 11 0 19442949 859201536 39050 4294967295 134512640 134569956 3221224336 3221214608 1131401348 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39050 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 267.28
Current children cumulated vsize (Kb) 839064

[startup+290.025 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18384 0 1 0 27653 65 0 0 25 0 11 0 19442949 859201536 39054 4294967295 134512640 134569956 3221224336 3221214624 1131477127 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39054 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 277.18
Current children cumulated vsize (Kb) 839064

[startup+300.025 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18394 0 1 0 28644 65 0 0 25 0 11 0 19442949 859201536 39058 4294967295 134512640 134569956 3221224336 3221214656 1131632841 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39058 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 287.09
Current children cumulated vsize (Kb) 839064

[startup+310.026 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18405 0 1 0 29633 66 0 0 25 0 11 0 19442949 859201536 39062 4294967295 134512640 134569956 3221224336 3221214752 1131655953 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39062 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 296.99
Current children cumulated vsize (Kb) 839064

[startup+320.027 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18415 0 1 0 30623 66 0 0 25 0 11 0 19442949 859201536 39067 4294967295 134512640 134569956 3221224336 3221214752 1131656477 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39067 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 306.89
Current children cumulated vsize (Kb) 839064

[startup+330.029 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18425 0 1 0 31614 67 0 0 25 0 11 0 19442949 859201536 39070 4294967295 134512640 134569956 3221224336 3221214656 1131631982 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39070 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 316.81
Current children cumulated vsize (Kb) 839064

[startup+340.029 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18435 0 1 0 32605 67 0 0 25 0 11 0 19442949 859201536 39074 4294967295 134512640 134569956 3221224336 3221214656 1131632055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39074 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 326.72
Current children cumulated vsize (Kb) 839064

[startup+350.03 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18446 0 1 0 33595 67 0 0 25 0 11 0 19442949 859201536 39077 4294967295 134512640 134569956 3221224336 3221214752 1131656410 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39077 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 336.62
Current children cumulated vsize (Kb) 839064

[startup+360.031 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18456 0 1 0 34586 67 0 0 25 0 11 0 19442949 859201536 39080 4294967295 134512640 134569956 3221224336 3221214752 1131656473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39080 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 346.53
Current children cumulated vsize (Kb) 839064

[startup+370.032 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18466 0 1 0 35577 68 0 0 25 0 11 0 19442949 859201536 39084 4294967295 134512640 134569956 3221224336 3221214656 1131632465 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39084 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 356.45
Current children cumulated vsize (Kb) 839064

[startup+380.034 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18476 0 1 0 36569 68 0 0 21 0 11 0 19442949 859201536 39087 4294967295 134512640 134569956 3221224336 3221214656 1131632401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 39087 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 366.37
Current children cumulated vsize (Kb) 839064

[startup+390.035 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18487 0 1 0 37561 68 0 0 25 0 11 0 19442949 859201536 39089 4294967295 134512640 134569956 3221224336 3221214656 1131632055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 39089 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 376.29
Current children cumulated vsize (Kb) 839064

[startup+400.035 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18505 0 1 0 38502 68 0 0 25 0 11 0 19442949 859201536 40538 4294967295 134512640 134569956 3221224336 3221214608 1131583882 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40538 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 385.7
Current children cumulated vsize (Kb) 839064

[startup+410.036 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18508 0 1 0 39500 68 0 0 25 0 11 0 19442949 859201536 40539 4294967295 134512640 134569956 3221224336 3221214712 1131669903 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40539 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 395.68
Current children cumulated vsize (Kb) 839064

[startup+420.036 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18512 0 1 0 40498 68 0 0 25 0 11 0 19442949 859201536 40539 4294967295 134512640 134569956 3221224336 3221214712 1131671544 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40539 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 405.66
Current children cumulated vsize (Kb) 839064

[startup+430.038 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18516 0 1 0 41495 69 0 0 25 0 11 0 19442949 859201536 40539 4294967295 134512640 134569956 3221224336 3221214688 1131385072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40539 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 415.64
Current children cumulated vsize (Kb) 839064

[startup+440.039 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18520 0 1 0 42494 69 0 0 25 0 11 0 19442949 859201536 40539 4294967295 134512640 134569956 3221224336 3221214712 1131670776 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40539 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 425.63
Current children cumulated vsize (Kb) 839064

[startup+450.04 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18527 0 1 0 43481 69 0 0 22 0 11 0 19442949 859201536 40544 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40544 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 435.5
Current children cumulated vsize (Kb) 839064

[startup+460.041 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18533 0 1 0 44478 69 0 0 25 0 11 0 19442949 859201536 40544 4294967295 134512640 134569956 3221224336 3221214384 1131584039 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40544 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 445.47
Current children cumulated vsize (Kb) 839064

[startup+470.041 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18538 0 1 0 45474 69 0 0 25 0 11 0 19442949 859201536 40544 4294967295 134512640 134569956 3221224336 3221214488 1131713130 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40544 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 455.43
Current children cumulated vsize (Kb) 839064

[startup+480.042 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18544 0 1 0 46471 69 0 0 25 0 11 0 19442949 859201536 40544 4294967295 134512640 134569956 3221224336 3221214488 1131713153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40544 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 465.4
Current children cumulated vsize (Kb) 839064

[startup+490.043 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18549 0 1 0 47467 69 0 0 25 0 11 0 19442949 859201536 40544 4294967295 134512640 134569956 3221224336 3221214488 1131713858 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40544 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 475.36
Current children cumulated vsize (Kb) 839064

[startup+500.043 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18555 0 1 0 48464 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214460 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 485.33
Current children cumulated vsize (Kb) 839064

[startup+510.044 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18561 0 1 0 49460 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214384 1131583882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 495.29
Current children cumulated vsize (Kb) 839064

[startup+520.045 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18566 0 1 0 50458 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214460 1131057152 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 505.27
Current children cumulated vsize (Kb) 839064

[startup+530.044 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18572 0 1 0 51454 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214384 1131584354 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 515.23
Current children cumulated vsize (Kb) 839064

[startup+540.045 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18578 0 1 0 52451 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 525.2
Current children cumulated vsize (Kb) 839064

[startup+550.046 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18583 0 1 0 53449 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 535.18
Current children cumulated vsize (Kb) 839064

[startup+560.047 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18589 0 1 0 54446 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 545.15
Current children cumulated vsize (Kb) 839064

[startup+570.048 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18594 0 1 0 55443 69 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214384 1131584393 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 555.12
Current children cumulated vsize (Kb) 839064

[startup+580.048 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18600 0 1 0 56440 70 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214484 1131583660 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 565.1
Current children cumulated vsize (Kb) 839064

[startup+590.049 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18606 0 1 0 57437 70 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214460 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 575.07
Current children cumulated vsize (Kb) 839064

[startup+600.049 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18611 0 1 0 58434 70 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214384 1131584114 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 585.04
Current children cumulated vsize (Kb) 839064

[startup+610.049 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18617 0 1 0 59431 70 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214488 1131713406 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 595.01
Current children cumulated vsize (Kb) 839064

[startup+620.049 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18623 0 1 0 60427 70 0 0 25 0 11 0 19442949 859201536 40567 4294967295 134512640 134569956 3221224336 3221214472 1131708441 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40567 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 604.97
Current children cumulated vsize (Kb) 839064

[startup+630.05 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18629 0 1 0 61424 70 0 0 25 0 11 0 19442949 859201536 40568 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40568 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 614.94
Current children cumulated vsize (Kb) 839064

[startup+640.051 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18635 0 1 0 62421 70 0 0 25 0 11 0 19442949 859201536 40568 4294967295 134512640 134569956 3221224336 3221214488 1131713858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40568 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 624.91
Current children cumulated vsize (Kb) 839064

[startup+650.051 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18640 0 1 0 63418 70 0 0 25 0 11 0 19442949 859201536 40568 4294967295 134512640 134569956 3221224336 3221214488 1131713203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40568 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 634.88
Current children cumulated vsize (Kb) 839064

[startup+660.052 s]
Raw data (loadavg): 1.08 1.02 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18646 0 1 0 64415 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214384 1131584166 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 644.86
Current children cumulated vsize (Kb) 839064

[startup+670.053 s]
Raw data (loadavg): 1.07 1.02 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18652 0 1 0 65412 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713438 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 654.83
Current children cumulated vsize (Kb) 839064

[startup+680.053 s]
Raw data (loadavg): 1.06 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18657 0 1 0 66409 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 664.8
Current children cumulated vsize (Kb) 839064

[startup+690.053 s]
Raw data (loadavg): 1.05 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18663 0 1 0 67406 71 0 0 23 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 674.77
Current children cumulated vsize (Kb) 839064

[startup+700.054 s]
Raw data (loadavg): 1.04 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18669 0 1 0 68403 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214384 1131584103 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 684.74
Current children cumulated vsize (Kb) 839064

[startup+710.055 s]
Raw data (loadavg): 1.03 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18674 0 1 0 69400 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 694.71
Current children cumulated vsize (Kb) 839064

[startup+720.056 s]
Raw data (loadavg): 1.03 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18680 0 1 0 70397 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214384 1131583882 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 704.68
Current children cumulated vsize (Kb) 839064

[startup+730.057 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18685 0 1 0 71395 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 714.66
Current children cumulated vsize (Kb) 839064

[startup+740.058 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18691 0 1 0 72392 71 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 724.63
Current children cumulated vsize (Kb) 839064

[startup+750.058 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18697 0 1 0 73389 72 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214384 1131584478 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 734.61
Current children cumulated vsize (Kb) 839064

[startup+760.059 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18702 0 1 0 74386 72 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214460 1131057236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 744.58
Current children cumulated vsize (Kb) 839064

[startup+770.06 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18708 0 1 0 75383 72 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 754.55
Current children cumulated vsize (Kb) 839064

[startup+780.06 s]
Raw data (loadavg): 1.01 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18714 0 1 0 76379 72 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713632 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 764.51
Current children cumulated vsize (Kb) 839064

[startup+790.061 s]
Raw data (loadavg): 1.01 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18719 0 1 0 77377 72 0 0 25 0 11 0 19442949 859201536 40574 4294967295 134512640 134569956 3221224336 3221214488 1131713858 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40574 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 774.49
Current children cumulated vsize (Kb) 839064

[startup+800.062 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18725 0 1 0 78373 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 784.46
Current children cumulated vsize (Kb) 839064

[startup+810.062 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18730 0 1 0 79371 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 794.44
Current children cumulated vsize (Kb) 839064

[startup+820.062 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18736 0 1 0 80367 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713879 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 804.4
Current children cumulated vsize (Kb) 839064

[startup+830.062 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18742 0 1 0 81364 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214472 1131708553 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 814.37
Current children cumulated vsize (Kb) 839064

[startup+840.063 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18747 0 1 0 82362 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 824.35
Current children cumulated vsize (Kb) 839064

[startup+850.064 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18753 0 1 0 83359 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 834.32
Current children cumulated vsize (Kb) 839064

[startup+860.065 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18758 0 1 0 84356 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713237 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 844.29
Current children cumulated vsize (Kb) 839064

[startup+870.065 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18764 0 1 0 85353 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214484 1131395556 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 854.26
Current children cumulated vsize (Kb) 839064

[startup+880.065 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18770 0 1 0 86350 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214452 1131090728 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 864.23
Current children cumulated vsize (Kb) 839064

[startup+890.066 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18775 0 1 0 87348 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 874.21
Current children cumulated vsize (Kb) 839064

[startup+900.066 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18781 0 1 0 88344 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214352 1131584358 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 884.17
Current children cumulated vsize (Kb) 839064

[startup+910.068 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18787 0 1 0 89341 73 0 0 16 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584141 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 894.14
Current children cumulated vsize (Kb) 839064

[startup+920.067 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18792 0 1 0 90338 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713858 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 904.11
Current children cumulated vsize (Kb) 839064

[startup+930.067 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18798 0 1 0 91335 73 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584246 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 914.08
Current children cumulated vsize (Kb) 839064

[startup+940.068 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18803 0 1 0 92332 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713147 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 924.06
Current children cumulated vsize (Kb) 839064

[startup+950.068 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18809 0 1 0 93329 74 0 0 24 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 934.03
Current children cumulated vsize (Kb) 839064

[startup+960.069 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18815 0 1 0 94326 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713963 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 944
Current children cumulated vsize (Kb) 839064

[startup+970.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18820 0 1 0 95323 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713879 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 953.97
Current children cumulated vsize (Kb) 839064

[startup+980.07 s]
Raw data (loadavg): 1.07 1.02 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18826 0 1 0 96320 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214460 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 963.94
Current children cumulated vsize (Kb) 839064

[startup+990.071 s]
Raw data (loadavg): 1.06 1.02 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18831 0 1 0 97318 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713609 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 973.92
Current children cumulated vsize (Kb) 839064

[startup+1000.07 s]
Raw data (loadavg): 1.05 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18837 0 1 0 98315 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131583882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 983.89
Current children cumulated vsize (Kb) 839064

[startup+1010.07 s]
Raw data (loadavg): 1.04 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18843 0 1 0 99311 74 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584316 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 993.85
Current children cumulated vsize (Kb) 839064

[startup+1020.07 s]
Raw data (loadavg): 1.04 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18848 0 1 0 100309 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713879 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1003.84
Current children cumulated vsize (Kb) 839064

[startup+1030.07 s]
Raw data (loadavg): 1.03 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18854 0 1 0 101305 75 0 0 21 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1013.8
Current children cumulated vsize (Kb) 839064

[startup+1040.07 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18859 0 1 0 102303 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1023.78
Current children cumulated vsize (Kb) 839064

[startup+1050.07 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18865 0 1 0 103300 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584018 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1033.75
Current children cumulated vsize (Kb) 839064

[startup+1060.07 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18871 0 1 0 104296 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1043.71
Current children cumulated vsize (Kb) 839064

[startup+1070.07 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18876 0 1 0 105294 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131583792 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1053.69
Current children cumulated vsize (Kb) 839064

[startup+1080.08 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18882 0 1 0 106291 75 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131583882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1063.66
Current children cumulated vsize (Kb) 839064

[startup+1090.08 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18887 0 1 0 107288 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214484 1131385019 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1073.64
Current children cumulated vsize (Kb) 839064

[startup+1100.08 s]
Raw data (loadavg): 1.01 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18893 0 1 0 108285 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1083.61
Current children cumulated vsize (Kb) 839064

[startup+1110.08 s]
Raw data (loadavg): 1.01 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18899 0 1 0 109281 76 0 0 18 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131583882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1093.57
Current children cumulated vsize (Kb) 839064

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18904 0 1 0 110279 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1103.55
Current children cumulated vsize (Kb) 839064

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18910 0 1 0 111275 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584039 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1113.51
Current children cumulated vsize (Kb) 839064

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18915 0 1 0 112273 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1123.49
Current children cumulated vsize (Kb) 839064

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18921 0 1 0 113269 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1133.45
Current children cumulated vsize (Kb) 839064

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18927 0 1 0 114266 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214484 1131384992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1143.42
Current children cumulated vsize (Kb) 839064

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18932 0 1 0 115264 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1153.4
Current children cumulated vsize (Kb) 839064

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18938 0 1 0 116261 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1163.37
Current children cumulated vsize (Kb) 839064

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18943 0 1 0 117258 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131583992 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1173.34
Current children cumulated vsize (Kb) 839064

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18949 0 1 0 118255 76 0 0 24 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (Kb) 839064

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18955 0 1 0 119252 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1193.28
Current children cumulated vsize (Kb) 839064

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18960 0 1 0 120249 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214384 1131584103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1203.25
Current children cumulated vsize (Kb) 839064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4376
Raw data (/proc/4366/stat): 4366 (java) R 4365 4366 4004 0 -1 0 18960 0 1 0 120249 76 0 0 25 0 11 0 19442949 859201536 40575 4294967295 134512640 134569956 3221224336 3221214488 1131713641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4366/statm): 209766 40575 13129 16 0 209750 0
[pid=4366] vsize: 839064
Current children cumulated CPU time (s) 1203.25
Current children cumulated vsize (Kb) 839064

Sending SIGTERM to -4366
Sleeping 2 seconds
New thread pid=4378
New thread pid=4379
One traced child (pid=4379) exited with status: 0
One traced child (pid=4375) exited with status: 0
One traced child (pid=4370) exited with status: 0
One traced child (pid=4367) exited with status: 143
One traced child (pid=4372) exited with status: 143
One traced child (pid=4368) exited with status: 143
One traced child (pid=4369) exited with status: 143
One traced child (pid=4371) exited with status: 143
One traced child (pid=4374) exited with status: 143
One traced child (pid=4373) exited with status: 143
One traced child (pid=4376) exited with status: 143
One traced child (pid=4378) exited with status: 143
One traced child (pid=4366) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.2
CPU time (s): 1216.5
CPU user time (s): 1214.78
CPU system time (s): 1.71374
CPU usage (%): 99.6964
Max. virtual memory (cumulated for all children) (Kb): 839064

Verifier Data

ERROR: no interpretation found !