Some explanations

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

General information on the benchmark

Namemps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-kb2.opb
MD5SUMcdf1de396fe048a09eaf2f98435758ef
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 48
Biggest coefficient in the objective function 4325376
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 12058535
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 5715913739337728
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 75299293548900036
Number of bits of the biggest sum of numbers57
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1229.44
Number of variables1096
Total number of constraints52
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 constraints52
Minimum length of a constraint13
Maximum length of a constraint300

Trace number 3379

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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:        898024 kB
Buffers:         33772 kB
Cached:          75528 kB
SwapCached:        792 kB
Active:          60956 kB
Inactive:        51000 kB
HighTotal:      131008 kB
HighFree:        52276 kB
LowTotal:       903652 kB
LowFree:        845748 kB
SwapTotal:     2097136 kB
SwapFree:      2095868 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            19100 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 00:41:43 (client local time) WITH STATUS 143 IN 1229.44 SECONDS
stats: 6300 0 1229.44 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/wulflinc23/normalized-mps-v2-20-10-kb2.opb
c reading problem ... done. Time 2.78 ms.
c #vars     1096
c #constraints  68
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 7.64 ms
c starts		: 5
c conflicts		: 601
c decisions		: 8721
c propagations		: 63089
c inspects		: 3828753
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 601
c root simplifications	: 598
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 8195
c speed (decisions/second)	: 7.200778783918014
c non guided choices	119
c random choices	0
s SATISFIABLE
v -D3T_0x2e__0x2e__0x2e_BW_bit_10 -D3T_0x2e__0x2e__0x2e_BW_bit_9 -D3T_0x2e__0x2e__0x2e_BW_bit_8 -D3T_0x2e__0x2e__0x2e_BW_bit_7 -D3T_0x2e__0x2e__0x2e_BW_bit_6 -D3T_0x2e__0x2e__0x2e_BW_bit_5 -D3T_0x2e__0x2e__0x2e_BW_bit_4 -D3T_0x2e__0x2e__0x2e_BW_bit_3 -D3T_0x2e__0x2e__0x2e_BW_bit_2 -D3T_0x2e__0x2e__0x2e_BW_bit_1 -D3T_0x2e__0x2e__0x2e_BW_bit0 -D3T_0x2e__0x2e__0x2e_BW_bit1 -D3T_0x2e__0x2e__0x2e_BW_bit2 -D3T_0x2e__0x2e__0x2e_BW_bit3 -D3T_0x2e__0x2e__0x2e_BW_bit4 -D3T_0x2e__0x2e__0x2e_BW_bit5 -D3T_0x2e__0x2e__0x2e_BW_bit6 -D3T_0x2e__0x2e__0x2e_BW_bit7 -EN4_0x2e__0x2e__0x2e_BW_bit_10 -EN4_0x2e__0x2e__0x2e_BW_bit_9 -EN4_0x2e__0x2e__0x2e_BW_bit_8 -EN4_0x2e__0x2e__0x2e_BW_bit_7 -EN4_0x2e__0x2e__0x2e_BW_bit_6 -EN4_0x2e__0x2e__0x2e_BW_bit_5 -EN4_0x2e__0x2e__0x2e_BW_bit_4 -EN4_0x2e__0x2e__0x2e_BW_bit_3 -EN4_0x2e__0x2e__0x2e_BW_bit_2 -EN4_0x2e__0x2e__0x2e_BW_bit_1 -EN4_0x2e__0x2e__0x2e_BW_bit0 -EN4_0x2e__0x2e__0x2e_BW_bit1 -EN4_0x2e__0x2e__0x2e_BW_bit2 -EN4_0x2e__0x2e__0x2e_BW_bit3 -EN4_0x2e__0x2e__0x2e_BW_bit4 -EN4_0x2e__0x2e__0x2e_BW_bit5 -EN4_0x2e__0x2e__0x2e_BW_bit6 -ETO_0x2e__0x2e__0x2e_BW_bit_10 -ETO_0x2e__0x2e__0x2e_BW_bit_9 -ETO_0x2e__0x2e__0x2e_BW_bit_8 -ETO_0x2e__0x2e__0x2e_BW_bit_7 -ETO_0x2e__0x2e__0x2e_BW_bit_6 -ETO_0x2e__0x2e__0x2e_BW_bit_5 -ETO_0x2e__0x2e__0x2e_BW_bit_4 -ETO_0x2e__0x2e__0x2e_BW_bit_3 -ETO_0x2e__0x2e__0x2e_BW_bit_2 -ETO_0x2e__0x2e__0x2e_BW_bit_1 -ETO_0x2e__0x2e__0x2e_BW_bit0 -ETO_0x2e__0x2e__0x2e_BW_bit1 -ETO_0x2e__0x2e__0x2e_BW_bit2 -BHC_0x2e_3EBW_bit_10 -BHC_0x2e_3EBW_bit_9 -BHC_0x2e_3EBW_bit_8 -BHC_0x2e_3EBW_bit_7 -BHC_0x2e_3EBW_bit_6 -BHC_0x2e_3EBW_bit_5 -BHC_0x2e_3EBW_bit_4 -BHC_0x2e_3EBW_bit_3 -BHC_0x2e_3EBW_bit_2 -BHC_0x2e_3EBW_bit_1 -BHC_0x2e_3EBW_bit0 -BHC_0x2e_3EBW_bit1 -BHC_0x2e_3EBW_bit2 -BHC_0x2e_3EBW_bit3 -EAL_0x2e__0x2e__0x2e_BW_bit_10 -EAL_0x2e__0x2e__0x2e_BW_bit_9 -EAL_0x2e__0x2e__0x2e_BW_bit_8 -EAL_0x2e__0x2e__0x2e_BW_bit_7 -EAL_0x2e__0x2e__0x2e_BW_bit_6 -EAL_0x2e__0x2e__0x2e_BW_bit_5 -EAL_0x2e__0x2e__0x2e_BW_bit_4 -EAL_0x2e__0x2e__0x2e_BW_bit_3 -EAL_0x2e__0x2e__0x2e_BW_bit_2 -EAL_0x2e__0x2e__0x2e_BW_bit_1 -EAL_0x2e__0x2e__0x2e_BW_bit0 -EAL_0x2e__0x2e__0x2e_BW_bit1 -EAL_0x2e__0x2e__0x2e_BW_bit2 -EAL_0x2e__0x2e__0x2e_BW_bit3 -EHC_0x2e__0x2e__0x2e_BW_bit_10 -EHC_0x2e__0x2e__0x2e_BW_bit_9 -EHC_0x2e__0x2e__0x2e_BW_bit_8 -EHC_0x2e__0x2e__0x2e_BW_bit_7 -EHC_0x2e__0x2e__0x2e_BW_bit_6 -EHC_0x2e__0x2e__0x2e_BW_bit_5 -EHC_0x2e__0x2e__0x2e_BW_bit_4 -EHC_0x2e__0x2e__0x2e_BW_bit_3 -EHC_0x2e__0x2e__0x2e_BW_bit_2 -EHC_0x2e__0x2e__0x2e_BW_bit_1 -EHC_0x2e__0x2e__0x2e_BW_bit0 -EHC_0x2e__0x2e__0x2e_BW_bit1 -EHC_0x2e__0x2e__0x2e_BW_bit2 -EHC_0x2e__0x2e__0x2e_BW_bit3 -EHC_0x2e__0x2e__0x2e_BW_bit4 -ELC_0x2e__0x2e__0x2e_BW_bit_10 -ELC_0x2e__0x2e__0x2e_BW_bit_9 -ELC_0x2e__0x2e__0x2e_BW_bit_8 -ELC_0x2e__0x2e__0x2e_BW_bit_7 -ELC_0x2e__0x2e__0x2e_BW_bit_6 -ELC_0x2e__0x2e__0x2e_BW_bit_5 -ELC_0x2e__0x2e__0x2e_BW_bit_4 -ELC_0x2e__0x2e__0x2e_BW_bit_3 -ELC_0x2e__0x2e__0x2e_BW_bit_2 -ELC_0x2e__0x2e__0x2e_BW_bit_1 -ELC_0x2e__0x2e__0x2e_BW_bit0 -ELC_0x2e__0x2e__0x2e_BW_bit1 -ELC_0x2e__0x2e__0x2e_BW_bit2 -ELC_0x2e__0x2e__0x2e_BW_bit3 -ELC_0x2e__0x2e__0x2e_BW_bit4 -ELV_0x2e__0x2e__0x2e_BW_bit_10 -ELV_0x2e__0x2e__0x2e_BW_bit_9 -ELV_0x2e__0x2e__0x2e_BW_bit_8 -ELV_0x2e__0x2e__0x2e_BW_bit_7 -ELV_0x2e__0x2e__0x2e_BW_bit_6 -ELV_0x2e__0x2e__0x2e_BW_bit_5 -ELV_0x2e__0x2e__0x2e_BW_bit_4 -ELV_0x2e__0x2e__0x2e_BW_bit_3 -ELV_0x2e__0x2e__0x2e_BW_bit_2 -ELV_0x2e__0x2e__0x2e_BW_bit_1 -ELV_0x2e__0x2e__0x2e_BW_bit0 -ELV_0x2e__0x2e__0x2e_BW_bit1 -ELV_0x2e__0x2e__0x2e_BW_bit2 -ELV_0x2e__0x2e__0x2e_BW_bit3 -EP8_0x2e__0x2e__0x2e_BW_bit_10 -EP8_0x2e__0x2e__0x2e_BW_bit_9 -EP8_0x2e__0x2e__0x2e_BW_bit_8 -EP8_0x2e__0x2e__0x2e_BW_bit_7 -EP8_0x2e__0x2e__0x2e_BW_bit_6 -EP8_0x2e__0x2e__0x2e_BW_bit_5 -EP8_0x2e__0x2e__0x2e_BW_bit_4 -EP8_0x2e__0x2e__0x2e_BW_bit_3 -EP8_0x2e__0x2e__0x2e_BW_bit_2 -EP8_0x2e__0x2e__0x2e_BW_bit_1 -EP8_0x2e__0x2e__0x2e_BW_bit0 -EP8_0x2e__0x2e__0x2e_BW_bit1 -EP8_0x2e__0x2e__0x2e_BW_bit2 -EP8_0x2e__0x2e__0x2e_BW_bit3 -EP8_0x2e__0x2e__0x2e_BW_bit4 -EP8_0x2e__0x2e__0x2e_BW_bit5 -M3_0x2e__0x2e_3TBW_bit_10 -M3_0x2e__0x2e_3TBW_bit_9 -M3_0x2e__0x2e_3TBW_bit_8 -M3_0x2e__0x2e_3TBW_bit_7 -M3_0x2e__0x2e_3TBW_bit_6 -M3_0x2e__0x2e_3TBW_bit_5 -M3_0x2e__0x2e_3TBW_bit_4 -M3_0x2e__0x2e_3TBW_bit_3 -M3_0x2e__0x2e_3TBW_bit_2 -M3_0x2e__0x2e_3TBW_bit_1 -M3_0x2e__0x2e_3TBW_bit0 -M3_0x2e__0x2e_3TBW_bit1 -M3_0x2e__0x2e_3TBW_bit2 -M3_0x2e__0x2e_3TBW_bit3 -M3_0x2e__0x2e_3TBW_bit4 -M3_0x2e__0x2e_3TBW_bit5 -M3_0x2e__0x2e_3TBW_bit6 -M3_0x2e__0x2e_3TBW_bit7 -M3_0x2e__0x2e_3TBW_bit8 -M3_0x2e__0x2e_3TBW_bit9 -M3_0x2e__0x2e_3TBW_bit10 -M3_0x2e__0x2e_3TBW_bit11 -M3_0x2e__0x2e_3TBW_bit12 -M3_0x2e__0x2e_3TBW_bit13 -M3_0x2e__0x2e_3TBW_bit14 -M3_0x2e__0x2e_3TBW_bit15 -M3_0x2e__0x2e_3TBW_bit16 -M3_0x2e__0x2e_3TBW_bit17 -M3_0x2e__0x2e_3TBW_bit18 -M3_0x2e__0x2e_3TBW_bit19 -QVO73EBW_bit_10 -QVO73EBW_bit_9 -QVO73EBW_bit_8 -QVO73EBW_bit_7 -QVO73EBW_bit_6 -QVO73EBW_bit_5 -QVO73EBW_bit_4 -QVO73EBW_bit_3 -QVO73EBW_bit_2 -QVO73EBW_bit_1 -QVO73EBW_bit0 -QVO73EBW_bit1 -QVO73EBW_bit2 -QVO73EBW_bit3 -QVO73EBW_bit4 -QVO73EBW_bit5 -QVO73EBW_bit6 -QVO73EBW_bit7 -QVO73EBW_bit8 -QVO73EBW_bit9 -QVO73EBW_bit10 -QVO73EBW_bit11 -QVO73EBW_bit12 -QVO73EBW_bit13 -QVO73EBW_bit14 -QVO73EBW_bit15 -QVO73EBW_bit16 -QVO73EBW_bit17 -QVO73EBW_bit18 -QVO73EBW_bit19 -BAL_0x2e_3EBW_bit_10 -BAL_0x2e_3EBW_bit_9 -BAL_0x2e_3EBW_bit_8 -BAL_0x2e_3EBW_bit_7 -BAL_0x2e_3EBW_bit_6 -BAL_0x2e_3EBW_bit_5 -BAL_0x2e_3EBW_bit_4 -BAL_0x2e_3EBW_bit_3 -BAL_0x2e_3EBW_bit_2 -BAL_0x2e_3EBW_bit_1 -BAL_0x2e_3EBW_bit0 -BAL_0x2e_3EBW_bit1 -BAL_0x2e_3EBW_bit2 -BAL_0x2e_3EBW_bit3 -BAL_0x2e_3EBW_bit4 -BAL_0x2e_3EBW_bit5 -BAL_0x2e_3EBW_bit6 -BAL_0x2e_3EBW_bit7 -BAL_0x2e_3EBW_bit8 -BAL_0x2e_3EBW_bit9 -BAL_0x2e_3EBW_bit10 -BAL_0x2e_3EBW_bit11 -BAL_0x2e_3EBW_bit12 -BAL_0x2e_3EBW_bit13 -BAL_0x2e_3EBW_bit14 -BAL_0x2e_3EBW_bit15 -BAL_0x2e_3EBW_bit16 -BAL_0x2e_3EBW_bit17 -BAL_0x2e_3EBW_bit18 -BAL_0x2e_3EBW_bit19 -BLC_0x2e_3EBW_bit_10 -BLC_0x2e_3EBW_bit_9 -BLC_0x2e_3EBW_bit_8 -BLC_0x2e_3EBW_bit_7 -BLC_0x2e_3EBW_bit_6 -BLC_0x2e_3EBW_bit_5 -BLC_0x2e_3EBW_bit_4 -BLC_0x2e_3EBW_bit_3 -BLC_0x2e_3EBW_bit_2 -BLC_0x2e_3EBW_bit_1 -BLC_0x2e_3EBW_bit0 -BLC_0x2e_3EBW_bit1 -BLC_0x2e_3EBW_bit2 -BLC_0x2e_3EBW_bit3 -BLC_0x2e_3EBW_bit4 -BLC_0x2e_3EBW_bit5 -BLC_0x2e_3EBW_bit6 -BLC_0x2e_3EBW_bit7 -BLC_0x2e_3EBW_bit8 -BLC_0x2e_3EBW_bit9 -BLC_0x2e_3EBW_bit10 -BLC_0x2e_3EBW_bit11 -BLC_0x2e_3EBW_bit12 -BLC_0x2e_3EBW_bit13 -BLC_0x2e_3EBW_bit14 -BLC_0x2e_3EBW_bit15 -BLC_0x2e_3EBW_bit16 -BLC_0x2e_3EBW_bit17 -BLC_0x2e_3EBW_bit18 -BLC_0x2e_3EBW_bit19 -BLV_0x2e_3EBW_bit_10 -BLV_0x2e_3EBW_bit_9 -BLV_0x2e_3EBW_bit_8 -BLV_0x2e_3EBW_bit_7 -BLV_0x2e_3EBW_bit_6 -BLV_0x2e_3EBW_bit_5 -BLV_0x2e_3EBW_bit_4 -BLV_0x2e_3EBW_bit_3 -BLV_0x2e_3EBW_bit_2 -BLV_0x2e_3EBW_bit_1 -BLV_0x2e_3EBW_bit0 -BLV_0x2e_3EBW_bit1 -BLV_0x2e_3EBW_bit2 -BLV_0x2e_3EBW_bit3 -BLV_0x2e_3EBW_bit4 -BLV_0x2e_3EBW_bit5 -BLV_0x2e_3EBW_bit6 -BLV_0x2e_3EBW_bit7 -BLV_0x2e_3EBW_bit8 -BLV_0x2e_3EBW_bit9 -BLV_0x2e_3EBW_bit10 -BLV_0x2e_3EBW_bit11 -BLV_0x2e_3EBW_bit12 -BLV_0x2e_3EBW_bit13 -BLV_0x2e_3EBW_bit14 -BLV_0x2e_3EBW_bit15 -BLV_0x2e_3EBW_bit16 -BLV_0x2e_3EBW_bit17 -BLV_0x2e_3EBW_bit18 -BLV_0x2e_3EBW_bit19 -BN4_0x2e_3EBW_bit_10 -BN4_0x2e_3EBW_bit_9 -BN4_0x2e_3EBW_bit_8 -BN4_0x2e_3EBW_bit_7 -BN4_0x2e_3EBW_bit_6 -BN4_0x2e_3EBW_bit_5 -BN4_0x2e_3EBW_bit_4 -BN4_0x2e_3EBW_bit_3 -BN4_0x2e_3EBW_bit_2 -BN4_0x2e_3EBW_bit_1 -BN4_0x2e_3EBW_bit0 -BN4_0x2e_3EBW_bit1 -BN4_0x2e_3EBW_bit2 -BN4_0x2e_3EBW_bit3 -BN4_0x2e_3EBW_bit4 -BN4_0x2e_3EBW_bit5 -BN4_0x2e_3EBW_bit6 -BN4_0x2e_3EBW_bit7 -BN4_0x2e_3EBW_bit8 -BN4_0x2e_3EBW_bit9 -BN4_0x2e_3EBW_bit10 -BN4_0x2e_3EBW_bit11 -BN4_0x2e_3EBW_bit12 -BN4_0x2e_3EBW_bit13 -BN4_0x2e_3EBW_bit14 -BN4_0x2e_3EBW_bit15 -BN4_0x2e_3EBW_bit16 -BN4_0x2e_3EBW_bit17 -BN4_0x2e_3EBW_bit18 -BN4_0x2e_3EBW_bit19 -BP8_0x2e_3EBW_bit_10 -BP8_0x2e_3EBW_bit_9 -BP8_0x2e_3EBW_bit_8 -BP8_0x2e_3EBW_bit_7 -BP8_0x2e_3EBW_bit_6 -BP8_0x2e_3EBW_bit_5 -BP8_0x2e_3EBW_bit_4 -BP8_0x2e_3EBW_bit_3 -BP8_0x2e_3EBW_bit_2 -BP8_0x2e_3EBW_bit_1 -BP8_0x2e_3EBW_bit0 -BP8_0x2e_3EBW_bit1 -BP8_0x2e_3EBW_bit2 -BP8_0x2e_3EBW_bit3 -BP8_0x2e_3EBW_bit4 -BP8_0x2e_3EBW_bit5 -BP8_0x2e_3EBW_bit6 -BP8_0x2e_3EBW_bit7 -BP8_0x2e_3EBW_bit8 -BP8_0x2e_3EBW_bit9 -BP8_0x2e_3EBW_bit10 -BP8_0x2e_3EBW_bit11 -BP8_0x2e_3EBW_bit12 -BP8_0x2e_3EBW_bit13 -BP8_0x2e_3EBW_bit14 -BP8_0x2e_3EBW_bit15 -BP8_0x2e_3EBW_bit16 -BP8_0x2e_3EBW_bit17 -BP8_0x2e_3EBW_bit18 -BP8_0x2e_3EBW_bit19 -BTO_0x2e_3EBW_bit_10 -BTO_0x2e_3EBW_bit_9 -BTO_0x2e_3EBW_bit_8 -BTO_0x2e_3EBW_bit_7 -BTO_0x2e_3EBW_bit_6 -BTO_0x2e_3EBW_bit_5 -BTO_0x2e_3EBW_bit_4 -BTO_0x2e_3EBW_bit_3 -BTO_0x2e_3EBW_bit_2 -BTO_0x2e_3EBW_bit_1 -BTO_0x2e_3EBW_bit0 -BTO_0x2e_3EBW_bit1 -BTO_0x2e_3EBW_bit2 -BTO_0x2e_3EBW_bit3 -BTO_0x2e_3EBW_bit4 -BTO_0x2e_3EBW_bit5 -BTO_0x2e_3EBW_bit6 -BTO_0x2e_3EBW_bit7 -BTO_0x2e_3EBW_bit8 -BTO_0x2e_3EBW_bit9 -BTO_0x2e_3EBW_bit10 -BTO_0x2e_3EBW_bit11 -BTO_0x2e_3EBW_bit12 -BTO_0x2e_3EBW_bit13 -BTO_0x2e_3EBW_bit14 -BTO_0x2e_3EBW_bit15 -BTO_0x2e_3EBW_bit16 -BTO_0x2e_3EBW_bit17 -BTO_0x2e_3EBW_bit18 -BTO_0x2e_3EBW_bit19 -QVO73PBW_bit_10 -QVO73PBW_bit_9 -QVO73PBW_bit_8 -QVO73PBW_bit_7 -QVO73PBW_bit_6 -QVO73PBW_bit_5 -QVO73PBW_bit_4 -QVO73PBW_bit_3 -QVO73PBW_bit_2 -QVO73PBW_bit_1 -QVO73PBW_bit0 -QVO73PBW_bit1 -QVO73PBW_bit2 -QVO73PBW_bit3 -QVO73PBW_bit4 -QVO73PBW_bit5 -QVO73PBW_bit6 -QVO73PBW_bit7 -QVO73PBW_bit8 -QVO73PBW_bit9 -QVO73PBW_bit10 -QVO73PBW_bit11 -QVO73PBW_bit12 -QVO73PBW_bit13 -QVO73PBW_bit14 -QVO73PBW_bit15 -QVO73PBW_bit16 -QVO73PBW_bit17 -QVO73PBW_bit18 -QVO73PBW_bit19 -BAL_0x2e_3PBW_bit_10 -BAL_0x2e_3PBW_bit_9 -BAL_0x2e_3PBW_bit_8 -BAL_0x2e_3PBW_bit_7 -BAL_0x2e_3PBW_bit_6 -BAL_0x2e_3PBW_bit_5 -BAL_0x2e_3PBW_bit_4 -BAL_0x2e_3PBW_bit_3 -BAL_0x2e_3PBW_bit_2 -BAL_0x2e_3PBW_bit_1 -BAL_0x2e_3PBW_bit0 -BAL_0x2e_3PBW_bit1 -BAL_0x2e_3PBW_bit2 -BAL_0x2e_3PBW_bit3 -BAL_0x2e_3PBW_bit4 -BAL_0x2e_3PBW_bit5 -BAL_0x2e_3PBW_bit6 -BAL_0x2e_3PBW_bit7 -BAL_0x2e_3PBW_bit8 -BAL_0x2e_3PBW_bit9 -BAL_0x2e_3PBW_bit10 -BAL_0x2e_3PBW_bit11 -BAL_0x2e_3PBW_bit12 -BAL_0x2e_3PBW_bit13 -BAL_0x2e_3PBW_bit14 -BAL_0x2e_3PBW_bit15 -BAL_0x2e_3PBW_bit16 -BAL_0x2e_3PBW_bit17 -BAL_0x2e_3PBW_bit18 -BAL_0x2e_3PBW_bit19 -BHC_0x2e_3PBW_bit_10 -BHC_0x2e_3PBW_bit_9 -BHC_0x2e_3PBW_bit_8 -BHC_0x2e_3PBW_bit_7 -BHC_0x2e_3PBW_bit_6 -BHC_0x2e_3PBW_bit_5 -BHC_0x2e_3PBW_bit_4 -BHC_0x2e_3PBW_bit_3 -BHC_0x2e_3PBW_bit_2 -BHC_0x2e_3PBW_bit_1 -BHC_0x2e_3PBW_bit0 -BHC_0x2e_3PBW_bit1 -BHC_0x2e_3PBW_bit2 -BHC_0x2e_3PBW_bit3 -BHC_0x2e_3PBW_bit4 -BHC_0x2e_3PBW_bit5 -BHC_0x2e_3PBW_bit6 -BHC_0x2e_3PBW_bit7 -BHC_0x2e_3PBW_bit8 -BHC_0x2e_3PBW_bit9 -BHC_0x2e_3PBW_bit10 -BHC_0x2e_3PBW_bit11 -BHC_0x2e_3PBW_bit12 -BHC_0x2e_3PBW_bit13 -BHC_0x2e_3PBW_bit14 -BHC_0x2e_3PBW_bit15 -BHC_0x2e_3PBW_bit16 -BHC_0x2e_3PBW_bit17 -BHC_0x2e_3PBW_bit18 -BHC_0x2e_3PBW_bit19 -BLC_0x2e_3PBW_bit_10 -BLC_0x2e_3PBW_bit_9 -BLC_0x2e_3PBW_bit_8 -BLC_0x2e_3PBW_bit_7 -BLC_0x2e_3PBW_bit_6 -BLC_0x2e_3PBW_bit_5 -BLC_0x2e_3PBW_bit_4 -BLC_0x2e_3PBW_bit_3 -BLC_0x2e_3PBW_bit_2 -BLC_0x2e_3PBW_bit_1 -BLC_0x2e_3PBW_bit0 -BLC_0x2e_3PBW_bit1 -BLC_0x2e_3PBW_bit2 -BLC_0x2e_3PBW_bit3 -BLC_0x2e_3PBW_bit4 -BLC_0x2e_3PBW_bit5 -BLC_0x2e_3PBW_bit6 -BLC_0x2e_3PBW_bit7 -BLC_0x2e_3PBW_bit8 -BLC_0x2e_3PBW_bit9 -BLC_0x2e_3PBW_bit10 -BLC_0x2e_3PBW_bit11 -BLC_0x2e_3PBW_bit12 -BLC_0x2e_3PBW_bit13 -BLC_0x2e_3PBW_bit14 -BLC_0x2e_3PBW_bit15 -BLC_0x2e_3PBW_bit16 -BLC_0x2e_3PBW_bit17 -BLC_0x2e_3PBW_bit18 -BLC_0x2e_3PBW_bit19 -BLV_0x2e_3PBW_bit_10 -BLV_0x2e_3PBW_bit_9 -BLV_0x2e_3PBW_bit_8 -BLV_0x2e_3PBW_bit_7 -BLV_0x2e_3PBW_bit_6 -BLV_0x2e_3PBW_bit_5 -BLV_0x2e_3PBW_bit_4 -BLV_0x2e_3PBW_bit_3 -BLV_0x2e_3PBW_bit_2 -BLV_0x2e_3PBW_bit_1 -BLV_0x2e_3PBW_bit0 -BLV_0x2e_3PBW_bit1 -BLV_0x2e_3PBW_bit2 -BLV_0x2e_3PBW_bit3 -BLV_0x2e_3PBW_bit4 -BLV_0x2e_3PBW_bit5 -BLV_0x2e_3PBW_bit6 -BLV_0x2e_3PBW_bit7 -BLV_0x2e_3PBW_bit8 -BLV_0x2e_3PBW_bit9 -BLV_0x2e_3PBW_bit10 -BLV_0x2e_3PBW_bit11 -BLV_0x2e_3PBW_bit12 -BLV_0x2e_3PBW_bit13 -BLV_0x2e_3PBW_bit14 -BLV_0x2e_3PBW_bit15 -BLV_0x2e_3PBW_bit16 -BLV_0x2e_3PBW_bit17 -BLV_0x2e_3PBW_bit18 -BLV_0x2e_3PBW_bit19 -BN4_0x2e_3PBW_bit_10 -BN4_0x2e_3PBW_bit_9 -BN4_0x2e_3PBW_bit_8 -BN4_0x2e_3PBW_bit_7 -BN4_0x2e_3PBW_bit_6 -BN4_0x2e_3PBW_bit_5 -BN4_0x2e_3PBW_bit_4 -BN4_0x2e_3PBW_bit_3 -BN4_0x2e_3PBW_bit_2 -BN4_0x2e_3PBW_bit_1 -BN4_0x2e_3PBW_bit0 -BN4_0x2e_3PBW_bit1 -BN4_0x2e_3PBW_bit2 -BN4_0x2e_3PBW_bit3 -BN4_0x2e_3PBW_bit4 -BN4_0x2e_3PBW_bit5 -BN4_0x2e_3PBW_bit6 -BN4_0x2e_3PBW_bit7 -BN4_0x2e_3PBW_bit8 -BN4_0x2e_3PBW_bit9 -BN4_0x2e_3PBW_bit10 -BN4_0x2e_3PBW_bit11 -BN4_0x2e_3PBW_bit12 -BN4_0x2e_3PBW_bit13 -BN4_0x2e_3PBW_bit14 -BN4_0x2e_3PBW_bit15 -BN4_0x2e_3PBW_bit16 -BN4_0x2e_3PBW_bit17 -BN4_0x2e_3PBW_bit18 -BN4_0x2e_3PBW_bit19 -BP8_0x2e_3PBW_bit_10 -BP8_0x2e_3PBW_bit_9 -BP8_0x2e_3PBW_bit_8 -BP8_0x2e_3PBW_bit_7 -BP8_0x2e_3PBW_bit_6 -BP8_0x2e_3PBW_bit_5 -BP8_0x2e_3PBW_bit_4 -BP8_0x2e_3PBW_bit_3 -BP8_0x2e_3PBW_bit_2 -BP8_0x2e_3PBW_bit_1 -BP8_0x2e_3PBW_bit0 -BP8_0x2e_3PBW_bit1 -BP8_0x2e_3PBW_bit2 -BP8_0x2e_3PBW_bit3 -BP8_0x2e_3PBW_bit4 -BP8_0x2e_3PBW_bit5 -BP8_0x2e_3PBW_bit6 -BP8_0x2e_3PBW_bit7 -BP8_0x2e_3PBW_bit8 -BP8_0x2e_3PBW_bit9 -BP8_0x2e_3PBW_bit10 -BP8_0x2e_3PBW_bit11 -BP8_0x2e_3PBW_bit12 -BP8_0x2e_3PBW_bit13 -BP8_0x2e_3PBW_bit14 -BP8_0x2e_3PBW_bit15 -BP8_0x2e_3PBW_bit16 -BP8_0x2e_3PBW_bit17 -BP8_0x2e_3PBW_bit18 -BP8_0x2e_3PBW_bit19 -BTO_0x2e_3PBW_bit_10 -BTO_0x2e_3PBW_bit_9 -BTO_0x2e_3PBW_bit_8 -BTO_0x2e_3PBW_bit_7 -BTO_0x2e_3PBW_bit_6 -BTO_0x2e_3PBW_bit_5 -BTO_0x2e_3PBW_bit_4 -BTO_0x2e_3PBW_bit_3 -BTO_0x2e_3PBW_bit_2 -BTO_0x2e_3PBW_bit_1 -BTO_0x2e_3PBW_bit0 -BTO_0x2e_3PBW_bit1 -BTO_0x2e_3PBW_bit2 -BTO_0x2e_3PBW_bit3 -BTO_0x2e_3PBW_bit4 -BTO_0x2e_3PBW_bit5 -BTO_0x2e_3PBW_bit6 -BTO_0x2e_3PBW_bit7 -BTO_0x2e_3PBW_bit8 -BTO_0x2e_3PBW_bit9 -BTO_0x2e_3PBW_bit10 -BTO_0x2e_3PBW_bit11 -BTO_0x2e_3PBW_bit12 -BTO_0x2e_3PBW_bit13 -BTO_0x2e_3PBW_bit14 -BTO_0x2e_3PBW_bit15 -BTO_0x2e_3PBW_bit16 -BTO_0x2e_3PBW_bit17 -BTO_0x2e_3PBW_bit18 -BTO_0x2e_3PBW_bit19 -QVO73RBW_bit_10 -QVO73RBW_bit_9 -QVO73RBW_bit_8 -QVO73RBW_bit_7 -QVO73RBW_bit_6 -QVO73RBW_bit_5 -QVO73RBW_bit_4 -QVO73RBW_bit_3 -QVO73RBW_bit_2 -QVO73RBW_bit_1 -QVO73RBW_bit0 -QVO73RBW_bit1 -QVO73RBW_bit2 -QVO73RBW_bit3 -QVO73RBW_bit4 -QVO73RBW_bit5 -QVO73RBW_bit6 -QVO73RBW_bit7 -QVO73RBW_bit8 -QVO73RBW_bit9 -QVO73RBW_bit10 -QVO73RBW_bit11 -QVO73RBW_bit12 -QVO73RBW_bit13 -QVO73RBW_bit14 -QVO73RBW_bit15 -QVO73RBW_bit16 -QVO73RBW_bit17 -QVO73RBW_bit18 -QVO73RBW_bit19 -BAL_0x2e_3RBW_bit_10 -BAL_0x2e_3RBW_bit_9 -BAL_0x2e_3RBW_bit_8 -BAL_0x2e_3RBW_bit_7 -BAL_0x2e_3RBW_bit_6 -BAL_0x2e_3RBW_bit_5 -BAL_0x2e_3RBW_bit_4 -BAL_0x2e_3RBW_bit_3 -BAL_0x2e_3RBW_bit_2 -BAL_0x2e_3RBW_bit_1 -BAL_0x2e_3RBW_bit0 -BAL_0x2e_3RBW_bit1 -BAL_0x2e_3RBW_bit2 -BAL_0x2e_3RBW_bit3 -BAL_0x2e_3RBW_bit4 -BAL_0x2e_3RBW_bit5 -BAL_0x2e_3RBW_bit6 -BAL_0x2e_3RBW_bit7 -BAL_0x2e_3RBW_bit8 -BAL_0x2e_3RBW_bit9 -BAL_0x2e_3RBW_bit10 -BAL_0x2e_3RBW_bit11 -BAL_0x2e_3RBW_bit12 -BAL_0x2e_3RBW_bit13 -BAL_0x2e_3RBW_bit14 -BAL_0x2e_3RBW_bit15 -BAL_0x2e_3RBW_bit16 -BAL_0x2e_3RBW_bit17 -BAL_0x2e_3RBW_bit18 -BAL_0x2e_3RBW_bit19 -BHC_0x2e_3RBW_bit_10 -BHC_0x2e_3RBW_bit_9 -BHC_0x2e_3RBW_bit_8 -BHC_0x2e_3RBW_bit_7 -BHC_0x2e_3RBW_bit_6 -BHC_0x2e_3RBW_bit_5 -BHC_0x2e_3RBW_bit_4 -BHC_0x2e_3RBW_bit_3 -BHC_0x2e_3RBW_bit_2 -BHC_0x2e_3RBW_bit_1 -BHC_0x2e_3RBW_bit0 -BHC_0x2e_3RBW_bit1 -BHC_0x2e_3RBW_bit2 -BHC_0x2e_3RBW_bit3 -BHC_0x2e_3RBW_bit4 -BHC_0x2e_3RBW_bit5 -BHC_0x2e_3RBW_bit6 -BHC_0x2e_3RBW_bit7 -BHC_0x2e_3RBW_bit8 -BHC_0x2e_3RBW_bit9 -BHC_0x2e_3RBW_bit10 -BHC_0x2e_3RBW_bit11 -BHC_0x2e_3RBW_bit12 -BHC_0x2e_3RBW_bit13 -BHC_0x2e_3RBW_bit14 -BHC_0x2e_3RBW_bit15 -BHC_0x2e_3RBW_bit16 -BHC_0x2e_3RBW_bit17 -BHC_0x2e_3RBW_bit18 -BHC_0x2e_3RBW_bit19 -BLC_0x2e_3RBW_bit_10 -BLC_0x2e_3RBW_bit_9 -BLC_0x2e_3RBW_bit_8 -BLC_0x2e_3RBW_bit_7 -BLC_0x2e_3RBW_bit_6 -BLC_0x2e_3RBW_bit_5 -BLC_0x2e_3RBW_bit_4 -BLC_0x2e_3RBW_bit_3 -BLC_0x2e_3RBW_bit_2 -BLC_0x2e_3RBW_bit_1 -BLC_0x2e_3RBW_bit0 -BLC_0x2e_3RBW_bit1 -BLC_0x2e_3RBW_bit2 -BLC_0x2e_3RBW_bit3 -BLC_0x2e_3RBW_bit4 -BLC_0x2e_3RBW_bit5 -BLC_0x2e_3RBW_bit6 -BLC_0x2e_3RBW_bit7 -BLC_0x2e_3RBW_bit8 -BLC_0x2e_3RBW_bit9 -BLC_0x2e_3RBW_bit10 -BLC_0x2e_3RBW_bit11 -BLC_0x2e_3RBW_bit12 -BLC_0x2e_3RBW_bit13 -BLC_0x2e_3RBW_bit14 -BLC_0x2e_3RBW_bit15 -BLC_0x2e_3RBW_bit16 -BLC_0x2e_3RBW_bit17 -BLC_0x2e_3RBW_bit18 -BLC_0x2e_3RBW_bit19 -BLV_0x2e_3RBW_bit_10 -BLV_0x2e_3RBW_bit_9 -BLV_0x2e_3RBW_bit_8 -BLV_0x2e_3RBW_bit_7 -BLV_0x2e_3RBW_bit_6 -BLV_0x2e_3RBW_bit_5 -BLV_0x2e_3RBW_bit_4 -BLV_0x2e_3RBW_bit_3 -BLV_0x2e_3RBW_bit_2 -BLV_0x2e_3RBW_bit_1 -BLV_0x2e_3RBW_bit0 -BLV_0x2e_3RBW_bit1 -BLV_0x2e_3RBW_bit2 -BLV_0x2e_3RBW_bit3 -BLV_0x2e_3RBW_bit4 -BLV_0x2e_3RBW_bit5 -BLV_0x2e_3RBW_bit6 -BLV_0x2e_3RBW_bit7 -BLV_0x2e_3RBW_bit8 -BLV_0x2e_3RBW_bit9 -BLV_0x2e_3RBW_bit10 -BLV_0x2e_3RBW_bit11 -BLV_0x2e_3RBW_bit12 -BLV_0x2e_3RBW_bit13 -BLV_0x2e_3RBW_bit14 -BLV_0x2e_3RBW_bit15 -BLV_0x2e_3RBW_bit16 -BLV_0x2e_3RBW_bit17 -BLV_0x2e_3RBW_bit18 -BLV_0x2e_3RBW_bit19 -BN4_0x2e_3RBW_bit_10 -BN4_0x2e_3RBW_bit_9 -BN4_0x2e_3RBW_bit_8 -BN4_0x2e_3RBW_bit_7 -BN4_0x2e_3RBW_bit_6 -BN4_0x2e_3RBW_bit_5 -BN4_0x2e_3RBW_bit_4 -BN4_0x2e_3RBW_bit_3 -BN4_0x2e_3RBW_bit_2 -BN4_0x2e_3RBW_bit_1 -BN4_0x2e_3RBW_bit0 -BN4_0x2e_3RBW_bit1 -BN4_0x2e_3RBW_bit2 -BN4_0x2e_3RBW_bit3 -BN4_0x2e_3RBW_bit4 -BN4_0x2e_3RBW_bit5 -BN4_0x2e_3RBW_bit6 -BN4_0x2e_3RBW_bit7 -BN4_0x2e_3RBW_bit8 -BN4_0x2e_3RBW_bit9 -BN4_0x2e_3RBW_bit10 -BN4_0x2e_3RBW_bit11 -BN4_0x2e_3RBW_bit12 -BN4_0x2e_3RBW_bit13 -BN4_0x2e_3RBW_bit14 -BN4_0x2e_3RBW_bit15 -BN4_0x2e_3RBW_bit16 -BN4_0x2e_3RBW_bit17 -BN4_0x2e_3RBW_bit18 -BN4_0x2e_3RBW_bit19 -BP8_0x2e_3RBW_bit_10 -BP8_0x2e_3RBW_bit_9 -BP8_0x2e_3RBW_bit_8 -BP8_0x2e_3RBW_bit_7 -BP8_0x2e_3RBW_bit_6 -BP8_0x2e_3RBW_bit_5 -BP8_0x2e_3RBW_bit_4 -BP8_0x2e_3RBW_bit_3 -BP8_0x2e_3RBW_bit_2 -BP8_0x2e_3RBW_bit_1 -BP8_0x2e_3RBW_bit0 -BP8_0x2e_3RBW_bit1 -BP8_0x2e_3RBW_bit2 -BP8_0x2e_3RBW_bit3 -BP8_0x2e_3RBW_bit4 -BP8_0x2e_3RBW_bit5 -BP8_0x2e_3RBW_bit6 -BP8_0x2e_3RBW_bit7 -BP8_0x2e_3RBW_bit8 -BP8_0x2e_3RBW_bit9 -BP8_0x2e_3RBW_bit10 -BP8_0x2e_3RBW_bit11 -BP8_0x2e_3RBW_bit12 -BP8_0x2e_3RBW_bit13 -BP8_0x2e_3RBW_bit14 -BP8_0x2e_3RBW_bit15 -BP8_0x2e_3RBW_bit16 -BP8_0x2e_3RBW_bit17 -BP8_0x2e_3RBW_bit18 -BP8_0x2e_3RBW_bit19 -BTO_0x2e_3RBW_bit_10 -BTO_0x2e_3RBW_bit_9 -BTO_0x2e_3RBW_bit_8 -BTO_0x2e_3RBW_bit_7 -BTO_0x2e_3RBW_bit_6 -BTO_0x2e_3RBW_bit_5 -BTO_0x2e_3RBW_bit_4 -BTO_0x2e_3RBW_bit_3 -BTO_0x2e_3RBW_bit_2 -BTO_0x2e_3RBW_bit_1 -BTO_0x2e_3RBW_bit0 -BTO_0x2e_3RBW_bit1 -BTO_0x2e_3RBW_bit2 -BTO_0x2e_3RBW_bit3 -BTO_0x2e_3RBW_bit4 -BTO_0x2e_3RBW_bit5 -BTO_0x2e_3RBW_bit6 -BTO_0x2e_3RBW_bit7 -BTO_0x2e_3RBW_bit8 -BTO_0x2e_3RBW_bit9 -BTO_0x2e_3RBW_bit10 -BTO_0x2e_3RBW_bit11 -BTO_0x2e_3RBW_bit12 -BTO_0x2e_3RBW_bit13 -BTO_0x2e_3RBW_bit14 -BTO_0x2e_3RBW_bit15 -BTO_0x2e_3RBW_bit16 -BTO_0x2e_3RBW_bit17 -BTO_0x2e_3RBW_bit18 -BTO_0x2e_3RBW_bit19 -QPB73EBW_bit_10 -QPB73EBW_bit_9 -QPB73EBW_bit_8 -QPB73EBW_bit_7 -QPB73EBW_bit_6 -QPB73EBW_bit_5 -QPB73EBW_bit_4 -QPB73EBW_bit_3 -QPB73EBW_bit_2 -QPB73EBW_bit_1 -QPB73EBW_bit0 -QPB73EBW_bit1 -QPB73EBW_bit2 -QPB73EBW_bit3 -QPB73EBW_bit4 -QPB73EBW_bit5 -QPB73EBW_bit6 -QPB73EBW_bit7 -QPB73EBW_bit8 -QPB73EBW_bit9 -QPB73EBW_bit10 -QPB73EBW_bit11 -QPB73EBW_bit12 -QPB73EBW_bit13 -QPB73EBW_bit14 -QPB73EBW_bit15 -QPB73EBW_bit16 -QPB73EBW_bit17 -QPB73EBW_bit18 -QPB73EBW_bit19 -WMO73EBW_bit_10 -WMO73EBW_bit_9 -WMO73EBW_bit_8 -WMO73EBW_bit_7 -WMO73EBW_bit_6 -WMO73EBW_bit_5 -WMO73EBW_bit_4 -WMO73EBW_bit_3 -WMO73EBW_bit_2 -WMO73EBW_bit_1 -WMO73EBW_bit0 -WMO73EBW_bit1 -WMO73EBW_bit2 -WMO73EBW_bit3 -WMO73EBW_bit4 -WMO73EBW_bit5 -WMO73EBW_bit6 -WMO73EBW_bit7 -WMO73EBW_bit8 -WMO73EBW_bit9 -WMO73EBW_bit10 -WMO73EBW_bit11 -WMO73EBW_bit12 -WMO73EBW_bit13 -WMO73EBW_bit14 -WMO73EBW_bit15 -WMO73EBW_bit16 -WMO73EBW_bit17 -WMO73EBW_bit18 -WMO73EBW_bit19 -QPB73RBW_bit_10 -QPB73RBW_bit_9 -QPB73RBW_bit_8 -QPB73RBW_bit_7 -QPB73RBW_bit_6 -QPB73RBW_bit_5 -QPB73RBW_bit_4 -QPB73RBW_bit_3 -QPB73RBW_bit_2 -QPB73RBW_bit_1 -QPB73RBW_bit0 -QPB73RBW_bit1 -QPB73RBW_bit2 -QPB73RBW_bit3 -QPB73RBW_bit4 -QPB73RBW_bit5 -QPB73RBW_bit6 -QPB73RBW_bit7 -QPB73RBW_bit8 -QPB73RBW_bit9 -QPB73RBW_bit10 -QPB73RBW_bit11 -QPB73RBW_bit12 -QPB73RBW_bit13 -QPB73RBW_bit14 -QPB73RBW_bit15 -QPB73RBW_bit16 -QPB73RBW_bit17 -QPB73RBW_bit18 -QPB73RBW_bit19 -WMO73RBW_bit_10 -WMO73RBW_bit_9 -WMO73RBW_bit_8 -WMO73RBW_bit_7 -WMO73RBW_bit_6 -WMO73RBW_bit_5 -WMO73RBW_bit_4 -WMO73RBW_bit_3 -WMO73RBW_bit_2 -WMO73RBW_bit_1 -WMO73RBW_bit0 -WMO73RBW_bit1 -WMO73RBW_bit2 -WMO73RBW_bit3 -WMO73RBW_bit4 -WMO73RBW_bit5 -WMO73RBW_bit6 -WMO73RBW_bit7 -WMO73RBW_bit8 -WMO73RBW_bit9 -WMO73RBW_bit10 -WMO73RBW_bit11 -WMO73RBW_bit12 -WMO73RBW_bit13 -WMO73RBW_bit14 -WMO73RBW_bit15 -WMO73RBW_bit16 -WMO73RBW_bit17 -WMO73RBW_bit18 -WMO73RBW_bit19 -WRO73EBW_bit_10 -WRO73EBW_bit_9 -WRO73EBW_bit_8 -WRO73EBW_bit_7 -WRO73EBW_bit_6 -WRO73EBW_bit_5 -WRO73EBW_bit_4 -WRO73EBW_bit_3 -WRO73EBW_bit_2 -WRO73EBW_bit_1 -WRO73EBW_bit0 -WRO73EBW_bit1 -WRO73EBW_bit2 -WRO73EBW_bit3 -WRO73EBW_bit4 -WRO73EBW_bit5 -WRO73EBW_bit6 -WRO73EBW_bit7 -WRO73EBW_bit8 -WRO73EBW_bit9 -WRO73EBW_bit10 -WRO73EBW_bit11 -WRO73EBW_bit12 -WRO73EBW_bit13 -WRO73EBW_bit14 -WRO73EBW_bit15 -WRO73EBW_bit16 -WRO73EBW_bit17 -WRO73EBW_bit18 -WRO73EBW_bit19 -WRO73RBW_bit_10 -WRO73RBW_bit_9 -WRO73RBW_bit_8 -WRO73RBW_bit_7 -WRO73RBW_bit_6 -WRO73RBW_bit_5 -WRO73RBW_bit_4 -WRO73RBW_bit_3 -WRO73RBW_bit_2 -WRO73RBW_bit_1 -WRO73RBW_bit0 -WRO73RBW_bit1 -WRO73RBW_bit2 -WRO73RBW_bit3 -WRO73RBW_bit4 -WRO73RBW_bit5 -WRO73RBW_bit6 -WRO73RBW_bit7 -WRO73RBW_bit8 -WRO73RBW_bit9 -WRO73RBW_bit10 -WRO73RBW_bit11 -WRO73RBW_bit12 -WRO73RBW_bit13 -WRO73RBW_bit14 -WRO73RBW_bit15 -WRO73RBW_bit16 -WRO73RBW_bit17 -WRO73RBW_bit18 -WRO73RBW_bit19 -WMO73PBW_bit_10 -WMO73PBW_bit_9 -WMO73PBW_bit_8 -WMO73PBW_bit_7 -WMO73PBW_bit_6 -WMO73PBW_bit_5 -WMO73PBW_bit_4 -WMO73PBW_bit_3 -WMO73PBW_bit_2 -WMO73PBW_bit_1 -WMO73PBW_bit0 -WMO73PBW_bit1 -WMO73PBW_bit2 -WMO73PBW_bit3 -WMO73PBW_bit4 -WMO73PBW_bit5 -WMO73PBW_bit6 -WMO73PBW_bit7 -WMO73PBW_bit8 -WMO73PBW_bit9 -WMO73PBW_bit10 -WMO73PBW_bit11 -WMO73PBW_bit12 -WMO73PBW_bit13 -WMO73PBW_bit14 -WMO73PBW_bit15 -WMO73PBW_bit16 -WMO73PBW_bit17 -WMO73PBW_bit18 -WMO73PBW_bit19 -WRO73PBW_bit_10 -WRO73PBW_bit_9 -WRO73PBW_bit_8 -WRO73PBW_bit_7 -WRO73PBW_bit_6 -WRO73PBW_bit_5 -WRO73PBW_bit_4 -WRO73PBW_bit_3 -WRO73PBW_bit_2 -WRO73PBW_bit_1 -WRO73PBW_bit0 -WRO73PBW_bit1 -WRO73PBW_bit2 -WRO73PBW_bit3 -WRO73PBW_bit4 -WRO73PBW_bit5 -WRO73PBW_bit6 -WRO73PBW_bit7 -WRO73PBW_bit8 -WRO73PBW_bit9 -WRO73PBW_bit10 -WRO73PBW_bit11 -WRO73PBW_bit12 -WRO73PBW_bit13 -WRO73PBW_bit14 -WRO73PBW_bit15 -WRO73PBW_bit16 -WRO73PBW_bit17 -WRO73PBW_bit18 -WRO73PBW_bit19 
c objective function=0
c Total CPU time (ms) : 1218.986

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/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1845544937 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 39 3 38 16 0 23 0
[pid=18291] 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/18291
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=18292
New thread pid=18293
New thread pid=18294
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=18295
New thread pid=18296
New thread pid=18297
New thread pid=18298
New thread pid=18299
New thread pid=18300
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/wulflinc23/normalized-mps-v2-20-10-kb2.opb
New thread pid=18301
One traced child (pid=18301) exited with status: 0
New thread pid=18302

