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/een/normalized-p0201.opb
MD5SUMff4eb45c2603a47e5b79b2649e926ba4
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1523
Optimality of the best value was proved YES
Number of terms in the objective function 201
Biggest coefficient in the objective function 1920
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 19980
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1920
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 19980
Number of bits of the biggest sum of numbers15
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark221.9
Number of variables195
Total number of constraints133
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints87
Minimum length of a constraint3
Maximum length of a constraint65

Trace number 3248

Launcher Data

LAUNCH ON wulflinc12 THE 2005-09-18 22:45:30 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6141 boxname=wulflinc12 idbench=281 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  ff4eb45c2603a47e5b79b2649e926ba4  /oldhome/oroussel/tmp/wulflinc12/normalized-p0201.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc12/normalized-p0201.opb
IDLAUNCH: 6141
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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:        885092 kB
Buffers:         38968 kB
Cached:          70580 kB
SwapCached:        544 kB
Active:          69148 kB
Inactive:        52584 kB
HighTotal:      131008 kB
HighFree:        60424 kB
LowTotal:       903652 kB
LowFree:        824668 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            22180 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 23:06:00 (client local time) WITH STATUS 143 IN 1241.3 SECONDS
stats: 6141 0 1241.3 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/wulflinc12/normalized-p0201.opb
c reading problem ... done. Time 0.919 ms.
c #vars     201
c #constraints  133
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                2202 		Current CPU time: 1.35 ms
c CURRENT OPTIMUM=                2180 		Current CPU time: 1.66 ms
c CURRENT OPTIMUM=                2137 		Current CPU time: 3.21 ms
c CURRENT OPTIMUM=                2125 		Current CPU time: 5.97 ms
c CURRENT OPTIMUM=                2095 		Current CPU time: 7.24 ms
c CURRENT OPTIMUM=                1936 		Current CPU time: 9.43 ms
c CURRENT OPTIMUM=                1879 		Current CPU time: 11.77 ms
c CURRENT OPTIMUM=                1809 		Current CPU time: 12.97 ms
c CURRENT OPTIMUM=                1781 		Current CPU time: 14.48 ms
c CURRENT OPTIMUM=                1774 		Current CPU time: 15.54 ms
c CURRENT OPTIMUM=                1769 		Current CPU time: 17.80 ms
c CURRENT OPTIMUM=                1639 		Current CPU time: 19.21 ms
c starts		: 17
c conflicts		: 1134
c decisions		: 9898
c propagations		: 42753
c inspects		: 2249926
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1134
c root simplifications	: 165
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 8898
c speed (decisions/second)	: 8.18271477972889
c non guided choices	548
c random choices	0
s SATISFIABLE
v x0 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 -x134 -x135 -x136 x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 
c objective function=1639
c Total CPU time (ms) : 1228.852

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/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786719488 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 39 3 38 16 0 23 0
[pid=27450] 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/27450
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=27451
New thread pid=27452
New thread pid=27453
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=27454
New thread pid=27455
New thread pid=27456
New thread pid=27457
New thread pid=27458
New thread pid=27459
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/wulflinc12/normalized-p0201.opb
New thread pid=27460
One traced child (pid=27460) exited with status: 0
New thread pid=27461
New thread pid=27462
One traced child (pid=27461) exited with status: 0
One traced child (pid=27462) exited with status: 0
New thread pid=27463
One traced child (pid=27463) exited with status: 0
New thread pid=27464
One traced child (pid=27464) exited with status: 0
New thread pid=27465

[startup+10.0016 s]
Raw data (loadavg): 1.29 1.06 0.96 2/66 27465
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18179 7 1 0 530 49 0 0 23 0 11 0 1786719488 872529920 22673 4294967295 134512640 134569956 3221224352 3221214648 1131540717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 213020 22673 13129 16 0 213004 0
[pid=27450] vsize: 852080
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (Kb) 852080
One traced child (pid=27465) exited with status: 0
New thread pid=27466
One traced child (pid=27466) exited with status: 0
New thread pid=27467
One traced child (pid=27467) exited with status: 0
New thread pid=27468
One traced child (pid=27468) exited with status: 0
New thread pid=27469
One traced child (pid=27469) exited with status: 0
New thread pid=27470
One traced child (pid=27470) exited with status: 0
New thread pid=27471

[startup+20.0034 s]
Raw data (loadavg): 1.24 1.06 0.96 3/66 27471
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18193 7 1 0 1457 50 0 0 24 0 11 0 1786719488 872062976 22958 4294967295 134512640 134569956 3221224352 3221214648 1131533392 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212906 22958 13129 16 0 212890 0
[pid=27450] vsize: 851624
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (Kb) 851624
One traced child (pid=27471) exited with status: 0
New thread pid=27472

