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-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUM827023c27ed4657a4077da2b27355df8
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 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables11503
Total number of constraints10724
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10588
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint9784

Trace number 7450

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-20 12:02:35 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6612 boxname=wulflinc31 idbench=752 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  827023c27ed4657a4077da2b27355df8  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-blp-ic97.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-blp-ic97.opb
IDLAUNCH: 6612
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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:        844148 kB
Buffers:         30736 kB
Cached:         131440 kB
SwapCached:       1160 kB
Active:          51916 kB
Inactive:       113116 kB
HighTotal:      131008 kB
HighFree:         3752 kB
LowTotal:       903652 kB
LowFree:        840396 kB
SwapTotal:     2097892 kB
SwapFree:      2096252 kB
Dirty:               8 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            19888 kB
Committed_AS:    64340 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 12:22:46 (client local time) WITH STATUS 143 IN 1218.67 SECONDS
stats: 6612 7 1218.67 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/wulflinc31/normalized-mps-v2-20-10-blp-ic97.opb
c reading problem ... done. Time 13.317 ms.
c #vars     11503
c #constraints  1059
c starts		: 1
c conflicts		: 1
c decisions		: 30
c propagations		: 2481
c inspects		: 6105
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.02509403991457989
c non guided choices	30
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1208.857

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/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1858343136 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 39 3 38 16 0 23 0
[pid=9433] 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/9433
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=9434
New thread pid=9435
New thread pid=9436
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=9437
New thread pid=9438
New thread pid=9439
New thread pid=9440
New thread pid=9441
New thread pid=9442
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/wulflinc31/normalized-mps-v2-20-10-blp-ic97.opb

[startup+10.0034 s]
Raw data (loadavg): 0.23 0.07 0.11 3/66 9442
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18105 0 1 0 775 47 0 0 17 0 10 0 1858343136 855515136 21402 4294967295 134512640 134569956 3221224336 3221214672 1131331519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 208866 21402 13129 16 0 208850 0
[pid=9433] vsize: 835464
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (Kb) 835464
New thread pid=9443

[startup+20.0044 s]
Raw data (loadavg): 0.42 0.12 0.12 2/67 9443
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18143 0 1 0 1636 51 0 0 20 0 11 0 1858343136 856969216 27769 4294967295 134512640 134569956 3221224336 3221214512 1131495607 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209221 27769 13129 16 0 209205 0
[pid=9433] vsize: 836884
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (Kb) 836884

[startup+30.0053 s]
Raw data (loadavg): 0.51 0.15 0.13 2/67 9443
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18154 0 1 0 2589 52 0 0 25 0 11 0 1858343136 856772608 27730 4294967295 134512640 134569956 3221224336 3221214512 1131495924 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209173 27730 13129 16 0 209157 0
[pid=9433] vsize: 836692
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (Kb) 836692

[startup+40.0072 s]
Raw data (loadavg): 0.59 0.17 0.14 2/67 9443
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18165 0 1 0 3542 53 0 0 17 0 11 0 1858343136 856772608 27730 4294967295 134512640 134569956 3221224336 3221214512 1131495915 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209173 27730 13129 16 0 209157 0
[pid=9433] vsize: 836692
Current children cumulated CPU time (s) 35.95
Current children cumulated vsize (Kb) 836692

[startup+50.0081 s]
Raw data (loadavg): 0.65 0.20 0.15 2/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18177 0 1 0 4511 53 0 0 19 0 11 0 1858343136 856772608 28006 4294967295 134512640 134569956 3221224336 3221214512 1131495535 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209173 28006 13129 16 0 209157 0
[pid=9433] vsize: 836692
Current children cumulated CPU time (s) 45.64
Current children cumulated vsize (Kb) 836692

[startup+60.009 s]
Raw data (loadavg): 0.70 0.23 0.16 3/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18189 0 1 0 5504 54 0 0 25 0 11 0 1858343136 856772608 28010 4294967295 134512640 134569956 3221224336 3221212760 1085684067 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209173 28010 13129 16 0 209157 0
[pid=9433] vsize: 836692
Current children cumulated CPU time (s) 55.58
Current children cumulated vsize (Kb) 836692

