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-cm42a.opb
MD5SUM62b75258091a8b1382fa8b1c633d9511
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 694
Optimality of the best value was proved YES
Number of terms in the objective function 99
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 4087
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4087
Number of bits of the biggest sum of numbers12
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark13.371
Number of variables99
Total number of constraints185
Number of constraints which are clauses185
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 constraint2
Maximum length of a constraint20

Trace number 3212

Launcher Data

LAUNCH ON wulflinc17 THE 2005-09-18 22:34:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6111 boxname=wulflinc17 idbench=251 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  62b75258091a8b1382fa8b1c633d9511  /oldhome/oroussel/tmp/wulflinc17/normalized-cm42a.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc17/normalized-cm42a.opb
IDLAUNCH: 6111
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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.072
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:        917648 kB
Buffers:         33252 kB
Cached:          57080 kB
SwapCached:        516 kB
Active:          40900 kB
Inactive:        51824 kB
HighTotal:      131008 kB
HighFree:        70000 kB
LowTotal:       903652 kB
LowFree:        847648 kB
SwapTotal:     2097892 kB
SwapFree:      2096672 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5680 kB
Slab:            18624 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 22:54:39 (client local time) WITH STATUS 143 IN 1227.58 SECONDS
stats: 6111 0 1227.58 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/wulflinc17/normalized-cm42a.opb
c reading problem ... done. Time 0.342 ms.
c #vars     99
c #constraints  185
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 700 		Current CPU time: 0.50 ms
c CURRENT OPTIMUM=                 698 		Current CPU time: 7.00 ms
c CURRENT OPTIMUM=                 696 		Current CPU time: 7.92 ms
c CURRENT OPTIMUM=                 694 		Current CPU time: 8.94 ms
c starts		: 8
c conflicts		: 716
c decisions		: 2735
c propagations		: 10567
c inspects		: 303037
c learnt literals	: 4
c learnt binary clauses	: 1
c learnt ternary clauses	: 0
c learnt clauses	: 711
c root simplifications	: 13
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 2421
c speed (decisions/second)	: 2.2606332418059276
c non guided choices	230
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 
c objective function=694
c Total CPU time (ms) : 1218.789

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/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1844916666 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 39 3 38 16 0 23 0
[pid=28446] 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/28446
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=28447
New thread pid=28448
New thread pid=28449
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=28450
New thread pid=28451
New thread pid=28452
New thread pid=28453
New thread pid=28454
New thread pid=28455
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/wulflinc17/normalized-cm42a.opb
New thread pid=28456
One traced child (pid=28456) exited with status: 0
New thread pid=28457
One traced child (pid=28457) exited with status: 0
New thread pid=28458
One traced child (pid=28458) exited with status: 0
New thread pid=28459

[startup+10.0026 s]
Raw data (loadavg): 1.16 1.03 0.96 2/66 28459
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18174 3 1 0 642 52 0 0 17 0 11 0 1844916666 864837632 21149 4294967295 134512640 134569956 3221224352 3221214168 1080339193 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211142 21149 13129 16 0 211126 0
[pid=28446] vsize: 844568
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (Kb) 844568
One traced child (pid=28459) exited with status: 0
New thread pid=28460

[startup+20.0022 s]
Raw data (loadavg): 1.13 1.03 0.96 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18186 3 1 0 1604 53 0 0 24 0 11 0 1844916666 864600064 21962 4294967295 134512640 134569956 3221224352 3221214608 1131330101 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211084 21962 13129 16 0 211068 0
[pid=28446] vsize: 844336
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (Kb) 844336

[startup+30.0038 s]
Raw data (loadavg): 1.19 1.05 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18190 3 1 0 2577 53 0 0 25 0 11 0 1844916666 864534528 22239 4294967295 134512640 134569956 3221224352 3221214416 1131482111 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22239 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (Kb) 844272

[startup+40.0044 s]
Raw data (loadavg): 1.16 1.04 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18191 3 1 0 3569 54 0 0 25 0 11 0 1844916666 864534528 22330 4294967295 134512640 134569956 3221224352 3221214480 1131486794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22330 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 36.23
Current children cumulated vsize (Kb) 844272

