Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-afiro.opb
MD5SUM27c455853db0a1f70b6ba60ff91cb013
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -4120833
Optimality of the best value was proved NO
Number of terms in the objective function 150
Biggest coefficient in the objective function 134217728000
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 316753837785
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 1304059445248
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 20964809094075
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.14
Number of variables960
Total number of constraints27
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints27
Minimum length of a constraint30
Maximum length of a constraint270

Trace number 7394

Launcher Data

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        872540 kB
Buffers:         31000 kB
Cached:         102260 kB
SwapCached:        904 kB
Active:          61908 kB
Inactive:        74032 kB
HighTotal:      131008 kB
HighFree:        25732 kB
LowTotal:       903652 kB
LowFree:        846808 kB
SwapTotal:     2097892 kB
SwapFree:      2096536 kB
Dirty:              12 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            20508 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 11:56:49 (client local time) WITH STATUS 143 IN 1237.42 SECONDS
stats: 6646 0 1237.42 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/wulflinc20/normalized-mps-v2-20-10-afiro.opb
c reading problem ... done. Time 1.757 ms.
c #vars     960
c #constraints  35
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 3.73 ms
c CURRENT OPTIMUM=                 -15 		Current CPU time: 8.66 ms
c starts		: 8
c conflicts		: 2001
c decisions		: 14070
c propagations		: 60592
c inspects		: 4095146
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 2001
c root simplifications	: 643
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 13724
c speed (decisions/second)	: 11.531406897207384
c non guided choices	293
c random choices	0
s SATISFIABLE
v -X02_bit_10 -X02_bit_9 -X02_bit_8 -X02_bit_7 -X02_bit_6 -X02_bit_5 -X02_bit_4 -X02_bit_3 -X02_bit_2 -X02_bit_1 -X02_bit0 -X02_bit1 -X02_bit2 -X02_bit3 -X02_bit4 -X02_bit5 -X02_bit6 -X02_bit7 -X02_bit8 -X02_bit9 -X02_bit10 -X02_bit11 -X02_bit12 -X02_bit13 -X02_bit14 -X02_bit15 -X02_bit16 -X02_bit17 -X02_bit18 -X02_bit19 -X14_bit_10 -X14_bit_9 -X14_bit_8 -X14_bit_7 -X14_bit_6 -X14_bit_5 -X14_bit_4 -X14_bit_3 -X14_bit_2 -X14_bit_1 -X14_bit0 -X14_bit1 -X14_bit2 -X14_bit3 -X14_bit4 -X14_bit5 -X14_bit6 -X14_bit7 -X14_bit8 -X14_bit9 -X14_bit10 -X14_bit11 -X14_bit12 -X14_bit13 -X14_bit14 -X14_bit15 -X14_bit16 -X14_bit17 -X14_bit18 -X14_bit19 X23_bit_10 -X23_bit_9 -X23_bit_8 -X23_bit_7 -X23_bit_6 -X23_bit_5 -X23_bit_4 -X23_bit_3 -X23_bit_2 -X23_bit_1 -X23_bit0 -X23_bit1 -X23_bit2 -X23_bit3 -X23_bit4 -X23_bit5 -X23_bit6 -X23_bit7 -X23_bit8 -X23_bit9 -X23_bit10 -X23_bit11 -X23_bit12 -X23_bit13 -X23_bit14 -X23_bit15 -X23_bit16 -X23_bit17 -X23_bit18 -X23_bit19 -X36_bit_10 -X36_bit_9 -X36_bit_8 -X36_bit_7 -X36_bit_6 -X36_bit_5 -X36_bit_4 -X36_bit_3 -X36_bit_2 -X36_bit_1 -X36_bit0 -X36_bit1 -X36_bit2 -X36_bit3 -X36_bit4 -X36_bit5 -X36_bit6 -X36_bit7 -X36_bit8 -X36_bit9 -X36_bit10 -X36_bit11 -X36_bit12 -X36_bit13 -X36_bit14 -X36_bit15 -X36_bit16 -X36_bit17 -X36_bit18 -X36_bit19 -X39_bit_10 -X39_bit_9 -X39_bit_8 -X39_bit_7 -X39_bit_6 -X39_bit_5 -X39_bit_4 -X39_bit_3 -X39_bit_2 -X39_bit_1 -X39_bit0 -X39_bit1 -X39_bit2 -X39_bit3 -X39_bit4 -X39_bit5 -X39_bit6 -X39_bit7 -X39_bit8 -X39_bit9 -X39_bit10 -X39_bit11 -X39_bit12 -X39_bit13 -X39_bit14 -X39_bit15 -X39_bit16 -X39_bit17 -X39_bit18 -X39_bit19 -X01_bit_10 X01_bit_9 -X01_bit_8 X01_bit_7 -X01_bit_6 X01_bit_5 -X01_bit_4 -X01_bit_3 -X01_bit_2 X01_bit_1 -X01_bit0 X01_bit1 X01_bit2 -X01_bit3 X01_bit4 X01_bit5 -X01_bit6 -X01_bit7 -X01_bit8 -X01_bit9 -X01_bit10 -X01_bit11 -X01_bit12 -X01_bit13 -X01_bit14 -X01_bit15 -X01_bit16 -X01_bit17 -X01_bit18 -X01_bit19 -X03_bit_10 X03_bit_9 -X03_bit_8 X03_bit_7 -X03_bit_6 X03_bit_5 -X03_bit_4 -X03_bit_3 -X03_bit_2 X03_bit_1 -X03_bit0 X03_bit1 X03_bit2 -X03_bit3 X03_bit4 X03_bit5 -X03_bit6 -X03_bit7 -X03_bit8 -X03_bit9 -X03_bit10 -X03_bit11 -X03_bit12 -X03_bit13 -X03_bit14 -X03_bit15 -X03_bit16 -X03_bit17 -X03_bit18 -X03_bit19 X04_bit_10 -X04_bit_9 -X04_bit_8 -X04_bit_7 -X04_bit_6 -X04_bit_5 X04_bit_4 -X04_bit_3 X04_bit_2 X04_bit_1 X04_bit0 -X04_bit1 -X04_bit2 X04_bit3 X04_bit4 X04_bit5 -X04_bit6 -X04_bit7 -X04_bit8 -X04_bit9 -X04_bit10 -X04_bit11 -X04_bit12 -X04_bit13 -X04_bit14 -X04_bit15 -X04_bit16 -X04_bit17 -X04_bit18 -X04_bit19 -X06_bit_10 -X06_bit_9 -X06_bit_8 -X06_bit_7 -X06_bit_6 -X06_bit_5 -X06_bit_4 -X06_bit_3 -X06_bit_2 -X06_bit_1 -X06_bit0 -X06_bit1 -X06_bit2 -X06_bit3 -X06_bit4 -X06_bit5 -X06_bit6 -X06_bit7 -X06_bit8 -X06_bit9 -X06_bit10 -X06_bit11 -X06_bit12 -X06_bit13 -X06_bit14 -X06_bit15 -X06_bit16 -X06_bit17 -X06_bit18 -X06_bit19 -X07_bit_10 -X07_bit_9 -X07_bit_8 -X07_bit_7 -X07_bit_6 -X07_bit_5 -X07_bit_4 -X07_bit_3 -X07_bit_2 -X07_bit_1 -X07_bit0 -X07_bit1 -X07_bit2 -X07_bit3 -X07_bit4 -X07_bit5 -X07_bit6 -X07_bit7 -X07_bit8 -X07_bit9 -X07_bit10 -X07_bit11 -X07_bit12 -X07_bit13 -X07_bit14 -X07_bit15 -X07_bit16 -X07_bit17 -X07_bit18 -X07_bit19 -X08_bit_10 -X08_bit_9 -X08_bit_8 -X08_bit_7 -X08_bit_6 -X08_bit_5 -X08_bit_4 -X08_bit_3 -X08_bit_2 -X08_bit_1 -X08_bit0 -X08_bit1 -X08_bit2 -X08_bit3 -X08_bit4 -X08_bit5 -X08_bit6 -X08_bit7 -X08_bit8 -X08_bit9 -X08_bit10 -X08_bit11 -X08_bit12 -X08_bit13 -X08_bit14 -X08_bit15 -X08_bit16 -X08_bit17 -X08_bit18 -X08_bit19 -X09_bit_10 -X09_bit_9 -X09_bit_8 -X09_bit_7 -X09_bit_6 -X09_bit_5 -X09_bit_4 -X09_bit_3 -X09_bit_2 -X09_bit_1 -X09_bit0 -X09_bit1 -X09_bit2 -X09_bit3 -X09_bit4 -X09_bit5 -X09_bit6 -X09_bit7 -X09_bit8 -X09_bit9 -X09_bit10 -X09_bit11 -X09_bit12 -X09_bit13 -X09_bit14 -X09_bit15 -X09_bit16 -X09_bit17 -X09_bit18 -X09_bit19 -X15_bit_10 -X15_bit_9 -X15_bit_8 -X15_bit_7 -X15_bit_6 -X15_bit_5 -X15_bit_4 -X15_bit_3 -X15_bit_2 -X15_bit_1 -X15_bit0 -X15_bit1 -X15_bit2 -X15_bit3 -X15_bit4 -X15_bit5 -X15_bit6 -X15_bit7 -X15_bit8 -X15_bit9 -X15_bit10 -X15_bit11 -X15_bit12 -X15_bit13 -X15_bit14 -X15_bit15 -X15_bit16 -X15_bit17 -X15_bit18 -X15_bit19 -X16_bit_10 -X16_bit_9 -X16_bit_8 -X16_bit_7 -X16_bit_6 -X16_bit_5 -X16_bit_4 -X16_bit_3 -X16_bit_2 -X16_bit_1 -X16_bit0 -X16_bit1 -X16_bit2 -X16_bit3 -X16_bit4 -X16_bit5 -X16_bit6 -X16_bit7 -X16_bit8 -X16_bit9 -X16_bit10 -X16_bit11 -X16_bit12 -X16_bit13 -X16_bit14 -X16_bit15 -X16_bit16 -X16_bit17 -X16_bit18 -X16_bit19 -X22_bit_10 -X22_bit_9 -X22_bit_8 -X22_bit_7 -X22_bit_6 -X22_bit_5 -X22_bit_4 -X22_bit_3 -X22_bit_2 -X22_bit_1 -X22_bit0 -X22_bit1 X22_bit2 -X22_bit3 X22_bit4 X22_bit5 X22_bit6 X22_bit7 X22_bit8 -X22_bit9 -X22_bit10 -X22_bit11 -X22_bit12 -X22_bit13 -X22_bit14 -X22_bit15 -X22_bit16 -X22_bit17 -X22_bit18 -X22_bit19 X24_bit_10 X24_bit_9 X24_bit_8 X24_bit_7 X24_bit_6 X24_bit_5 X24_bit_4 X24_bit_3 X24_bit_2 X24_bit_1 X24_bit0 X24_bit1 -X24_bit2 -X24_bit3 X24_bit4 X24_bit5 X24_bit6 X24_bit7 X24_bit8 -X24_bit9 -X24_bit10 -X24_bit11 -X24_bit12 -X24_bit13 -X24_bit14 -X24_bit15 -X24_bit16 -X24_bit17 -X24_bit18 -X24_bit19 -X25_bit_10 -X25_bit_9 -X25_bit_8 -X25_bit_7 -X25_bit_6 -X25_bit_5 -X25_bit_4 -X25_bit_3 -X25_bit_2 -X25_bit_1 -X25_bit0 -X25_bit1 -X25_bit2 -X25_bit3 -X25_bit4 -X25_bit5 -X25_bit6 -X25_bit7 -X25_bit8 -X25_bit9 -X25_bit10 -X25_bit11 -X25_bit12 -X25_bit13 -X25_bit14 -X25_bit15 -X25_bit16 -X25_bit17 -X25_bit18 -X25_bit19 -X26_bit_10 -X26_bit_9 -X26_bit_8 -X26_bit_7 -X26_bit_6 -X26_bit_5 -X26_bit_4 -X26_bit_3 -X26_bit_2 -X26_bit_1 X26_bit0 X26_bit1 X26_bit2 -X26_bit3 X26_bit4 -X26_bit5 X26_bit6 X26_bit7 -X26_bit8 -X26_bit9 -X26_bit10 -X26_bit11 -X26_bit12 -X26_bit13 -X26_bit14 -X26_bit15 -X26_bit16 -X26_bit17 -X26_bit18 -X26_bit19 -X28_bit_10 -X28_bit_9 -X28_bit_8 -X28_bit_7 -X28_bit_6 -X28_bit_5 -X28_bit_4 -X28_bit_3 -X28_bit_2 -X28_bit_1 -X28_bit0 -X28_bit1 -X28_bit2 -X28_bit3 -X28_bit4 -X28_bit5 -X28_bit6 -X28_bit7 -X28_bit8 -X28_bit9 -X28_bit10 -X28_bit11 -X28_bit12 -X28_bit13 -X28_bit14 -X28_bit15 -X28_bit16 -X28_bit17 -X28_bit18 -X28_bit19 -X29_bit_10 -X29_bit_9 -X29_bit_8 -X29_bit_7 -X29_bit_6 -X29_bit_5 -X29_bit_4 -X29_bit_3 -X29_bit_2 -X29_bit_1 -X29_bit0 -X29_bit1 -X29_bit2 -X29_bit3 -X29_bit4 -X29_bit5 -X29_bit6 -X29_bit7 -X29_bit8 -X29_bit9 -X29_bit10 -X29_bit11 -X29_bit12 -X29_bit13 -X29_bit14 -X29_bit15 -X29_bit16 -X29_bit17 -X29_bit18 -X29_bit19 -X30_bit_10 -X30_bit_9 -X30_bit_8 -X30_bit_7 -X30_bit_6 -X30_bit_5 -X30_bit_4 -X30_bit_3 -X30_bit_2 -X30_bit_1 -X30_bit0 -X30_bit1 -X30_bit2 -X30_bit3 -X30_bit4 -X30_bit5 -X30_bit6 -X30_bit7 -X30_bit8 -X30_bit9 -X30_bit10 -X30_bit11 -X30_bit12 -X30_bit13 -X30_bit14 -X30_bit15 -X30_bit16 -X30_bit17 -X30_bit18 -X30_bit19 -X31_bit_10 -X31_bit_9 -X31_bit_8 -X31_bit_7 -X31_bit_6 -X31_bit_5 -X31_bit_4 -X31_bit_3 -X31_bit_2 -X31_bit_1 -X31_bit0 -X31_bit1 -X31_bit2 -X31_bit3 -X31_bit4 -X31_bit5 -X31_bit6 -X31_bit7 -X31_bit8 -X31_bit9 -X31_bit10 -X31_bit11 -X31_bit12 -X31_bit13 -X31_bit14 -X31_bit15 -X31_bit16 -X31_bit17 -X31_bit18 -X31_bit19 -X38_bit_10 -X38_bit_9 -X38_bit_8 -X38_bit_7 -X38_bit_6 -X38_bit_5 -X38_bit_4 -X38_bit_3 -X38_bit_2 -X38_bit_1 -X38_bit0 -X38_bit1 -X38_bit2 -X38_bit3 -X38_bit4 -X38_bit5 -X38_bit6 -X38_bit7 -X38_bit8 -X38_bit9 -X38_bit10 -X38_bit11 -X38_bit12 -X38_bit13 -X38_bit14 -X38_bit15 -X38_bit16 -X38_bit17 -X38_bit18 -X38_bit19 -X37_bit_10 -X37_bit_9 -X37_bit_8 -X37_bit_7 -X37_bit_6 -X37_bit_5 -X37_bit_4 -X37_bit_3 -X37_bit_2 -X37_bit_1 -X37_bit0 -X37_bit1 X37_bit2 X37_bit3 -X37_bit4 X37_bit5 -X37_bit6 -X37_bit7 -X37_bit8 -X37_bit9 -X37_bit10 -X37_bit11 -X37_bit12 -X37_bit13 -X37_bit14 -X37_bit15 -X37_bit16 -X37_bit17 -X37_bit18 -X37_bit19 -X10_bit_10 -X10_bit_9 -X10_bit_8 -X10_bit_7 -X10_bit_6 -X10_bit_5 -X10_bit_4 -X10_bit_3 -X10_bit_2 -X10_bit_1 -X10_bit0 -X10_bit1 -X10_bit2 -X10_bit3 -X10_bit4 -X10_bit5 -X10_bit6 -X10_bit7 -X10_bit8 -X10_bit9 -X10_bit10 -X10_bit11 -X10_bit12 -X10_bit13 -X10_bit14 -X10_bit15 -X10_bit16 -X10_bit17 -X10_bit18 -X10_bit19 -X11_bit_10 -X11_bit_9 -X11_bit_8 -X11_bit_7 -X11_bit_6 -X11_bit_5 -X11_bit_4 -X11_bit_3 -X11_bit_2 -X11_bit_1 -X11_bit0 -X11_bit1 -X11_bit2 -X11_bit3 -X11_bit4 -X11_bit5 -X11_bit6 -X11_bit7 -X11_bit8 -X11_bit9 -X11_bit10 -X11_bit11 -X11_bit12 -X11_bit13 -X11_bit14 -X11_bit15 -X11_bit16 -X11_bit17 -X11_bit18 -X11_bit19 -X12_bit_10 -X12_bit_9 -X12_bit_8 -X12_bit_7 -X12_bit_6 -X12_bit_5 -X12_bit_4 -X12_bit_3 -X12_bit_2 -X12_bit_1 -X12_bit0 -X12_bit1 -X12_bit2 -X12_bit3 -X12_bit4 -X12_bit5 -X12_bit6 -X12_bit7 -X12_bit8 -X12_bit9 -X12_bit10 -X12_bit11 -X12_bit12 -X12_bit13 -X12_bit14 -X12_bit15 -X12_bit16 -X12_bit17 -X12_bit18 -X12_bit19 -X13_bit_10 -X13_bit_9 -X13_bit_8 -X13_bit_7 -X13_bit_6 -X13_bit_5 -X13_bit_4 -X13_bit_3 -X13_bit_2 -X13_bit_1 -X13_bit0 -X13_bit1 -X13_bit2 -X13_bit3 -X13_bit4 -X13_bit5 -X13_bit6 -X13_bit7 -X13_bit8 -X13_bit9 -X13_bit10 -X13_bit11 -X13_bit12 -X13_bit13 -X13_bit14 -X13_bit15 -X13_bit16 -X13_bit17 -X13_bit18 -X13_bit19 -X32_bit_10 -X32_bit_9 -X32_bit_8 -X32_bit_7 -X32_bit_6 -X32_bit_5 -X32_bit_4 -X32_bit_3 -X32_bit_2 -X32_bit_1 -X32_bit0 -X32_bit1 -X32_bit2 -X32_bit3 -X32_bit4 -X32_bit5 -X32_bit6 -X32_bit7 -X32_bit8 -X32_bit9 -X32_bit10 -X32_bit11 -X32_bit12 -X32_bit13 -X32_bit14 -X32_bit15 -X32_bit16 -X32_bit17 -X32_bit18 -X32_bit19 -X33_bit_10 -X33_bit_9 -X33_bit_8 -X33_bit_7 -X33_bit_6 -X33_bit_5 -X33_bit_4 -X33_bit_3 -X33_bit_2 -X33_bit_1 -X33_bit0 -X33_bit1 -X33_bit2 -X33_bit3 -X33_bit4 -X33_bit5 -X33_bit6 -X33_bit7 -X33_bit8 -X33_bit9 -X33_bit10 -X33_bit11 -X33_bit12 -X33_bit13 -X33_bit14 -X33_bit15 -X33_bit16 -X33_bit17 -X33_bit18 -X33_bit19 -X34_bit_10 -X34_bit_9 -X34_bit_8 -X34_bit_7 -X34_bit_6 -X34_bit_5 -X34_bit_4 -X34_bit_3 -X34_bit_2 -X34_bit_1 -X34_bit0 -X34_bit1 -X34_bit2 -X34_bit3 -X34_bit4 -X34_bit5 -X34_bit6 -X34_bit7 -X34_bit8 -X34_bit9 -X34_bit10 -X34_bit11 -X34_bit12 -X34_bit13 -X34_bit14 -X34_bit15 -X34_bit16 -X34_bit17 -X34_bit18 -X34_bit19 -X35_bit_10 -X35_bit_9 -X35_bit_8 -X35_bit_7 -X35_bit_6 -X35_bit_5 -X35_bit_4 -X35_bit_3 -X35_bit_2 -X35_bit_1 -X35_bit0 -X35_bit1 -X35_bit2 -X35_bit3 -X35_bit4 -X35_bit5 -X35_bit6 -X35_bit7 -X35_bit8 -X35_bit9 -X35_bit10 -X35_bit11 -X35_bit12 -X35_bit13 -X35_bit14 -X35_bit15 -X35_bit16 -X35_bit17 -X35_bit18 -X35_bit19 
c objective function=-15
c Total CPU time (ms) : 1228.973

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/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1858225579 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 39 3 38 16 0 23 0
[pid=32193] 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/32193
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=32194
New thread pid=32195
New thread pid=32196
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=32197
New thread pid=32198
New thread pid=32199
New thread pid=32200
New thread pid=32201
New thread pid=32202
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/wulflinc20/normalized-mps-v2-20-10-afiro.opb
New thread pid=32203
One traced child (pid=32203) exited with status: 0
New thread pid=32204
One traced child (pid=32204) exited with status: 0
New thread pid=32205