[startup+70.01 s]
Raw data (loadavg): 0.75 0.25 0.17 2/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18205 0 1 0 6466 55 0 0 25 0 11 0 1858343136 856739840 27956 4294967295 134512640 134569956 3221224336 3221214432 1131466809 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 27956 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 65.21
Current children cumulated vsize (Kb) 836660

[startup+80.0109 s]
Raw data (loadavg): 0.79 0.28 0.18 2/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18209 0 1 0 7456 55 0 0 25 0 11 0 1858343136 856739840 27957 4294967295 134512640 134569956 3221224336 3221214448 1131609303 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 27957 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (Kb) 836660

[startup+90.0118 s]
Raw data (loadavg): 0.82 0.30 0.19 2/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18213 0 1 0 8447 55 0 0 25 0 11 0 1858343136 856739840 27958 4294967295 134512640 134569956 3221224336 3221214448 1131608057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 27958 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 85.02
Current children cumulated vsize (Kb) 836660

[startup+100.013 s]
Raw data (loadavg): 0.85 0.32 0.19 2/67 9445
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18217 0 1 0 9437 55 0 0 25 0 11 0 1858343136 856739840 27953 4294967295 134512640 134569956 3221224336 3221214532 1131057207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 27953 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 94.92
Current children cumulated vsize (Kb) 836660

[startup+110.015 s]
Raw data (loadavg): 0.87 0.34 0.20 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18221 0 1 0 10428 56 0 0 19 0 11 0 1858343136 856739840 27959 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 27959 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 104.84
Current children cumulated vsize (Kb) 836660

[startup+120.016 s]
Raw data (loadavg): 0.89 0.36 0.21 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18224 0 1 0 11421 56 0 0 25 0 11 0 1858343136 856739840 27960 4294967295 134512640 134569956 3221224336 3221214528 1131558951 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 27960 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 114.77
Current children cumulated vsize (Kb) 836660

[startup+130.016 s]
Raw data (loadavg): 0.91 0.38 0.22 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18228 0 1 0 12412 57 0 0 25 0 11 0 1858343136 856739840 27961 4294967295 134512640 134569956 3221224336 3221214432 1131466805 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 27961 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 124.69
Current children cumulated vsize (Kb) 836660

[startup+140.017 s]
Raw data (loadavg): 0.92 0.40 0.22 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18231 0 1 0 13406 57 0 0 25 0 11 0 1858343136 856739840 27962 4294967295 134512640 134569956 3221224336 3221214556 1131299996 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 27962 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 134.63
Current children cumulated vsize (Kb) 836660

[startup+150.018 s]
Raw data (loadavg): 0.93 0.42 0.23 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18235 0 1 0 14399 57 0 0 25 0 11 0 1858343136 856739840 28094 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 28094 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 144.56
Current children cumulated vsize (Kb) 836660

[startup+160.019 s]
Raw data (loadavg): 0.94 0.44 0.24 2/67 9447
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18238 0 1 0 15397 57 0 0 25 0 11 0 1858343136 856739840 28094 4294967295 134512640 134569956 3221224336 3221214448 1131608554 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 28094 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 154.54
Current children cumulated vsize (Kb) 836660

[startup+170.02 s]
Raw data (loadavg): 0.95 0.46 0.25 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18241 0 1 0 16394 57 0 0 25 0 11 0 1858343136 856739840 28095 4294967295 134512640 134569956 3221224336 3221214576 1131617019 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 28095 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 164.51
Current children cumulated vsize (Kb) 836660

[startup+180.02 s]
Raw data (loadavg): 0.96 0.48 0.26 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18244 0 1 0 17393 58 0 0 25 0 11 0 1858343136 856739840 28095 4294967295 134512640 134569956 3221224336 3221214568 1131361539 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 28095 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 174.51
Current children cumulated vsize (Kb) 836660

[startup+190.022 s]
Raw data (loadavg): 0.96 0.49 0.26 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18247 0 1 0 18391 58 0 0 25 0 11 0 1858343136 856739840 28096 4294967295 134512640 134569956 3221224336 3221214576 1131617213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 28096 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 184.49
Current children cumulated vsize (Kb) 836660