[startup+10.0019 s]
Raw data (loadavg): 1.16 1.03 1.01 3/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18195 4 1 0 739 52 0 0 20 0 11 0 1845544937 859557888 20495 4294967295 134512640 134569956 3221224336 3221214664 1131526267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 209853 20495 13129 16 0 209837 0
[pid=18291] vsize: 839412
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (Kb) 839412

[startup+20.0025 s]
Raw data (loadavg): 1.21 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18212 4 1 0 1657 52 0 0 18 0 11 0 1845544937 862085120 21151 4294967295 134512640 134569956 3221224336 3221214756 1131525619 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210470 21151 13129 16 0 210454 0
[pid=18291] vsize: 841880
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (Kb) 841880

[startup+30.0031 s]
Raw data (loadavg): 1.18 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18223 4 1 0 2593 53 0 0 21 0 11 0 1845544937 861913088 21203 4294967295 134512640 134569956 3221224336 3221214760 1131536790 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21203 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 26.46
Current children cumulated vsize (Kb) 841712

[startup+40.0028 s]
Raw data (loadavg): 1.15 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18234 4 1 0 3543 54 0 0 23 0 11 0 1845544937 861913088 21566 4294967295 134512640 134569956 3221224336 3221214664 1131525648 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21566 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 35.97
Current children cumulated vsize (Kb) 841712