[startup+10.0052 s]
Raw data (loadavg): 0.76 0.93 0.95 3/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18168 3 1 0 675 45 0 0 18 0 11 0 1858225579 862253056 20987 4294967295 134512640 134569956 3221224336 3221213364 1073952732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210511 20987 13129 16 0 210495 0
[pid=32193] vsize: 842044
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (Kb) 842044

[startup+20.0057 s]
Raw data (loadavg): 0.80 0.94 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18181 3 1 0 1606 46 0 0 25 0 11 0 1858225579 862089216 21487 4294967295 134512640 134569956 3221224336 3221214472 1131396231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 21487 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (Kb) 841884

[startup+30.0054 s]
Raw data (loadavg): 0.83 0.94 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18189 3 1 0 2555 46 0 0 25 0 11 0 1858225579 862089216 22265 4294967295 134512640 134569956 3221224336 3221214640 1131463519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 22265 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 26.01
Current children cumulated vsize (Kb) 841884

[startup+40.0061 s]
Raw data (loadavg): 0.86 0.94 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18196 3 1 0 3497 47 0 0 18 0 11 0 1858225579 862089216 22641 4294967295 134512640 134569956 3221224336 3221214800 1131395161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 22641 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 35.44
Current children cumulated vsize (Kb) 841884

