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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-stair.opb
MD5SUMf2a6dc8d2697a7f5959c84e4079088c9
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 528959045369856
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 3702118998041541
Number of bits of the biggest sum of numbers52
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark204.283
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810

Trace number 3433

Launcher Data

LAUNCH ON wulflinc7 THE 2005-09-19 00:43:46 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6339 boxname=wulflinc7 idbench=479 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  f2a6dc8d2697a7f5959c84e4079088c9  /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-20-10-stair.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-20-10-stair.opb
IDLAUNCH: 6339
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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	: 2
cpu MHz		: 451.050
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        895028 kB
Buffers:         36260 kB
Cached:          78600 kB
SwapCached:        740 kB
Active:          73052 kB
Inactive:        44388 kB
HighTotal:      131008 kB
HighFree:        50316 kB
LowTotal:       903652 kB
LowFree:        844712 kB
SwapTotal:     2097136 kB
SwapFree:      2095892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            16500 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 01:04:06 (client local time) WITH STATUS 143 IN 1216.64 SECONDS
stats: 6339 7 1216.64 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-20-10-stair.opb
c reading problem ... done. Time 5.17 ms.
c #vars     11454
c #constraints  571
c starts		: 5
c conflicts		: 1247
c decisions		: 7137
c propagations		: 144757
c inspects		: 3958078
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1247
c root simplifications	: 628
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 4704
c speed (decisions/second)	: 5.880981201790085
c non guided choices	3299
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.801

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/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1787465032 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 39 3 38 16 0 23 0
[pid=31428] 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/31428
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=31429
New thread pid=31430
New thread pid=31431
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=31432
New thread pid=31433
New thread pid=31434
New thread pid=31435
New thread pid=31436
New thread pid=31437
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/wulflinc7/normalized-mps-v2-20-10-stair.opb

[startup+10.002 s]
Raw data (loadavg): 1.09 1.02 1.00 2/65 31437
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18163 0 1 0 746 51 0 0 17 0 10 0 1787465032 858632192 24384 4294967295 134512640 134569956 3221224336 3221214696 1131507896 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 209627 24384 13129 16 0 209611 0
[pid=31428] vsize: 838508
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (Kb) 838508
New thread pid=31438