[startup+50.0034 s]
Raw data (loadavg): 1.20 1.06 1.02 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18245 4 1 0 4526 54 0 0 17 0 11 0 1845544937 861913088 21622 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21622 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 45.8
Current children cumulated vsize (Kb) 841712

[startup+60.0041 s]
Raw data (loadavg): 1.17 1.06 1.02 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18255 4 1 0 5513 55 0 0 25 0 11 0 1845544937 861913088 21652 4294967295 134512640 134569956 3221224336 3221214664 1131526158 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21652 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 55.68
Current children cumulated vsize (Kb) 841712

[startup+70.0047 s]
Raw data (loadavg): 1.14 1.05 1.02 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18266 4 1 0 6499 55 0 0 25 0 11 0 1845544937 861913088 21686 4294967295 134512640 134569956 3221224336 3221214664 1131525629 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21686 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 65.54
Current children cumulated vsize (Kb) 841712

[startup+80.0064 s]
Raw data (loadavg): 1.12 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18277 4 1 0 7486 56 0 0 18 0 11 0 1845544937 861913088 21713 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21713 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 75.42
Current children cumulated vsize (Kb) 841712

[startup+90.007 s]
Raw data (loadavg): 1.10 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18288 4 1 0 8473 56 0 0 25 0 11 0 1845544937 861913088 21734 4294967295 134512640 134569956 3221224336 3221214664 1131526323 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21734 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 85.29
Current children cumulated vsize (Kb) 841712

