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

Namesubmitted/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM0493ba9e257fafbb54efa7af2eeb7bf2
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark15.8786
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31

Trace number 3193

Launcher Data

LAUNCH ON wulflinc25 THE 2005-09-18 22:25:47 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6110 boxname=wulflinc25 idbench=250 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0493ba9e257fafbb54efa7af2eeb7bf2  /oldhome/oroussel/tmp/wulflinc25/normalized-cc.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc25/normalized-cc.opb
IDLAUNCH: 6110
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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.220
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:        897340 kB
Buffers:         35720 kB
Cached:          74700 kB
SwapCached:        896 kB
Active:          70144 kB
Inactive:        42936 kB
HighTotal:      131008 kB
HighFree:        54880 kB
LowTotal:       903652 kB
LowFree:        842460 kB
SwapTotal:     2097892 kB
SwapFree:      2096496 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            18628 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 22:46:37 (client local time) WITH STATUS 143 IN 1255.54 SECONDS
stats: 6110 0 1255.54 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/wulflinc25/normalized-cc.opb
c reading problem ... done. Time 0.45 ms.
c #vars     133
c #constraints  229
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                1755 		Current CPU time: 0.55 ms
c CURRENT OPTIMUM=                1746 		Current CPU time: 0.85 ms
c CURRENT OPTIMUM=                1737 		Current CPU time: 0.99 ms
c CURRENT OPTIMUM=                1733 		Current CPU time: 1.51 ms
c CURRENT OPTIMUM=                1715 		Current CPU time: 1.82 ms
c CURRENT OPTIMUM=                1698 		Current CPU time: 9.80 ms
c CURRENT OPTIMUM=                1697 		Current CPU time: 10.14 ms
c CURRENT OPTIMUM=                1679 		Current CPU time: 10.51 ms
c CURRENT OPTIMUM=                1661 		Current CPU time: 11.03 ms
c CURRENT OPTIMUM=                1654 		Current CPU time: 27.40 ms
c CURRENT OPTIMUM=                1635 		Current CPU time: 31.91 ms
c CURRENT OPTIMUM=                1627 		Current CPU time: 247.14 ms
c CURRENT OPTIMUM=                1599 		Current CPU time: 608.37 ms
c starts		: 30
c conflicts		: 4218
c decisions		: 15991
c propagations		: 61895
c inspects		: 6537457
c learnt literals	: 0
c learnt binary clauses	: 1
c learnt ternary clauses	: 0
c learnt clauses	: 4218
c root simplifications	: 31
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 15486
c speed (decisions/second)	: 24.97146185570552
c non guided choices	578
c random choices	0
s SATISFIABLE
v -x1 x2 -x3 -x4 x5 -x6 x7 -x8 x9 x10 -x11 x12 x13 -x14 -x15 x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 x48 x49 x50 x51 -x52 x53 x54 -x55 -x56 x57 -x58 -x59 x60 -x61 x62 x63 x64 x65 x66 -x67 x68 x69 x70 -x71 -x72 x73 x74 x75 -x76 x77 x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 
c objective function=1599
c Total CPU time (ms) : 1248.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/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1844867787 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 39 3 38 16 0 23 0
[pid=17265] 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/17265
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=17266
New thread pid=17267
New thread pid=17268
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=17269
New thread pid=17270
New thread pid=17271
New thread pid=17272
New thread pid=17273
New thread pid=17274
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/wulflinc25/normalized-cc.opb
New thread pid=17275
One traced child (pid=17275) exited with status: 0
New thread pid=17276
One traced child (pid=17276) exited with status: 0
New thread pid=17277
New thread pid=17278
One traced child (pid=17277) exited with status: 0
One traced child (pid=17278) exited with status: 0
New thread pid=17279
One traced child (pid=17279) exited with status: 0
New thread pid=17280

[startup+10.0019 s]
Raw data (loadavg): 0.94 0.96 0.91 2/66 17280
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18162 6 1 0 656 47 0 0 25 0 11 0 1844867787 860262400 20301 4294967295 134512640 134569956 3221224352 3221214608 1131370866 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 210025 20301 13129 16 0 210009 0
[pid=17265] vsize: 840100
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (Kb) 840100
One traced child (pid=17280) exited with status: 0
New thread pid=17281
One traced child (pid=17281) exited with status: 0
New thread pid=17282
One traced child (pid=17282) exited with status: 0
New thread pid=17283
One traced child (pid=17283) exited with status: 0
New thread pid=17284

[startup+20.0025 s]
Raw data (loadavg): 0.95 0.96 0.91 2/66 17284
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18172 6 1 0 1603 47 0 0 24 0 11 0 1844867787 859930624 21113 4294967295 134512640 134569956 3221224352 3221214528 1131373071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 21113 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 16.5
Current children cumulated vsize (Kb) 839776
One traced child (pid=17284) exited with status: 0
New thread pid=17285