[startup+200.023 s]
Raw data (loadavg): 0.97 0.51 0.27 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18249 0 1 0 19390 58 0 0 25 0 11 0 1858343136 856739840 28096 4294967295 134512640 134569956 3221224336 3221214536 1131359472 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209165 28096 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 194.48
Current children cumulated vsize (Kb) 836660

[startup+210.024 s]
Raw data (loadavg): 0.97 0.53 0.28 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18252 0 1 0 20388 58 0 0 25 0 11 0 1858343136 856739840 28096 4294967295 134512640 134569956 3221224336 3221214532 1131057173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 28096 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 204.46
Current children cumulated vsize (Kb) 836660

[startup+220.025 s]
Raw data (loadavg): 0.98 0.54 0.29 2/67 9451
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18253 0 1 0 21388 58 0 0 25 0 11 0 1858343136 856739840 28096 4294967295 134512640 134569956 3221224336 3221214576 1131617019 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209165 28096 13129 16 0 209149 0
[pid=9433] vsize: 836660
Current children cumulated CPU time (s) 214.46
Current children cumulated vsize (Kb) 836660

[startup+230.025 s]
Raw data (loadavg): 0.98 0.56 0.29 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18254 0 1 0 22365 59 0 0 25 0 11 0 1858343136 858980352 28715 4294967295 134512640 134569956 3221224336 3221214552 1131617274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209712 28715 13129 16 0 209696 0
[pid=9433] vsize: 838848
Current children cumulated CPU time (s) 224.24
Current children cumulated vsize (Kb) 838848

[startup+240.026 s]
Raw data (loadavg): 0.98 0.57 0.30 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18258 0 1 0 23353 60 0 0 25 0 11 0 1858343136 858198016 28541 4294967295 134512640 134569956 3221224336 3221214552 1131616993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28541 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 234.13
Current children cumulated vsize (Kb) 838084

[startup+250.027 s]
Raw data (loadavg): 0.98 0.58 0.31 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18262 0 1 0 24341 60 0 0 25 0 11 0 1858343136 858198016 28434 4294967295 134512640 134569956 3221224336 3221214560 1131558966 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28434 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 244.01
Current children cumulated vsize (Kb) 838084

[startup+260.028 s]
Raw data (loadavg): 0.99 0.60 0.31 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18266 0 1 0 25328 61 0 0 25 0 11 0 1858343136 858198016 28434 4294967295 134512640 134569956 3221224336 3221214456 1131710542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28434 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 253.89
Current children cumulated vsize (Kb) 838084

[startup+270.028 s]
Raw data (loadavg): 0.99 0.61 0.32 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18271 0 1 0 26317 61 0 0 25 0 11 0 1858343136 858198016 28435 4294967295 134512640 134569956 3221224336 3221214552 1131617195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28435 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 263.78
Current children cumulated vsize (Kb) 838084

[startup+280.029 s]
Raw data (loadavg): 0.99 0.62 0.33 2/67 9453
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18274 0 1 0 27308 62 0 0 25 0 11 0 1858343136 858198016 28435 4294967295 134512640 134569956 3221224336 3221214552 1131617161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28435 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 273.7
Current children cumulated vsize (Kb) 838084

[startup+290.031 s]
Raw data (loadavg): 0.99 0.63 0.33 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18278 0 1 0 28296 62 0 0 25 0 11 0 1858343136 858198016 28435 4294967295 134512640 134569956 3221224336 3221214464 1131467235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28435 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 283.58
Current children cumulated vsize (Kb) 838084

[startup+300.032 s]
Raw data (loadavg): 0.99 0.64 0.34 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18282 0 1 0 29285 62 0 0 25 0 11 0 1858343136 858198016 28435 4294967295 134512640 134569956 3221224336 3221214552 1131617380 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28435 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 293.47
Current children cumulated vsize (Kb) 838084

[startup+310.033 s]
Raw data (loadavg): 0.99 0.66 0.35 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18285 0 1 0 30276 63 0 0 25 0 11 0 1858343136 858198016 28435 4294967295 134512640 134569956 3221224336 3221214456 1131712429 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28435 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 303.39
Current children cumulated vsize (Kb) 838084