[startup+30.0043 s]
Raw data (loadavg): 1.21 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18206 7 1 0 2403 50 0 0 25 0 11 0 1786719488 871571456 23065 4294967295 134512640 134569956 3221224352 3221214496 1131455505 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23065 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (Kb) 851144

[startup+40.0051 s]
Raw data (loadavg): 1.17 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18216 7 1 0 3352 51 0 0 25 0 11 0 1786719488 871571456 23192 4294967295 134512640 134569956 3221224352 3221214648 1131537122 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 23192 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 34.03
Current children cumulated vsize (Kb) 851144

[startup+50.0059 s]
Raw data (loadavg): 1.15 1.05 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18226 7 1 0 4315 51 0 0 17 0 11 0 1786719488 871571456 23473 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 23473 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 43.66
Current children cumulated vsize (Kb) 851144

[startup+60.0067 s]
Raw data (loadavg): 1.12 1.05 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18236 7 1 0 5291 51 0 0 25 0 11 0 1786719488 871571456 23566 4294967295 134512640 134569956 3221224352 3221214648 1131546381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23566 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 53.42
Current children cumulated vsize (Kb) 851144

[startup+70.0076 s]
Raw data (loadavg): 1.18 1.07 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18246 7 1 0 6267 52 0 0 25 0 11 0 1786719488 871571456 23646 4294967295 134512640 134569956 3221224352 3221214648 1131533392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23646 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (Kb) 851144

[startup+80.0084 s]
Raw data (loadavg): 1.15 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18256 7 1 0 7241 53 0 0 25 0 11 0 1786719488 871571456 23686 4294967295 134512640 134569956 3221224352 3221214592 1131424034 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 23686 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 72.94
Current children cumulated vsize (Kb) 851144

[startup+90.0092 s]
Raw data (loadavg): 1.13 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18266 7 1 0 8216 53 0 0 25 0 11 0 1786719488 871571456 23736 4294967295 134512640 134569956 3221224352 3221214400 1131372446 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23736 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 82.69
Current children cumulated vsize (Kb) 851144

[startup+100.01 s]
Raw data (loadavg): 1.11 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18276 7 1 0 9189 53 0 0 25 0 11 0 1786719488 871571456 23802 4294967295 134512640 134569956 3221224352 3221214648 1131533363 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23802 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 92.42
Current children cumulated vsize (Kb) 851144

[startup+110.011 s]
Raw data (loadavg): 1.09 1.06 0.96 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18286 7 1 0 10165 53 0 0 25 0 11 0 1786719488 871571456 23882 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 23882 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (Kb) 851144

[startup+120.013 s]
Raw data (loadavg): 1.15 1.07 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18296 7 1 0 11146 53 0 0 25 0 11 0 1786719488 871571456 23947 4294967295 134512640 134569956 3221224352 3221214648 1131539735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23947 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 111.99
Current children cumulated vsize (Kb) 851144

[startup+130.014 s]
Raw data (loadavg): 1.13 1.07 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18306 7 1 0 12124 54 0 0 25 0 11 0 1786719488 871571456 23984 4294967295 134512640 134569956 3221224352 3221214552 1131372387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 23984 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 121.78
Current children cumulated vsize (Kb) 851144

[startup+140.014 s]
Raw data (loadavg): 1.11 1.06 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18315 7 1 0 13104 55 0 0 25 0 11 0 1786719488 871571456 24024 4294967295 134512640 134569956 3221224352 3221214552 1131372421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24024 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 131.59
Current children cumulated vsize (Kb) 851144

[startup+150.016 s]
Raw data (loadavg): 1.09 1.06 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18325 7 1 0 14082 55 0 0 25 0 11 0 1786719488 871571456 24062 4294967295 134512640 134569956 3221224352 3221214648 1131533392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24062 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 141.37
Current children cumulated vsize (Kb) 851144

[startup+160.017 s]
Raw data (loadavg): 1.08 1.06 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18335 7 1 0 15060 56 0 0 21 0 11 0 1786719488 871571456 24115 4294967295 134512640 134569956 3221224352 3221214648 1131533481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24115 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 151.16
Current children cumulated vsize (Kb) 851144

[startup+170.018 s]
Raw data (loadavg): 1.06 1.06 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18345 7 1 0 16040 56 0 0 25 0 11 0 1786719488 871571456 24183 4294967295 134512640 134569956 3221224352 3221214648 1131537989 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24183 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (Kb) 851144

[startup+180.019 s]
Raw data (loadavg): 1.05 1.05 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18354 7 1 0 17020 56 0 0 25 0 11 0 1786719488 871571456 24202 4294967295 134512640 134569956 3221224352 3221214648 1131546214 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24202 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 170.76
Current children cumulated vsize (Kb) 851144