[startup+30.0031 s]
Raw data (loadavg): 0.96 0.96 0.91 2/66 17285
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18178 6 1 0 2551 48 0 0 22 0 11 0 1844867787 859930624 21747 4294967295 134512640 134569956 3221224352 3221214720 1131335697 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 21747 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 25.99
Current children cumulated vsize (Kb) 839776
One traced child (pid=17285) exited with status: 0
New thread pid=17286

[startup+40.0037 s]
Raw data (loadavg): 0.96 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18186 6 1 0 3490 48 0 0 25 0 11 0 1844867787 859930624 21954 4294967295 134512640 134569956 3221224352 3221214528 1131372993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 21954 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 35.38
Current children cumulated vsize (Kb) 839776

[startup+50.0043 s]
Raw data (loadavg): 0.97 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18193 6 1 0 4440 49 0 0 25 0 11 0 1844867787 859930624 22119 4294967295 134512640 134569956 3221224352 3221214720 1131587322 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 22119 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 44.89
Current children cumulated vsize (Kb) 839776

[startup+60.0039 s]
Raw data (loadavg): 0.97 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18200 6 1 0 5378 49 0 0 25 0 11 0 1844867787 859930624 22236 4294967295 134512640 134569956 3221224352 3221214720 1131587674 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 22236 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (Kb) 839776

[startup+70.0045 s]
Raw data (loadavg): 0.98 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18211 6 1 0 6317 50 0 0 19 0 11 0 1844867787 859930624 22452 4294967295 134512640 134569956 3221224352 3221214672 1131340154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 22452 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (Kb) 839776

[startup+80.0052 s]
Raw data (loadavg): 0.98 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) S 17264 17265 4419 0 -1 0 18215 6 1 0 7272 50 0 0 17 0 11 0 1844867787 859930624 22609 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 22609 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 73.22
Current children cumulated vsize (Kb) 839776

[startup+90.0067 s]
Raw data (loadavg): 0.98 0.96 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18225 6 1 0 8203 51 0 0 17 0 11 0 1844867787 859930624 22837 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 22837 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 82.54
Current children cumulated vsize (Kb) 839776

[startup+100.007 s]
Raw data (loadavg): 0.98 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18232 6 1 0 9132 51 0 0 22 0 11 0 1844867787 859930624 22977 4294967295 134512640 134569956 3221224352 3221214584 1131325657 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 22977 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 91.83
Current children cumulated vsize (Kb) 839776

[startup+110.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) S 17264 17265 4419 0 -1 0 18238 6 1 0 10069 52 0 0 17 0 11 0 1844867787 859930624 23149 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 23149 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (Kb) 839776