[startup+320.033 s]
Raw data (loadavg): 0.99 0.67 0.35 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18289 0 1 0 31272 63 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214456 1131712437 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 313.35
Current children cumulated vsize (Kb) 838084

[startup+330.034 s]
Raw data (loadavg): 0.99 0.68 0.36 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18292 0 1 0 32271 63 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214464 1131466456 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 323.34
Current children cumulated vsize (Kb) 838084

[startup+340.035 s]
Raw data (loadavg): 0.99 0.69 0.37 2/67 9455
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18295 0 1 0 33269 64 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214552 1131617056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 333.33
Current children cumulated vsize (Kb) 838084

[startup+350.036 s]
Raw data (loadavg): 0.99 0.70 0.37 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18298 0 1 0 34266 64 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214508 1131057272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 343.3
Current children cumulated vsize (Kb) 838084

[startup+360.038 s]
Raw data (loadavg): 0.99 0.71 0.38 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18300 0 1 0 35265 64 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214552 1131617452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 353.29
Current children cumulated vsize (Kb) 838084

[startup+370.039 s]
Raw data (loadavg): 0.99 0.72 0.39 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18303 0 1 0 36263 65 0 0 17 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214552 1131617295 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 363.28
Current children cumulated vsize (Kb) 838084

[startup+380.04 s]
Raw data (loadavg): 0.99 0.72 0.39 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18304 0 1 0 37263 65 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214552 1131617161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 373.28
Current children cumulated vsize (Kb) 838084

[startup+390.041 s]
Raw data (loadavg): 0.99 0.73 0.40 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18305 0 1 0 38262 65 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214552 1131617207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 383.27
Current children cumulated vsize (Kb) 838084

[startup+400.041 s]
Raw data (loadavg): 0.99 0.74 0.40 2/67 9457
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18309 0 1 0 39258 65 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214584 1131558951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 393.23
Current children cumulated vsize (Kb) 838084

[startup+410.043 s]
Raw data (loadavg): 0.99 0.75 0.41 2/67 9459
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18313 0 1 0 40256 65 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214580 1131467339 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 403.21
Current children cumulated vsize (Kb) 838084

[startup+420.044 s]
Raw data (loadavg): 0.99 0.76 0.41 1/67 9459
Raw data (/proc/9433/stat): 9433 (java) T 9432 9433 9102 0 -1 0 18318 0 1 0 41254 66 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221213360 1073952732 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 413.2
Current children cumulated vsize (Kb) 838084

[startup+430.045 s]
Raw data (loadavg): 0.99 0.77 0.42 2/67 9459
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18321 0 1 0 42251 66 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 423.17
Current children cumulated vsize (Kb) 838084

[startup+440.046 s]
Raw data (loadavg): 0.99 0.77 0.43 2/67 9459
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18325 0 1 0 43249 66 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214480 1131711386 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 433.15
Current children cumulated vsize (Kb) 838084

[startup+450.046 s]
Raw data (loadavg): 0.99 0.78 0.43 2/67 9459
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18329 0 1 0 44247 66 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214488 1131466746 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 443.13
Current children cumulated vsize (Kb) 838084

[startup+460.047 s]
Raw data (loadavg): 0.99 0.79 0.44 2/67 9459
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18333 0 1 0 45244 66 0 0 25 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214480 1131710204 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 453.1
Current children cumulated vsize (Kb) 838084

[startup+470.048 s]
Raw data (loadavg): 0.99 0.79 0.44 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18337 0 1 0 46241 67 0 0 18 0 11 0 1858343136 858198016 28608 4294967295 134512640 134569956 3221224336 3221214480 1131711547 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28608 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 463.08
Current children cumulated vsize (Kb) 838084

[startup+480.049 s]
Raw data (loadavg): 0.99 0.80 0.45 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18340 0 1 0 47240 67 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214480 1131711386 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 473.07
Current children cumulated vsize (Kb) 838084

[startup+490.05 s]
Raw data (loadavg): 0.99 0.80 0.46 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18343 0 1 0 48238 67 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214488 1131465954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 483.05
Current children cumulated vsize (Kb) 838084