[startup+190.02 s]
Raw data (loadavg): 1.05 1.05 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18364 7 1 0 17995 57 0 0 25 0 11 0 1786719488 871571456 24253 4294967295 134512640 134569956 3221224352 3221214552 1131372839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24253 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 180.52
Current children cumulated vsize (Kb) 851144

[startup+200.02 s]
Raw data (loadavg): 1.04 1.05 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18375 7 1 0 18969 57 0 0 25 0 11 0 1786719488 871571456 24306 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24306 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 190.26
Current children cumulated vsize (Kb) 851144

[startup+210.021 s]
Raw data (loadavg): 1.03 1.05 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18385 7 1 0 19946 58 0 0 24 0 11 0 1786719488 871571456 24380 4294967295 134512640 134569956 3221224352 3221214648 1131540848 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24380 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 851144

[startup+220.023 s]
Raw data (loadavg): 1.03 1.05 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18395 7 1 0 20928 58 0 0 25 0 11 0 1786719488 871571456 24441 4294967295 134512640 134569956 3221224352 3221214648 1131538005 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24441 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 209.86
Current children cumulated vsize (Kb) 851144

[startup+230.024 s]
Raw data (loadavg): 1.02 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18404 7 1 0 21913 58 0 0 22 0 11 0 1786719488 871571456 24485 4294967295 134512640 134569956 3221224352 3221214648 1131537122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24485 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (Kb) 851144

[startup+240.025 s]
Raw data (loadavg): 1.02 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18414 7 1 0 22897 59 0 0 25 0 11 0 1786719488 871571456 24503 4294967295 134512640 134569956 3221224352 3221214648 1131537964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24503 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 229.56
Current children cumulated vsize (Kb) 851144

[startup+250.026 s]
Raw data (loadavg): 1.02 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18424 7 1 0 23881 59 0 0 25 0 11 0 1786719488 871571456 24527 4294967295 134512640 134569956 3221224352 3221214552 1131373651 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24527 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 239.4
Current children cumulated vsize (Kb) 851144

[startup+260.026 s]
Raw data (loadavg): 1.01 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18434 7 1 0 24867 60 0 0 22 0 11 0 1786719488 871571456 24565 4294967295 134512640 134569956 3221224352 3221214792 1131477684 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24565 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 249.27
Current children cumulated vsize (Kb) 851144

[startup+270.028 s]
Raw data (loadavg): 1.01 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18444 7 1 0 25851 60 0 0 25 0 11 0 1786719488 871571456 24585 4294967295 134512640 134569956 3221224352 3221214712 1131683984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24585 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 259.11
Current children cumulated vsize (Kb) 851144

[startup+280.029 s]
Raw data (loadavg): 1.01 1.04 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18453 7 1 0 26832 61 0 0 25 0 11 0 1786719488 871571456 24594 4294967295 134512640 134569956 3221224352 3221214816 1131360025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24594 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 268.93
Current children cumulated vsize (Kb) 851144