[startup+120.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18245 6 1 0 11000 52 0 0 16 0 11 0 1844867787 859930624 23382 4294967295 134512640 134569956 3221224352 3221214648 1131340257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 23382 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 110.52
Current children cumulated vsize (Kb) 839776

[startup+130.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18251 6 1 0 11948 53 0 0 19 0 11 0 1844867787 859930624 23628 4294967295 134512640 134569956 3221224352 3221214488 1131536313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 23628 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 839776

[startup+140.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18257 6 1 0 12901 53 0 0 24 0 11 0 1844867787 859930624 23754 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 23754 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 129.54
Current children cumulated vsize (Kb) 839776

[startup+150.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18264 6 1 0 13848 53 0 0 20 0 11 0 1844867787 859930624 23923 4294967295 134512640 134569956 3221224352 3221214496 1131396736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 23923 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 139.01
Current children cumulated vsize (Kb) 839776

[startup+160.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18270 6 1 0 14811 54 0 0 17 0 11 0 1844867787 859930624 24037 4294967295 134512640 134569956 3221224352 3221214696 1131335705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 24037 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 148.65
Current children cumulated vsize (Kb) 839776

[startup+170.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18274 6 1 0 15778 54 0 0 25 0 11 0 1844867787 859930624 24157 4294967295 134512640 134569956 3221224352 3221214072 1131600326 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 24157 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 158.32
Current children cumulated vsize (Kb) 839776

[startup+180.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18279 6 1 0 16734 54 0 0 25 0 11 0 1844867787 859930624 24243 4294967295 134512640 134569956 3221224352 3221214648 1131341311 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 24243 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 167.88
Current children cumulated vsize (Kb) 839776

[startup+190.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18283 6 1 0 17696 55 0 0 25 0 11 0 1844867787 859930624 24333 4294967295 134512640 134569956 3221224352 3221214120 1131601696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 24333 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 177.51
Current children cumulated vsize (Kb) 839776

[startup+200.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18288 6 1 0 18650 55 0 0 25 0 11 0 1844867787 859930624 24428 4294967295 134512640 134569956 3221224352 3221214648 1131340980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 24428 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 187.05
Current children cumulated vsize (Kb) 839776

[startup+210.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18293 6 1 0 19599 55 0 0 25 0 11 0 1844867787 859930624 24506 4294967295 134512640 134569956 3221224352 3221214744 1131349463 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 24506 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 196.54
Current children cumulated vsize (Kb) 839776

[startup+220.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18299 6 1 0 20549 55 0 0 25 0 11 0 1844867787 859930624 24628 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 24628 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 206.04
Current children cumulated vsize (Kb) 839776

[startup+230.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18304 6 1 0 21500 55 0 0 25 0 11 0 1844867787 859930624 24821 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 24821 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 215.55
Current children cumulated vsize (Kb) 839776

[startup+240.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17286
Raw data (/proc/17265/stat): 17265 (java) S 17264 17265 4419 0 -1 0 18309 6 1 0 22448 56 0 0 17 0 11 0 1844867787 859930624 24984 4294967295 134512640 134569956 3221224352 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 24984 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 225.04
Current children cumulated vsize (Kb) 839776
One traced child (pid=17286) exited with status: 0
New thread pid=17287

[startup+250.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18316 6 1 0 23407 57 0 0 25 0 11 0 1844867787 859930624 25147 4294967295 134512640 134569956 3221224352 3221214648 1131340616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25147 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 234.64
Current children cumulated vsize (Kb) 839776

[startup+260.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18323 6 1 0 24356 57 0 0 25 0 11 0 1844867787 859930624 25320 4294967295 134512640 134569956 3221224352 3221214520 1131340959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 25320 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 244.13
Current children cumulated vsize (Kb) 839776

[startup+270.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18329 6 1 0 25314 57 0 0 15 0 11 0 1844867787 859930624 25477 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25477 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 253.71
Current children cumulated vsize (Kb) 839776

[startup+280.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18333 6 1 0 26287 57 0 0 25 0 11 0 1844867787 859930624 25552 4294967295 134512640 134569956 3221224352 3221214648 1131340491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25552 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 263.44
Current children cumulated vsize (Kb) 839776

[startup+290.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18337 6 1 0 27258 58 0 0 25 0 11 0 1844867787 859930624 25673 4294967295 134512640 134569956 3221224352 3221214392 1131601703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 25673 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 273.16
Current children cumulated vsize (Kb) 839776

[startup+300.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18342 6 1 0 28221 58 0 0 18 0 11 0 1844867787 859930624 25776 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25776 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 282.79
Current children cumulated vsize (Kb) 839776

[startup+310.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18346 6 1 0 29190 58 0 0 25 0 11 0 1844867787 859930624 25834 4294967295 134512640 134569956 3221224352 3221214408 1131562533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25834 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 292.48
Current children cumulated vsize (Kb) 839776

[startup+320.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18351 6 1 0 30151 58 0 0 25 0 11 0 1844867787 859930624 25909 4294967295 134512640 134569956 3221224352 3221214432 1131604598 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 25909 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 302.09
Current children cumulated vsize (Kb) 839776

[startup+330.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18357 6 1 0 31102 59 0 0 25 0 11 0 1844867787 859930624 26030 4294967295 134512640 134569956 3221224352 3221214264 1131604352 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 26030 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 311.61
Current children cumulated vsize (Kb) 839776

[startup+340.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18362 6 1 0 32062 59 0 0 25 0 11 0 1844867787 859930624 26123 4294967295 134512640 134569956 3221224352 3221214448 1131601643 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 26123 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 321.21
Current children cumulated vsize (Kb) 839776

[startup+350.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18368 6 1 0 33016 60 0 0 25 0 11 0 1844867787 859930624 26290 4294967295 134512640 134569956 3221224352 3221214584 1131365194 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 26290 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 330.76
Current children cumulated vsize (Kb) 839776

[startup+360.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18373 6 1 0 33977 60 0 0 25 0 11 0 1844867787 859930624 26467 4294967295 134512640 134569956 3221224352 3221214328 1131601736 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 26467 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 340.37
Current children cumulated vsize (Kb) 839776

[startup+370.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18379 6 1 0 34939 60 0 0 25 0 11 0 1844867787 859930624 26605 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 26605 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 349.99
Current children cumulated vsize (Kb) 839776

[startup+380.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18385 6 1 0 35895 60 0 0 25 0 11 0 1844867787 859930624 26724 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 26724 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 359.55
Current children cumulated vsize (Kb) 839776

[startup+390.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18391 6 1 0 36854 60 0 0 25 0 11 0 1844867787 859930624 26855 4294967295 134512640 134569956 3221224352 3221214632 1131620229 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 26855 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 369.14
Current children cumulated vsize (Kb) 839776

[startup+400.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18398 6 1 0 37809 61 0 0 24 0 11 0 1844867787 859930624 26981 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 26981 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 378.7
Current children cumulated vsize (Kb) 839776

[startup+410.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18403 6 1 0 38777 61 0 0 25 0 11 0 1844867787 859930624 27102 4294967295 134512640 134569956 3221224352 3221214648 1131340626 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 27102 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 388.38
Current children cumulated vsize (Kb) 839776

[startup+420.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18408 6 1 0 39747 61 0 0 21 0 11 0 1844867787 859930624 27211 4294967295 134512640 134569956 3221224352 3221214648 1131340093 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27211 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 398.08
Current children cumulated vsize (Kb) 839776

[startup+430.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18412 6 1 0 40723 61 0 0 25 0 11 0 1844867787 859930624 27295 4294967295 134512640 134569956 3221224352 3221214548 1131057176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 27295 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 407.84
Current children cumulated vsize (Kb) 839776

[startup+440.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18419 6 1 0 41682 61 0 0 18 0 11 0 1844867787 859930624 27388 4294967295 134512640 134569956 3221224352 3221214548 1131057152 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27388 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 417.43
Current children cumulated vsize (Kb) 839776

[startup+450.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18426 6 1 0 42642 61 0 0 17 0 11 0 1844867787 859930624 27476 4294967295 134512640 134569956 3221224352 3221214696 1131335705 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27476 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 427.03
Current children cumulated vsize (Kb) 839776

[startup+460.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18431 6 1 0 43611 62 0 0 23 0 11 0 1844867787 859930624 27560 4294967295 134512640 134569956 3221224352 3221214648 1131340745 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 27560 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 436.73
Current children cumulated vsize (Kb) 839776

[startup+470.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18437 6 1 0 44578 62 0 0 25 0 11 0 1844867787 859930624 27658 4294967295 134512640 134569956 3221224352 3221214648 1131340703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27658 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 446.4
Current children cumulated vsize (Kb) 839776

[startup+480.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18443 6 1 0 45546 62 0 0 25 0 11 0 1844867787 859930624 27758 4294967295 134512640 134569956 3221224352 3221214520 1131373030 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27758 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 456.08
Current children cumulated vsize (Kb) 839776

[startup+490.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18449 6 1 0 46514 62 0 0 24 0 11 0 1844867787 859930624 27798 4294967295 134512640 134569956 3221224352 3221214616 1131370947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27798 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 465.76
Current children cumulated vsize (Kb) 839776

[startup+500.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) S 17264 17265 4419 0 -1 0 18454 6 1 0 47480 63 0 0 17 0 11 0 1844867787 859930624 27870 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27870 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 475.43
Current children cumulated vsize (Kb) 839776

[startup+510.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18460 6 1 0 48451 63 0 0 25 0 11 0 1844867787 859930624 27973 4294967295 134512640 134569956 3221224352 3221214696 1131335685 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 27973 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 485.14
Current children cumulated vsize (Kb) 839776

[startup+520.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18465 6 1 0 49423 63 0 0 25 0 11 0 1844867787 859930624 28027 4294967295 134512640 134569956 3221224352 3221214648 1131340753 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28027 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 494.86
Current children cumulated vsize (Kb) 839776

[startup+530.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18472 6 1 0 50384 64 0 0 25 0 11 0 1844867787 859930624 28113 4294967295 134512640 134569956 3221224352 3221214340 1131600272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28113 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 504.48
Current children cumulated vsize (Kb) 839776

[startup+540.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18479 6 1 0 51347 65 0 0 21 0 11 0 1844867787 859930624 28219 4294967295 134512640 134569956 3221224352 3221214744 1131349639 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28219 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 514.12
Current children cumulated vsize (Kb) 839776

[startup+550.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18485 6 1 0 52316 65 0 0 25 0 11 0 1844867787 859930624 28319 4294967295 134512640 134569956 3221224352 3221214744 1131349477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28319 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 523.81
Current children cumulated vsize (Kb) 839776

[startup+560.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18490 6 1 0 53293 65 0 0 25 0 11 0 1844867787 859930624 28393 4294967295 134512640 134569956 3221224352 3221214648 1131340101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28393 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 533.58
Current children cumulated vsize (Kb) 839776

[startup+570.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18497 6 1 0 54260 65 0 0 23 0 11 0 1844867787 859930624 28457 4294967295 134512640 134569956 3221224352 3221214696 1131335680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28457 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 543.25
Current children cumulated vsize (Kb) 839776

[startup+580.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18504 6 1 0 55225 66 0 0 25 0 11 0 1844867787 859930624 28525 4294967295 134512640 134569956 3221224352 3221214696 1131335777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28525 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 552.91
Current children cumulated vsize (Kb) 839776

[startup+590.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18509 6 1 0 56200 66 0 0 25 0 11 0 1844867787 859930624 28574 4294967295 134512640 134569956 3221224352 3221214744 1131349622 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28574 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 562.66
Current children cumulated vsize (Kb) 839776

[startup+600.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17287
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18515 6 1 0 57170 66 0 0 25 0 11 0 1844867787 859930624 28621 4294967295 134512640 134569956 3221224352 3221214744 1131349792 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28621 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 572.36
Current children cumulated vsize (Kb) 839776
One traced child (pid=17287) exited with status: 0
New thread pid=17288

[startup+610.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18521 6 1 0 58140 67 0 0 25 0 11 0 1844867787 859930624 28676 4294967295 134512640 134569956 3221224352 3221214016 1131600406 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28676 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (Kb) 839776

[startup+620.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18526 6 1 0 59115 68 0 0 24 0 11 0 1844867787 859930624 28753 4294967295 134512640 134569956 3221224352 3221214696 1131335830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28753 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 591.83
Current children cumulated vsize (Kb) 839776

[startup+630.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18532 6 1 0 60087 68 0 0 25 0 11 0 1844867787 859930624 28828 4294967295 134512640 134569956 3221224352 3221214480 1131498764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28828 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 601.55
Current children cumulated vsize (Kb) 839776

[startup+640.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18538 6 1 0 61059 69 0 0 18 0 11 0 1844867787 859930624 28890 4294967295 134512640 134569956 3221224352 3221214740 1131372691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28890 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 611.28
Current children cumulated vsize (Kb) 839776

[startup+650.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18543 6 1 0 62034 69 0 0 25 0 11 0 1844867787 859930624 28939 4294967295 134512640 134569956 3221224352 3221214216 1131601730 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 28939 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 621.03
Current children cumulated vsize (Kb) 839776

[startup+660.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18549 6 1 0 63004 70 0 0 25 0 11 0 1844867787 859930624 28985 4294967295 134512640 134569956 3221224352 3221214144 1085806313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 28985 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 630.74
Current children cumulated vsize (Kb) 839776

[startup+670.039 s]
Raw data (loadavg): 1.07 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18554 6 1 0 63977 70 0 0 25 0 11 0 1844867787 859930624 29009 4294967295 134512640 134569956 3221224352 3221214504 1131438172 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29009 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 640.47
Current children cumulated vsize (Kb) 839776

[startup+680.039 s]
Raw data (loadavg): 1.06 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18559 6 1 0 64948 70 0 0 25 0 11 0 1844867787 859930624 29075 4294967295 134512640 134569956 3221224352 3221214520 1131373154 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29075 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 650.18
Current children cumulated vsize (Kb) 839776

[startup+690.04 s]
Raw data (loadavg): 1.05 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18565 6 1 0 65912 71 0 0 16 0 11 0 1844867787 859930624 29142 4294967295 134512640 134569956 3221224352 3221214648 1131340516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29142 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 659.83
Current children cumulated vsize (Kb) 839776

[startup+700.04 s]
Raw data (loadavg): 1.04 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18569 6 1 0 66888 71 0 0 25 0 11 0 1844867787 859930624 29194 4294967295 134512640 134569956 3221224352 3221214696 1131335680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29194 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 669.59
Current children cumulated vsize (Kb) 839776

[startup+710.04 s]
Raw data (loadavg): 1.04 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18574 6 1 0 67858 72 0 0 25 0 11 0 1844867787 859930624 29245 4294967295 134512640 134569956 3221224352 3221214648 1131340622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29245 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 679.3
Current children cumulated vsize (Kb) 839776

[startup+720.041 s]
Raw data (loadavg): 1.03 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18580 6 1 0 68822 72 0 0 25 0 11 0 1844867787 859930624 29314 4294967295 134512640 134569956 3221224352 3221214696 1131335680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29314 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 688.94
Current children cumulated vsize (Kb) 839776

[startup+730.041 s]
Raw data (loadavg): 1.03 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18587 6 1 0 69783 72 0 0 25 0 11 0 1844867787 859930624 29462 4294967295 134512640 134569956 3221224352 3221214648 1131341522 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29462 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 698.55
Current children cumulated vsize (Kb) 839776

[startup+740.043 s]
Raw data (loadavg): 1.02 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18594 6 1 0 70748 73 0 0 21 0 11 0 1844867787 859930624 29575 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29575 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 708.21
Current children cumulated vsize (Kb) 839776

[startup+750.043 s]
Raw data (loadavg): 1.02 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18599 6 1 0 71722 73 0 0 25 0 11 0 1844867787 859930624 29657 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29657 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 717.95
Current children cumulated vsize (Kb) 839776

[startup+760.044 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18605 6 1 0 72691 74 0 0 25 0 11 0 1844867787 859930624 29732 4294967295 134512640 134569956 3221224352 3221214648 1131340241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29732 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 727.65
Current children cumulated vsize (Kb) 839776

[startup+770.045 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18612 6 1 0 73658 74 0 0 25 0 11 0 1844867787 859930624 29784 4294967295 134512640 134569956 3221224352 3221214648 1131340510 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 29784 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 737.32
Current children cumulated vsize (Kb) 839776

[startup+780.045 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18619 6 1 0 74618 74 0 0 25 0 11 0 1844867787 859930624 29843 4294967295 134512640 134569956 3221224352 3221214648 1131340597 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29843 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 746.92
Current children cumulated vsize (Kb) 839776

[startup+790.047 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18625 6 1 0 75583 75 0 0 19 0 11 0 1844867787 859930624 29932 4294967295 134512640 134569956 3221224352 3221214740 1131340076 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 29932 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 756.58
Current children cumulated vsize (Kb) 839776

[startup+800.047 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18631 6 1 0 76548 75 0 0 25 0 11 0 1844867787 859930624 30032 4294967295 134512640 134569956 3221224352 3221214648 1131340491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30032 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 766.23
Current children cumulated vsize (Kb) 839776

[startup+810.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18636 6 1 0 77520 76 0 0 15 0 11 0 1844867787 859930624 30112 4294967295 134512640 134569956 3221224352 3221214648 1131340797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30112 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 775.96
Current children cumulated vsize (Kb) 839776

[startup+820.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18642 6 1 0 78488 76 0 0 25 0 11 0 1844867787 859930624 30202 4294967295 134512640 134569956 3221224352 3221214476 1131638055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30202 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 785.64
Current children cumulated vsize (Kb) 839776

[startup+830.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18649 6 1 0 79453 76 0 0 25 0 11 0 1844867787 859930624 30305 4294967295 134512640 134569956 3221224352 3221214520 1131373071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30305 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 795.29
Current children cumulated vsize (Kb) 839776

[startup+840.055 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18656 6 1 0 80419 77 0 0 16 0 11 0 1844867787 859930624 30401 4294967295 134512640 134569956 3221224352 3221214648 1131340489 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30401 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 804.96
Current children cumulated vsize (Kb) 839776

[startup+850.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18663 6 1 0 81388 77 0 0 17 0 11 0 1844867787 859930624 30477 4294967295 134512640 134569956 3221224352 3221214648 1131340663 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30477 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 814.65
Current children cumulated vsize (Kb) 839776

[startup+860.057 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18669 6 1 0 82360 77 0 0 25 0 11 0 1844867787 859930624 30555 4294967295 134512640 134569956 3221224352 3221214520 1131373164 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30555 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 824.37
Current children cumulated vsize (Kb) 839776

[startup+870.058 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18675 6 1 0 83332 77 0 0 25 0 11 0 1844867787 859930624 30620 4294967295 134512640 134569956 3221224352 3221214696 1131335805 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30620 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 834.09
Current children cumulated vsize (Kb) 839776

[startup+880.057 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18681 6 1 0 84302 77 0 0 25 0 11 0 1844867787 859930624 30670 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30670 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 843.79
Current children cumulated vsize (Kb) 839776

[startup+890.059 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18687 6 1 0 85271 78 0 0 25 0 11 0 1844867787 859930624 30720 4294967295 134512640 134569956 3221224352 3221214144 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30720 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 853.49
Current children cumulated vsize (Kb) 839776

[startup+900.059 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18693 6 1 0 86238 78 0 0 25 0 11 0 1844867787 859930624 30764 4294967295 134512640 134569956 3221224352 3221214648 1131340675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30764 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 863.16
Current children cumulated vsize (Kb) 839776

[startup+910.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18699 6 1 0 87203 79 0 0 25 0 11 0 1844867787 859930624 30830 4294967295 134512640 134569956 3221224352 3221214648 1131340622 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 30830 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 872.82
Current children cumulated vsize (Kb) 839776

[startup+920.062 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18705 6 1 0 88169 79 0 0 22 0 11 0 1844867787 859930624 30918 4294967295 134512640 134569956 3221224352 3221214592 1131359895 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 30918 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 882.48
Current children cumulated vsize (Kb) 839776

[startup+930.062 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18712 6 1 0 89131 79 0 0 25 0 11 0 1844867787 859930624 31014 4294967295 134512640 134569956 3221224352 3221214696 1131335680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31014 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 892.1
Current children cumulated vsize (Kb) 839776

[startup+940.063 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18719 6 1 0 90094 80 0 0 25 0 11 0 1844867787 859930624 31128 4294967295 134512640 134569956 3221224352 3221214744 1131349477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 31128 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 901.74
Current children cumulated vsize (Kb) 839776

[startup+950.063 s]
Raw data (loadavg): 1.07 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18725 6 1 0 91064 80 0 0 25 0 11 0 1844867787 859930624 31208 4294967295 134512640 134569956 3221224352 3221214648 1131340531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31208 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 911.44
Current children cumulated vsize (Kb) 839776

[startup+960.064 s]
Raw data (loadavg): 1.06 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18730 6 1 0 92041 81 0 0 25 0 11 0 1844867787 859930624 31273 4294967295 134512640 134569956 3221224352 3221214032 1085806334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 31273 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 921.22
Current children cumulated vsize (Kb) 839776

[startup+970.065 s]
Raw data (loadavg): 1.05 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18735 6 1 0 93018 81 0 0 18 0 11 0 1844867787 859930624 31334 4294967295 134512640 134569956 3221224352 3221214696 1131335801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 31334 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 930.99
Current children cumulated vsize (Kb) 839776

[startup+980.065 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18740 6 1 0 93993 81 0 0 22 0 11 0 1844867787 859930624 31383 4294967295 134512640 134569956 3221224352 3221214696 1131335705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31383 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 940.74
Current children cumulated vsize (Kb) 839776

[startup+990.067 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18744 6 1 0 94973 82 0 0 25 0 11 0 1844867787 859930624 31421 4294967295 134512640 134569956 3221224352 3221214256 1085806717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31421 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 950.55
Current children cumulated vsize (Kb) 839776

[startup+1000.07 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18749 6 1 0 95949 82 0 0 25 0 11 0 1844867787 859930624 31471 4294967295 134512640 134569956 3221224352 3221214520 1131373271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31471 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 960.31
Current children cumulated vsize (Kb) 839776

[startup+1010.07 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18754 6 1 0 96924 82 0 0 25 0 11 0 1844867787 859930624 31510 4294967295 134512640 134569956 3221224352 3221214520 1131373249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31510 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 970.06
Current children cumulated vsize (Kb) 839776

[startup+1020.07 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18759 6 1 0 97898 83 0 0 25 0 11 0 1844867787 859930624 31555 4294967295 134512640 134569956 3221224352 3221214648 1131340266 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31555 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 979.81
Current children cumulated vsize (Kb) 839776

[startup+1030.07 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18765 6 1 0 98866 83 0 0 24 0 11 0 1844867787 859930624 31620 4294967295 134512640 134569956 3221224352 3221214648 1131340652 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 31620 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 989.49
Current children cumulated vsize (Kb) 839776

[startup+1040.07 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18770 6 1 0 99841 83 0 0 25 0 11 0 1844867787 859930624 31678 4294967295 134512640 134569956 3221224352 3221214648 1131373294 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31678 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 999.24
Current children cumulated vsize (Kb) 839776

[startup+1050.07 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18777 6 1 0 100806 84 0 0 17 0 11 0 1844867787 859930624 31733 4294967295 134512640 134569956 3221224352 3221214696 1131335726 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 31733 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1008.9
Current children cumulated vsize (Kb) 839776

[startup+1060.07 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18781 6 1 0 101785 84 0 0 25 0 11 0 1844867787 859930624 31786 4294967295 134512640 134569956 3221224352 3221214744 1131349622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31786 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1018.69
Current children cumulated vsize (Kb) 839776

[startup+1070.07 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18787 6 1 0 102755 84 0 0 23 0 11 0 1844867787 859930624 31863 4294967295 134512640 134569956 3221224352 3221214560 1131601648 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31863 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1028.39
Current children cumulated vsize (Kb) 839776

[startup+1080.07 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18793 6 1 0 103725 84 0 0 25 0 11 0 1844867787 859930624 31940 4294967295 134512640 134569956 3221224352 3221213872 1085806348 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31940 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1038.09
Current children cumulated vsize (Kb) 839776

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18797 6 1 0 104707 84 0 0 25 0 11 0 1844867787 859930624 31982 4294967295 134512640 134569956 3221224352 3221214552 1131601736 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 31982 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1047.91
Current children cumulated vsize (Kb) 839776

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18803 6 1 0 105676 84 0 0 16 0 11 0 1844867787 859930624 32050 4294967295 134512640 134569956 3221224352 3221214696 1131335697 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32050 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1057.6
Current children cumulated vsize (Kb) 839776

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18807 6 1 0 106653 85 0 0 25 0 11 0 1844867787 859930624 32072 4294967295 134512640 134569956 3221224352 3221214744 1131349625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32072 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1067.38
Current children cumulated vsize (Kb) 839776

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) S 17264 17265 4419 0 -1 0 18813 6 1 0 107617 85 0 0 16 0 11 0 1844867787 859930624 32178 4294967295 134512640 134569956 3221224352 3221213352 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32178 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1077.02
Current children cumulated vsize (Kb) 839776

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18819 6 1 0 108587 85 0 0 25 0 11 0 1844867787 859930624 32238 4294967295 134512640 134569956 3221224352 3221214480 1131498116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32238 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1086.72
Current children cumulated vsize (Kb) 839776

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18823 6 1 0 109564 86 0 0 25 0 11 0 1844867787 859930624 32266 4294967295 134512640 134569956 3221224352 3221213928 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32266 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1096.5
Current children cumulated vsize (Kb) 839776

[startup+1150.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18829 6 1 0 110529 86 0 0 17 0 11 0 1844867787 859930624 32378 4294967295 134512640 134569956 3221224352 3221214712 1131568071 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32378 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1106.15
Current children cumulated vsize (Kb) 839776

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18834 6 1 0 111500 86 0 0 25 0 11 0 1844867787 859930624 32466 4294967295 134512640 134569956 3221224352 3221214780 1131057236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32466 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1115.86
Current children cumulated vsize (Kb) 839776

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18839 6 1 0 112471 86 0 0 25 0 11 0 1844867787 859930624 32561 4294967295 134512640 134569956 3221224352 3221214280 1131601724 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 32561 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1125.57
Current children cumulated vsize (Kb) 839776

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18845 6 1 0 113437 87 0 0 25 0 11 0 1844867787 859930624 32614 4294967295 134512640 134569956 3221224352 3221214648 1131340797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32614 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1135.24
Current children cumulated vsize (Kb) 839776

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18850 6 1 0 114408 87 0 0 21 0 11 0 1844867787 859930624 32669 4294967295 134512640 134569956 3221224352 3221214648 1131340765 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 32669 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1144.95
Current children cumulated vsize (Kb) 839776

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18855 6 1 0 115381 87 0 0 17 0 11 0 1844867787 859930624 32748 4294967295 134512640 134569956 3221224352 3221214408 1131563676 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32748 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1154.68
Current children cumulated vsize (Kb) 839776

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18860 6 1 0 116353 89 0 0 25 0 11 0 1844867787 859930624 32816 4294967295 134512640 134569956 3221224352 3221214520 1131373249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32816 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1164.42
Current children cumulated vsize (Kb) 839776

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18866 6 1 0 117323 89 0 0 25 0 11 0 1844867787 859930624 32888 4294967295 134512640 134569956 3221224352 3221214744 1131349463 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/17265/statm): 209944 32888 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1174.12
Current children cumulated vsize (Kb) 839776

[startup+1230.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18872 6 1 0 118294 90 0 0 25 0 11 0 1844867787 859930624 32971 4294967295 134512640 134569956 3221224352 3221214648 1131340683 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 32971 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1183.84
Current children cumulated vsize (Kb) 839776

[startup+1240.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18877 6 1 0 119269 91 0 0 18 0 11 0 1844867787 859930624 33030 4294967295 134512640 134569956 3221224352 3221214008 1131601711 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 33030 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1193.6
Current children cumulated vsize (Kb) 839776

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18884 6 1 0 120239 91 0 0 17 0 11 0 1844867787 859930624 33086 4294967295 134512640 134569956 3221224352 3221214740 1131347820 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 33086 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1203.3
Current children cumulated vsize (Kb) 839776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.08 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 17288
Raw data (/proc/17265/stat): 17265 (java) R 17264 17265 4419 0 -1 0 18884 6 1 0 120239 91 0 0 17 0 11 0 1844867787 859930624 33086 4294967295 134512640 134569956 3221224352 3221214648 1131340644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/17265/statm): 209944 33086 13129 16 0 209928 0
[pid=17265] vsize: 839776
Current children cumulated CPU time (s) 1203.3
Current children cumulated vsize (Kb) 839776

Sending SIGTERM to -17265
Sleeping 2 seconds
New thread pid=17290
New thread pid=17291
One traced child (pid=17291) exited with status: 0
One traced child (pid=17274) exited with status: 0
One traced child (pid=17269) exited with status: 0
One traced child (pid=17266) exited with status: 143
One traced child (pid=17267) exited with status: 143
One traced child (pid=17268) exited with status: 143
One traced child (pid=17270) exited with status: 143
One traced child (pid=17273) exited with status: 143
One traced child (pid=17272) exited with status: 143
One traced child (pid=17271) exited with status: 143
One traced child (pid=17288) exited with status: 143
One traced child (pid=17290) exited with status: 143
One traced child (pid=17265) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.19
CPU time (s): 1255.54
CPU user time (s): 1253.75
CPU system time (s): 1.78773
CPU usage (%): 100.428
Max. virtual memory (cumulated for all children) (Kb): 840100

Verifier Data

Verifier:	OK	1599