[startup+500.051 s]
Raw data (loadavg): 0.99 0.81 0.46 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18346 0 1 0 49237 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214576 1131617013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 493.05
Current children cumulated vsize (Kb) 838084

[startup+510.052 s]
Raw data (loadavg): 0.99 0.82 0.47 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18349 0 1 0 50235 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214584 1131559057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 503.03
Current children cumulated vsize (Kb) 838084

[startup+520.053 s]
Raw data (loadavg): 0.99 0.82 0.47 2/67 9461
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18352 0 1 0 51234 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214488 1131466399 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 513.02
Current children cumulated vsize (Kb) 838084

[startup+530.054 s]
Raw data (loadavg): 0.99 0.83 0.47 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18354 0 1 0 52232 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214576 1131617109 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 523
Current children cumulated vsize (Kb) 838084

[startup+540.054 s]
Raw data (loadavg): 0.99 0.83 0.48 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18356 0 1 0 53231 68 0 0 20 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 532.99
Current children cumulated vsize (Kb) 838084

[startup+550.055 s]
Raw data (loadavg): 0.99 0.84 0.48 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18356 0 1 0 54231 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214576 1131617013 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 542.99
Current children cumulated vsize (Kb) 838084

[startup+560.056 s]
Raw data (loadavg): 0.99 0.84 0.49 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18360 0 1 0 55228 68 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214584 1131558990 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 552.96
Current children cumulated vsize (Kb) 838084

[startup+570.058 s]
Raw data (loadavg): 0.99 0.85 0.49 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18364 0 1 0 56225 69 0 0 21 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214484 1131467231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 562.94
Current children cumulated vsize (Kb) 838084

[startup+580.058 s]
Raw data (loadavg): 0.99 0.85 0.50 2/67 9463
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18368 0 1 0 57222 69 0 0 23 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214480 1131710615 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 572.91
Current children cumulated vsize (Kb) 838084

[startup+590.059 s]
Raw data (loadavg): 0.99 0.86 0.50 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18372 0 1 0 58219 70 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214480 1131710751 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 582.89
Current children cumulated vsize (Kb) 838084

[startup+600.06 s]
Raw data (loadavg): 0.99 0.86 0.51 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18376 0 1 0 59217 70 0 0 19 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214488 1131466490 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 592.87
Current children cumulated vsize (Kb) 838084

[startup+610.062 s]
Raw data (loadavg): 0.99 0.86 0.51 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18380 0 1 0 60215 70 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214480 1131712437 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 602.85
Current children cumulated vsize (Kb) 838084

[startup+620.063 s]
Raw data (loadavg): 0.99 0.87 0.52 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18383 0 1 0 61214 70 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214488 1131466456 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 612.84
Current children cumulated vsize (Kb) 838084

[startup+630.064 s]
Raw data (loadavg): 0.99 0.87 0.52 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18387 0 1 0 62211 70 0 0 25 0 11 0 1858343136 858198016 28627 4294967295 134512640 134569956 3221224336 3221214576 1131617065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28627 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 622.81
Current children cumulated vsize (Kb) 838084

[startup+640.065 s]
Raw data (loadavg): 0.99 0.88 0.53 2/67 9465
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18390 0 1 0 63209 71 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214584 1131558948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 632.8
Current children cumulated vsize (Kb) 838084

[startup+650.066 s]
Raw data (loadavg): 0.99 0.88 0.53 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18394 0 1 0 64206 71 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710596 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 642.77
Current children cumulated vsize (Kb) 838084

[startup+660.067 s]
Raw data (loadavg): 0.99 0.88 0.54 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18397 0 1 0 65205 72 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 652.77
Current children cumulated vsize (Kb) 838084

[startup+670.068 s]
Raw data (loadavg): 0.99 0.89 0.54 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18400 0 1 0 66204 72 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214488 1131466580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 662.76
Current children cumulated vsize (Kb) 838084

[startup+680.068 s]
Raw data (loadavg): 0.99 0.89 0.55 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18402 0 1 0 67202 72 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 672.74
Current children cumulated vsize (Kb) 838084

[startup+690.069 s]
Raw data (loadavg): 0.99 0.89 0.55 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18404 0 1 0 68201 72 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 682.73
Current children cumulated vsize (Kb) 838084