[startup+50.0069 s]
Raw data (loadavg): 0.88 0.94 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18201 3 1 0 4447 47 0 0 25 0 11 0 1858225579 862089216 22903 4294967295 134512640 134569956 3221224336 3221214336 1078019889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 22903 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 44.94
Current children cumulated vsize (Kb) 841884

[startup+60.0076 s]
Raw data (loadavg): 0.97 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18207 3 1 0 5392 48 0 0 25 0 11 0 1858225579 862089216 23192 4294967295 134512640 134569956 3221224336 3221214508 1131516611 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 23192 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 54.4
Current children cumulated vsize (Kb) 841884

[startup+70.0083 s]
Raw data (loadavg): 0.97 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18216 3 1 0 6327 48 0 0 20 0 11 0 1858225579 862089216 23535 4294967295 134512640 134569956 3221224336 3221214776 1131395161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 23535 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 63.75
Current children cumulated vsize (Kb) 841884

[startup+80.009 s]
Raw data (loadavg): 0.98 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18221 3 1 0 7279 48 0 0 25 0 11 0 1858225579 862089216 23603 4294967295 134512640 134569956 3221224336 3221214480 1131606600 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 23603 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 73.27
Current children cumulated vsize (Kb) 841884

[startup+90.0098 s]
Raw data (loadavg): 0.98 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18227 3 1 0 8221 49 0 0 17 0 11 0 1858225579 862089216 23756 4294967295 134512640 134569956 3221224336 3221214528 1131391846 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 23756 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 82.7
Current children cumulated vsize (Kb) 841884