[startup+50.005 s]
Raw data (loadavg): 1.13 1.04 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18193 3 1 0 4555 54 0 0 25 0 11 0 1844916666 864534528 22541 4294967295 134512640 134569956 3221224352 3221214560 1131437505 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22541 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 46.09
Current children cumulated vsize (Kb) 844272

[startup+60.0056 s]
Raw data (loadavg): 1.11 1.04 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18195 3 1 0 5538 54 0 0 25 0 11 0 1844916666 864534528 22863 4294967295 134512640 134569956 3221224352 3221214504 1131329804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22863 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 55.92
Current children cumulated vsize (Kb) 844272

[startup+70.0062 s]
Raw data (loadavg): 1.09 1.04 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18196 3 1 0 6531 54 0 0 25 0 11 0 1844916666 864534528 22864 4294967295 134512640 134569956 3221224352 3221214416 1131481771 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 22864 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 65.85
Current children cumulated vsize (Kb) 844272

[startup+80.0068 s]
Raw data (loadavg): 1.08 1.04 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18198 3 1 0 7519 55 0 0 25 0 11 0 1844916666 864534528 22864 4294967295 134512640 134569956 3221224352 3221214416 1131481538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22864 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 75.74
Current children cumulated vsize (Kb) 844272

[startup+90.0074 s]
Raw data (loadavg): 1.07 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18200 3 1 0 8504 55 0 0 25 0 11 0 1844916666 864534528 22867 4294967295 134512640 134569956 3221224352 3221214560 1131437403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 22867 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 85.59
Current children cumulated vsize (Kb) 844272

[startup+100.008 s]
Raw data (loadavg): 1.06 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18201 3 1 0 9497 55 0 0 25 0 11 0 1844916666 864534528 22966 4294967295 134512640 134569956 3221224352 3221214416 1131482074 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 22966 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 95.52
Current children cumulated vsize (Kb) 844272

[startup+110.009 s]
Raw data (loadavg): 1.05 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18203 3 1 0 10484 55 0 0 25 0 11 0 1844916666 864534528 23017 4294967295 134512640 134569956 3221224352 3221214720 1131320933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23017 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 105.39
Current children cumulated vsize (Kb) 844272

[startup+120.009 s]
Raw data (loadavg): 1.04 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18209 3 1 0 11452 56 0 0 17 0 11 0 1844916666 864534528 23190 4294967295 134512640 134569956 3221224352 3221214520 1131330207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23190 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (Kb) 844272

[startup+130.01 s]
Raw data (loadavg): 1.03 1.03 0.97 3/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18211 3 1 0 12439 57 0 0 25 0 11 0 1844916666 864534528 23281 4294967295 134512640 134569956 3221224352 3221214416 1131481980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23281 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 124.96
Current children cumulated vsize (Kb) 844272