[startup+700.07 s]
Raw data (loadavg): 0.99 0.90 0.56 2/67 9467
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18406 0 1 0 69200 73 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 692.73
Current children cumulated vsize (Kb) 838084

[startup+710.072 s]
Raw data (loadavg): 0.99 0.90 0.56 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18407 0 1 0 70199 73 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617106 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 702.72
Current children cumulated vsize (Kb) 838084

[startup+720.073 s]
Raw data (loadavg): 0.99 0.90 0.56 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18410 0 1 0 71197 73 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710542 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 712.7
Current children cumulated vsize (Kb) 838084

[startup+730.073 s]
Raw data (loadavg): 0.99 0.90 0.57 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18414 0 1 0 72195 74 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 722.69
Current children cumulated vsize (Kb) 838084

[startup+740.074 s]
Raw data (loadavg): 0.99 0.91 0.57 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18418 0 1 0 73193 74 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617500 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 732.67
Current children cumulated vsize (Kb) 838084

[startup+750.075 s]
Raw data (loadavg): 0.99 0.91 0.58 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18422 0 1 0 74190 74 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 742.64
Current children cumulated vsize (Kb) 838084

[startup+760.077 s]
Raw data (loadavg): 0.99 0.91 0.58 2/67 9469
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18426 0 1 0 75188 74 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214536 1131359449 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 752.62
Current children cumulated vsize (Kb) 838084

[startup+770.079 s]
Raw data (loadavg): 0.99 0.91 0.58 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18430 0 1 0 76185 75 0 0 22 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 762.6
Current children cumulated vsize (Kb) 838084

[startup+780.08 s]
Raw data (loadavg): 0.99 0.92 0.59 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18434 0 1 0 77183 75 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214576 1131617030 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 772.58
Current children cumulated vsize (Kb) 838084

[startup+790.081 s]
Raw data (loadavg): 0.99 0.92 0.59 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18437 0 1 0 78181 75 0 0 25 0 11 0 1858343136 858198016 28647 4294967295 134512640 134569956 3221224336 3221214480 1131710777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28647 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 782.56
Current children cumulated vsize (Kb) 838084

[startup+800.082 s]
Raw data (loadavg): 0.99 0.92 0.59 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18441 0 1 0 79180 75 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214584 1131558951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 792.55
Current children cumulated vsize (Kb) 838084

[startup+810.084 s]
Raw data (loadavg): 0.99 0.92 0.60 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18444 0 1 0 80178 76 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214572 1131440736 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 802.54
Current children cumulated vsize (Kb) 838084

[startup+820.085 s]
Raw data (loadavg): 0.99 0.92 0.60 2/67 9471
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18447 0 1 0 81177 76 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214480 1131710192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 812.53
Current children cumulated vsize (Kb) 838084

[startup+830.085 s]
Raw data (loadavg): 0.99 0.93 0.61 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18450 0 1 0 82175 76 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (Kb) 838084

[startup+840.087 s]
Raw data (loadavg): 0.99 0.93 0.61 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18453 0 1 0 83174 77 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 832.51
Current children cumulated vsize (Kb) 838084

[startup+850.088 s]
Raw data (loadavg): 0.99 0.93 0.61 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18455 0 1 0 84172 77 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 842.49
Current children cumulated vsize (Kb) 838084

[startup+860.089 s]
Raw data (loadavg): 0.99 0.93 0.62 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18457 0 1 0 85170 78 0 0 17 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617109 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 852.48
Current children cumulated vsize (Kb) 838084

[startup+870.09 s]
Raw data (loadavg): 0.99 0.93 0.62 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18457 0 1 0 86170 78 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214584 1131558990 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 862.48
Current children cumulated vsize (Kb) 838084

[startup+880.09 s]
Raw data (loadavg): 0.99 0.94 0.63 2/67 9473
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18460 0 1 0 87167 79 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 872.46
Current children cumulated vsize (Kb) 838084

[startup+890.091 s]
Raw data (loadavg): 0.99 0.94 0.63 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18464 0 1 0 88164 79 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214480 1131710542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 882.43
Current children cumulated vsize (Kb) 838084