[startup+20.0027 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18191 0 1 0 1679 52 0 0 25 0 11 0 1787465032 862384128 25206 4294967295 134512640 134569956 3221224336 3221214484 1131057189 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210543 25206 13129 16 0 210527 0
[pid=31428] vsize: 842172
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (Kb) 842172

[startup+30.0033 s]
Raw data (loadavg): 1.28 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18202 0 1 0 2658 52 0 0 25 0 11 0 1787465032 861257728 24954 4294967295 134512640 134569956 3221224336 3221214504 1131427007 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 24954 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (Kb) 841072

[startup+40.0029 s]
Raw data (loadavg): 1.23 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18213 0 1 0 3638 53 0 0 25 0 11 0 1787465032 861257728 24995 4294967295 134512640 134569956 3221224336 3221214792 1131305757 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 24995 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 36.91
Current children cumulated vsize (Kb) 841072

[startup+50.0046 s]
Raw data (loadavg): 1.20 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18224 0 1 0 4609 53 0 0 16 0 11 0 1787465032 861257728 25078 4294967295 134512640 134569956 3221224336 3221214560 1131478968 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25078 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 46.62
Current children cumulated vsize (Kb) 841072

[startup+60.0052 s]
Raw data (loadavg): 1.17 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18234 0 1 0 5588 54 0 0 25 0 11 0 1787465032 861257728 25144 4294967295 134512640 134569956 3221224336 3221214560 1131479587 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25144 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 56.42
Current children cumulated vsize (Kb) 841072

[startup+70.0048 s]
Raw data (loadavg): 1.14 1.05 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18246 0 1 0 6565 54 0 0 21 0 11 0 1787465032 861257728 25191 4294967295 134512640 134569956 3221224336 3221214648 1131508163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25191 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 66.19
Current children cumulated vsize (Kb) 841072

[startup+80.0055 s]
Raw data (loadavg): 1.12 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18257 0 1 0 7545 55 0 0 25 0 11 0 1787465032 861257728 25246 4294967295 134512640 134569956 3221224336 3221214640 1131357180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25246 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 76
Current children cumulated vsize (Kb) 841072

[startup+90.0061 s]
Raw data (loadavg): 1.10 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18267 0 1 0 8525 55 0 0 19 0 11 0 1787465032 861257728 25292 4294967295 134512640 134569956 3221224336 3221214560 1131478687 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25292 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 85.8
Current children cumulated vsize (Kb) 841072

[startup+100.006 s]
Raw data (loadavg): 1.08 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18277 0 1 0 9508 55 0 0 23 0 11 0 1787465032 861257728 25333 4294967295 134512640 134569956 3221224336 3221214648 1131502677 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25333 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 95.63
Current children cumulated vsize (Kb) 841072

[startup+110.006 s]
Raw data (loadavg): 1.14 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18288 0 1 0 10490 56 0 0 18 0 11 0 1787465032 861257728 25383 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25383 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 105.46
Current children cumulated vsize (Kb) 841072

[startup+120.007 s]
Raw data (loadavg): 1.12 1.06 1.02 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18297 0 1 0 11475 56 0 0 25 0 11 0 1787465032 861257728 25420 4294967295 134512640 134569956 3221224336 3221214560 1131478777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25420 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 115.31
Current children cumulated vsize (Kb) 841072

[startup+130.008 s]
Raw data (loadavg): 1.10 1.06 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18308 0 1 0 12455 56 0 0 24 0 11 0 1787465032 861257728 25459 4294967295 134512640 134569956 3221224336 3221214620 1131543203 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25459 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 125.11
Current children cumulated vsize (Kb) 841072

[startup+140.008 s]
Raw data (loadavg): 1.09 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18319 0 1 0 13441 57 0 0 17 0 11 0 1787465032 861257728 25490 4294967295 134512640 134569956 3221224336 3221214648 1131507565 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25490 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 134.98
Current children cumulated vsize (Kb) 841072

[startup+150.01 s]
Raw data (loadavg): 1.07 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18328 0 1 0 14427 57 0 0 25 0 11 0 1787465032 861257728 25516 4294967295 134512640 134569956 3221224336 3221214648 1131509418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25516 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 144.84
Current children cumulated vsize (Kb) 841072

[startup+160.011 s]
Raw data (loadavg): 1.06 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18338 0 1 0 15410 58 0 0 25 0 11 0 1787465032 861257728 25541 4294967295 134512640 134569956 3221224336 3221214560 1131479520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25541 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 154.68
Current children cumulated vsize (Kb) 841072

[startup+170.01 s]
Raw data (loadavg): 1.05 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18347 0 1 0 16394 58 0 0 20 0 11 0 1787465032 861257728 25572 4294967295 134512640 134569956 3221224336 3221214560 1131480779 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25572 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 164.52
Current children cumulated vsize (Kb) 841072

[startup+180.011 s]
Raw data (loadavg): 1.04 1.05 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18356 0 1 0 17379 58 0 0 25 0 11 0 1787465032 861257728 25598 4294967295 134512640 134569956 3221224336 3221214560 1131479551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25598 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 174.37
Current children cumulated vsize (Kb) 841072

[startup+190.011 s]
Raw data (loadavg): 1.04 1.04 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18365 0 1 0 18365 59 0 0 25 0 11 0 1787465032 861257728 25646 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25646 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 184.24
Current children cumulated vsize (Kb) 841072

[startup+200.011 s]
Raw data (loadavg): 1.03 1.04 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18375 0 1 0 19350 59 0 0 25 0 11 0 1787465032 861257728 25671 4294967295 134512640 134569956 3221224336 3221214648 1131502677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25671 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 194.09
Current children cumulated vsize (Kb) 841072

[startup+210.012 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18384 0 1 0 20337 59 0 0 17 0 11 0 1787465032 861257728 25691 4294967295 134512640 134569956 3221224336 3221214648 1131502403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25691 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (Kb) 841072

[startup+220.012 s]
Raw data (loadavg): 1.02 1.04 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18393 0 1 0 21324 60 0 0 25 0 11 0 1787465032 861257728 25709 4294967295 134512640 134569956 3221224336 3221214648 1131505349 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25709 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 213.84
Current children cumulated vsize (Kb) 841072

[startup+230.013 s]
Raw data (loadavg): 1.02 1.04 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18402 0 1 0 22311 60 0 0 25 0 11 0 1787465032 861257728 25730 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25730 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 223.71
Current children cumulated vsize (Kb) 841072

[startup+240.014 s]
Raw data (loadavg): 1.01 1.04 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18411 0 1 0 23299 60 0 0 25 0 11 0 1787465032 861257728 25751 4294967295 134512640 134569956 3221224336 3221214736 1131369355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25751 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 233.59
Current children cumulated vsize (Kb) 841072

[startup+250.013 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18420 0 1 0 24286 61 0 0 25 0 11 0 1787465032 861257728 25769 4294967295 134512640 134569956 3221224336 3221214504 1131697045 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25769 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 243.47
Current children cumulated vsize (Kb) 841072

[startup+260.014 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18429 0 1 0 25274 61 0 0 25 0 11 0 1787465032 861257728 25789 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25789 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 253.35
Current children cumulated vsize (Kb) 841072

[startup+270.014 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18439 0 1 0 26260 61 0 0 25 0 11 0 1787465032 861257728 25807 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25807 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 263.21
Current children cumulated vsize (Kb) 841072

[startup+280.015 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18448 0 1 0 27248 62 0 0 25 0 11 0 1787465032 861257728 25826 4294967295 134512640 134569956 3221224336 3221214640 1131357113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25826 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 273.1
Current children cumulated vsize (Kb) 841072

[startup+290.016 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18457 0 1 0 28235 62 0 0 25 0 11 0 1787465032 861257728 25842 4294967295 134512640 134569956 3221224336 3221214644 1131469088 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25842 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 282.97
Current children cumulated vsize (Kb) 841072

[startup+300.016 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18466 0 1 0 29222 63 0 0 20 0 11 0 1787465032 861257728 25858 4294967295 134512640 134569956 3221224336 3221214560 1131480783 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25858 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 292.85
Current children cumulated vsize (Kb) 841072

[startup+310.017 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18476 0 1 0 30208 63 0 0 17 0 11 0 1787465032 861257728 25877 4294967295 134512640 134569956 3221224336 3221214648 1131508220 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25877 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 302.71
Current children cumulated vsize (Kb) 841072

[startup+320.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18486 0 1 0 31193 63 0 0 16 0 11 0 1787465032 861257728 25893 4294967295 134512640 134569956 3221224336 3221214552 1131469155 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25893 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 312.56
Current children cumulated vsize (Kb) 841072

[startup+330.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18495 0 1 0 32181 64 0 0 24 0 11 0 1787465032 861257728 25909 4294967295 134512640 134569956 3221224336 3221214520 1131216819 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25909 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 322.45
Current children cumulated vsize (Kb) 841072

[startup+340.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18505 0 1 0 33168 64 0 0 25 0 11 0 1787465032 861257728 25921 4294967295 134512640 134569956 3221224336 3221214560 1131478865 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25921 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 332.32
Current children cumulated vsize (Kb) 841072

[startup+350.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18515 0 1 0 34156 65 0 0 25 0 11 0 1787465032 861257728 25930 4294967295 134512640 134569956 3221224336 3221214648 1131502612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25930 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (Kb) 841072

[startup+360.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18525 0 1 0 35143 65 0 0 25 0 11 0 1787465032 861257728 25937 4294967295 134512640 134569956 3221224336 3221214648 1131504367 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25937 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 352.08
Current children cumulated vsize (Kb) 841072

[startup+370.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18535 0 1 0 36131 66 0 0 24 0 11 0 1787465032 861257728 25950 4294967295 134512640 134569956 3221224336 3221214644 1131478656 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25950 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 361.97
Current children cumulated vsize (Kb) 841072

[startup+380.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18545 0 1 0 37120 66 0 0 25 0 11 0 1787465032 861257728 25956 4294967295 134512640 134569956 3221224336 3221214640 1131357113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25956 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 371.86
Current children cumulated vsize (Kb) 841072

[startup+390.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18555 0 1 0 38107 67 0 0 25 0 11 0 1787465032 861257728 25964 4294967295 134512640 134569956 3221224336 3221214648 1131507668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25964 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 381.74
Current children cumulated vsize (Kb) 841072

[startup+400.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18565 0 1 0 39095 67 0 0 20 0 11 0 1787465032 861257728 25974 4294967295 134512640 134569956 3221224336 3221214560 1131479551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25974 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 391.62
Current children cumulated vsize (Kb) 841072

[startup+410.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18575 0 1 0 40082 67 0 0 25 0 11 0 1787465032 861257728 25983 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 25983 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 401.49
Current children cumulated vsize (Kb) 841072

[startup+420.021 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18585 0 1 0 41069 68 0 0 25 0 11 0 1787465032 861257728 25993 4294967295 134512640 134569956 3221224336 3221214648 1131504432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 25993 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 411.37
Current children cumulated vsize (Kb) 841072

[startup+430.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18594 0 1 0 42058 68 0 0 25 0 11 0 1787465032 861257728 26000 4294967295 134512640 134569956 3221224336 3221214648 1131502677 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26000 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 421.26
Current children cumulated vsize (Kb) 841072

[startup+440.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18604 0 1 0 43044 68 0 0 25 0 11 0 1787465032 861257728 26007 4294967295 134512640 134569956 3221224336 3221214728 1131661651 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26007 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 431.12
Current children cumulated vsize (Kb) 841072

[startup+450.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18614 0 1 0 44031 69 0 0 25 0 11 0 1787465032 861257728 26016 4294967295 134512640 134569956 3221224336 3221214648 1131504606 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26016 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 441
Current children cumulated vsize (Kb) 841072

[startup+460.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18624 0 1 0 45017 69 0 0 25 0 11 0 1787465032 861257728 26034 4294967295 134512640 134569956 3221224336 3221214644 1131469839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26034 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 450.86
Current children cumulated vsize (Kb) 841072

[startup+470.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18633 0 1 0 46002 70 0 0 25 0 11 0 1787465032 861257728 26044 4294967295 134512640 134569956 3221224336 3221214616 1131216239 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26044 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 460.72
Current children cumulated vsize (Kb) 841072

[startup+480.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18643 0 1 0 46985 70 0 0 22 0 11 0 1787465032 861257728 26052 4294967295 134512640 134569956 3221224336 3221214560 1131478705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26052 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 470.55
Current children cumulated vsize (Kb) 841072

[startup+490.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18653 0 1 0 47969 71 0 0 25 0 11 0 1787465032 861257728 26071 4294967295 134512640 134569956 3221224336 3221214648 1131504432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26071 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 480.4
Current children cumulated vsize (Kb) 841072

[startup+500.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18663 0 1 0 48954 72 0 0 18 0 11 0 1787465032 861257728 26118 4294967295 134512640 134569956 3221224336 3221214648 1131507668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26118 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 490.26
Current children cumulated vsize (Kb) 841072

[startup+510.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18672 0 1 0 49942 72 0 0 25 0 11 0 1787465032 861257728 26125 4294967295 134512640 134569956 3221224336 3221214644 1131357189 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26125 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (Kb) 841072

[startup+520.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18682 0 1 0 50930 72 0 0 25 0 11 0 1787465032 861257728 26133 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26133 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 510.02
Current children cumulated vsize (Kb) 841072

[startup+530.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18692 0 1 0 51917 72 0 0 25 0 11 0 1787465032 861257728 26142 4294967295 134512640 134569956 3221224336 3221214648 1131502677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26142 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 519.89
Current children cumulated vsize (Kb) 841072

[startup+540.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18702 0 1 0 52903 73 0 0 25 0 11 0 1787465032 861257728 26148 4294967295 134512640 134569956 3221224336 3221214552 1131469111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26148 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 529.76
Current children cumulated vsize (Kb) 841072

[startup+550.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18712 0 1 0 53890 73 0 0 25 0 11 0 1787465032 861257728 26156 4294967295 134512640 134569956 3221224336 3221214648 1131505398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26156 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 539.63
Current children cumulated vsize (Kb) 841072

[startup+560.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18721 0 1 0 54878 74 0 0 25 0 11 0 1787465032 861257728 26163 4294967295 134512640 134569956 3221224336 3221214648 1131507668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26163 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 549.52
Current children cumulated vsize (Kb) 841072

[startup+570.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18731 0 1 0 55864 75 0 0 21 0 11 0 1787465032 861257728 26171 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26171 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 559.39
Current children cumulated vsize (Kb) 841072

[startup+580.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18741 0 1 0 56851 75 0 0 25 0 11 0 1787465032 861257728 26179 4294967295 134512640 134569956 3221224336 3221214648 1131502387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26179 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 569.26
Current children cumulated vsize (Kb) 841072

[startup+590.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18751 0 1 0 57839 76 0 0 25 0 11 0 1787465032 861257728 26186 4294967295 134512640 134569956 3221224336 3221214640 1131357180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26186 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 579.15
Current children cumulated vsize (Kb) 841072

[startup+600.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18760 0 1 0 58826 76 0 0 25 0 11 0 1787465032 861257728 26192 4294967295 134512640 134569956 3221224336 3221214728 1131661577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26192 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 589.02
Current children cumulated vsize (Kb) 841072

[startup+610.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18770 0 1 0 59814 76 0 0 25 0 11 0 1787465032 861257728 26201 4294967295 134512640 134569956 3221224336 3221214648 1131502612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26201 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 598.9
Current children cumulated vsize (Kb) 841072

[startup+620.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18780 0 1 0 60801 77 0 0 25 0 11 0 1787465032 861257728 26208 4294967295 134512640 134569956 3221224336 3221214600 1131366361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26208 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 608.78
Current children cumulated vsize (Kb) 841072

[startup+630.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18790 0 1 0 61788 77 0 0 24 0 11 0 1787465032 861257728 26216 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26216 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 618.65
Current children cumulated vsize (Kb) 841072

[startup+640.036 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18799 0 1 0 62776 77 0 0 23 0 11 0 1787465032 861257728 26222 4294967295 134512640 134569956 3221224336 3221214644 1131357189 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26222 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 628.53
Current children cumulated vsize (Kb) 841072

[startup+650.037 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18809 0 1 0 63763 78 0 0 25 0 11 0 1787465032 861257728 26231 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26231 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 638.41
Current children cumulated vsize (Kb) 841072

[startup+660.037 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18819 0 1 0 64749 78 0 0 25 0 11 0 1787465032 861257728 26238 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26238 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (Kb) 841072

[startup+670.038 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18829 0 1 0 65737 78 0 0 24 0 11 0 1787465032 861257728 26245 4294967295 134512640 134569956 3221224336 3221214560 1131478777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26245 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 658.15
Current children cumulated vsize (Kb) 841072

[startup+680.039 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18838 0 1 0 66725 78 0 0 25 0 11 0 1787465032 861257728 26253 4294967295 134512640 134569956 3221224336 3221214648 1131508408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26253 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 668.03
Current children cumulated vsize (Kb) 841072

[startup+690.04 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18848 0 1 0 67711 79 0 0 25 0 11 0 1787465032 861257728 26259 4294967295 134512640 134569956 3221224336 3221214644 1131469088 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26259 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 677.9
Current children cumulated vsize (Kb) 841072

[startup+700.041 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18858 0 1 0 68698 79 0 0 18 0 11 0 1787465032 861257728 26267 4294967295 134512640 134569956 3221224336 3221214648 1131503792 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26267 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 687.77
Current children cumulated vsize (Kb) 841072

[startup+710.041 s]
Raw data (loadavg): 1.10 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18868 0 1 0 69684 79 0 0 24 0 11 0 1787465032 861257728 26275 4294967295 134512640 134569956 3221224336 3221214560 1131478768 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26275 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 697.63
Current children cumulated vsize (Kb) 841072

[startup+720.042 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18877 0 1 0 70672 80 0 0 25 0 11 0 1787465032 861257728 26281 4294967295 134512640 134569956 3221224336 3221214648 1131502688 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26281 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 707.52
Current children cumulated vsize (Kb) 841072

[startup+730.043 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18887 0 1 0 71658 80 0 0 25 0 11 0 1787465032 861257728 26288 4294967295 134512640 134569956 3221224336 3221214560 1131478932 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26288 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 717.38
Current children cumulated vsize (Kb) 841072

[startup+740.044 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18897 0 1 0 72645 80 0 0 25 0 11 0 1787465032 861257728 26296 4294967295 134512640 134569956 3221224336 3221214560 1131478777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26296 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 727.25
Current children cumulated vsize (Kb) 841072

[startup+750.045 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18906 0 1 0 73633 81 0 0 25 0 11 0 1787465032 861257728 26302 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26302 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 737.14
Current children cumulated vsize (Kb) 841072

[startup+760.045 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18916 0 1 0 74619 81 0 0 25 0 11 0 1787465032 861257728 26309 4294967295 134512640 134569956 3221224336 3221214560 1131478932 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26309 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 747
Current children cumulated vsize (Kb) 841072

[startup+770.046 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18926 0 1 0 75605 82 0 0 18 0 11 0 1787465032 861257728 26315 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26315 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 756.87
Current children cumulated vsize (Kb) 841072

[startup+780.047 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18936 0 1 0 76592 82 0 0 25 0 11 0 1787465032 861257728 26323 4294967295 134512640 134569956 3221224336 3221214648 1131504432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26323 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 766.74
Current children cumulated vsize (Kb) 841072

[startup+790.047 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18945 0 1 0 77579 83 0 0 25 0 11 0 1787465032 861257728 26330 4294967295 134512640 134569956 3221224336 3221214560 1131478940 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26330 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 776.62
Current children cumulated vsize (Kb) 841072

[startup+800.048 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18955 0 1 0 78565 83 0 0 21 0 11 0 1787465032 861257728 26336 4294967295 134512640 134569956 3221224336 3221214648 1131503916 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26336 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 786.48
Current children cumulated vsize (Kb) 841072

[startup+810.05 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18965 0 1 0 79551 84 0 0 18 0 11 0 1787465032 861257728 26342 4294967295 134512640 134569956 3221224336 3221214560 1131478775 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26342 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 796.35
Current children cumulated vsize (Kb) 841072

[startup+820.049 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18975 0 1 0 80537 84 0 0 25 0 11 0 1787465032 861257728 26349 4294967295 134512640 134569956 3221224336 3221214520 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26349 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 806.21
Current children cumulated vsize (Kb) 841072

[startup+830.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18984 0 1 0 81525 85 0 0 23 0 11 0 1787465032 861257728 26355 4294967295 134512640 134569956 3221224336 3221214648 1131504251 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26355 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 816.1
Current children cumulated vsize (Kb) 841072

[startup+840.051 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 18994 0 1 0 82510 85 0 0 20 0 11 0 1787465032 861257728 26363 4294967295 134512640 134569956 3221224336 3221214644 1131479756 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26363 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 825.95
Current children cumulated vsize (Kb) 841072

[startup+850.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19004 0 1 0 83497 86 0 0 18 0 11 0 1787465032 861257728 26370 4294967295 134512640 134569956 3221224336 3221214560 1131479001 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26370 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 835.83
Current children cumulated vsize (Kb) 841072

[startup+860.051 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19014 0 1 0 84483 86 0 0 25 0 11 0 1787465032 861257728 26376 4294967295 134512640 134569956 3221224336 3221214648 1131508408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26376 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 845.69
Current children cumulated vsize (Kb) 841072

[startup+870.051 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19023 0 1 0 85470 86 0 0 25 0 11 0 1787465032 861257728 26382 4294967295 134512640 134569956 3221224336 3221214560 1131478818 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26382 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 855.56
Current children cumulated vsize (Kb) 841072

[startup+880.052 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19033 0 1 0 86456 87 0 0 20 0 11 0 1787465032 861257728 26389 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26389 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 865.43
Current children cumulated vsize (Kb) 841072

[startup+890.053 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19043 0 1 0 87442 87 0 0 25 0 11 0 1787465032 861257728 26395 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26395 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 875.29
Current children cumulated vsize (Kb) 841072

[startup+900.053 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19053 0 1 0 88428 88 0 0 24 0 11 0 1787465032 861257728 26401 4294967295 134512640 134569956 3221224336 3221214640 1131357154 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26401 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 885.16
Current children cumulated vsize (Kb) 841072

[startup+910.054 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19062 0 1 0 89415 88 0 0 23 0 11 0 1787465032 861257728 26408 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26408 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 895.03
Current children cumulated vsize (Kb) 841072

[startup+920.055 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19072 0 1 0 90402 88 0 0 25 0 11 0 1787465032 861257728 26414 4294967295 134512640 134569956 3221224336 3221214600 1131366361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26414 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 904.9
Current children cumulated vsize (Kb) 841072

[startup+930.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19082 0 1 0 91387 89 0 0 25 0 11 0 1787465032 861257728 26423 4294967295 134512640 134569956 3221224336 3221214560 1131480814 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26423 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 914.76
Current children cumulated vsize (Kb) 841072

[startup+940.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19092 0 1 0 92372 89 0 0 25 0 11 0 1787465032 861257728 26429 4294967295 134512640 134569956 3221224336 3221214600 1131391192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26429 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 924.61
Current children cumulated vsize (Kb) 841072

[startup+950.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19101 0 1 0 93359 89 0 0 22 0 11 0 1787465032 861257728 26435 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26435 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 934.48
Current children cumulated vsize (Kb) 841072

[startup+960.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19111 0 1 0 94345 89 0 0 25 0 11 0 1787465032 861257728 26443 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26443 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 944.34
Current children cumulated vsize (Kb) 841072

[startup+970.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19121 0 1 0 95330 90 0 0 25 0 11 0 1787465032 861257728 26451 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26451 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 954.2
Current children cumulated vsize (Kb) 841072

[startup+980.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19130 0 1 0 96316 91 0 0 25 0 11 0 1787465032 861257728 26458 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26458 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 964.07
Current children cumulated vsize (Kb) 841072

[startup+990.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19140 0 1 0 97302 92 0 0 21 0 11 0 1787465032 861257728 26467 4294967295 134512640 134569956 3221224336 3221214648 1131504432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26467 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 973.94
Current children cumulated vsize (Kb) 841072

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19150 0 1 0 98288 92 0 0 18 0 11 0 1787465032 861257728 26475 4294967295 134512640 134569956 3221224336 3221214648 1131502361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26475 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 983.8
Current children cumulated vsize (Kb) 841072

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19160 0 1 0 99274 93 0 0 17 0 11 0 1787465032 861257728 26482 4294967295 134512640 134569956 3221224336 3221214648 1131503956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26482 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 993.67
Current children cumulated vsize (Kb) 841072

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19169 0 1 0 100261 93 0 0 22 0 11 0 1787465032 861257728 26486 4294967295 134512640 134569956 3221224336 3221214520 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26486 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1003.54
Current children cumulated vsize (Kb) 841072

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19179 0 1 0 101247 93 0 0 20 0 11 0 1787465032 861257728 26492 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26492 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1013.4
Current children cumulated vsize (Kb) 841072

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19189 0 1 0 102232 94 0 0 24 0 11 0 1787465032 861257728 26499 4294967295 134512640 134569956 3221224336 3221214552 1131469768 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26499 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1023.26
Current children cumulated vsize (Kb) 841072

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19198 0 1 0 103219 94 0 0 25 0 11 0 1787465032 861257728 26505 4294967295 134512640 134569956 3221224336 3221214640 1131357180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26505 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1033.13
Current children cumulated vsize (Kb) 841072

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19208 0 1 0 104205 95 0 0 22 0 11 0 1787465032 861257728 26511 4294967295 134512640 134569956 3221224336 3221214648 1131505496 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26511 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1043
Current children cumulated vsize (Kb) 841072

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19218 0 1 0 105191 95 0 0 19 0 11 0 1787465032 861257728 26517 4294967295 134512640 134569956 3221224336 3221214648 1131507668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26517 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1052.86
Current children cumulated vsize (Kb) 841072

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19228 0 1 0 106176 95 0 0 24 0 11 0 1787465032 861257728 26524 4294967295 134512640 134569956 3221224336 3221214648 1131504432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26524 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1062.71
Current children cumulated vsize (Kb) 841072

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19237 0 1 0 107162 96 0 0 25 0 11 0 1787465032 861257728 26530 4294967295 134512640 134569956 3221224336 3221214560 1131480588 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26530 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1072.58
Current children cumulated vsize (Kb) 841072

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19247 0 1 0 108147 97 0 0 25 0 11 0 1787465032 861257728 26536 4294967295 134512640 134569956 3221224336 3221214648 1131507556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26536 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1082.44
Current children cumulated vsize (Kb) 841072

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19257 0 1 0 109133 97 0 0 24 0 11 0 1787465032 861257728 26542 4294967295 134512640 134569956 3221224336 3221214504 1131697045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26542 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1092.3
Current children cumulated vsize (Kb) 841072

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19266 0 1 0 110119 98 0 0 25 0 11 0 1787465032 861257728 26547 4294967295 134512640 134569956 3221224336 3221214560 1131480588 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26547 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1102.17
Current children cumulated vsize (Kb) 841072

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19276 0 1 0 111104 98 0 0 25 0 11 0 1787465032 861257728 26553 4294967295 134512640 134569956 3221224336 3221214648 1131509141 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26553 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1112.02
Current children cumulated vsize (Kb) 841072

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19286 0 1 0 112089 99 0 0 18 0 11 0 1787465032 861257728 26559 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26559 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (Kb) 841072

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19295 0 1 0 113076 100 0 0 24 0 11 0 1787465032 861257728 26565 4294967295 134512640 134569956 3221224336 3221214640 1131357134 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26565 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1131.76
Current children cumulated vsize (Kb) 841072

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19305 0 1 0 114061 100 0 0 25 0 11 0 1787465032 861257728 26572 4294967295 134512640 134569956 3221224336 3221214648 1131507556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26572 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1141.61
Current children cumulated vsize (Kb) 841072

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19315 0 1 0 115045 100 0 0 25 0 11 0 1787465032 861257728 26578 4294967295 134512640 134569956 3221224336 3221214560 1131478825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26578 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1151.45
Current children cumulated vsize (Kb) 841072

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19325 0 1 0 116030 101 0 0 17 0 11 0 1787465032 861257728 26582 4294967295 134512640 134569956 3221224336 3221214648 1131502352 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26582 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1161.31
Current children cumulated vsize (Kb) 841072

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19334 0 1 0 117017 101 0 0 25 0 11 0 1787465032 861257728 26588 4294967295 134512640 134569956 3221224336 3221214648 1131504425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26588 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1171.18
Current children cumulated vsize (Kb) 841072

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19344 0 1 0 118002 101 0 0 25 0 11 0 1787465032 861257728 26595 4294967295 134512640 134569956 3221224336 3221214648 1131502609 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26595 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1181.03
Current children cumulated vsize (Kb) 841072

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19354 0 1 0 118987 102 0 0 24 0 11 0 1787465032 861257728 26601 4294967295 134512640 134569956 3221224336 3221214600 1131390245 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31428/statm): 210268 26601 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1190.89
Current children cumulated vsize (Kb) 841072

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19363 0 1 0 119974 102 0 0 25 0 11 0 1787465032 861257728 26605 4294967295 134512640 134569956 3221224336 3221214024 1131694197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26605 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1200.76
Current children cumulated vsize (Kb) 841072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 31438
Raw data (/proc/31428/stat): 31428 (java) R 31427 31428 15400 0 -1 0 19363 0 1 0 119974 102 0 0 25 0 11 0 1787465032 861257728 26605 4294967295 134512640 134569956 3221224336 3221214560 1131480829 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31428/statm): 210268 26605 13129 16 0 210252 0
[pid=31428] vsize: 841072
Current children cumulated CPU time (s) 1200.76
Current children cumulated vsize (Kb) 841072

Sending SIGTERM to -31428
Sleeping 2 seconds
New thread pid=31440
New thread pid=31441
One traced child (pid=31441) exited with status: 0
One traced child (pid=31437) exited with status: 0
One traced child (pid=31432) exited with status: 0
One traced child (pid=31429) exited with status: 143
One traced child (pid=31430) exited with status: 143
One traced child (pid=31431) exited with status: 143
One traced child (pid=31436) exited with status: 143
One traced child (pid=31433) exited with status: 143
One traced child (pid=31434) exited with status: 143
One traced child (pid=31435) exited with status: 143
One traced child (pid=31438) exited with status: 143
One traced child (pid=31440) exited with status: 143
One traced child (pid=31428) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.19
CPU time (s): 1216.64
CPU user time (s): 1214.84
CPU system time (s): 1.80472
CPU usage (%): 99.709
Max. virtual memory (cumulated for all children) (Kb): 842172

Verifier Data

ERROR: no interpretation found !