[startup+290.03 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18464 7 1 0 27809 61 0 0 24 0 11 0 1786719488 871571456 24627 4294967295 134512640 134569956 3221224352 3221214648 1131533123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24627 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 278.7
Current children cumulated vsize (Kb) 851144

[startup+300.031 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18474 7 1 0 28792 62 0 0 23 0 11 0 1786719488 871571456 24683 4294967295 134512640 134569956 3221224352 3221214648 1131538415 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24683 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 288.54
Current children cumulated vsize (Kb) 851144

[startup+310.032 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18484 7 1 0 29776 62 0 0 25 0 11 0 1786719488 871571456 24727 4294967295 134512640 134569956 3221224352 3221214648 1131539737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24727 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 298.38
Current children cumulated vsize (Kb) 851144

[startup+320.033 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18494 7 1 0 30762 63 0 0 25 0 11 0 1786719488 871571456 24743 4294967295 134512640 134569956 3221224352 3221214552 1131372890 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24743 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 308.25
Current children cumulated vsize (Kb) 851144

[startup+330.035 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18504 7 1 0 31744 63 0 0 25 0 11 0 1786719488 871571456 24764 4294967295 134512640 134569956 3221224352 3221214648 1131538290 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24764 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 318.07
Current children cumulated vsize (Kb) 851144

[startup+340.036 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18514 7 1 0 32721 64 0 0 25 0 11 0 1786719488 871571456 24780 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24780 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 327.85
Current children cumulated vsize (Kb) 851144

[startup+350.037 s]
Raw data (loadavg): 1.00 1.03 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18524 7 1 0 33697 64 0 0 25 0 11 0 1786719488 871571456 24809 4294967295 134512640 134569956 3221224352 3221214648 1131537081 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24809 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 337.61
Current children cumulated vsize (Kb) 851144

[startup+360.038 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18534 7 1 0 34675 65 0 0 25 0 11 0 1786719488 871571456 24869 4294967295 134512640 134569956 3221224352 3221214648 1131546372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 24869 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 347.4
Current children cumulated vsize (Kb) 851144

[startup+370.039 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18544 7 1 0 35657 65 0 0 25 0 11 0 1786719488 871571456 24933 4294967295 134512640 134569956 3221224352 3221214552 1131372936 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24933 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 357.22
Current children cumulated vsize (Kb) 851144

[startup+380.039 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18554 7 1 0 36641 66 0 0 25 0 11 0 1786719488 871571456 24963 4294967295 134512640 134569956 3221224352 3221214648 1131539737 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24963 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 367.07
Current children cumulated vsize (Kb) 851144

[startup+390.04 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18565 7 1 0 37623 66 0 0 24 0 11 0 1786719488 871571456 24990 4294967295 134512640 134569956 3221224352 3221214816 1131360025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 24990 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 376.89
Current children cumulated vsize (Kb) 851144

[startup+400.042 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18575 7 1 0 38608 67 0 0 24 0 11 0 1786719488 871571456 25006 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25006 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 386.75
Current children cumulated vsize (Kb) 851144

[startup+410.042 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18585 7 1 0 39591 67 0 0 25 0 11 0 1786719488 871571456 25029 4294967295 134512640 134569956 3221224352 3221214648 1131533270 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25029 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 396.58
Current children cumulated vsize (Kb) 851144

[startup+420.044 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) S 27449 27450 8263 0 -1 0 18594 7 1 0 40571 68 0 0 25 0 11 0 1786719488 871571456 25045 4294967295 134512640 134569956 3221224352 3221213296 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25045 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (Kb) 851144

[startup+430.045 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18604 7 1 0 41547 68 0 0 25 0 11 0 1786719488 871571456 25069 4294967295 134512640 134569956 3221224352 3221214552 1131372533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25069 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 416.15
Current children cumulated vsize (Kb) 851144

[startup+440.044 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18614 7 1 0 42525 69 0 0 25 0 11 0 1786719488 871571456 25121 4294967295 134512640 134569956 3221224352 3221214648 1131535343 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25121 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 425.94
Current children cumulated vsize (Kb) 851144

[startup+450.045 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18624 7 1 0 43507 69 0 0 25 0 11 0 1786719488 871571456 25173 4294967295 134512640 134569956 3221224352 3221214552 1131373072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25173 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 435.76
Current children cumulated vsize (Kb) 851144

[startup+460.046 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18634 7 1 0 44490 70 0 0 25 0 11 0 1786719488 871571456 25219 4294967295 134512640 134569956 3221224352 3221214648 1131546443 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25219 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 445.6
Current children cumulated vsize (Kb) 851144

[startup+470.047 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18645 7 1 0 45472 70 0 0 24 0 11 0 1786719488 871571456 25230 4294967295 134512640 134569956 3221224352 3221214648 1131538324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25230 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 455.42
Current children cumulated vsize (Kb) 851144

[startup+480.048 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18654 7 1 0 46457 70 0 0 25 0 11 0 1786719488 871571456 25249 4294967295 134512640 134569956 3221224352 3221214648 1131534463 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25249 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 465.27
Current children cumulated vsize (Kb) 851144

[startup+490.048 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18664 7 1 0 47441 71 0 0 25 0 11 0 1786719488 871571456 25274 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25274 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 475.12
Current children cumulated vsize (Kb) 851144

[startup+500.048 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18674 7 1 0 48427 72 0 0 25 0 11 0 1786719488 871571456 25302 4294967295 134512640 134569956 3221224352 3221214648 1131540780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25302 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 484.99
Current children cumulated vsize (Kb) 851144

[startup+510.049 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18684 7 1 0 49411 72 0 0 25 0 11 0 1786719488 871571456 25317 4294967295 134512640 134569956 3221224352 3221214648 1131539815 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25317 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 494.83
Current children cumulated vsize (Kb) 851144

[startup+520.051 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18694 7 1 0 50395 73 0 0 25 0 11 0 1786719488 871571456 25331 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25331 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 504.68
Current children cumulated vsize (Kb) 851144

[startup+530.051 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18704 7 1 0 51377 73 0 0 25 0 11 0 1786719488 871571456 25343 4294967295 134512640 134569956 3221224352 3221214552 1131373679 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25343 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 514.5
Current children cumulated vsize (Kb) 851144

[startup+540.052 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18714 7 1 0 52356 73 0 0 24 0 11 0 1786719488 871571456 25365 4294967295 134512640 134569956 3221224352 3221214648 1131545139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25365 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 524.29
Current children cumulated vsize (Kb) 851144

[startup+550.053 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18724 7 1 0 53335 74 0 0 16 0 11 0 1786719488 871571456 25406 4294967295 134512640 134569956 3221224352 3221214552 1131372839 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25406 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 534.09
Current children cumulated vsize (Kb) 851144

[startup+560.053 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18734 7 1 0 54313 74 0 0 24 0 11 0 1786719488 871571456 25434 4294967295 134512640 134569956 3221224352 3221214648 1131534395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25434 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 543.87
Current children cumulated vsize (Kb) 851144

[startup+570.055 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18744 7 1 0 55290 74 0 0 25 0 11 0 1786719488 871571456 25466 4294967295 134512640 134569956 3221224352 3221214648 1131535327 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25466 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 553.64
Current children cumulated vsize (Kb) 851144

[startup+580.056 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18754 7 1 0 56264 74 0 0 24 0 11 0 1786719488 871571456 25519 4294967295 134512640 134569956 3221224352 3221214648 1131538206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25519 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 563.38
Current children cumulated vsize (Kb) 851144

[startup+590.056 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18763 7 1 0 57242 75 0 0 25 0 11 0 1786719488 871571456 25558 4294967295 134512640 134569956 3221224352 3221214552 1131373033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25558 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 573.17
Current children cumulated vsize (Kb) 851144

[startup+600.057 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18773 7 1 0 58218 75 0 0 25 0 11 0 1786719488 871571456 25610 4294967295 134512640 134569956 3221224352 3221214648 1131535590 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25610 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 582.93
Current children cumulated vsize (Kb) 851144

[startup+610.058 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18784 7 1 0 59196 75 0 0 24 0 11 0 1786719488 871571456 25672 4294967295 134512640 134569956 3221224352 3221214648 1131539551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25672 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 592.71
Current children cumulated vsize (Kb) 851144

[startup+620.058 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18794 7 1 0 60178 75 0 0 25 0 11 0 1786719488 871571456 25711 4294967295 134512640 134569956 3221224352 3221214552 1131373575 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25711 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 602.53
Current children cumulated vsize (Kb) 851144

[startup+630.059 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18804 7 1 0 61159 75 0 0 16 0 11 0 1786719488 871571456 25730 4294967295 134512640 134569956 3221224352 3221214836 1131359971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25730 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 612.34
Current children cumulated vsize (Kb) 851144

[startup+640.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18814 7 1 0 62141 76 0 0 24 0 11 0 1786719488 871571456 25754 4294967295 134512640 134569956 3221224352 3221214648 1131546316 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25754 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 622.17
Current children cumulated vsize (Kb) 851144

[startup+650.061 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18824 7 1 0 63124 77 0 0 25 0 11 0 1786719488 871571456 25792 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25792 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 632.01
Current children cumulated vsize (Kb) 851144

[startup+660.062 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18834 7 1 0 64110 77 0 0 18 0 11 0 1786719488 871571456 25812 4294967295 134512640 134569956 3221224352 3221214648 1131538558 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25812 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (Kb) 851144

[startup+670.064 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18844 7 1 0 65095 78 0 0 25 0 11 0 1786719488 871571456 25824 4294967295 134512640 134569956 3221224352 3221214648 1131539737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25824 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 651.73
Current children cumulated vsize (Kb) 851144

[startup+680.064 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18854 7 1 0 66081 78 0 0 24 0 11 0 1786719488 871571456 25828 4294967295 134512640 134569956 3221224352 3221214648 1131536017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25828 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 661.59
Current children cumulated vsize (Kb) 851144

[startup+690.065 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18864 7 1 0 67066 79 0 0 16 0 11 0 1786719488 871571456 25842 4294967295 134512640 134569956 3221224352 3221214552 1131373041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25842 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 671.45
Current children cumulated vsize (Kb) 851144

[startup+700.066 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18874 7 1 0 68051 79 0 0 25 0 11 0 1786719488 871571456 25860 4294967295 134512640 134569956 3221224352 3221214648 1131539811 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25860 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 681.3
Current children cumulated vsize (Kb) 851144

[startup+710.067 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18884 7 1 0 69034 79 0 0 25 0 11 0 1786719488 871571456 25868 4294967295 134512640 134569956 3221224352 3221214648 1131537122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25868 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 691.13
Current children cumulated vsize (Kb) 851144

[startup+720.068 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18894 7 1 0 70016 80 0 0 25 0 11 0 1786719488 871571456 25886 4294967295 134512640 134569956 3221224352 3221214648 1131537020 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25886 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 700.96
Current children cumulated vsize (Kb) 851144

[startup+730.069 s]
Raw data (loadavg): 1.07 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18904 7 1 0 70998 81 0 0 25 0 11 0 1786719488 871571456 25912 4294967295 134512640 134569956 3221224352 3221214504 1131386122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25912 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 710.79
Current children cumulated vsize (Kb) 851144

[startup+740.069 s]
Raw data (loadavg): 1.06 1.02 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18914 7 1 0 71981 81 0 0 25 0 11 0 1786719488 871571456 25933 4294967295 134512640 134569956 3221224352 3221214608 1131055228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25933 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 720.62
Current children cumulated vsize (Kb) 851144

[startup+750.07 s]
Raw data (loadavg): 1.05 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18924 7 1 0 72964 81 0 0 25 0 11 0 1786719488 871571456 25949 4294967295 134512640 134569956 3221224352 3221214552 1131372839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 25949 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 730.45
Current children cumulated vsize (Kb) 851144

[startup+760.071 s]
Raw data (loadavg): 1.04 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18934 7 1 0 73947 82 0 0 22 0 11 0 1786719488 871571456 25969 4294967295 134512640 134569956 3221224352 3221214816 1131360025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25969 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 740.29
Current children cumulated vsize (Kb) 851144

[startup+770.073 s]
Raw data (loadavg): 1.04 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18944 7 1 0 74930 83 0 0 23 0 11 0 1786719488 871571456 25983 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 25983 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 750.13
Current children cumulated vsize (Kb) 851144

[startup+780.074 s]
Raw data (loadavg): 1.03 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18955 7 1 0 75911 83 0 0 16 0 11 0 1786719488 871571456 26001 4294967295 134512640 134569956 3221224352 3221214648 1131539724 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26001 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 759.94
Current children cumulated vsize (Kb) 851144

[startup+790.075 s]
Raw data (loadavg): 1.02 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18965 7 1 0 76893 83 0 0 25 0 11 0 1786719488 871571456 26036 4294967295 134512640 134569956 3221224352 3221214648 1131535359 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26036 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 769.76
Current children cumulated vsize (Kb) 851144

[startup+800.075 s]
Raw data (loadavg): 1.02 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18975 7 1 0 77873 84 0 0 19 0 11 0 1786719488 871571456 26048 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26048 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 779.57
Current children cumulated vsize (Kb) 851144

[startup+810.076 s]
Raw data (loadavg): 1.02 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18985 7 1 0 78851 85 0 0 21 0 11 0 1786719488 871571456 26065 4294967295 134512640 134569956 3221224352 3221214648 1131537020 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26065 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 789.36
Current children cumulated vsize (Kb) 851144

[startup+820.077 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 18995 7 1 0 79832 85 0 0 25 0 11 0 1786719488 871571456 26089 4294967295 134512640 134569956 3221224352 3221214648 1131533327 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26089 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 799.17
Current children cumulated vsize (Kb) 851144

[startup+830.078 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19005 7 1 0 80814 86 0 0 22 0 11 0 1786719488 871571456 26129 4294967295 134512640 134569956 3221224352 3221214552 1131373631 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26129 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 809
Current children cumulated vsize (Kb) 851144

[startup+840.079 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19015 7 1 0 81798 86 0 0 25 0 11 0 1786719488 871571456 26151 4294967295 134512640 134569956 3221224352 3221214648 1131536144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26151 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 818.84
Current children cumulated vsize (Kb) 851144

[startup+850.08 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19025 7 1 0 82782 87 0 0 21 0 11 0 1786719488 871571456 26158 4294967295 134512640 134569956 3221224352 3221214648 1131537024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26158 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 828.69
Current children cumulated vsize (Kb) 851144

[startup+860.081 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19035 7 1 0 83764 87 0 0 25 0 11 0 1786719488 871571456 26174 4294967295 134512640 134569956 3221224352 3221214552 1131372387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26174 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 838.51
Current children cumulated vsize (Kb) 851144

[startup+870.082 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19045 7 1 0 84747 87 0 0 25 0 11 0 1786719488 871571456 26201 4294967295 134512640 134569956 3221224352 3221214648 1131539551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26201 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 848.34
Current children cumulated vsize (Kb) 851144

[startup+880.083 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19055 7 1 0 85730 88 0 0 25 0 11 0 1786719488 871571456 26207 4294967295 134512640 134569956 3221224352 3221214648 1131534388 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26207 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 858.18
Current children cumulated vsize (Kb) 851144

[startup+890.083 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19065 7 1 0 86713 88 0 0 25 0 11 0 1786719488 871571456 26230 4294967295 134512640 134569956 3221224352 3221214648 1131535399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26230 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 868.01
Current children cumulated vsize (Kb) 851144

[startup+900.084 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19075 7 1 0 87696 89 0 0 25 0 11 0 1786719488 871571456 26255 4294967295 134512640 134569956 3221224352 3221214648 1131534469 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26255 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 877.85
Current children cumulated vsize (Kb) 851144

[startup+910.085 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19085 7 1 0 88679 89 0 0 25 0 11 0 1786719488 871571456 26264 4294967295 134512640 134569956 3221224352 3221214768 1131430591 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26264 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 887.68
Current children cumulated vsize (Kb) 851144

[startup+920.086 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19096 7 1 0 89661 89 0 0 24 0 11 0 1786719488 871571456 26283 4294967295 134512640 134569956 3221224352 3221214648 1131539811 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26283 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 897.5
Current children cumulated vsize (Kb) 851144

[startup+930.086 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19106 7 1 0 90644 90 0 0 25 0 11 0 1786719488 871571456 26310 4294967295 134512640 134569956 3221224352 3221214552 1131372919 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26310 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 907.34
Current children cumulated vsize (Kb) 851144

[startup+940.087 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19116 7 1 0 91628 90 0 0 24 0 11 0 1786719488 871571456 26314 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26314 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 917.18
Current children cumulated vsize (Kb) 851144

[startup+950.088 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19126 7 1 0 92612 91 0 0 17 0 11 0 1786719488 871571456 26324 4294967295 134512640 134569956 3221224352 3221214648 1131535212 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26324 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 927.03
Current children cumulated vsize (Kb) 851144

[startup+960.089 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19136 7 1 0 93596 91 0 0 25 0 11 0 1786719488 871571456 26342 4294967295 134512640 134569956 3221224352 3221214648 1131539761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26342 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 936.87
Current children cumulated vsize (Kb) 851144

[startup+970.091 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19146 7 1 0 94580 91 0 0 20 0 11 0 1786719488 871571456 26359 4294967295 134512640 134569956 3221224352 3221214560 1131360025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26359 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 946.71
Current children cumulated vsize (Kb) 851144

[startup+980.092 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19156 7 1 0 95563 91 0 0 25 0 11 0 1786719488 871571456 26366 4294967295 134512640 134569956 3221224352 3221214648 1131539735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26366 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 956.54
Current children cumulated vsize (Kb) 851144

[startup+990.092 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19166 7 1 0 96547 92 0 0 17 0 11 0 1786719488 871571456 26382 4294967295 134512640 134569956 3221224352 3221214648 1131538167 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26382 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 966.39
Current children cumulated vsize (Kb) 851144

[startup+1000.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19176 7 1 0 97529 92 0 0 25 0 11 0 1786719488 871571456 26403 4294967295 134512640 134569956 3221224352 3221214648 1131537893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26403 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 976.21
Current children cumulated vsize (Kb) 851144

[startup+1010.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19186 7 1 0 98512 92 0 0 25 0 11 0 1786719488 871571456 26419 4294967295 134512640 134569956 3221224352 3221214648 1131546244 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26419 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 986.04
Current children cumulated vsize (Kb) 851144

[startup+1020.09 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19196 7 1 0 99493 93 0 0 25 0 11 0 1786719488 871571456 26433 4294967295 134512640 134569956 3221224352 3221214648 1131533095 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26433 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 995.86
Current children cumulated vsize (Kb) 851144

[startup+1030.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19206 7 1 0 100471 94 0 0 25 0 11 0 1786719488 871571456 26443 4294967295 134512640 134569956 3221224352 3221214648 1131539724 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26443 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1005.65
Current children cumulated vsize (Kb) 851144

[startup+1040.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19216 7 1 0 101449 94 0 0 25 0 11 0 1786719488 871571456 26473 4294967295 134512640 134569956 3221224352 3221214552 1131372856 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26473 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1015.43
Current children cumulated vsize (Kb) 851144

[startup+1050.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19226 7 1 0 102426 95 0 0 25 0 11 0 1786719488 871571456 26513 4294967295 134512640 134569956 3221224352 3221214552 1131372786 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26513 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1025.21
Current children cumulated vsize (Kb) 851144

[startup+1060.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19236 7 1 0 103406 95 0 0 25 0 11 0 1786719488 871571456 26551 4294967295 134512640 134569956 3221224352 3221214648 1131539685 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26551 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1035.01
Current children cumulated vsize (Kb) 851144

[startup+1070.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19246 7 1 0 104384 95 0 0 25 0 11 0 1786719488 871571456 26574 4294967295 134512640 134569956 3221224352 3221214816 1131360025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26574 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1044.79
Current children cumulated vsize (Kb) 851144

[startup+1080.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19257 7 1 0 105359 96 0 0 25 0 11 0 1786719488 871571456 26610 4294967295 134512640 134569956 3221224352 3221214648 1131542567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26610 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1054.55
Current children cumulated vsize (Kb) 851144

[startup+1090.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19267 7 1 0 106338 96 0 0 25 0 11 0 1786719488 871571456 26643 4294967295 134512640 134569956 3221224352 3221214552 1131372961 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26643 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1064.34
Current children cumulated vsize (Kb) 851144

[startup+1100.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19277 7 1 0 107318 96 0 0 25 0 11 0 1786719488 871571456 26680 4294967295 134512640 134569956 3221224352 3221214648 1131537035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26680 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1074.14
Current children cumulated vsize (Kb) 851144

[startup+1110.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19287 7 1 0 108299 97 0 0 25 0 11 0 1786719488 871571456 26703 4294967295 134512640 134569956 3221224352 3221214648 1131537115 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26703 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1083.96
Current children cumulated vsize (Kb) 851144

[startup+1120.1 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19297 7 1 0 109278 97 0 0 25 0 11 0 1786719488 871571456 26732 4294967295 134512640 134569956 3221224352 3221214552 1131372890 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26732 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1093.75
Current children cumulated vsize (Kb) 851144

[startup+1130.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19307 7 1 0 110259 98 0 0 25 0 11 0 1786719488 871571456 26752 4294967295 134512640 134569956 3221224352 3221214648 1131539673 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26752 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1103.57
Current children cumulated vsize (Kb) 851144

[startup+1140.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19317 7 1 0 111239 98 0 0 25 0 11 0 1786719488 871571456 26776 4294967295 134512640 134569956 3221224352 3221214648 1131535391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26776 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1113.37
Current children cumulated vsize (Kb) 851144

[startup+1150.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19327 7 1 0 112218 98 0 0 25 0 11 0 1786719488 871571456 26799 4294967295 134512640 134569956 3221224352 3221214648 1131539649 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26799 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1123.16
Current children cumulated vsize (Kb) 851144

[startup+1160.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19337 7 1 0 113196 99 0 0 25 0 11 0 1786719488 871571456 26821 4294967295 134512640 134569956 3221224352 3221214560 1131367686 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26821 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1132.95
Current children cumulated vsize (Kb) 851144

[startup+1170.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19347 7 1 0 114173 99 0 0 24 0 11 0 1786719488 871571456 26855 4294967295 134512640 134569956 3221224352 3221214648 1131538055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26855 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1142.72
Current children cumulated vsize (Kb) 851144

[startup+1180.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19357 7 1 0 115152 99 0 0 25 0 11 0 1786719488 871571456 26886 4294967295 134512640 134569956 3221224352 3221214648 1131534398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26886 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1152.51
Current children cumulated vsize (Kb) 851144

[startup+1190.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19368 7 1 0 116129 100 0 0 24 0 11 0 1786719488 871571456 26927 4294967295 134512640 134569956 3221224352 3221214816 1131360025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26927 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1162.29
Current children cumulated vsize (Kb) 851144

[startup+1200.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19378 7 1 0 117109 100 0 0 18 0 11 0 1786719488 871571456 26950 4294967295 134512640 134569956 3221224352 3221214648 1131533323 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 26950 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1172.09
Current children cumulated vsize (Kb) 851144

[startup+1210.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19388 7 1 0 118088 101 0 0 19 0 11 0 1786719488 871571456 26975 4294967295 134512640 134569956 3221224352 3221214496 1131386012 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 26975 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (Kb) 851144

[startup+1220.11 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19398 7 1 0 119068 101 0 0 25 0 11 0 1786719488 871571456 27008 4294967295 134512640 134569956 3221224352 3221214648 1131537122 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/27450/statm): 212786 27008 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1191.69
Current children cumulated vsize (Kb) 851144

[startup+1230.12 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19408 7 1 0 120048 101 0 0 25 0 11 0 1786719488 871571456 27030 4294967295 134512640 134569956 3221224352 3221214648 1131537115 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 27030 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1201.49
Current children cumulated vsize (Kb) 851144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.12 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 27472
Raw data (/proc/27450/stat): 27450 (java) R 27449 27450 8263 0 -1 0 19408 7 1 0 120048 101 0 0 25 0 11 0 1786719488 871571456 27030 4294967295 134512640 134569956 3221224352 3221214648 1131537115 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/27450/statm): 212786 27030 13129 16 0 212770 0
[pid=27450] vsize: 851144
Current children cumulated CPU time (s) 1201.49
Current children cumulated vsize (Kb) 851144

Sending SIGTERM to -27450
Sleeping 2 seconds
New thread pid=27474
New thread pid=27475
One traced child (pid=27475) exited with status: 0
One traced child (pid=27459) exited with status: 0
One traced child (pid=27454) exited with status: 0
One traced child (pid=27451) exited with status: 143
One traced child (pid=27457) exited with status: 143
One traced child (pid=27452) exited with status: 143
One traced child (pid=27458) exited with status: 143
One traced child (pid=27453) exited with status: 143
One traced child (pid=27455) exited with status: 143
One traced child (pid=27456) exited with status: 143
One traced child (pid=27472) exited with status: 143
One traced child (pid=27474) exited with status: 143
One traced child (pid=27450) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.24
CPU time (s): 1241.3
CPU user time (s): 1239.01
CPU system time (s): 2.29765
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (Kb): 852080

Verifier Data

Verifier:	OK	1639