[startup+900.092 s]
Raw data (loadavg): 0.99 0.94 0.63 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18468 0 1 0 89162 80 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214532 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 892.42
Current children cumulated vsize (Kb) 838084

[startup+910.093 s]
Raw data (loadavg): 0.99 0.94 0.64 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18472 0 1 0 90159 80 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 902.39
Current children cumulated vsize (Kb) 838084

[startup+920.094 s]
Raw data (loadavg): 0.99 0.94 0.64 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18476 0 1 0 91157 80 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214480 1131709863 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 912.37
Current children cumulated vsize (Kb) 838084

[startup+930.094 s]
Raw data (loadavg): 0.99 0.94 0.64 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18480 0 1 0 92154 80 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214488 1131466711 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 922.34
Current children cumulated vsize (Kb) 838084

[startup+940.096 s]
Raw data (loadavg): 0.99 0.94 0.65 2/67 9475
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18484 0 1 0 93151 81 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214480 1131709885 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 932.32
Current children cumulated vsize (Kb) 838084

[startup+950.096 s]
Raw data (loadavg): 0.99 0.95 0.65 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18487 0 1 0 94148 82 0 0 25 0 11 0 1858343136 858198016 28667 4294967295 134512640 134569956 3221224336 3221214480 1131710192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28667 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (Kb) 838084

[startup+960.097 s]
Raw data (loadavg): 0.99 0.95 0.65 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18491 0 1 0 95145 82 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214552 1131359449 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 952.27
Current children cumulated vsize (Kb) 838084

[startup+970.098 s]
Raw data (loadavg): 0.99 0.95 0.66 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18494 0 1 0 96143 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 962.26
Current children cumulated vsize (Kb) 838084

[startup+980.098 s]
Raw data (loadavg): 0.99 0.95 0.66 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18497 0 1 0 97142 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214480 1131712442 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 972.25
Current children cumulated vsize (Kb) 838084

[startup+990.099 s]
Raw data (loadavg): 0.99 0.95 0.66 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18500 0 1 0 98141 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 982.24
Current children cumulated vsize (Kb) 838084

[startup+1000.1 s]
Raw data (loadavg): 0.99 0.95 0.66 2/67 9477
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18503 0 1 0 99140 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 992.23
Current children cumulated vsize (Kb) 838084

[startup+1010.1 s]
Raw data (loadavg): 0.99 0.95 0.67 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18505 0 1 0 100138 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214536 1131359449 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (Kb) 838084

[startup+1020.1 s]
Raw data (loadavg): 0.99 0.95 0.67 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18507 0 1 0 101137 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214480 1131712456 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1012.2
Current children cumulated vsize (Kb) 838084

[startup+1030.1 s]
Raw data (loadavg): 0.99 0.95 0.67 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18508 0 1 0 102136 83 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214584 1131558958 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1022.19
Current children cumulated vsize (Kb) 838084

[startup+1040.1 s]
Raw data (loadavg): 0.99 0.95 0.68 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18511 0 1 0 103129 84 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1032.13
Current children cumulated vsize (Kb) 838084

[startup+1050.11 s]
Raw data (loadavg): 0.99 0.96 0.68 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18516 0 1 0 104115 84 0 0 16 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214488 1131466360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1041.99
Current children cumulated vsize (Kb) 838084

[startup+1060.11 s]
Raw data (loadavg): 0.99 0.96 0.68 2/67 9479
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18520 0 1 0 105105 85 0 0 24 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214584 1131558951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1051.9
Current children cumulated vsize (Kb) 838084

[startup+1070.11 s]
Raw data (loadavg): 0.99 0.96 0.68 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18524 0 1 0 106094 85 0 0 16 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214480 1131709863 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (Kb) 838084

[startup+1080.11 s]
Raw data (loadavg): 0.99 0.96 0.69 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18527 0 1 0 107085 85 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214488 1131466617 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1071.7
Current children cumulated vsize (Kb) 838084

[startup+1090.11 s]
Raw data (loadavg): 0.99 0.96 0.69 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18531 0 1 0 108074 86 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1081.6
Current children cumulated vsize (Kb) 838084

[startup+1100.11 s]
Raw data (loadavg): 0.99 0.96 0.69 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18535 0 1 0 109063 86 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1091.49
Current children cumulated vsize (Kb) 838084