[startup+100.008 s]
Raw data (loadavg): 1.09 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18299 4 1 0 9460 57 0 0 25 0 11 0 1845544937 861913088 21757 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21757 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 95.17
Current children cumulated vsize (Kb) 841712

[startup+110.008 s]
Raw data (loadavg): 1.07 1.05 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18309 4 1 0 10449 58 0 0 25 0 11 0 1845544937 861913088 21789 4294967295 134512640 134569956 3221224336 3221214760 1131536802 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21789 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 105.07
Current children cumulated vsize (Kb) 841712

[startup+120.01 s]
Raw data (loadavg): 1.06 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18320 4 1 0 11439 59 0 0 25 0 11 0 1845544937 861913088 21808 4294967295 134512640 134569956 3221224336 3221214664 1131526255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21808 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 114.98
Current children cumulated vsize (Kb) 841712

[startup+130.01 s]
Raw data (loadavg): 1.05 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18331 4 1 0 12428 59 0 0 23 0 11 0 1845544937 861913088 21823 4294967295 134512640 134569956 3221224336 3221214664 1131525686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21823 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 124.87
Current children cumulated vsize (Kb) 841712

[startup+140.009 s]
Raw data (loadavg): 1.04 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18342 4 1 0 13417 60 0 0 25 0 11 0 1845544937 861913088 21837 4294967295 134512640 134569956 3221224336 3221214664 1131527133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21837 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 134.77
Current children cumulated vsize (Kb) 841712