[startup+140.009 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18213 3 1 0 13428 57 0 0 25 0 11 0 1844916666 864534528 23360 4294967295 134512640 134569956 3221224352 3221214392 1131540954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23360 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 134.85
Current children cumulated vsize (Kb) 844272

[startup+150.011 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18215 3 1 0 14417 57 0 0 25 0 11 0 1844916666 864534528 23436 4294967295 134512640 134569956 3221224352 3221214680 1131370736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23436 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 144.74
Current children cumulated vsize (Kb) 844272

[startup+160.012 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18219 3 1 0 15396 58 0 0 25 0 11 0 1844916666 864534528 23518 4294967295 134512640 134569956 3221224352 3221214392 1131540912 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23518 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 154.54
Current children cumulated vsize (Kb) 844272

[startup+170.011 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18222 3 1 0 16378 58 0 0 25 0 11 0 1844916666 864534528 23664 4294967295 134512640 134569956 3221224352 3221214504 1131330191 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23664 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 164.36
Current children cumulated vsize (Kb) 844272

[startup+180.012 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) S 28445 28446 19316 0 -1 0 18223 3 1 0 17371 58 0 0 16 0 11 0 1844916666 864534528 23734 4294967295 134512640 134569956 3221224352 3221213264 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23734 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 174.29
Current children cumulated vsize (Kb) 844272

[startup+190.013 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18226 3 1 0 18356 58 0 0 25 0 11 0 1844916666 864534528 23821 4294967295 134512640 134569956 3221224352 3221214616 1131437538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23821 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 184.14
Current children cumulated vsize (Kb) 844272

[startup+200.014 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18226 3 1 0 19356 59 0 0 25 0 11 0 1844916666 864534528 23821 4294967295 134512640 134569956 3221224352 3221214416 1131482029 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23821 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 194.15
Current children cumulated vsize (Kb) 844272

[startup+210.015 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18227 3 1 0 20350 59 0 0 25 0 11 0 1844916666 864534528 23849 4294967295 134512640 134569956 3221224352 3221214392 1131541381 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23849 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (Kb) 844272

[startup+220.015 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18228 3 1 0 21345 59 0 0 25 0 11 0 1844916666 864534528 23895 4294967295 134512640 134569956 3221224352 3221214416 1131482029 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23895 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 214.04
Current children cumulated vsize (Kb) 844272

[startup+230.016 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18229 3 1 0 22340 59 0 0 25 0 11 0 1844916666 864534528 23895 4294967295 134512640 134569956 3221224352 3221214480 1131486746 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 23895 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 223.99
Current children cumulated vsize (Kb) 844272

[startup+240.015 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18233 3 1 0 23323 60 0 0 25 0 11 0 1844916666 864534528 23959 4294967295 134512640 134569956 3221224352 3221214416 1131482085 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 23959 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 233.83
Current children cumulated vsize (Kb) 844272

[startup+250.016 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18236 3 1 0 24308 60 0 0 25 0 11 0 1844916666 864534528 24019 4294967295 134512640 134569956 3221224352 3221214416 1131482420 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24019 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 243.68
Current children cumulated vsize (Kb) 844272

[startup+260.017 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18239 3 1 0 25292 60 0 0 25 0 11 0 1844916666 864534528 24107 4294967295 134512640 134569956 3221224352 3221214360 1131540787 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24107 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 253.52
Current children cumulated vsize (Kb) 844272

[startup+270.016 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18241 3 1 0 26281 60 0 0 25 0 11 0 1844916666 864534528 24184 4294967295 134512640 134569956 3221224352 3221214392 1131540014 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24184 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 263.41
Current children cumulated vsize (Kb) 844272

[startup+280.017 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18242 3 1 0 27276 60 0 0 25 0 11 0 1844916666 864534528 24230 4294967295 134512640 134569956 3221224352 3221214392 1131541149 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24230 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 273.36
Current children cumulated vsize (Kb) 844272

[startup+290.017 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18244 3 1 0 28265 61 0 0 19 0 11 0 1844916666 864534528 24310 4294967295 134512640 134569956 3221224352 3221214608 1131362224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24310 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 283.26
Current children cumulated vsize (Kb) 844272

[startup+300.018 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18247 3 1 0 29250 61 0 0 25 0 11 0 1844916666 864534528 24382 4294967295 134512640 134569956 3221224352 3221214392 1131541092 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24382 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 293.11
Current children cumulated vsize (Kb) 844272

[startup+310.019 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18250 3 1 0 30235 62 0 0 25 0 11 0 1844916666 864534528 24457 4294967295 134512640 134569956 3221224352 3221214416 1131482111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24457 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 302.97
Current children cumulated vsize (Kb) 844272

[startup+320.018 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18252 3 1 0 31226 62 0 0 25 0 11 0 1844916666 864534528 24583 4294967295 134512640 134569956 3221224352 3221214416 1131482057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24583 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 312.88
Current children cumulated vsize (Kb) 844272

[startup+330.019 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18253 3 1 0 32221 62 0 0 25 0 11 0 1844916666 864534528 24609 4294967295 134512640 134569956 3221224352 3221214416 1131481830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24609 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 322.83
Current children cumulated vsize (Kb) 844272

[startup+340.018 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18254 3 1 0 33216 62 0 0 25 0 11 0 1844916666 864534528 24657 4294967295 134512640 134569956 3221224352 3221214392 1131541377 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24657 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 332.78
Current children cumulated vsize (Kb) 844272

[startup+350.019 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18255 3 1 0 34212 62 0 0 25 0 11 0 1844916666 864534528 24737 4294967295 134512640 134569956 3221224352 3221214480 1131486920 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24737 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 342.74
Current children cumulated vsize (Kb) 844272

[startup+360.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18255 3 1 0 35212 62 0 0 25 0 11 0 1844916666 864534528 24737 4294967295 134512640 134569956 3221224352 3221214560 1131437376 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24737 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 352.74
Current children cumulated vsize (Kb) 844272

[startup+370.019 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18256 3 1 0 36206 62 0 0 25 0 11 0 1844916666 864534528 24838 4294967295 134512640 134569956 3221224352 3221214616 1131437505 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24838 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 362.68
Current children cumulated vsize (Kb) 844272

[startup+380.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18257 3 1 0 37202 63 0 0 25 0 11 0 1844916666 864534528 24838 4294967295 134512640 134569956 3221224352 3221214480 1131486796 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24838 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 372.65
Current children cumulated vsize (Kb) 844272

[startup+390.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18257 3 1 0 38202 63 0 0 25 0 11 0 1844916666 864534528 24838 4294967295 134512640 134569956 3221224352 3221214560 1131437575 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24838 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 382.65
Current children cumulated vsize (Kb) 844272

[startup+400.021 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18257 3 1 0 39202 63 0 0 25 0 11 0 1844916666 864534528 24838 4294967295 134512640 134569956 3221224352 3221214416 1131481980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24838 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 392.65
Current children cumulated vsize (Kb) 844272

[startup+410.021 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18257 3 1 0 40202 63 0 0 25 0 11 0 1844916666 864534528 24838 4294967295 134512640 134569956 3221224352 3221214416 1131482004 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 24838 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 402.65
Current children cumulated vsize (Kb) 844272

[startup+420.02 s]
Raw data (loadavg): 1.00 1.00 0.97 3/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18258 3 1 0 41197 63 0 0 25 0 11 0 1844916666 864534528 24913 4294967295 134512640 134569956 3221224352 3221214392 1131541277 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 24913 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 412.6
Current children cumulated vsize (Kb) 844272

[startup+430.022 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18260 3 1 0 42188 64 0 0 25 0 11 0 1844916666 864534528 25026 4294967295 134512640 134569956 3221224352 3221214680 1131370835 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25026 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 422.52
Current children cumulated vsize (Kb) 844272

[startup+440.021 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18262 3 1 0 43178 64 0 0 25 0 11 0 1844916666 864534528 25111 4294967295 134512640 134569956 3221224352 3221214560 1131437571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25111 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 432.42
Current children cumulated vsize (Kb) 844272

[startup+450.022 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18263 3 1 0 44173 65 0 0 25 0 11 0 1844916666 864534528 25133 4294967295 134512640 134569956 3221224352 3221214416 1131481878 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 25133 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 442.38
Current children cumulated vsize (Kb) 844272

[startup+460.023 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18265 3 1 0 45164 65 0 0 19 0 11 0 1844916666 864534528 25256 4294967295 134512640 134569956 3221224352 3221214480 1131486736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 25256 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 452.29
Current children cumulated vsize (Kb) 844272

[startup+470.022 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18266 3 1 0 46159 65 0 0 25 0 11 0 1844916666 864534528 25320 4294967295 134512640 134569956 3221224352 3221214416 1131481962 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25320 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (Kb) 844272

[startup+480.023 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18268 3 1 0 47151 65 0 0 25 0 11 0 1844916666 864534528 25347 4294967295 134512640 134569956 3221224352 3221214720 1131320990 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25347 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 472.16
Current children cumulated vsize (Kb) 844272

[startup+490.023 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18271 3 1 0 48137 65 0 0 25 0 11 0 1844916666 864534528 25426 4294967295 134512640 134569956 3221224352 3221214392 1131541466 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25426 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 482.02
Current children cumulated vsize (Kb) 844272

[startup+500.024 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18273 3 1 0 49129 65 0 0 24 0 11 0 1844916666 864534528 25521 4294967295 134512640 134569956 3221224352 3221214392 1131541140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25521 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 491.94
Current children cumulated vsize (Kb) 844272

[startup+510.025 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18274 3 1 0 50125 66 0 0 25 0 11 0 1844916666 864534528 25600 4294967295 134512640 134569956 3221224352 3221214504 1131330078 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 25600 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 501.91
Current children cumulated vsize (Kb) 844272

[startup+520.025 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18277 3 1 0 51112 66 0 0 25 0 11 0 1844916666 864534528 25689 4294967295 134512640 134569956 3221224352 3221214416 1131481948 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25689 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 511.78
Current children cumulated vsize (Kb) 844272

[startup+530.026 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18279 3 1 0 52103 66 0 0 25 0 11 0 1844916666 864534528 25689 4294967295 134512640 134569956 3221224352 3221214560 1131437550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25689 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (Kb) 844272

[startup+540.025 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18280 3 1 0 53099 66 0 0 25 0 11 0 1844916666 864534528 25780 4294967295 134512640 134569956 3221224352 3221214416 1131481986 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 25780 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 531.65
Current children cumulated vsize (Kb) 844272

[startup+550.027 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18283 3 1 0 54086 66 0 0 25 0 11 0 1844916666 864534528 25910 4294967295 134512640 134569956 3221224352 3221214392 1131541140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25910 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 541.52
Current children cumulated vsize (Kb) 844272

[startup+560.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18284 3 1 0 55081 66 0 0 25 0 11 0 1844916666 864534528 25930 4294967295 134512640 134569956 3221224352 3221214560 1131437559 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25930 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 551.47
Current children cumulated vsize (Kb) 844272

[startup+570.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18287 3 1 0 56072 66 0 0 25 0 11 0 1844916666 864534528 25986 4294967295 134512640 134569956 3221224352 3221214416 1131481604 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 25986 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 561.38
Current children cumulated vsize (Kb) 844272

[startup+580.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18288 3 1 0 57067 67 0 0 25 0 11 0 1844916666 864534528 25986 4294967295 134512640 134569956 3221224352 3221214416 1131481824 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25986 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 571.34
Current children cumulated vsize (Kb) 844272

[startup+590.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18288 3 1 0 58067 67 0 0 25 0 11 0 1844916666 864534528 25986 4294967295 134512640 134569956 3221224352 3221214416 1131481847 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 25986 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 581.34
Current children cumulated vsize (Kb) 844272

[startup+600.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18289 3 1 0 59062 67 0 0 25 0 11 0 1844916666 864534528 26091 4294967295 134512640 134569956 3221224352 3221214392 1131541396 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26091 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 591.29
Current children cumulated vsize (Kb) 844272

[startup+610.03 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18291 3 1 0 60053 67 0 0 25 0 11 0 1844916666 864534528 26092 4294967295 134512640 134569956 3221224352 3221214680 1131370784 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26092 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 601.2
Current children cumulated vsize (Kb) 844272

[startup+620.03 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18293 3 1 0 61044 67 0 0 25 0 11 0 1844916666 864534528 26177 4294967295 134512640 134569956 3221224352 3221214392 1131540852 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26177 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 611.11
Current children cumulated vsize (Kb) 844272

[startup+630.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18296 3 1 0 62030 67 0 0 25 0 11 0 1844916666 864534528 26364 4294967295 134512640 134569956 3221224352 3221214416 1131482029 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 26364 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 620.97
Current children cumulated vsize (Kb) 844272

[startup+640.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18299 3 1 0 63016 67 0 0 22 0 11 0 1844916666 864534528 26477 4294967295 134512640 134569956 3221224352 3221214392 1131540954 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 26477 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 630.83
Current children cumulated vsize (Kb) 844272

[startup+650.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18301 3 1 0 64008 68 0 0 25 0 11 0 1844916666 864534528 26541 4294967295 134512640 134569956 3221224352 3221214392 1131540978 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 26541 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 640.76
Current children cumulated vsize (Kb) 844272

[startup+660.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18301 3 1 0 65007 68 0 0 25 0 11 0 1844916666 864534528 26541 4294967295 134512640 134569956 3221224352 3221214480 1131486796 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26541 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 650.75
Current children cumulated vsize (Kb) 844272

[startup+670.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18302 3 1 0 66002 68 0 0 25 0 11 0 1844916666 864534528 26682 4294967295 134512640 134569956 3221224352 3221214416 1131481986 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26682 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 660.7
Current children cumulated vsize (Kb) 844272

[startup+680.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18302 3 1 0 67002 68 0 0 25 0 11 0 1844916666 864534528 26682 4294967295 134512640 134569956 3221224352 3221214480 1131486758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26682 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 670.7
Current children cumulated vsize (Kb) 844272

[startup+690.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18303 3 1 0 67998 68 0 0 25 0 11 0 1844916666 864534528 26682 4294967295 134512640 134569956 3221224352 3221214392 1131541045 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26682 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 680.66
Current children cumulated vsize (Kb) 844272

[startup+700.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18303 3 1 0 68998 68 0 0 25 0 11 0 1844916666 864534528 26682 4294967295 134512640 134569956 3221224352 3221214416 1131481885 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26682 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 690.66
Current children cumulated vsize (Kb) 844272

[startup+710.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18305 3 1 0 69990 69 0 0 25 0 11 0 1844916666 864534528 26723 4294967295 134512640 134569956 3221224352 3221214416 1131481976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26723 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 700.59
Current children cumulated vsize (Kb) 844272

[startup+720.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18307 3 1 0 70981 69 0 0 25 0 11 0 1844916666 864534528 26804 4294967295 134512640 134569956 3221224352 3221214504 1131330084 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 26804 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 710.5
Current children cumulated vsize (Kb) 844272

[startup+730.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18309 3 1 0 71972 70 0 0 25 0 11 0 1844916666 864534528 26832 4294967295 134512640 134569956 3221224352 3221214552 1131437405 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 26832 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 720.42
Current children cumulated vsize (Kb) 844272

[startup+740.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18311 3 1 0 72963 70 0 0 25 0 11 0 1844916666 864534528 26975 4294967295 134512640 134569956 3221224352 3221214416 1131482029 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 26975 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 730.33
Current children cumulated vsize (Kb) 844272

[startup+750.036 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18314 3 1 0 73950 70 0 0 25 0 11 0 1844916666 864534528 27063 4294967295 134512640 134569956 3221224352 3221214560 1131437538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27063 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 740.2
Current children cumulated vsize (Kb) 844272

[startup+760.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18315 3 1 0 74945 71 0 0 25 0 11 0 1844916666 864534528 27063 4294967295 134512640 134569956 3221224352 3221214560 1131437474 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27063 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 750.16
Current children cumulated vsize (Kb) 844272

[startup+770.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18315 3 1 0 75945 71 0 0 25 0 11 0 1844916666 864534528 27063 4294967295 134512640 134569956 3221224352 3221214392 1131541006 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27063 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 760.16
Current children cumulated vsize (Kb) 844272

[startup+780.038 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18315 3 1 0 76945 71 0 0 25 0 11 0 1844916666 864534528 27063 4294967295 134512640 134569956 3221224352 3221214416 1131481853 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27063 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 770.16
Current children cumulated vsize (Kb) 844272

[startup+790.038 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18316 3 1 0 77940 72 0 0 25 0 11 0 1844916666 864534528 27196 4294967295 134512640 134569956 3221224352 3221214480 1131486746 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27196 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 780.12
Current children cumulated vsize (Kb) 844272

[startup+800.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18316 3 1 0 78941 72 0 0 25 0 11 0 1844916666 864534528 27196 4294967295 134512640 134569956 3221224352 3221214416 1131481966 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27196 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 790.13
Current children cumulated vsize (Kb) 844272

[startup+810.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18319 3 1 0 79929 72 0 0 25 0 11 0 1844916666 864534528 27244 4294967295 134512640 134569956 3221224352 3221214360 1131541279 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27244 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 800.01
Current children cumulated vsize (Kb) 844272

[startup+820.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18319 3 1 0 80929 72 0 0 25 0 11 0 1844916666 864534528 27244 4294967295 134512640 134569956 3221224352 3221214560 1131437423 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27244 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 810.01
Current children cumulated vsize (Kb) 844272

[startup+830.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18319 3 1 0 81929 72 0 0 25 0 11 0 1844916666 864534528 27244 4294967295 134512640 134569956 3221224352 3221214480 1131486806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27244 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 820.01
Current children cumulated vsize (Kb) 844272

[startup+840.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18320 3 1 0 82925 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214504 1131329943 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 829.97
Current children cumulated vsize (Kb) 844272

[startup+850.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18320 3 1 0 83925 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214560 1131437423 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 839.97
Current children cumulated vsize (Kb) 844272

[startup+860.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18320 3 1 0 84925 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214560 1131437423 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 849.97
Current children cumulated vsize (Kb) 844272

[startup+870.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18321 3 1 0 85921 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214416 1131481976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 859.93
Current children cumulated vsize (Kb) 844272

[startup+880.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18321 3 1 0 86921 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214416 1131482115 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 869.93
Current children cumulated vsize (Kb) 844272

[startup+890.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18321 3 1 0 87921 72 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214416 1131481980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 879.93
Current children cumulated vsize (Kb) 844272

[startup+900.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18321 3 1 0 88921 73 0 0 25 0 11 0 1844916666 864534528 27350 4294967295 134512640 134569956 3221224352 3221214416 1131482029 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27350 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 889.94
Current children cumulated vsize (Kb) 844272

[startup+910.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 89917 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214416 1131481980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 899.9
Current children cumulated vsize (Kb) 844272

[startup+920.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 90917 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214560 1131437399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 909.9
Current children cumulated vsize (Kb) 844272

[startup+930.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 91917 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214392 1131541322 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 919.9
Current children cumulated vsize (Kb) 844272

[startup+940.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 92917 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214416 1131482111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 929.9
Current children cumulated vsize (Kb) 844272

[startup+950.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 93918 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214560 1131437550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 939.91
Current children cumulated vsize (Kb) 844272

[startup+960.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 94918 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214392 1131541434 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 949.91
Current children cumulated vsize (Kb) 844272

[startup+970.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 95918 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214560 1131437550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 959.91
Current children cumulated vsize (Kb) 844272

[startup+980.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 96918 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214416 1131481930 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 969.91
Current children cumulated vsize (Kb) 844272

[startup+990.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18322 3 1 0 97918 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214360 1131541006 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 979.91
Current children cumulated vsize (Kb) 844272

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18323 3 1 0 98914 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214560 1131437442 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 989.87
Current children cumulated vsize (Kb) 844272

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18323 3 1 0 99914 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214416 1131481916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 999.87
Current children cumulated vsize (Kb) 844272

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18323 3 1 0 100915 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214392 1131541316 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1009.88
Current children cumulated vsize (Kb) 844272

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18323 3 1 0 101915 73 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214416 1131481950 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1019.88
Current children cumulated vsize (Kb) 844272

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18324 3 1 0 102911 74 0 0 20 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214392 1131541422 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1029.85
Current children cumulated vsize (Kb) 844272

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18324 3 1 0 103910 74 0 0 25 0 11 0 1844916666 864534528 27412 4294967295 134512640 134569956 3221224352 3221214392 1131541217 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27412 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1039.84
Current children cumulated vsize (Kb) 844272

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18327 3 1 0 104898 75 0 0 25 0 11 0 1844916666 864534528 27494 4294967295 134512640 134569956 3221224352 3221214680 1131370863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27494 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1049.73
Current children cumulated vsize (Kb) 844272

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18328 3 1 0 105894 75 0 0 25 0 11 0 1844916666 864534528 27525 4294967295 134512640 134569956 3221224352 3221214480 1131486794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27525 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1059.69
Current children cumulated vsize (Kb) 844272

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18329 3 1 0 106889 75 0 0 25 0 11 0 1844916666 864534528 27525 4294967295 134512640 134569956 3221224352 3221214360 1131541175 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27525 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1069.64
Current children cumulated vsize (Kb) 844272

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18330 3 1 0 107885 75 0 0 25 0 11 0 1844916666 864534528 27584 4294967295 134512640 134569956 3221224352 3221214392 1131541023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27584 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1079.6
Current children cumulated vsize (Kb) 844272

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18331 3 1 0 108881 75 0 0 21 0 11 0 1844916666 864534528 27598 4294967295 134512640 134569956 3221224352 3221214560 1131437446 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27598 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1089.56
Current children cumulated vsize (Kb) 844272

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18331 3 1 0 109880 75 0 0 25 0 11 0 1844916666 864534528 27598 4294967295 134512640 134569956 3221224352 3221214416 1131482040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27598 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1099.55
Current children cumulated vsize (Kb) 844272

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18331 3 1 0 110880 75 0 0 25 0 11 0 1844916666 864534528 27598 4294967295 134512640 134569956 3221224352 3221214560 1131437579 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27598 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1109.55
Current children cumulated vsize (Kb) 844272

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18332 3 1 0 111876 76 0 0 25 0 11 0 1844916666 864534528 27636 4294967295 134512640 134569956 3221224352 3221214480 1131486764 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27636 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1119.52
Current children cumulated vsize (Kb) 844272

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18335 3 1 0 112864 76 0 0 25 0 11 0 1844916666 864534528 27782 4294967295 134512640 134569956 3221224352 3221214480 1131486736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27782 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1129.4
Current children cumulated vsize (Kb) 844272

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18337 3 1 0 113856 76 0 0 25 0 11 0 1844916666 864534528 27782 4294967295 134512640 134569956 3221224352 3221214504 1131330203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27782 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1139.32
Current children cumulated vsize (Kb) 844272

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18340 3 1 0 114844 77 0 0 25 0 11 0 1844916666 864534528 27855 4294967295 134512640 134569956 3221224352 3221214416 1131482103 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27855 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1149.21
Current children cumulated vsize (Kb) 844272

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18340 3 1 0 115843 77 0 0 25 0 11 0 1844916666 864534528 27855 4294967295 134512640 134569956 3221224352 3221214416 1131482008 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 27855 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1159.2
Current children cumulated vsize (Kb) 844272

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18343 3 1 0 116830 77 0 0 25 0 11 0 1844916666 864534528 27949 4294967295 134512640 134569956 3221224352 3221214680 1131370828 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 27949 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1169.07
Current children cumulated vsize (Kb) 844272

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18344 3 1 0 117826 77 0 0 25 0 11 0 1844916666 864534528 28005 4294967295 134512640 134569956 3221224352 3221214480 1131486794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 28005 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1179.03
Current children cumulated vsize (Kb) 844272

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18344 3 1 0 118826 77 0 0 25 0 11 0 1844916666 864534528 28005 4294967295 134512640 134569956 3221224352 3221214392 1131540984 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 28005 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1189.03
Current children cumulated vsize (Kb) 844272

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18345 3 1 0 119822 78 0 0 25 0 11 0 1844916666 864534528 28071 4294967295 134512640 134569956 3221224352 3221214416 1131482089 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/28446/statm): 211068 28071 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (Kb) 844272

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18346 3 1 0 120818 78 0 0 25 0 11 0 1844916666 864534528 28071 4294967295 134512640 134569956 3221224352 3221214560 1131437493 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 28071 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1208.96
Current children cumulated vsize (Kb) 844272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 28460
Raw data (/proc/28446/stat): 28446 (java) R 28445 28446 19316 0 -1 0 18346 3 1 0 120818 78 0 0 25 0 11 0 1844916666 864534528 28071 4294967295 134512640 134569956 3221224352 3221214560 1131437493 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/28446/statm): 211068 28071 13129 16 0 211052 0
[pid=28446] vsize: 844272
Current children cumulated CPU time (s) 1208.96
Current children cumulated vsize (Kb) 844272

Sending SIGTERM to -28446
Sleeping 2 seconds
New thread pid=28462
New thread pid=28463
One traced child (pid=28463) exited with status: 0
One traced child (pid=28455) exited with status: 0
One traced child (pid=28450) exited with status: 0
One traced child (pid=28447) exited with status: 143
One traced child (pid=28448) exited with status: 143
One traced child (pid=28449) exited with status: 143
One traced child (pid=28451) exited with status: 143
One traced child (pid=28454) exited with status: 143
One traced child (pid=28453) exited with status: 143
One traced child (pid=28452) exited with status: 143
One traced child (pid=28460) exited with status: 143
One traced child (pid=28462) exited with status: 143
One traced child (pid=28446) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.16
CPU time (s): 1227.58
CPU user time (s): 1226.31
CPU system time (s): 1.26481
CPU usage (%): 100.607
Max. virtual memory (cumulated for all children) (Kb): 844568

Verifier Data

Verifier:	OK	694