[startup+1110.11 s]
Raw data (loadavg): 0.99 0.96 0.70 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18539 0 1 0 110053 86 0 0 25 0 11 0 1858343136 858198016 28686 4294967295 134512640 134569956 3221224336 3221214480 1131709863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28686 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1101.39
Current children cumulated vsize (Kb) 838084

[startup+1120.11 s]
Raw data (loadavg): 0.99 0.96 0.70 2/67 9481
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18542 0 1 0 111047 86 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214488 1131466617 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1111.33
Current children cumulated vsize (Kb) 838084

[startup+1130.12 s]
Raw data (loadavg): 0.99 0.96 0.70 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18546 0 1 0 112045 86 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214480 1131711555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1121.31
Current children cumulated vsize (Kb) 838084

[startup+1140.12 s]
Raw data (loadavg): 0.99 0.96 0.70 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18549 0 1 0 113044 86 0 0 23 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214480 1131710542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1131.3
Current children cumulated vsize (Kb) 838084

[startup+1150.12 s]
Raw data (loadavg): 0.99 0.97 0.71 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18552 0 1 0 114043 87 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214480 1131709642 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1141.3
Current children cumulated vsize (Kb) 838084

[startup+1160.12 s]
Raw data (loadavg): 0.99 0.97 0.71 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18554 0 1 0 115042 87 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214532 1131057236 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1151.29
Current children cumulated vsize (Kb) 838084

[startup+1170.12 s]
Raw data (loadavg): 0.99 0.97 0.71 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18557 0 1 0 116040 87 0 0 24 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214576 1131617042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1161.27
Current children cumulated vsize (Kb) 838084

[startup+1180.12 s]
Raw data (loadavg): 0.99 0.97 0.72 2/67 9483
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18558 0 1 0 117039 87 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214576 1131617019 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1171.26
Current children cumulated vsize (Kb) 838084

[startup+1190.12 s]
Raw data (loadavg): 0.99 0.97 0.72 2/67 9485
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18560 0 1 0 118038 88 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214576 1131617142 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1181.26
Current children cumulated vsize (Kb) 838084

[startup+1200.12 s]
Raw data (loadavg): 0.99 0.97 0.72 2/67 9485
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18562 0 1 0 119036 88 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214488 1131466456 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1191.24
Current children cumulated vsize (Kb) 838084

[startup+1210.12 s]
Raw data (loadavg): 0.99 0.97 0.73 2/67 9485
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18566 0 1 0 120034 88 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214576 1131617013 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1201.22
Current children cumulated vsize (Kb) 838084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.12 s]
Raw data (loadavg): 0.99 0.97 0.73 2/67 9485
Raw data (/proc/9433/stat): 9433 (java) R 9432 9433 9102 0 -1 0 18566 0 1 0 120034 88 0 0 25 0 11 0 1858343136 858198016 28859 4294967295 134512640 134569956 3221224336 3221214576 1131617274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9433/statm): 209521 28859 13129 16 0 209505 0
[pid=9433] vsize: 838084
Current children cumulated CPU time (s) 1201.22
Current children cumulated vsize (Kb) 838084

Sending SIGTERM to -9433
Sleeping 2 seconds
New thread pid=9487
New thread pid=9488
One traced child (pid=9488) exited with status: 0
One traced child (pid=9442) exited with status: 0
One traced child (pid=9437) exited with status: 0
One traced child (pid=9434) exited with status: 143
One traced child (pid=9439) exited with status: 143
One traced child (pid=9435) exited with status: 143
One traced child (pid=9436) exited with status: 143
One traced child (pid=9441) exited with status: 143
One traced child (pid=9440) exited with status: 143
One traced child (pid=9438) exited with status: 143
One traced child (pid=9443) exited with status: 143
One traced child (pid=9487) exited with status: 143
One traced child (pid=9433) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1210.25
CPU time (s): 1218.67
CPU user time (s): 1217.17
CPU system time (s): 1.49577
CPU usage (%): 100.696
Max. virtual memory (cumulated for all children) (Kb): 838848

Verifier Data

ERROR: no interpretation found !