[startup+150.011 s]
Raw data (loadavg): 1.04 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18353 4 1 0 14406 61 0 0 25 0 11 0 1845544937 861913088 21850 4294967295 134512640 134569956 3221224336 3221214664 1131526275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21850 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 144.67
Current children cumulated vsize (Kb) 841712

[startup+160.01 s]
Raw data (loadavg): 1.03 1.04 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18364 4 1 0 15396 61 0 0 25 0 11 0 1845544937 861913088 21863 4294967295 134512640 134569956 3221224336 3221214664 1131525637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21863 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 154.57
Current children cumulated vsize (Kb) 841712

[startup+170.011 s]
Raw data (loadavg): 1.02 1.03 1.01 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18375 4 1 0 16386 61 0 0 22 0 11 0 1845544937 861913088 21875 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21875 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 164.47
Current children cumulated vsize (Kb) 841712

[startup+180.012 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18386 4 1 0 17375 62 0 0 25 0 11 0 1845544937 861913088 21887 4294967295 134512640 134569956 3221224336 3221214732 1131513699 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21887 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 174.37
Current children cumulated vsize (Kb) 841712

[startup+190.011 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18397 4 1 0 18364 63 0 0 21 0 11 0 1845544937 861913088 21900 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21900 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 184.27
Current children cumulated vsize (Kb) 841712

[startup+200.012 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18408 4 1 0 19351 63 0 0 20 0 11 0 1845544937 861913088 21916 4294967295 134512640 134569956 3221224336 3221214760 1131536274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21916 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 194.14
Current children cumulated vsize (Kb) 841712

[startup+210.013 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18420 4 1 0 20338 64 0 0 25 0 11 0 1845544937 861913088 21933 4294967295 134512640 134569956 3221224336 3221214712 1131327822 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21933 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (Kb) 841712

[startup+220.014 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18431 4 1 0 21326 64 0 0 25 0 11 0 1845544937 861913088 21957 4294967295 134512640 134569956 3221224336 3221214664 1131527165 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 21957 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 213.9
Current children cumulated vsize (Kb) 841712

[startup+230.015 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18442 4 1 0 22316 65 0 0 17 0 11 0 1845544937 861913088 21984 4294967295 134512640 134569956 3221224336 3221214712 1131327637 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21984 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 223.81
Current children cumulated vsize (Kb) 841712

[startup+240.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18453 4 1 0 23305 66 0 0 17 0 11 0 1845544937 861913088 21993 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 21993 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 233.71
Current children cumulated vsize (Kb) 841712

[startup+250.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18464 4 1 0 24294 66 0 0 25 0 11 0 1845544937 861913088 22003 4294967295 134512640 134569956 3221224336 3221214616 1131363684 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22003 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 243.6
Current children cumulated vsize (Kb) 841712

[startup+260.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18475 4 1 0 25283 66 0 0 17 0 11 0 1845544937 861913088 22012 4294967295 134512640 134569956 3221224336 3221214712 1131327641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22012 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 253.49
Current children cumulated vsize (Kb) 841712

[startup+270.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18486 4 1 0 26273 67 0 0 17 0 11 0 1845544937 861913088 22021 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22021 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 263.4
Current children cumulated vsize (Kb) 841712

[startup+280.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18497 4 1 0 27263 67 0 0 16 0 11 0 1845544937 861913088 22030 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22030 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 273.3
Current children cumulated vsize (Kb) 841712

[startup+290.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18508 4 1 0 28252 68 0 0 25 0 11 0 1845544937 861913088 22039 4294967295 134512640 134569956 3221224336 3221214336 1076697425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22039 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 283.2
Current children cumulated vsize (Kb) 841712

[startup+300.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18518 4 1 0 29242 68 0 0 25 0 11 0 1845544937 861913088 22048 4294967295 134512640 134569956 3221224336 3221214712 1131327641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22048 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 293.1
Current children cumulated vsize (Kb) 841712

[startup+310.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18529 4 1 0 30232 69 0 0 23 0 11 0 1845544937 861913088 22056 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22056 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 303.01
Current children cumulated vsize (Kb) 841712

[startup+320.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18540 4 1 0 31222 69 0 0 23 0 11 0 1845544937 861913088 22065 4294967295 134512640 134569956 3221224336 3221214664 1131526210 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22065 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 312.91
Current children cumulated vsize (Kb) 841712

[startup+330.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18551 4 1 0 32211 70 0 0 23 0 11 0 1845544937 861913088 22074 4294967295 134512640 134569956 3221224336 3221214664 1131526465 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22074 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 322.81
Current children cumulated vsize (Kb) 841712

[startup+340.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18562 4 1 0 33200 70 0 0 22 0 11 0 1845544937 861913088 22081 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22081 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 332.7
Current children cumulated vsize (Kb) 841712

[startup+350.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18573 4 1 0 34190 71 0 0 25 0 11 0 1845544937 861913088 22088 4294967295 134512640 134569956 3221224336 3221214664 1131526267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22088 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 342.61
Current children cumulated vsize (Kb) 841712

[startup+360.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18584 4 1 0 35180 71 0 0 22 0 11 0 1845544937 861913088 22097 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22097 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 352.51
Current children cumulated vsize (Kb) 841712

[startup+370.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18595 4 1 0 36169 72 0 0 25 0 11 0 1845544937 861913088 22105 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22105 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 362.41
Current children cumulated vsize (Kb) 841712

[startup+380.024 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18606 4 1 0 37159 73 0 0 25 0 11 0 1845544937 861913088 22112 4294967295 134512640 134569956 3221224336 3221214756 1131459104 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22112 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 372.32
Current children cumulated vsize (Kb) 841712

[startup+390.024 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18617 4 1 0 38149 73 0 0 22 0 11 0 1845544937 861913088 22120 4294967295 134512640 134569956 3221224336 3221214664 1131525670 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22120 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 382.22
Current children cumulated vsize (Kb) 841712

[startup+400.025 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18628 4 1 0 39139 73 0 0 21 0 11 0 1845544937 861913088 22127 4294967295 134512640 134569956 3221224336 3221214664 1131525974 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22127 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 392.12
Current children cumulated vsize (Kb) 841712

[startup+410.025 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18639 4 1 0 40129 74 0 0 21 0 11 0 1845544937 861913088 22135 4294967295 134512640 134569956 3221224336 3221214560 1131610864 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22135 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (Kb) 841712

[startup+420.027 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18650 4 1 0 41118 74 0 0 25 0 11 0 1845544937 861913088 22142 4294967295 134512640 134569956 3221224336 3221214664 1131525701 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22142 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 411.92
Current children cumulated vsize (Kb) 841712

[startup+430.028 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18661 4 1 0 42107 75 0 0 20 0 11 0 1845544937 861913088 22148 4294967295 134512640 134569956 3221224336 3221214664 1131525701 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22148 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 421.82
Current children cumulated vsize (Kb) 841712

[startup+440.027 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18672 4 1 0 43097 75 0 0 19 0 11 0 1845544937 861913088 22156 4294967295 134512640 134569956 3221224336 3221214616 1131362694 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22156 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 431.72
Current children cumulated vsize (Kb) 841712

[startup+450.029 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18683 4 1 0 44085 77 0 0 20 0 11 0 1845544937 861913088 22163 4294967295 134512640 134569956 3221224336 3221214664 1131525625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22163 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 441.62
Current children cumulated vsize (Kb) 841712

[startup+460.029 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18694 4 1 0 45073 78 0 0 19 0 11 0 1845544937 861913088 22169 4294967295 134512640 134569956 3221224336 3221214664 1131525625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22169 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 451.51
Current children cumulated vsize (Kb) 841712

[startup+470.03 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18705 4 1 0 46062 79 0 0 25 0 11 0 1845544937 861913088 22177 4294967295 134512640 134569956 3221224336 3221214616 1131439269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22177 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (Kb) 841712

[startup+480.032 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18716 4 1 0 47051 80 0 0 18 0 11 0 1845544937 861913088 22182 4294967295 134512640 134569956 3221224336 3221214664 1131526059 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22182 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 471.31
Current children cumulated vsize (Kb) 841712

[startup+490.032 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18727 4 1 0 48040 80 0 0 25 0 11 0 1845544937 861913088 22190 4294967295 134512640 134569956 3221224336 3221214664 1131526267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22190 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 481.2
Current children cumulated vsize (Kb) 841712

[startup+500.032 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18738 4 1 0 49030 81 0 0 18 0 11 0 1845544937 861913088 22196 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22196 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 491.11
Current children cumulated vsize (Kb) 841712

[startup+510.033 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18749 4 1 0 50018 82 0 0 17 0 11 0 1845544937 861913088 22202 4294967295 134512640 134569956 3221224336 3221214664 1131525670 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22202 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 501
Current children cumulated vsize (Kb) 841712

[startup+520.034 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18760 4 1 0 51007 82 0 0 25 0 11 0 1845544937 861913088 22209 4294967295 134512640 134569956 3221224336 3221214760 1131536037 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22209 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 510.89
Current children cumulated vsize (Kb) 841712

[startup+530.036 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18771 4 1 0 51996 83 0 0 17 0 11 0 1845544937 861913088 22215 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22215 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 520.79
Current children cumulated vsize (Kb) 841712

[startup+540.037 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18782 4 1 0 52984 84 0 0 24 0 11 0 1845544937 861913088 22221 4294967295 134512640 134569956 3221224336 3221214664 1131527059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22221 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 530.68
Current children cumulated vsize (Kb) 841712

[startup+550.038 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) S 18290 18291 5299 0 -1 0 18792 4 1 0 53972 85 0 0 25 0 11 0 1845544937 861913088 22228 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22228 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 540.57
Current children cumulated vsize (Kb) 841712

[startup+560.039 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18803 4 1 0 54960 85 0 0 25 0 11 0 1845544937 861913088 22237 4294967295 134512640 134569956 3221224336 3221214664 1131526197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22237 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 550.45
Current children cumulated vsize (Kb) 841712

[startup+570.04 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18814 4 1 0 55947 86 0 0 25 0 11 0 1845544937 861913088 22255 4294967295 134512640 134569956 3221224336 3221214664 1131526275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22255 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 560.33
Current children cumulated vsize (Kb) 841712

[startup+580.04 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18825 4 1 0 56934 86 0 0 25 0 11 0 1845544937 861913088 22262 4294967295 134512640 134569956 3221224336 3221214664 1131526267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22262 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 570.2
Current children cumulated vsize (Kb) 841712

[startup+590.041 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18836 4 1 0 57918 86 0 0 25 0 11 0 1845544937 861913088 22273 4294967295 134512640 134569956 3221224336 3221214664 1131526144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22273 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 580.04
Current children cumulated vsize (Kb) 841712

[startup+600.042 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18847 4 1 0 58901 87 0 0 25 0 11 0 1845544937 861913088 22285 4294967295 134512640 134569956 3221224336 3221214664 1131525629 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22285 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 589.88
Current children cumulated vsize (Kb) 841712

[startup+610.042 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18858 4 1 0 59888 87 0 0 25 0 11 0 1845544937 861913088 22342 4294967295 134512640 134569956 3221224336 3221214712 1131327633 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22342 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 599.75
Current children cumulated vsize (Kb) 841712

[startup+620.043 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18869 4 1 0 60876 87 0 0 25 0 11 0 1845544937 861913088 22351 4294967295 134512640 134569956 3221224336 3221214760 1131536500 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22351 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 609.63
Current children cumulated vsize (Kb) 841712

[startup+630.043 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18880 4 1 0 61864 88 0 0 19 0 11 0 1845544937 861913088 22357 4294967295 134512640 134569956 3221224336 3221214664 1131526433 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22357 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 619.52
Current children cumulated vsize (Kb) 841712

[startup+640.043 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18891 4 1 0 62853 89 0 0 25 0 11 0 1845544937 861913088 22363 4294967295 134512640 134569956 3221224336 3221214712 1131327641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22363 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 629.42
Current children cumulated vsize (Kb) 841712

[startup+650.045 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18902 4 1 0 63842 89 0 0 19 0 11 0 1845544937 861913088 22369 4294967295 134512640 134569956 3221224336 3221214664 1131526364 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22369 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 639.31
Current children cumulated vsize (Kb) 841712

[startup+660.045 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18913 4 1 0 64831 89 0 0 19 0 11 0 1845544937 861913088 22374 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22374 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 649.2
Current children cumulated vsize (Kb) 841712

[startup+670.046 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18924 4 1 0 65820 90 0 0 25 0 11 0 1845544937 861913088 22380 4294967295 134512640 134569956 3221224336 3221214664 1131526275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22380 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 659.1
Current children cumulated vsize (Kb) 841712

[startup+680.048 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18935 4 1 0 66808 90 0 0 25 0 11 0 1845544937 861913088 22386 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22386 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 668.98
Current children cumulated vsize (Kb) 841712

[startup+690.048 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18946 4 1 0 67796 90 0 0 25 0 11 0 1845544937 861913088 22390 4294967295 134512640 134569956 3221224336 3221214664 1131526217 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22390 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 678.86
Current children cumulated vsize (Kb) 841712

[startup+700.049 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18957 4 1 0 68785 91 0 0 25 0 11 0 1845544937 861913088 22396 4294967295 134512640 134569956 3221224336 3221214664 1131526026 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22396 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 688.76
Current children cumulated vsize (Kb) 841712

[startup+710.051 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18968 4 1 0 69773 92 0 0 17 0 11 0 1845544937 861913088 22402 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22402 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 698.65
Current children cumulated vsize (Kb) 841712

[startup+720.052 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18979 4 1 0 70761 92 0 0 25 0 11 0 1845544937 861913088 22407 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22407 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 708.53
Current children cumulated vsize (Kb) 841712

[startup+730.053 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 18990 4 1 0 71749 92 0 0 16 0 11 0 1845544937 861913088 22413 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22413 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 718.41
Current children cumulated vsize (Kb) 841712

[startup+740.054 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19001 4 1 0 72736 93 0 0 25 0 11 0 1845544937 861913088 22419 4294967295 134512640 134569956 3221224336 3221214664 1131526014 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22419 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 728.29
Current children cumulated vsize (Kb) 841712

[startup+750.054 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19011 4 1 0 73725 93 0 0 23 0 11 0 1845544937 861913088 22423 4294967295 134512640 134569956 3221224336 3221214664 1131526249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22423 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 738.18
Current children cumulated vsize (Kb) 841712

[startup+760.054 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19022 4 1 0 74713 94 0 0 23 0 11 0 1845544937 861913088 22427 4294967295 134512640 134569956 3221224336 3221214616 1131363065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22427 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 748.07
Current children cumulated vsize (Kb) 841712

[startup+770.055 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19033 4 1 0 75702 94 0 0 23 0 11 0 1845544937 861913088 22433 4294967295 134512640 134569956 3221224336 3221214664 1131525701 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22433 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 757.96
Current children cumulated vsize (Kb) 841712

[startup+780.056 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19044 4 1 0 76690 95 0 0 25 0 11 0 1845544937 861913088 22438 4294967295 134512640 134569956 3221224336 3221214664 1131526026 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22438 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 767.85
Current children cumulated vsize (Kb) 841712

[startup+790.056 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19055 4 1 0 77678 96 0 0 25 0 11 0 1845544937 861913088 22444 4294967295 134512640 134569956 3221224336 3221214712 1131327637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22444 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 777.74
Current children cumulated vsize (Kb) 841712

[startup+800.057 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19066 4 1 0 78666 96 0 0 21 0 11 0 1845544937 861913088 22448 4294967295 134512640 134569956 3221224336 3221214664 1131526267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22448 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 787.62
Current children cumulated vsize (Kb) 841712

[startup+810.058 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19077 4 1 0 79654 97 0 0 25 0 11 0 1845544937 861913088 22453 4294967295 134512640 134569956 3221224336 3221214712 1131327613 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22453 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 797.51
Current children cumulated vsize (Kb) 841712

[startup+820.059 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19088 4 1 0 80643 97 0 0 20 0 11 0 1845544937 861913088 22459 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22459 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 807.4
Current children cumulated vsize (Kb) 841712

[startup+830.059 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19099 4 1 0 81630 97 0 0 25 0 11 0 1845544937 861913088 22468 4294967295 134512640 134569956 3221224336 3221214712 1131327841 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22468 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 817.27
Current children cumulated vsize (Kb) 841712

[startup+840.06 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19110 4 1 0 82618 97 0 0 25 0 11 0 1845544937 861913088 22473 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22473 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 827.15
Current children cumulated vsize (Kb) 841712

[startup+850.061 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19121 4 1 0 83606 98 0 0 25 0 11 0 1845544937 861913088 22479 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22479 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 837.04
Current children cumulated vsize (Kb) 841712

[startup+860.061 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19132 4 1 0 84594 98 0 0 18 0 11 0 1845544937 861913088 22483 4294967295 134512640 134569956 3221224336 3221214712 1131327641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22483 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 846.92
Current children cumulated vsize (Kb) 841712

[startup+870.063 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19143 4 1 0 85582 99 0 0 18 0 11 0 1845544937 861913088 22488 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22488 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 856.81
Current children cumulated vsize (Kb) 841712

[startup+880.063 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19154 4 1 0 86570 99 0 0 25 0 11 0 1845544937 861913088 22494 4294967295 134512640 134569956 3221224336 3221214616 1131362725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22494 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 866.69
Current children cumulated vsize (Kb) 841712

[startup+890.064 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19165 4 1 0 87558 100 0 0 17 0 11 0 1845544937 861913088 22498 4294967295 134512640 134569956 3221224336 3221214664 1131525716 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22498 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 876.58
Current children cumulated vsize (Kb) 841712

[startup+900.065 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19176 4 1 0 88546 100 0 0 25 0 11 0 1845544937 861913088 22503 4294967295 134512640 134569956 3221224336 3221214664 1131525741 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22503 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 886.46
Current children cumulated vsize (Kb) 841712

[startup+910.065 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19187 4 1 0 89533 100 0 0 17 0 11 0 1845544937 861913088 22507 4294967295 134512640 134569956 3221224336 3221214712 1131327749 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22507 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 896.33
Current children cumulated vsize (Kb) 841712

[startup+920.067 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19198 4 1 0 90521 101 0 0 16 0 11 0 1845544937 861913088 22512 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22512 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 906.22
Current children cumulated vsize (Kb) 841712

[startup+930.068 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19209 4 1 0 91508 101 0 0 25 0 11 0 1845544937 861913088 22516 4294967295 134512640 134569956 3221224336 3221214800 1131355993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22516 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 916.09
Current children cumulated vsize (Kb) 841712

[startup+940.068 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19220 4 1 0 92496 102 0 0 25 0 11 0 1845544937 861913088 22522 4294967295 134512640 134569956 3221224336 3221214712 1131327841 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22522 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 925.98
Current children cumulated vsize (Kb) 841712

[startup+950.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) S 18290 18291 5299 0 -1 0 19230 4 1 0 93484 102 0 0 25 0 11 0 1845544937 861913088 22525 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22525 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 935.86
Current children cumulated vsize (Kb) 841712

[startup+960.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19241 4 1 0 94472 103 0 0 23 0 11 0 1845544937 861913088 22529 4294967295 134512640 134569956 3221224336 3221214664 1131526114 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22529 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 945.75
Current children cumulated vsize (Kb) 841712

[startup+970.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19252 4 1 0 95460 103 0 0 25 0 11 0 1845544937 861913088 22535 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22535 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 955.63
Current children cumulated vsize (Kb) 841712

[startup+980.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19263 4 1 0 96448 104 0 0 25 0 11 0 1845544937 861913088 22540 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22540 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 965.52
Current children cumulated vsize (Kb) 841712

[startup+990.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19274 4 1 0 97435 104 0 0 23 0 11 0 1845544937 861913088 22544 4294967295 134512640 134569956 3221224336 3221214712 1131327641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22544 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 975.39
Current children cumulated vsize (Kb) 841712

[startup+1000.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19285 4 1 0 98423 104 0 0 25 0 11 0 1845544937 861913088 22549 4294967295 134512640 134569956 3221224336 3221214760 1131536408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22549 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 985.27
Current children cumulated vsize (Kb) 841712

[startup+1010.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19296 4 1 0 99410 105 0 0 22 0 11 0 1845544937 861913088 22553 4294967295 134512640 134569956 3221224336 3221214824 1131532392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22553 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 995.15
Current children cumulated vsize (Kb) 841712

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19307 4 1 0 100398 106 0 0 22 0 11 0 1845544937 861913088 22558 4294967295 134512640 134569956 3221224336 3221214664 1131526105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22558 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1005.04
Current children cumulated vsize (Kb) 841712

[startup+1030.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19318 4 1 0 101385 106 0 0 25 0 11 0 1845544937 861913088 22562 4294967295 134512640 134569956 3221224336 3221214664 1131526173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22562 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1014.91
Current children cumulated vsize (Kb) 841712

[startup+1040.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19329 4 1 0 102373 106 0 0 25 0 11 0 1845544937 861913088 22567 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22567 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1024.79
Current children cumulated vsize (Kb) 841712

[startup+1050.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19340 4 1 0 103359 108 0 0 20 0 11 0 1845544937 861913088 22571 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22571 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1034.67
Current children cumulated vsize (Kb) 841712

[startup+1060.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19351 4 1 0 104346 108 0 0 20 0 11 0 1845544937 861913088 22576 4294967295 134512640 134569956 3221224336 3221214664 1131525637 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22576 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1044.54
Current children cumulated vsize (Kb) 841712

[startup+1070.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19362 4 1 0 105333 108 0 0 25 0 11 0 1845544937 861913088 22580 4294967295 134512640 134569956 3221224336 3221214616 1131362680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22580 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1054.41
Current children cumulated vsize (Kb) 841712

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19373 4 1 0 106320 109 0 0 25 0 11 0 1845544937 861913088 22583 4294967295 134512640 134569956 3221224336 3221214664 1131526059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22583 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1064.29
Current children cumulated vsize (Kb) 841712

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19384 4 1 0 107307 109 0 0 20 0 11 0 1845544937 861913088 22588 4294967295 134512640 134569956 3221224336 3221214664 1131526457 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22588 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1074.16
Current children cumulated vsize (Kb) 841712

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19395 4 1 0 108294 110 0 0 25 0 11 0 1845544937 861913088 22592 4294967295 134512640 134569956 3221224336 3221214664 1131526130 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22592 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1084.04
Current children cumulated vsize (Kb) 841712

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19406 4 1 0 109280 111 0 0 25 0 11 0 1845544937 861913088 22597 4294967295 134512640 134569956 3221224336 3221214712 1131327616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22597 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1093.91
Current children cumulated vsize (Kb) 841712

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19417 4 1 0 110268 111 0 0 18 0 11 0 1845544937 861913088 22601 4294967295 134512640 134569956 3221224336 3221214664 1131526255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22601 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1103.79
Current children cumulated vsize (Kb) 841712

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19428 4 1 0 111255 111 0 0 25 0 11 0 1845544937 861913088 22606 4294967295 134512640 134569956 3221224336 3221214664 1131527160 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22606 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1113.66
Current children cumulated vsize (Kb) 841712

[startup+1140.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19439 4 1 0 112242 112 0 0 25 0 11 0 1845544937 861913088 22610 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22610 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1123.54
Current children cumulated vsize (Kb) 841712

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19450 4 1 0 113229 112 0 0 25 0 11 0 1845544937 861913088 22613 4294967295 134512640 134569956 3221224336 3221214664 1131525629 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22613 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1133.41
Current children cumulated vsize (Kb) 841712

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19461 4 1 0 114216 113 0 0 25 0 11 0 1845544937 861913088 22617 4294967295 134512640 134569956 3221224336 3221214664 1131526055 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22617 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1143.29
Current children cumulated vsize (Kb) 841712

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19472 4 1 0 115202 114 0 0 16 0 11 0 1845544937 861913088 22622 4294967295 134512640 134569956 3221224336 3221214664 1131525877 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22622 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1153.16
Current children cumulated vsize (Kb) 841712

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.00 1.00 1/66 18302
Raw data (/proc/18291/stat): 18291 (java) S 18290 18291 5299 0 -1 0 19482 4 1 0 116190 114 0 0 25 0 11 0 1845544937 861913088 22626 4294967295 134512640 134569956 3221224336 3221213368 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22626 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1163.04
Current children cumulated vsize (Kb) 841712

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19494 4 1 0 117177 115 0 0 24 0 11 0 1845544937 861913088 22631 4294967295 134512640 134569956 3221224336 3221214664 1131526297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22631 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1172.92
Current children cumulated vsize (Kb) 841712

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19504 4 1 0 118164 116 0 0 23 0 11 0 1845544937 861913088 22634 4294967295 134512640 134569956 3221224336 3221214664 1131526105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22634 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1182.8
Current children cumulated vsize (Kb) 841712

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19515 4 1 0 119151 116 0 0 25 0 11 0 1845544937 861913088 22638 4294967295 134512640 134569956 3221224336 3221214712 1131327637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18291/statm): 210428 22638 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1192.67
Current children cumulated vsize (Kb) 841712

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19526 4 1 0 120138 116 0 0 22 0 11 0 1845544937 861913088 22643 4294967295 134512640 134569956 3221224336 3221214664 1131526330 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22643 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1202.54
Current children cumulated vsize (Kb) 841712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18302
Raw data (/proc/18291/stat): 18291 (java) R 18290 18291 5299 0 -1 0 19526 4 1 0 120138 116 0 0 22 0 11 0 1845544937 861913088 22643 4294967295 134512640 134569956 3221224336 3221214664 1131526330 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18291/statm): 210428 22643 13129 16 0 210412 0
[pid=18291] vsize: 841712
Current children cumulated CPU time (s) 1202.54
Current children cumulated vsize (Kb) 841712

Sending SIGTERM to -18291
Sleeping 2 seconds
New thread pid=18304
New thread pid=18305
One traced child (pid=18305) exited with status: 0
One traced child (pid=18300) exited with status: 0
One traced child (pid=18295) exited with status: 0
One traced child (pid=18292) exited with status: 143
One traced child (pid=18298) exited with status: 143
One traced child (pid=18293) exited with status: 143
One traced child (pid=18294) exited with status: 143
One traced child (pid=18296) exited with status: 143
One traced child (pid=18299) exited with status: 143
One traced child (pid=18297) exited with status: 143
One traced child (pid=18302) exited with status: 143
One traced child (pid=18304) exited with status: 143
One traced child (pid=18291) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.39
CPU time (s): 1229.44
CPU user time (s): 1227.2
CPU system time (s): 2.23866
CPU usage (%): 100.741
Max. virtual memory (cumulated for all children) (Kb): 841880

Verifier Data

Verifier:	OK	0