[startup+100.009 s]
Raw data (loadavg): 0.98 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18233 3 1 0 9164 49 0 0 25 0 11 0 1858225579 862089216 23867 4294967295 134512640 134569956 3221224336 3221214080 1131607660 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 23867 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 92.13
Current children cumulated vsize (Kb) 841884

[startup+110.01 s]
Raw data (loadavg): 0.98 0.96 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18240 3 1 0 10108 49 0 0 25 0 11 0 1858225579 862089216 24020 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24020 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (Kb) 841884

[startup+120.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18247 3 1 0 11060 50 0 0 25 0 11 0 1858225579 862089216 24390 4294967295 134512640 134569956 3221224336 3221214528 1131393129 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 24390 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 111.1
Current children cumulated vsize (Kb) 841884

[startup+130.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18255 3 1 0 12023 50 0 0 24 0 11 0 1858225579 862089216 24545 4294967295 134512640 134569956 3221224336 3221214792 1131617108 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24545 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 120.73
Current children cumulated vsize (Kb) 841884

[startup+140.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18262 3 1 0 12992 50 0 0 25 0 11 0 1858225579 862089216 24670 4294967295 134512640 134569956 3221224336 3221214256 1131606594 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24670 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 130.42
Current children cumulated vsize (Kb) 841884

[startup+150.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18270 3 1 0 13961 50 0 0 19 0 11 0 1858225579 862089216 24776 4294967295 134512640 134569956 3221224336 3221214528 1131393165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24776 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 140.11
Current children cumulated vsize (Kb) 841884

[startup+160.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18277 3 1 0 14937 51 0 0 25 0 11 0 1858225579 862089216 24859 4294967295 134512640 134569956 3221224336 3221214124 1131607520 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24859 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 149.88
Current children cumulated vsize (Kb) 841884

[startup+170.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18285 3 1 0 15912 51 0 0 25 0 11 0 1858225579 862089216 24959 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 24959 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 159.63
Current children cumulated vsize (Kb) 841884

[startup+180.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18293 3 1 0 16888 51 0 0 16 0 11 0 1858225579 862089216 25024 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25024 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (Kb) 841884

[startup+190.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18300 3 1 0 17867 51 0 0 25 0 11 0 1858225579 862089216 25087 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25087 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 179.18
Current children cumulated vsize (Kb) 841884

[startup+200.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18308 3 1 0 18843 52 0 0 24 0 11 0 1858225579 862089216 25134 4294967295 134512640 134569956 3221224336 3221214528 1131393105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25134 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 188.95
Current children cumulated vsize (Kb) 841884

[startup+210.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18316 3 1 0 19819 52 0 0 25 0 11 0 1858225579 862089216 25189 4294967295 134512640 134569956 3221224336 3221214124 1131612497 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25189 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 198.71
Current children cumulated vsize (Kb) 841884

[startup+220.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18324 3 1 0 20797 53 0 0 19 0 11 0 1858225579 862089216 25267 4294967295 134512640 134569956 3221224336 3221214616 1131463299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25267 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 208.5
Current children cumulated vsize (Kb) 841884

[startup+230.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18332 3 1 0 21776 53 0 0 25 0 11 0 1858225579 862089216 25341 4294967295 134512640 134569956 3221224336 3221214528 1131392607 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25341 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 218.29
Current children cumulated vsize (Kb) 841884

[startup+240.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18341 3 1 0 22753 54 0 0 25 0 11 0 1858225579 862089216 25388 4294967295 134512640 134569956 3221224336 3221214528 1131393160 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25388 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 228.07
Current children cumulated vsize (Kb) 841884

[startup+250.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18350 3 1 0 23733 54 0 0 19 0 11 0 1858225579 862089216 25437 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25437 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 237.87
Current children cumulated vsize (Kb) 841884

[startup+260.021 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18360 3 1 0 24713 54 0 0 24 0 11 0 1858225579 862089216 25484 4294967295 134512640 134569956 3221224336 3221214512 1131371775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25484 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 247.67
Current children cumulated vsize (Kb) 841884

[startup+270.022 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18370 3 1 0 25695 55 0 0 24 0 11 0 1858225579 862089216 25534 4294967295 134512640 134569956 3221224336 3221214528 1131391959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25534 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 257.5
Current children cumulated vsize (Kb) 841884

[startup+280.023 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18376 3 1 0 26685 56 0 0 25 0 11 0 1858225579 862089216 25548 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25548 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 267.41
Current children cumulated vsize (Kb) 841884

[startup+290.023 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18383 3 1 0 27674 56 0 0 25 0 11 0 1858225579 862089216 25571 4294967295 134512640 134569956 3221224336 3221214568 1131661707 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25571 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 277.3
Current children cumulated vsize (Kb) 841884

[startup+300.023 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18390 3 1 0 28663 57 0 0 25 0 11 0 1858225579 862089216 25584 4294967295 134512640 134569956 3221224336 3221214616 1131471684 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25584 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 287.2
Current children cumulated vsize (Kb) 841884

[startup+310.024 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18398 3 1 0 29650 58 0 0 20 0 11 0 1858225579 862089216 25601 4294967295 134512640 134569956 3221224336 3221214664 1131458332 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25601 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 297.08
Current children cumulated vsize (Kb) 841884

[startup+320.026 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18406 3 1 0 30638 58 0 0 25 0 11 0 1858225579 862089216 25621 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25621 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 306.96
Current children cumulated vsize (Kb) 841884

[startup+330.025 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18414 3 1 0 31627 59 0 0 25 0 11 0 1858225579 862089216 25658 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25658 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 316.86
Current children cumulated vsize (Kb) 841884

[startup+340.026 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18422 3 1 0 32618 59 0 0 24 0 11 0 1858225579 862089216 25678 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25678 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 326.77
Current children cumulated vsize (Kb) 841884

[startup+350.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18431 3 1 0 33608 60 0 0 25 0 11 0 1858225579 862089216 25699 4294967295 134512640 134569956 3221224336 3221214528 1131391832 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25699 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 336.68
Current children cumulated vsize (Kb) 841884

[startup+360.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18439 3 1 0 34599 60 0 0 24 0 11 0 1858225579 862089216 25714 4294967295 134512640 134569956 3221224336 3221213988 1085743747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25714 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 346.59
Current children cumulated vsize (Kb) 841884

[startup+370.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18448 3 1 0 35589 60 0 0 25 0 11 0 1858225579 862089216 25729 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25729 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 356.49
Current children cumulated vsize (Kb) 841884

[startup+380.028 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18457 3 1 0 36579 61 0 0 25 0 11 0 1858225579 862089216 25761 4294967295 134512640 134569956 3221224336 3221214576 1131495375 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25761 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 366.4
Current children cumulated vsize (Kb) 841884

[startup+390.029 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18465 3 1 0 37571 61 0 0 25 0 11 0 1858225579 862089216 25772 4294967295 134512640 134569956 3221224336 3221214528 1131393123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25772 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 376.32
Current children cumulated vsize (Kb) 841884

[startup+400.028 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18474 3 1 0 38562 61 0 0 25 0 11 0 1858225579 862089216 25784 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25784 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 386.23
Current children cumulated vsize (Kb) 841884

[startup+410.029 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18483 3 1 0 39553 62 0 0 25 0 11 0 1858225579 862089216 25796 4294967295 134512640 134569956 3221224336 3221214528 1131391826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25796 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 396.15
Current children cumulated vsize (Kb) 841884

[startup+420.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18492 3 1 0 40544 63 0 0 20 0 11 0 1858225579 862089216 25806 4294967295 134512640 134569956 3221224336 3221214616 1131464916 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25806 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 406.07
Current children cumulated vsize (Kb) 841884

[startup+430.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18501 3 1 0 41536 63 0 0 25 0 11 0 1858225579 862089216 25816 4294967295 134512640 134569956 3221224336 3221214528 1131391840 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25816 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 415.99
Current children cumulated vsize (Kb) 841884

[startup+440.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18510 3 1 0 42526 63 0 0 19 0 11 0 1858225579 862089216 25826 4294967295 134512640 134569956 3221224336 3221214528 1131392573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25826 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 425.89
Current children cumulated vsize (Kb) 841884

[startup+450.031 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18519 3 1 0 43515 64 0 0 25 0 11 0 1858225579 862089216 25835 4294967295 134512640 134569956 3221224336 3221214528 1131392785 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25835 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 435.79
Current children cumulated vsize (Kb) 841884

[startup+460.032 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18528 3 1 0 44504 64 0 0 25 0 11 0 1858225579 862089216 25844 4294967295 134512640 134569956 3221224336 3221214528 1131392005 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25844 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 445.68
Current children cumulated vsize (Kb) 841884

[startup+470.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18537 3 1 0 45494 65 0 0 25 0 11 0 1858225579 862089216 25871 4294967295 134512640 134569956 3221224336 3221214616 1131464916 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25871 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 455.59
Current children cumulated vsize (Kb) 841884

[startup+480.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18546 3 1 0 46485 65 0 0 22 0 11 0 1858225579 862089216 25892 4294967295 134512640 134569956 3221224336 3221214528 1131391870 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25892 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 465.5
Current children cumulated vsize (Kb) 841884

[startup+490.034 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18555 3 1 0 47477 66 0 0 24 0 11 0 1858225579 862089216 25901 4294967295 134512640 134569956 3221224336 3221214616 1131464856 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25901 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 475.43
Current children cumulated vsize (Kb) 841884

[startup+500.035 s]
Raw data (loadavg): 0.99 0.97 0.95 1/66 32205
Raw data (/proc/32193/stat): 32193 (java) T 32192 32193 2660 0 -1 0 18565 3 1 0 48469 66 0 0 25 0 11 0 1858225579 862089216 25908 4294967295 134512640 134569956 3221224336 3221213488 1073952732 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25908 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 485.35
Current children cumulated vsize (Kb) 841884

[startup+510.035 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18574 3 1 0 49459 66 0 0 18 0 11 0 1858225579 862089216 25917 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25917 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 495.25
Current children cumulated vsize (Kb) 841884

[startup+520.036 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18583 3 1 0 50450 67 0 0 25 0 11 0 1858225579 862089216 25924 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25924 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 505.17
Current children cumulated vsize (Kb) 841884

[startup+530.036 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18592 3 1 0 51441 67 0 0 25 0 11 0 1858225579 862089216 25932 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25932 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 515.08
Current children cumulated vsize (Kb) 841884

[startup+540.037 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18601 3 1 0 52433 67 0 0 25 0 11 0 1858225579 862089216 25938 4294967295 134512640 134569956 3221224336 3221214528 1131391974 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25938 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 525
Current children cumulated vsize (Kb) 841884

[startup+550.037 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18611 3 1 0 53423 68 0 0 17 0 11 0 1858225579 862089216 25947 4294967295 134512640 134569956 3221224336 3221214612 1131391680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25947 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 534.91
Current children cumulated vsize (Kb) 841884

[startup+560.038 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18620 3 1 0 54414 68 0 0 20 0 11 0 1858225579 862089216 25953 4294967295 134512640 134569956 3221224336 3221214528 1131391696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25953 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 544.82
Current children cumulated vsize (Kb) 841884

[startup+570.039 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18629 3 1 0 55406 69 0 0 25 0 11 0 1858225579 862089216 25960 4294967295 134512640 134569956 3221224336 3221214512 1131371769 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25960 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 554.75
Current children cumulated vsize (Kb) 841884

[startup+580.038 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18639 3 1 0 56396 69 0 0 25 0 11 0 1858225579 862089216 25967 4294967295 134512640 134569956 3221224336 3221214528 1131391849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 25967 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 564.65
Current children cumulated vsize (Kb) 841884

[startup+590.039 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18648 3 1 0 57387 69 0 0 25 0 11 0 1858225579 862089216 25974 4294967295 134512640 134569956 3221224336 3221214616 1131471740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25974 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 574.56
Current children cumulated vsize (Kb) 841884

[startup+600.04 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18657 3 1 0 58378 70 0 0 25 0 11 0 1858225579 862089216 25980 4294967295 134512640 134569956 3221224336 3221214528 1131392025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25980 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 584.48
Current children cumulated vsize (Kb) 841884

[startup+610.041 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18667 3 1 0 59368 70 0 0 25 0 11 0 1858225579 862089216 25986 4294967295 134512640 134569956 3221224336 3221214612 1131391680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25986 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 594.38
Current children cumulated vsize (Kb) 841884

[startup+620.041 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18676 3 1 0 60359 70 0 0 19 0 11 0 1858225579 862089216 25993 4294967295 134512640 134569956 3221224336 3221214472 1131396231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25993 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 604.29
Current children cumulated vsize (Kb) 841884

[startup+630.041 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18685 3 1 0 61350 71 0 0 24 0 11 0 1858225579 862089216 25998 4294967295 134512640 134569956 3221224336 3221214544 1131606378 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 25998 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 614.21
Current children cumulated vsize (Kb) 841884

[startup+640.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18695 3 1 0 62340 72 0 0 25 0 11 0 1858225579 862089216 26005 4294967295 134512640 134569956 3221224336 3221214616 1131471699 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26005 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 624.12
Current children cumulated vsize (Kb) 841884

[startup+650.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18704 3 1 0 63331 73 0 0 25 0 11 0 1858225579 862089216 26011 4294967295 134512640 134569956 3221224336 3221214528 1131392559 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26011 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 634.04
Current children cumulated vsize (Kb) 841884

[startup+660.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18714 3 1 0 64322 73 0 0 25 0 11 0 1858225579 862089216 26017 4294967295 134512640 134569956 3221224336 3221214528 1131393110 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26017 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 643.95
Current children cumulated vsize (Kb) 841884

[startup+670.043 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18723 3 1 0 65312 74 0 0 25 0 11 0 1858225579 862089216 26024 4294967295 134512640 134569956 3221224336 3221214616 1131463512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26024 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 653.86
Current children cumulated vsize (Kb) 841884

[startup+680.043 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18732 3 1 0 66304 74 0 0 25 0 11 0 1858225579 862089216 26029 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26029 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 663.78
Current children cumulated vsize (Kb) 841884

[startup+690.043 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18742 3 1 0 67294 75 0 0 19 0 11 0 1858225579 862089216 26035 4294967295 134512640 134569956 3221224336 3221214528 1131362298 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26035 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 673.69
Current children cumulated vsize (Kb) 841884

[startup+700.044 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18751 3 1 0 68284 75 0 0 25 0 11 0 1858225579 862089216 26040 4294967295 134512640 134569956 3221224336 3221214512 1131372509 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26040 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 683.59
Current children cumulated vsize (Kb) 841884

[startup+710.045 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18761 3 1 0 69274 76 0 0 25 0 11 0 1858225579 862089216 26046 4294967295 134512640 134569956 3221224336 3221214528 1131392599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26046 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 693.5
Current children cumulated vsize (Kb) 841884

[startup+720.046 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18770 3 1 0 70265 76 0 0 22 0 11 0 1858225579 862089216 26052 4294967295 134512640 134569956 3221224336 3221214528 1131392025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26052 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 703.41
Current children cumulated vsize (Kb) 841884

[startup+730.045 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18780 3 1 0 71255 77 0 0 17 0 11 0 1858225579 862089216 26057 4294967295 134512640 134569956 3221224336 3221214272 1131607636 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26057 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 713.32
Current children cumulated vsize (Kb) 841884

[startup+740.046 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18789 3 1 0 72247 77 0 0 25 0 11 0 1858225579 862089216 26063 4294967295 134512640 134569956 3221224336 3221214528 1131392100 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26063 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 723.24
Current children cumulated vsize (Kb) 841884

[startup+750.047 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18799 3 1 0 73237 77 0 0 18 0 11 0 1858225579 862089216 26068 4294967295 134512640 134569956 3221224336 3221214664 1131457379 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26068 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 733.14
Current children cumulated vsize (Kb) 841884

[startup+760.048 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18808 3 1 0 74228 77 0 0 21 0 11 0 1858225579 862089216 26072 4294967295 134512640 134569956 3221224336 3221214616 1131471328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26072 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 743.05
Current children cumulated vsize (Kb) 841884

[startup+770.047 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18818 3 1 0 75214 78 0 0 24 0 11 0 1858225579 862089216 26078 4294967295 134512640 134569956 3221224336 3221214528 1131392818 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26078 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 752.92
Current children cumulated vsize (Kb) 841884

[startup+780.048 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18827 3 1 0 76200 78 0 0 25 0 11 0 1858225579 862089216 26083 4294967295 134512640 134569956 3221224336 3221214528 1131362293 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26083 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 762.78
Current children cumulated vsize (Kb) 841884

[startup+790.049 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18837 3 1 0 77186 78 0 0 24 0 11 0 1858225579 862089216 26089 4294967295 134512640 134569956 3221224336 3221214528 1131362320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26089 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 772.64
Current children cumulated vsize (Kb) 841884

[startup+800.049 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18846 3 1 0 78175 79 0 0 20 0 11 0 1858225579 862089216 26150 4294967295 134512640 134569956 3221224336 3221214616 1131463519 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26150 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 782.54
Current children cumulated vsize (Kb) 841884

[startup+810.051 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18856 3 1 0 79164 80 0 0 16 0 11 0 1858225579 862089216 26159 4294967295 134512640 134569956 3221224336 3221214616 1131463311 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26159 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 792.44
Current children cumulated vsize (Kb) 841884

[startup+820.052 s]
Raw data (loadavg): 0.99 0.97 0.95 3/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18865 3 1 0 80155 80 0 0 20 0 11 0 1858225579 862089216 26163 4294967295 134512640 134569956 3221224336 3221214616 1131471304 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26163 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 802.35
Current children cumulated vsize (Kb) 841884

[startup+830.052 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18875 3 1 0 81143 82 0 0 16 0 11 0 1858225579 862089216 26168 4294967295 134512640 134569956 3221224336 3221214608 1131339644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26168 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 812.25
Current children cumulated vsize (Kb) 841884

[startup+840.052 s]
Raw data (loadavg): 0.99 0.97 0.95 3/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18884 3 1 0 82133 82 0 0 20 0 11 0 1858225579 862089216 26173 4294967295 134512640 134569956 3221224336 3221214616 1131471268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26173 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (Kb) 841884

[startup+850.053 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18894 3 1 0 83122 83 0 0 25 0 11 0 1858225579 862089216 26178 4294967295 134512640 134569956 3221224336 3221214616 1131463299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26178 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 832.05
Current children cumulated vsize (Kb) 841884

[startup+860.055 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18903 3 1 0 84113 84 0 0 25 0 11 0 1858225579 862089216 26182 4294967295 134512640 134569956 3221224336 3221214528 1131391919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26182 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 841.97
Current children cumulated vsize (Kb) 841884

[startup+870.056 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18913 3 1 0 85102 84 0 0 18 0 11 0 1858225579 862089216 26188 4294967295 134512640 134569956 3221224336 3221214616 1131471702 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26188 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 851.86
Current children cumulated vsize (Kb) 841884

[startup+880.056 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18922 3 1 0 86092 84 0 0 25 0 11 0 1858225579 862089216 26192 4294967295 134512640 134569956 3221224336 3221214528 1131391700 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26192 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 861.76
Current children cumulated vsize (Kb) 841884

[startup+890.057 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18932 3 1 0 87082 85 0 0 19 0 11 0 1858225579 862089216 26196 4294967295 134512640 134569956 3221224336 3221214528 1131391771 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26196 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 871.67
Current children cumulated vsize (Kb) 841884

[startup+900.058 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18941 3 1 0 88073 85 0 0 25 0 11 0 1858225579 862089216 26201 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26201 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 881.58
Current children cumulated vsize (Kb) 841884

[startup+910.059 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18951 3 1 0 89061 85 0 0 25 0 11 0 1858225579 862089216 26206 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26206 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 891.46
Current children cumulated vsize (Kb) 841884

[startup+920.059 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18961 3 1 0 90051 86 0 0 25 0 11 0 1858225579 862089216 26210 4294967295 134512640 134569956 3221224336 3221214656 1131396079 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26210 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 901.37
Current children cumulated vsize (Kb) 841884

[startup+930.059 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18970 3 1 0 91041 86 0 0 25 0 11 0 1858225579 862089216 26215 4294967295 134512640 134569956 3221224336 3221214472 1131603394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26215 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 911.27
Current children cumulated vsize (Kb) 841884

[startup+940.06 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18980 3 1 0 92030 87 0 0 25 0 11 0 1858225579 862089216 26219 4294967295 134512640 134569956 3221224336 3221213988 1085743744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26219 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 921.17
Current children cumulated vsize (Kb) 841884

[startup+950.059 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18989 3 1 0 93021 87 0 0 23 0 11 0 1858225579 862089216 26223 4294967295 134512640 134569956 3221224336 3221214560 1131396046 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26223 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 931.08
Current children cumulated vsize (Kb) 841884

[startup+960.06 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 18999 3 1 0 94009 88 0 0 19 0 11 0 1858225579 862089216 26227 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26227 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 940.97
Current children cumulated vsize (Kb) 841884

[startup+970.061 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) S 32192 32193 2660 0 -1 0 19009 3 1 0 94998 88 0 0 25 0 11 0 1858225579 862089216 26232 4294967295 134512640 134569956 3221224336 3221213256 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26232 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 950.86
Current children cumulated vsize (Kb) 841884

[startup+980.061 s]
Raw data (loadavg): 0.99 0.97 0.95 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19018 3 1 0 95988 88 0 0 25 0 11 0 1858225579 862089216 26236 4294967295 134512640 134569956 3221224336 3221214528 1131391993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26236 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 960.76
Current children cumulated vsize (Kb) 841884

[startup+990.061 s]
Raw data (loadavg): 1.07 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19028 3 1 0 96977 88 0 0 25 0 11 0 1858225579 862089216 26240 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26240 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 970.65
Current children cumulated vsize (Kb) 841884

[startup+1000.06 s]
Raw data (loadavg): 1.06 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19037 3 1 0 97967 89 0 0 25 0 11 0 1858225579 862089216 26245 4294967295 134512640 134569956 3221224336 3221214528 1131392639 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26245 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 980.56
Current children cumulated vsize (Kb) 841884

[startup+1010.06 s]
Raw data (loadavg): 1.05 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19047 3 1 0 98956 89 0 0 25 0 11 0 1858225579 862089216 26249 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26249 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 990.45
Current children cumulated vsize (Kb) 841884

[startup+1020.06 s]
Raw data (loadavg): 1.04 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19057 3 1 0 99945 89 0 0 25 0 11 0 1858225579 862089216 26253 4294967295 134512640 134569956 3221224336 3221214528 1131392482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26253 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1000.34
Current children cumulated vsize (Kb) 841884

[startup+1030.06 s]
Raw data (loadavg): 1.03 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19066 3 1 0 100935 90 0 0 22 0 11 0 1858225579 862089216 26258 4294967295 134512640 134569956 3221224336 3221214528 1131392587 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26258 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1010.25
Current children cumulated vsize (Kb) 841884

[startup+1040.07 s]
Raw data (loadavg): 1.03 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19076 3 1 0 101923 90 0 0 25 0 11 0 1858225579 862089216 26262 4294967295 134512640 134569956 3221224336 3221214616 1131466406 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26262 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1020.13
Current children cumulated vsize (Kb) 841884

[startup+1050.06 s]
Raw data (loadavg): 1.02 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19085 3 1 0 102913 91 0 0 25 0 11 0 1858225579 862089216 26265 4294967295 134512640 134569956 3221224336 3221214528 1131391710 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26265 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1030.04
Current children cumulated vsize (Kb) 841884

[startup+1060.07 s]
Raw data (loadavg): 1.02 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19095 3 1 0 103902 91 0 0 21 0 11 0 1858225579 862089216 26269 4294967295 134512640 134569956 3221224336 3221214656 1131396077 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26269 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1039.93
Current children cumulated vsize (Kb) 841884

[startup+1070.07 s]
Raw data (loadavg): 1.02 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19105 3 1 0 104891 91 0 0 25 0 11 0 1858225579 862089216 26274 4294967295 134512640 134569956 3221224336 3221214616 1131463557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26274 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1049.82
Current children cumulated vsize (Kb) 841884

[startup+1080.07 s]
Raw data (loadavg): 1.01 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19114 3 1 0 105880 92 0 0 25 0 11 0 1858225579 862089216 26278 4294967295 134512640 134569956 3221224336 3221214616 1131471268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26278 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1059.72
Current children cumulated vsize (Kb) 841884

[startup+1090.07 s]
Raw data (loadavg): 1.01 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19124 3 1 0 106868 92 0 0 25 0 11 0 1858225579 862089216 26281 4294967295 134512640 134569956 3221224336 3221214488 1131391849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26281 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1069.6
Current children cumulated vsize (Kb) 841884

[startup+1100.07 s]
Raw data (loadavg): 1.01 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19134 3 1 0 107857 93 0 0 18 0 11 0 1858225579 862089216 26285 4294967295 134512640 134569956 3221224336 3221214616 1131463578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26285 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1079.5
Current children cumulated vsize (Kb) 841884

[startup+1110.07 s]
Raw data (loadavg): 1.01 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19143 3 1 0 108846 93 0 0 25 0 11 0 1858225579 862089216 26290 4294967295 134512640 134569956 3221224336 3221214616 1131471328 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26290 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1089.39
Current children cumulated vsize (Kb) 841884

[startup+1120.07 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19153 3 1 0 109835 93 0 0 25 0 11 0 1858225579 862089216 26293 4294967295 134512640 134569956 3221224336 3221214528 1131391959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26293 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1099.28
Current children cumulated vsize (Kb) 841884

[startup+1130.07 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19163 3 1 0 110824 93 0 0 25 0 11 0 1858225579 862089216 26297 4294967295 134512640 134569956 3221224336 3221214512 1131371757 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26297 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1109.17
Current children cumulated vsize (Kb) 841884

[startup+1140.07 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19172 3 1 0 111814 93 0 0 25 0 11 0 1858225579 862089216 26302 4294967295 134512640 134569956 3221224336 3221214512 1131371837 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26302 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1119.07
Current children cumulated vsize (Kb) 841884

[startup+1150.07 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19182 3 1 0 112803 94 0 0 25 0 11 0 1858225579 862089216 26305 4294967295 134512640 134569956 3221224336 3221214528 1131391805 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26305 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1128.97
Current children cumulated vsize (Kb) 841884

[startup+1160.07 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19192 3 1 0 113792 94 0 0 25 0 11 0 1858225579 862089216 26309 4294967295 134512640 134569956 3221224336 3221214528 1131392467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26309 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1138.86
Current children cumulated vsize (Kb) 841884

[startup+1170.08 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) S 32192 32193 2660 0 -1 0 19201 3 1 0 114781 95 0 0 25 0 11 0 1858225579 862089216 26312 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26312 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1148.76
Current children cumulated vsize (Kb) 841884

[startup+1180.08 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19211 3 1 0 115771 95 0 0 25 0 11 0 1858225579 862089216 26317 4294967295 134512640 134569956 3221224336 3221214616 1131464804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26317 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1158.66
Current children cumulated vsize (Kb) 841884

[startup+1190.08 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19221 3 1 0 116759 95 0 0 20 0 11 0 1858225579 862089216 26320 4294967295 134512640 134569956 3221224336 3221214608 1131339577 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/32193/statm): 210471 26320 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1168.54
Current children cumulated vsize (Kb) 841884

[startup+1200.08 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19231 3 1 0 117747 95 0 0 25 0 11 0 1858225579 862089216 26324 4294967295 134512640 134569956 3221224336 3221214512 1131371877 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26324 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1178.42
Current children cumulated vsize (Kb) 841884

[startup+1210.08 s]
Raw data (loadavg): 1.00 0.99 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19240 3 1 0 118737 96 0 0 25 0 11 0 1858225579 862089216 26327 4294967295 134512640 134569956 3221224336 3221214616 1131463344 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26327 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1188.33
Current children cumulated vsize (Kb) 841884

[startup+1220.08 s]
Raw data (loadavg): 1.07 1.00 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19250 3 1 0 119725 96 0 0 25 0 11 0 1858225579 862089216 26332 4294967295 134512640 134569956 3221224336 3221214616 1131471856 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26332 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1198.21
Current children cumulated vsize (Kb) 841884

[startup+1230.08 s]
Raw data (loadavg): 1.06 1.00 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19260 3 1 0 120714 96 0 0 25 0 11 0 1858225579 862089216 26335 4294967295 134512640 134569956 3221224336 3221214608 1131339615 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26335 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1208.1
Current children cumulated vsize (Kb) 841884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.08 s]
Raw data (loadavg): 1.06 1.00 0.96 2/66 32205
Raw data (/proc/32193/stat): 32193 (java) R 32192 32193 2660 0 -1 0 19260 3 1 0 120714 96 0 0 25 0 11 0 1858225579 862089216 26335 4294967295 134512640 134569956 3221224336 3221214608 1131339644 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/32193/statm): 210471 26335 13129 16 0 210455 0
[pid=32193] vsize: 841884
Current children cumulated CPU time (s) 1208.1
Current children cumulated vsize (Kb) 841884

Sending SIGTERM to -32193
Sleeping 2 seconds
New thread pid=32207
New thread pid=32208
One traced child (pid=32208) exited with status: 0
One traced child (pid=32202) exited with status: 0
One traced child (pid=32197) exited with status: 0
One traced child (pid=32194) exited with status: 143
One traced child (pid=32196) exited with status: 143
One traced child (pid=32198) exited with status: 143
One traced child (pid=32201) exited with status: 143
One traced child (pid=32200) exited with status: 143
One traced child (pid=32205) exited with status: 143
One traced child (pid=32195) exited with status: 143
One traced child (pid=32199) exited with status: 143
One traced child (pid=32207) exited with status: 143
One traced child (pid=32193) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.35
CPU time (s): 1237.42
CPU user time (s): 1235.55
CPU system time (s): 1.87071
CPU usage (%): 100.575
Max. virtual memory (cumulated for all children) (Kb): 842044

Verifier Data

Verifier:	OK	-15