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/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-gr4x6.opb
MD5SUMd90fce7408f7990dccb3ba4f8fa1c8f6
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24752128
Optimality of the best value was proved NO
Number of terms in the objective function 744
Biggest coefficient in the objective function 151934468096
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 3470370333536
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 151934468096
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 3470370333536
Number of bits of the biggest sum of numbers42
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.05
Number of variables744
Total number of constraints34
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 constraints34
Minimum length of a constraint31
Maximum length of a constraint180

Trace number 1436

Launcher Data

LAUNCH ON wulflinc11 THE 2005-09-18 14:58:22 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=677 boxname=wulflinc11 idbench=677 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  d90fce7408f7990dccb3ba4f8fa1c8f6  /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-gr4x6.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-gr4x6.opb
IDLAUNCH: 677
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
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:        932024 kB
Buffers:         27904 kB
Cached:          47524 kB
SwapCached:        732 kB
Active:          30204 kB
Inactive:        47792 kB
HighTotal:      131008 kB
HighFree:        81620 kB
LowTotal:       903652 kB
LowFree:        850404 kB
SwapTotal:     2097136 kB
SwapFree:      2095856 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            18760 kB
Committed_AS:    64228 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 15:18:33 (client local time) WITH STATUS 10 IN 1195.05 SECONDS
stats: 677 0 1195.05 10

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 744 variables and 44 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.235
c After prepocess the problem consists of 363 variables and 44 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 363 #Dec: 1422 LB: 0 @ 0.432
c Restart #2 #Var: 363 #Dec: 4546 LB: 0 @ 0.858
c Restart #3 #Var: 363 #Dec: 9351 LB: 0 @ 1.477
c Restart #4 #Var: 363 #Dec: 15198 LB: 0 @ 2.327
c Restart #5 #Var: 363 #Dec: 22662 LB: 0 @ 3.395
c Restart #6 #Var: 363 #Dec: 32681 LB: 0 @ 4.722
c Restart #7 #Var: 363 #Dec: 35743 LB: 0 @ 6.266
c Restart #8 #Var: 363 #Dec: 40262 LB: 0 @ 8
c Restart #9 #Var: 363 #Dec: 42115 LB: 0 @ 9.855
c Restart #10 #Var: 363 #Dec: 44413 LB: 0 @ 11.134
c Restart #11 #Var: 363 #Dec: 46695 LB: 0 @ 13.081
c Restart #12 #Var: 363 #Dec: 49140 LB: 0 @ 15.533
c Restart #13 #Var: 363 #Dec: 51772 LB: 0 @ 17.17
c Restart #14 #Var: 363 #Dec: 54603 LB: 0 @ 18.866
c Restart #15 #Var: 363 #Dec: 57801 LB: 0 @ 20.736
c Restart #16 #Var: 363 #Dec: 61030 LB: 0 @ 22.758
c Restart #17 #Var: 363 #Dec: 64497 LB: 0 @ 26.246
c Restart #18 #Var: 363 #Dec: 68151 LB: 0 @ 29.993
c Restart #19 #Var: 363 #Dec: 71994 LB: 0 @ 33.945
c Restart #20 #Var: 363 #Dec: 76164 LB: 0 @ 36.543
c Restart #21 #Var: 363 #Dec: 80400 LB: 0 @ 39.177
c Restart #22 #Var: 363 #Dec: 84969 LB: 0 @ 43.991
c NEW SOLUTION FOUND: 42180930 @ 44.002 @ #Dec. 85135
c NEW SOLUTION FOUND: 42168805 @ 44.012 @ #Dec. 85139
c NEW SOLUTION FOUND: 42168708 @ 44.135 @ #Dec. 85171
c Restart #23 #Var: 363 #Dec: 90648 LB: 0 @ 55.122
c Restart #24 #Var: 363 #Dec: 95932 LB: 0 @ 66.802
c NEW SOLUTION FOUND: 41996123 @ 68.542 @ #Dec. 97205
c NEW SOLUTION FOUND: 41580735 @ 68.571 @ #Dec. 97210
c NEW SOLUTION FOUND: 41316183 @ 69.672 @ #Dec. 97802
c NEW SOLUTION FOUND: 40900795 @ 69.687 @ #Dec. 97803
c NEW SOLUTION FOUND: 40900635 @ 76.969 @ #Dec. 100227
c Restart #25 #Var: 363 #Dec: 105617 LB: 0 @ 87.886
c NEW SOLUTION FOUND: 28887213 @ 87.931 @ #Dec. 105738
c NEW SOLUTION FOUND: 28885248 @ 88.14 @ #Dec. 105802
c NEW SOLUTION FOUND: 27353088 @ 88.3 @ #Dec. 105883
c NEW SOLUTION FOUND: 24752128 @ 89.35 @ #Dec. 106409
c Restart #26 #Var: 363 #Dec: 111683 LB: 0 @ 139.36
c Restart #27 #Var: 363 #Dec: 117141 LB: 0 @ 143.71
c Restart #28 #Var: 363 #Dec: 122850 LB: 0 @ 159.38
c Restart #29 #Var: 363 #Dec: 128927 LB: 0 @ 173.96
c CHANGE to MIS mode... 	UB: 24752128	MIS: 0	LPR: -2147483648 (0)	Diff: -0
c Restart #0 #Var: 363 #Dec: 139447 LB: 0 @ 184.13
c Restart #1 #Var: 363 #Dec: 139881 LB: 0 @ 184.63
c Restart #2 #Var: 363 #Dec: 140388 LB: 0 @ 185.71
c Restart #3 #Var: 363 #Dec: 141054 LB: 0 @ 187.53
c Restart #4 #Var: 363 #Dec: 143310 LB: 0 @ 191.54
c Restart #5 #Var: 363 #Dec: 145087 LB: 0 @ 194.23
c Restart #6 #Var: 363 #Dec: 146366 LB: 0 @ 196.43
c Restart #7 #Var: 363 #Dec: 148290 LB: 0 @ 199.75
c Restart #8 #Var: 363 #Dec: 150074 LB: 0 @ 205.44
c Restart #9 #Var: 363 #Dec: 151970 LB: 0 @ 215.34
c Restart #10 #Var: 363 #Dec: 160935 LB: 0 @ 225.59
c Restart #11 #Var: 363 #Dec: 163223 LB: 0 @ 227.85
c Restart #12 #Var: 363 #Dec: 166031 LB: 0 @ 231.04
c Restart #13 #Var: 363 #Dec: 168815 LB: 0 @ 238.19
c Restart #14 #Var: 363 #Dec: 171655 LB: 0 @ 258.51
c Restart #15 #Var: 363 #Dec: 175642 LB: 0 @ 262.9
c Restart #16 #Var: 363 #Dec: 179002 LB: 0 @ 271.63
c Restart #17 #Var: 363 #Dec: 182748 LB: 0 @ 277.61
c Restart #18 #Var: 363 #Dec: 187037 LB: 0 @ 292.11
c Restart #19 #Var: 363 #Dec: 191044 LB: 0 @ 304.85
c Restart #20 #Var: 363 #Dec: 196461 LB: 0 @ 321.93
c Restart #21 #Var: 363 #Dec: 201753 LB: 0 @ 333.33
c Restart #22 #Var: 363 #Dec: 206528 LB: 0 @ 348.36
c Restart #23 #Var: 363 #Dec: 211361 LB: 0 @ 367.07
c Restart #24 #Var: 363 #Dec: 217229 LB: 0 @ 396.16
c Restart #25 #Var: 363 #Dec: 222396 LB: 0 @ 402.83
c Restart #26 #Var: 363 #Dec: 227801 LB: 0 @ 415.02
c Restart #27 #Var: 363 #Dec: 235179 LB: 0 @ 425.07
c Restart #28 #Var: 363 #Dec: 243518 LB: 0 @ 442.54
c Restart #29 #Var: 363 #Dec: 249690 LB: 0 @ 461.94
c Restart #30 #Var: 363 #Dec: 256650 LB: 0 @ 473.4
c Restart #31 #Var: 363 #Dec: 262969 LB: 0 @ 491.16
c Restart #32 #Var: 363 #Dec: 269697 LB: 0 @ 511.51
c Restart #33 #Var: 363 #Dec: 276491 LB: 0 @ 567.41
c Restart #34 #Var: 363 #Dec: 283401 LB: 0 @ 583.45
c Restart #35 #Var: 363 #Dec: 290849 LB: 0 @ 643.28
c Restart #36 #Var: 363 #Dec: 298696 LB: 0 @ 672.11
c Restart #37 #Var: 363 #Dec: 306161 LB: 0 @ 695.27
c Restart #38 #Var: 363 #Dec: 313854 LB: 0 @ 712.59
c Restart #39 #Var: 363 #Dec: 321856 LB: 0 @ 724.56
c Restart #40 #Var: 363 #Dec: 330031 LB: 0 @ 744.51
c Restart #41 #Var: 363 #Dec: 338322 LB: 0 @ 758.85
c Restart #42 #Var: 363 #Dec: 346953 LB: 0 @ 785.37
c Restart #43 #Var: 363 #Dec: 355964 LB: 0 @ 803.09
c Restart #44 #Var: 363 #Dec: 366617 LB: 0 @ 824.67
c Restart #45 #Var: 363 #Dec: 375882 LB: 0 @ 845.03
c Restart #46 #Var: 363 #Dec: 385202 LB: 0 @ 854.83
c Restart #47 #Var: 363 #Dec: 395314 LB: 0 @ 875.28
c Restart #48 #Var: 363 #Dec: 405029 LB: 0 @ 933
c Restart #49 #Var: 363 #Dec: 415085 LB: 0 @ 994.71
c Restart #50 #Var: 363 #Dec: 425199 LB: 0 @ 1008.5
c Restart #51 #Var: 363 #Dec: 435685 LB: 0 @ 1049.5
c Restart #52 #Var: 363 #Dec: 446376 LB: 0 @ 1077.2
c Restart #53 #Var: 363 #Dec: 458471 LB: 0 @ 1109.6
c Restart #54 #Var: 363 #Dec: 469957 LB: 0 @ 1138.5
c Restart #55 #Var: 363 #Dec: 482566 LB: 0 @ 1146.2
c Restart #56 #Var: 363 #Dec: 493870 LB: 0 @ 1173.9
s SATISFIABLE
v -X0_bit_10 -X0_bit_9 -X0_bit_8 -X0_bit_7 -X0_bit_6 -X0_bit_5 -X0_bit_4 -X0_bit_3 -X0_bit_2 -X0_bit_1 X0_bit0 -X0_bit1 X0_bit2 X0_bit3 X0_bit4 -X0_bit5 -X0_bit6 -X0_bit7 -X0_bit8 -X0_bit9 -X0_bit10 -X0_bit11 -X0_bit12 -X0_bit13 -X0_bit14 -X0_bit15 -X0_bit16 -X0_bit17 -X0_bit18 -X0_bit19 -X1_bit_10 -X1_bit_9 -X1_bit_8 -X1_bit_7 -X1_bit_6 -X1_bit_5 -X1_bit_4 -X1_bit_3 -X1_bit_2 -X1_bit_1 -X1_bit0 -X1_bit1 -X1_bit2 -X1_bit3 -X1_bit4 -X1_bit5 -X1_bit6 -X1_bit7 -X1_bit8 -X1_bit9 -X1_bit10 -X1_bit11 -X1_bit12 -X1_bit13 -X1_bit14 -X1_bit15 -X1_bit16 -X1_bit17 -X1_bit18 -X1_bit19 -X2_bit_10 -X2_bit_9 -X2_bit_8 -X2_bit_7 -X2_bit_6 -X2_bit_5 -X2_bit_4 -X2_bit_3 -X2_bit_2 -X2_bit_1 -X2_bit0 -X2_bit1 -X2_bit2 -X2_bit3 -X2_bit4 -X2_bit5 -X2_bit6 -X2_bit7 -X2_bit8 -X2_bit9 -X2_bit10 -X2_bit11 -X2_bit12 -X2_bit13 -X2_bit14 -X2_bit15 -X2_bit16 -X2_bit17 -X2_bit18 -X2_bit19 -X3_bit_10 -X3_bit_9 -X3_bit_8 -X3_bit_7 -X3_bit_6 -X3_bit_5 -X3_bit_4 -X3_bit_3 -X3_bit_2 -X3_bit_1 X3_bit0 X3_bit1 X3_bit2 X3_bit3 -X3_bit4 -X3_bit5 -X3_bit6 -X3_bit7 -X3_bit8 -X3_bit9 -X3_bit10 -X3_bit11 -X3_bit12 -X3_bit13 -X3_bit14 -X3_bit15 -X3_bit16 -X3_bit17 -X3_bit18 -X3_bit19 -X4_bit_10 -X4_bit_9 -X4_bit_8 -X4_bit_7 -X4_bit_6 -X4_bit_5 -X4_bit_4 -X4_bit_3 -X4_bit_2 -X4_bit_1 X4_bit0 -X4_bit1 -X4_bit2 -X4_bit3 -X4_bit4 -X4_bit5 -X4_bit6 -X4_bit7 -X4_bit8 -X4_bit9 -X4_bit10 -X4_bit11 -X4_bit12 -X4_bit13 -X4_bit14 -X4_bit15 -X4_bit16 -X4_bit17 -X4_bit18 -X4_bit19 -X5_bit_10 -X5_bit_9 -X5_bit_8 -X5_bit_7 -X5_bit_6 -X5_bit_5 -X5_bit_4 -X5_bit_3 -X5_bit_2 -X5_bit_1 -X5_bit0 -X5_bit1 -X5_bit2 -X5_bit3 -X5_bit4 -X5_bit5 -X5_bit6 -X5_bit7 -X5_bit8 -X5_bit9 -X5_bit10 -X5_bit11 -X5_bit12 -X5_bit13 -X5_bit14 -X5_bit15 -X5_bit16 -X5_bit17 -X5_bit18 -X5_bit19 -X6_bit_10 -X6_bit_9 -X6_bit_8 -X6_bit_7 -X6_bit_6 -X6_bit_5 -X6_bit_4 -X6_bit_3 -X6_bit_2 -X6_bit_1 -X6_bit0 X6_bit1 X6_bit2 -X6_bit3 -X6_bit4 -X6_bit5 -X6_bit6 -X6_bit7 -X6_bit8 -X6_bit9 -X6_bit10 -X6_bit11 -X6_bit12 -X6_bit13 -X6_bit14 -X6_bit15 -X6_bit16 -X6_bit17 -X6_bit18 -X6_bit19 -X7_bit_10 -X7_bit_9 -X7_bit_8 -X7_bit_7 -X7_bit_6 -X7_bit_5 -X7_bit_4 -X7_bit_3 -X7_bit_2 -X7_bit_1 -X7_bit0 -X7_bit1 -X7_bit2 -X7_bit3 -X7_bit4 -X7_bit5 -X7_bit6 -X7_bit7 -X7_bit8 -X7_bit9 -X7_bit10 -X7_bit11 -X7_bit12 -X7_bit13 -X7_bit14 -X7_bit15 -X7_bit16 -X7_bit17 -X7_bit18 -X7_bit19 -X8_bit_10 -X8_bit_9 -X8_bit_8 -X8_bit_7 -X8_bit_6 -X8_bit_5 -X8_bit_4 -X8_bit_3 -X8_bit_2 -X8_bit_1 X8_bit0 -X8_bit1 -X8_bit2 X8_bit3 X8_bit4 -X8_bit5 -X8_bit6 -X8_bit7 -X8_bit8 -X8_bit9 -X8_bit10 -X8_bit11 -X8_bit12 -X8_bit13 -X8_bit14 -X8_bit15 -X8_bit16 -X8_bit17 -X8_bit18 -X8_bit19 -X9_bit_10 -X9_bit_9 -X9_bit_8 -X9_bit_7 -X9_bit_6 -X9_bit_5 -X9_bit_4 -X9_bit_3 -X9_bit_2 -X9_bit_1 -X9_bit0 -X9_bit1 -X9_bit2 -X9_bit3 -X9_bit4 -X9_bit5 -X9_bit6 -X9_bit7 -X9_bit8 -X9_bit9 -X9_bit10 -X9_bit11 -X9_bit12 -X9_bit13 -X9_bit14 -X9_bit15 -X9_bit16 -X9_bit17 -X9_bit18 -X9_bit19 -X10_bit_10 -X10_bit_9 -X10_bit_8 -X10_bit_7 -X10_bit_6 -X10_bit_5 -X10_bit_4 -X10_bit_3 -X10_bit_2 -X10_bit_1 -X10_bit0 -X10_bit1 X10_bit2 -X10_bit3 -X10_bit4 -X10_bit5 -X10_bit6 -X10_bit7 -X10_bit8 -X10_bit9 -X10_bit10 -X10_bit11 -X10_bit12 -X10_bit13 -X10_bit14 -X10_bit15 -X10_bit16 -X10_bit17 -X10_bit18 -X10_bit19 -X11_bit_10 -X11_bit_9 -X11_bit_8 -X11_bit_7 -X11_bit_6 -X11_bit_5 -X11_bit_4 -X11_bit_3 -X11_bit_2 -X11_bit_1 -X11_bit0 -X11_bit1 -X11_bit2 -X11_bit3 -X11_bit4 -X11_bit5 -X11_bit6 -X11_bit7 -X11_bit8 -X11_bit9 -X11_bit10 -X11_bit11 -X11_bit12 -X11_bit13 -X11_bit14 -X11_bit15 -X11_bit16 -X11_bit17 -X11_bit18 -X11_bit19 -X12_bit_10 -X12_bit_9 -X12_bit_8 -X12_bit_7 -X12_bit_6 -X12_bit_5 -X12_bit_4 -X12_bit_3 -X12_bit_2 -X12_bit_1 -X12_bit0 -X12_bit1 -X12_bit2 -X12_bit3 -X12_bit4 -X12_bit5 -X12_bit6 -X12_bit7 -X12_bit8 -X12_bit9 -X12_bit10 -X12_bit11 -X12_bit12 -X12_bit13 -X12_bit14 -X12_bit15 -X12_bit16 -X12_bit17 -X12_bit18 -X12_bit19 -X13_bit_10 -X13_bit_9 -X13_bit_8 -X13_bit_7 -X13_bit_6 -X13_bit_5 -X13_bit_4 -X13_bit_3 -X13_bit_2 -X13_bit_1 -X13_bit0 -X13_bit1 X13_bit2 -X13_bit3 X13_bit4 -X13_bit5 -X13_bit6 -X13_bit7 -X13_bit8 -X13_bit9 -X13_bit10 -X13_bit11 -X13_bit12 -X13_bit13 -X13_bit14 -X13_bit15 -X13_bit16 -X13_bit17 -X13_bit18 -X13_bit19 -X14_bit_10 -X14_bit_9 -X14_bit_8 -X14_bit_7 -X14_bit_6 -X14_bit_5 -X14_bit_4 -X14_bit_3 -X14_bit_2 -X14_bit_1 -X14_bit0 -X14_bit1 -X14_bit2 -X14_bit3 -X14_bit4 -X14_bit5 -X14_bit6 -X14_bit7 -X14_bit8 -X14_bit9 -X14_bit10 -X14_bit11 -X14_bit12 -X14_bit13 -X14_bit14 -X14_bit15 -X14_bit16 -X14_bit17 -X14_bit18 -X14_bit19 -X15_bit_10 -X15_bit_9 -X15_bit_8 -X15_bit_7 -X15_bit_6 -X15_bit_5 -X15_bit_4 -X15_bit_3 -X15_bit_2 -X15_bit_1 -X15_bit0 -X15_bit1 -X15_bit2 -X15_bit3 -X15_bit4 -X15_bit5 -X15_bit6 -X15_bit7 -X15_bit8 -X15_bit9 -X15_bit10 -X15_bit11 -X15_bit12 -X15_bit13 -X15_bit14 -X15_bit15 -X15_bit16 -X15_bit17 -X15_bit18 -X15_bit19 -X16_bit_10 -X16_bit_9 -X16_bit_8 -X16_bit_7 -X16_bit_6 -X16_bit_5 -X16_bit_4 -X16_bit_3 -X16_bit_2 -X16_bit_1 -X16_bit0 -X16_bit1 -X16_bit2 -X16_bit3 -X16_bit4 -X16_bit5 -X16_bit6 -X16_bit7 -X16_bit8 -X16_bit9 -X16_bit10 -X16_bit11 -X16_bit12 -X16_bit13 -X16_bit14 -X16_bit15 -X16_bit16 -X16_bit17 -X16_bit18 -X16_bit19 -X17_bit_10 -X17_bit_9 -X17_bit_8 -X17_bit_7 -X17_bit_6 -X17_bit_5 -X17_bit_4 -X17_bit_3 -X17_bit_2 -X17_bit_1 -X17_bit0 -X17_bit1 -X17_bit2 -X17_bit3 -X17_bit4 -X17_bit5 -X17_bit6 -X17_bit7 -X17_bit8 -X17_bit9 -X17_bit10 -X17_bit11 -X17_bit12 -X17_bit13 -X17_bit14 -X17_bit15 -X17_bit16 -X17_bit17 -X17_bit18 -X17_bit19 -X18_bit_10 -X18_bit_9 -X18_bit_8 -X18_bit_7 -X18_bit_6 -X18_bit_5 -X18_bit_4 -X18_bit_3 -X18_bit_2 -X18_bit_1 -X18_bit0 -X18_bit1 -X18_bit2 -X18_bit3 -X18_bit4 -X18_bit5 -X18_bit6 -X18_bit7 -X18_bit8 -X18_bit9 -X18_bit10 -X18_bit11 -X18_bit12 -X18_bit13 -X18_bit14 -X18_bit15 -X18_bit16 -X18_bit17 -X18_bit18 -X18_bit19 -X19_bit_10 -X19_bit_9 -X19_bit_8 -X19_bit_7 -X19_bit_6 -X19_bit_5 -X19_bit_4 -X19_bit_3 -X19_bit_2 -X19_bit_1 -X19_bit0 X19_bit1 -X19_bit2 X19_bit3 -X19_bit4 -X19_bit5 -X19_bit6 -X19_bit7 -X19_bit8 -X19_bit9 -X19_bit10 -X19_bit11 -X19_bit12 -X19_bit13 -X19_bit14 -X19_bit15 -X19_bit16 -X19_bit17 -X19_bit18 -X19_bit19 -X20_bit_10 -X20_bit_9 -X20_bit_8 -X20_bit_7 -X20_bit_6 -X20_bit_5 -X20_bit_4 -X20_bit_3 -X20_bit_2 -X20_bit_1 -X20_bit0 -X20_bit1 -X20_bit2 -X20_bit3 -X20_bit4 -X20_bit5 -X20_bit6 -X20_bit7 -X20_bit8 -X20_bit9 -X20_bit10 -X20_bit11 -X20_bit12 -X20_bit13 -X20_bit14 -X20_bit15 -X20_bit16 -X20_bit17 -X20_bit18 -X20_bit19 -X21_bit_10 -X21_bit_9 -X21_bit_8 -X21_bit_7 -X21_bit_6 -X21_bit_5 -X21_bit_4 -X21_bit_3 -X21_bit_2 -X21_bit_1 -X21_bit0 -X21_bit1 -X21_bit2 -X21_bit3 -X21_bit4 -X21_bit5 -X21_bit6 -X21_bit7 -X21_bit8 -X21_bit9 -X21_bit10 -X21_bit11 -X21_bit12 -X21_bit13 -X21_bit14 -X21_bit15 -X21_bit16 -X21_bit17 -X21_bit18 -X21_bit19 -X22_bit_10 -X22_bit_9 -X22_bit_8 -X22_bit_7 -X22_bit_6 -X22_bit_5 -X22_bit_4 -X22_bit_3 -X22_bit_2 -X22_bit_1 -X22_bit0 -X22_bit1 -X22_bit2 -X22_bit3 -X22_bit4 -X22_bit5 -X22_bit6 -X22_bit7 -X22_bit8 -X22_bit9 -X22_bit10 -X22_bit11 -X22_bit12 -X22_bit13 -X22_bit14 -X22_bit15 -X22_bit16 -X22_bit17 -X22_bit18 -X22_bit19 -X23_bit_10 -X23_bit_9 -X23_bit_8 -X23_bit_7 -X23_bit_6 -X23_bit_5 -X23_bit_4 -X23_bit_3 -X23_bit_2 -X23_bit_1 X23_bit0 -X23_bit1 X23_bit2 -X23_bit3 -X23_bit4 -X23_bit5 -X23_bit6 -X23_bit7 -X23_bit8 -X23_bit9 -X23_bit10 -X23_bit11 -X23_bit12 -X23_bit13 -X23_bit14 -X23_bit15 -X23_bit16 -X23_bit17 -X23_bit18 -X23_bit19 Y0_bit0 -Y1_bit0 -Y2_bit0 Y3_bit0 Y4_bit0 -Y5_bit0 Y6_bit0 -Y7_bit0 Y8_bit0 -Y9_bit0 Y10_bit0 -Y11_bit0 -Y12_bit0 Y13_bit0 -Y14_bit0 -Y15_bit0 -Y16_bit0 -Y17_bit0 -Y18_bit0 Y19_bit0 -Y20_bit0 -Y21_bit0 -Y22_bit0 Y23_bit0 
c Cost: 24752128
c Exit Code: 10
c Total time: 1195 s

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/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1783924578 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 107 3 90 68 0 39 0
[pid=14765] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
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 /lib/tls/libm.so.6
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/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
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 tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-gr4x6.opb

[startup+10.0023 s]
Raw data (loadavg): 0.93 0.95 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1182 0 0 0 832 56 0 0 25 0 1 0 1783924578 7929856 1093 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 1936 1093 1116 68 0 1868 0
[pid=14765] vsize: 7744
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (Kb) 7744

[startup+20.0031 s]
Raw data (loadavg): 0.94 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1192 0 0 0 1775 74 0 0 25 0 1 0 1783924578 7929856 1103 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 1936 1103 1116 68 0 1868 0
[pid=14765] vsize: 7744
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (Kb) 7744

[startup+30.0039 s]
Raw data (loadavg): 0.95 0.96 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 1192 0 0 0 2719 93 0 0 25 0 1 0 1783924578 7929856 1103 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 1936 1103 1116 68 0 1868 0
[pid=14765] vsize: 7744
Current children cumulated CPU time (s) 28.12
Current children cumulated vsize (Kb) 7744

[startup+40.0047 s]
Raw data (loadavg): 0.95 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1192 0 0 0 3669 111 0 0 25 0 1 0 1783924578 7929856 1103 4294967295 134512640 134736556 3221224560 3221223096 1077377790 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 1936 1103 1116 68 0 1868 0
[pid=14765] vsize: 7744
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (Kb) 7744

[startup+50.0055 s]
Raw data (loadavg): 0.96 0.96 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 1220 0 0 0 4628 126 0 0 25 0 1 0 1783924578 8065024 1131 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14765/statm): 1969 1131 1116 68 0 1901 0
[pid=14765] vsize: 7876
Current children cumulated CPU time (s) 47.54
Current children cumulated vsize (Kb) 7876

[startup+60.0053 s]
Raw data (loadavg): 0.97 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1224 0 0 0 5601 134 0 0 25 0 1 0 1783924578 8065024 1135 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 1969 1135 1116 68 0 1901 0
[pid=14765] vsize: 7876
Current children cumulated CPU time (s) 57.35
Current children cumulated vsize (Kb) 7876

[startup+70.0061 s]
Raw data (loadavg): 0.97 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1226 0 0 0 6584 142 0 0 25 0 1 0 1783924578 8065024 1137 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 1969 1137 1116 68 0 1901 0
[pid=14765] vsize: 7876
Current children cumulated CPU time (s) 67.26
Current children cumulated vsize (Kb) 7876

[startup+80.0068 s]
Raw data (loadavg): 0.98 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1300 0 0 0 7565 147 0 0 25 0 1 0 1783924578 8417280 1211 4294967295 134512640 134736556 3221224560 3221223224 134544445 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 2055 1211 1116 68 0 1987 0
[pid=14765] vsize: 8220
Current children cumulated CPU time (s) 77.12
Current children cumulated vsize (Kb) 8220

[startup+90.0076 s]
Raw data (loadavg): 0.98 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 1324 0 0 0 8540 158 0 0 25 0 1 0 1783924578 8552448 1235 4294967295 134512640 134736556 3221224560 3221223088 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 2088 1235 1116 68 0 2020 0
[pid=14765] vsize: 8352
Current children cumulated CPU time (s) 86.98
Current children cumulated vsize (Kb) 8352

[startup+100.007 s]
Raw data (loadavg): 0.98 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 2054 0 0 0 9524 165 0 0 25 0 1 0 1783924578 11526144 1965 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 2814 1965 1116 68 0 2746 0
[pid=14765] vsize: 11256
Current children cumulated CPU time (s) 96.89
Current children cumulated vsize (Kb) 11256

[startup+110.008 s]
Raw data (loadavg): 0.98 0.96 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 2564 0 0 0 10514 170 0 0 25 0 1 0 1783924578 13553664 2475 4294967295 134512640 134736556 3221224560 3221223164 134554110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 3309 2475 1116 68 0 3241 0
[pid=14765] vsize: 13236
Current children cumulated CPU time (s) 106.84
Current children cumulated vsize (Kb) 13236

[startup+120.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 2940 0 0 0 11508 173 0 0 25 0 1 0 1783924578 15175680 2851 4294967295 134512640 134736556 3221224560 3221223184 134536487 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 3705 2851 1116 68 0 3637 0
[pid=14765] vsize: 14820
Current children cumulated CPU time (s) 116.81
Current children cumulated vsize (Kb) 14820

[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 3326 0 0 0 12500 176 0 0 25 0 1 0 1783924578 16662528 3237 4294967295 134512640 134736556 3221224560 3221223228 134554112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 4068 3237 1116 68 0 4000 0
[pid=14765] vsize: 16272
Current children cumulated CPU time (s) 126.76
Current children cumulated vsize (Kb) 16272

[startup+140.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 3688 0 0 0 13494 179 0 0 25 0 1 0 1783924578 18149376 3599 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 4431 3599 1116 68 0 4363 0
[pid=14765] vsize: 17724
Current children cumulated CPU time (s) 136.73
Current children cumulated vsize (Kb) 17724

[startup+150.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 3877 0 0 0 14464 191 0 0 25 0 1 0 1783924578 18960384 3788 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 4629 3788 1116 68 0 4561 0
[pid=14765] vsize: 18516
Current children cumulated CPU time (s) 146.55
Current children cumulated vsize (Kb) 18516

[startup+160.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 6244 0 0 0 15438 206 0 0 25 0 1 0 1783924578 28684288 6155 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 7003 6155 1116 68 0 6935 0
[pid=14765] vsize: 28012
Current children cumulated CPU time (s) 156.44
Current children cumulated vsize (Kb) 28012

[startup+170.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 6988 0 0 0 16417 214 0 0 25 0 1 0 1783924578 31662080 6899 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 7730 6899 1116 68 0 7662 0
[pid=14765] vsize: 30920
Current children cumulated CPU time (s) 166.31
Current children cumulated vsize (Kb) 30920

[startup+180.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 8368 0 0 0 17386 228 0 0 25 0 1 0 1783924578 37330944 8279 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 9114 8279 1116 68 0 9046 0
[pid=14765] vsize: 36456
Current children cumulated CPU time (s) 176.14
Current children cumulated vsize (Kb) 36456

[startup+190.013 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 12122 0 0 0 18334 250 0 0 25 0 1 0 1783924578 52793344 12033 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14765/statm): 12889 12033 1116 68 0 12821 0
[pid=14765] vsize: 51556
Current children cumulated CPU time (s) 185.84
Current children cumulated vsize (Kb) 51556

[startup+200.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 12176 0 0 0 19307 261 0 0 25 0 1 0 1783924578 52916224 12087 4294967295 134512640 134736556 3221224560 3221223160 134554061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 12919 12087 1116 68 0 12851 0
[pid=14765] vsize: 51676
Current children cumulated CPU time (s) 195.68
Current children cumulated vsize (Kb) 51676

[startup+210.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 12215 0 0 0 20286 268 0 0 25 0 1 0 1783924578 53051392 12126 4294967295 134512640 134736556 3221224560 3221223288 134560331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 12952 12126 1116 68 0 12884 0
[pid=14765] vsize: 51808
Current children cumulated CPU time (s) 205.54
Current children cumulated vsize (Kb) 51808

[startup+220.014 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 12569 0 0 0 21272 274 0 0 25 0 1 0 1783924578 54538240 12480 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 13315 12480 1116 68 0 13247 0
[pid=14765] vsize: 53260
Current children cumulated CPU time (s) 215.46
Current children cumulated vsize (Kb) 53260

[startup+230.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 12569 0 0 0 22231 289 0 0 25 0 1 0 1783924578 54538240 12480 4294967295 134512640 134736556 3221224560 3221223056 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 13315 12480 1116 68 0 13247 0
[pid=14765] vsize: 53260
Current children cumulated CPU time (s) 225.2
Current children cumulated vsize (Kb) 53260

[startup+240.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 12639 0 0 0 23201 300 0 0 25 0 1 0 1783924578 54808576 12550 4294967295 134512640 134736556 3221224560 3221223040 134553422 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 13381 12550 1116 68 0 13313 0
[pid=14765] vsize: 53524
Current children cumulated CPU time (s) 235.01
Current children cumulated vsize (Kb) 53524

[startup+250.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 13238 0 0 0 24188 306 0 0 25 0 1 0 1783924578 57307136 13149 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 13991 13149 1116 68 0 13923 0
[pid=14765] vsize: 55964
Current children cumulated CPU time (s) 244.94
Current children cumulated vsize (Kb) 55964

[startup+260.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 13862 0 0 0 25179 310 0 0 25 0 1 0 1783924578 59875328 13773 4294967295 134512640 134736556 3221224560 3221223248 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 14618 13773 1116 68 0 14550 0
[pid=14765] vsize: 58472
Current children cumulated CPU time (s) 254.89
Current children cumulated vsize (Kb) 58472

[startup+270.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14340 0 0 0 26149 322 0 0 25 0 1 0 1783924578 61767680 14251 4294967295 134512640 134736556 3221224560 3221223040 134553462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15080 14251 1116 68 0 15012 0
[pid=14765] vsize: 60320
Current children cumulated CPU time (s) 264.71
Current children cumulated vsize (Kb) 60320

[startup+280.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14340 0 0 0 27125 330 0 0 25 0 1 0 1783924578 61767680 14251 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15080 14251 1116 68 0 15012 0
[pid=14765] vsize: 60320
Current children cumulated CPU time (s) 274.55
Current children cumulated vsize (Kb) 60320

[startup+290.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14350 0 0 0 28101 338 0 0 25 0 1 0 1783924578 61800448 14261 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15088 14261 1116 68 0 15020 0
[pid=14765] vsize: 60352
Current children cumulated CPU time (s) 284.39
Current children cumulated vsize (Kb) 60352

[startup+300.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14350 0 0 0 29084 344 0 0 25 0 1 0 1783924578 61800448 14261 4294967295 134512640 134736556 3221224560 3221223028 134716478 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15088 14261 1116 68 0 15020 0
[pid=14765] vsize: 60352
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (Kb) 60352

[startup+310.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14377 0 0 0 30068 351 0 0 25 0 1 0 1783924578 62021632 14288 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15142 14288 1116 68 0 15074 0
[pid=14765] vsize: 60568
Current children cumulated CPU time (s) 304.19
Current children cumulated vsize (Kb) 60568

[startup+320.02 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 14378 0 0 0 31050 357 0 0 25 0 1 0 1783924578 62042112 14289 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15147 14289 1116 68 0 15079 0
[pid=14765] vsize: 60588
Current children cumulated CPU time (s) 314.07
Current children cumulated vsize (Kb) 60588

[startup+330.021 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 14405 0 0 0 32031 364 0 0 25 0 1 0 1783924578 62013440 14308 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15140 14308 1116 68 0 15072 0
[pid=14765] vsize: 60560
Current children cumulated CPU time (s) 323.95
Current children cumulated vsize (Kb) 60560

[startup+340.021 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14440 0 0 0 33010 370 0 0 25 0 1 0 1783924578 62201856 14343 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15186 14343 1116 68 0 15118 0
[pid=14765] vsize: 60744
Current children cumulated CPU time (s) 333.8
Current children cumulated vsize (Kb) 60744

[startup+350.022 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14464 0 0 0 33994 377 0 0 25 0 1 0 1783924578 62271488 14367 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15203 14367 1116 68 0 15135 0
[pid=14765] vsize: 60812
Current children cumulated CPU time (s) 343.71
Current children cumulated vsize (Kb) 60812

[startup+360.023 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14464 0 0 0 34976 383 0 0 25 0 1 0 1783924578 62271488 14367 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15203 14367 1116 68 0 15135 0
[pid=14765] vsize: 60812
Current children cumulated CPU time (s) 353.59
Current children cumulated vsize (Kb) 60812

[startup+370.024 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14478 0 0 0 35963 387 0 0 25 0 1 0 1783924578 62406656 14381 4294967295 134512640 134736556 3221224560 3221223056 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15236 14381 1116 68 0 15168 0
[pid=14765] vsize: 60944
Current children cumulated CPU time (s) 363.5
Current children cumulated vsize (Kb) 60944

[startup+380.024 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14486 0 0 0 36951 391 0 0 25 0 1 0 1783924578 62406656 14389 4294967295 134512640 134736556 3221224560 3221223112 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15236 14389 1116 68 0 15168 0
[pid=14765] vsize: 60944
Current children cumulated CPU time (s) 373.42
Current children cumulated vsize (Kb) 60944

[startup+390.025 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14486 0 0 0 37943 394 0 0 25 0 1 0 1783924578 62406656 14389 4294967295 134512640 134736556 3221224560 3221223072 134543131 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15236 14389 1116 68 0 15168 0
[pid=14765] vsize: 60944
Current children cumulated CPU time (s) 383.37
Current children cumulated vsize (Kb) 60944

[startup+400.026 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14522 0 0 0 38927 400 0 0 25 0 1 0 1783924578 62541824 14425 4294967295 134512640 134736556 3221224560 3221223232 134630685 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15269 14425 1116 68 0 15201 0
[pid=14765] vsize: 61076
Current children cumulated CPU time (s) 393.27
Current children cumulated vsize (Kb) 61076

[startup+410.026 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14522 0 0 0 39897 411 0 0 25 0 1 0 1783924578 62541824 14425 4294967295 134512640 134736556 3221224560 3221223248 134605819 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15269 14425 1116 68 0 15201 0
[pid=14765] vsize: 61076
Current children cumulated CPU time (s) 403.08
Current children cumulated vsize (Kb) 61076

[startup+420.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14522 0 0 0 40874 419 0 0 25 0 1 0 1783924578 62427136 14415 4294967295 134512640 134736556 3221224560 3221223232 134630407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15241 14415 1116 68 0 15173 0
[pid=14765] vsize: 60964
Current children cumulated CPU time (s) 412.93
Current children cumulated vsize (Kb) 60964

[startup+430.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14522 0 0 0 41835 435 0 0 25 0 1 0 1783924578 62427136 14415 4294967295 134512640 134736556 3221224560 3221223208 134544067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15241 14415 1116 68 0 15173 0
[pid=14765] vsize: 60964
Current children cumulated CPU time (s) 422.7
Current children cumulated vsize (Kb) 60964

[startup+440.028 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14535 0 0 0 42807 445 0 0 25 0 1 0 1783924578 62562304 14428 4294967295 134512640 134736556 3221224560 3221222936 1077377765 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15274 14428 1116 68 0 15206 0
[pid=14765] vsize: 61096
Current children cumulated CPU time (s) 432.52
Current children cumulated vsize (Kb) 61096

[startup+450.029 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14551 0 0 0 43789 452 0 0 25 0 1 0 1783924578 62562304 14444 4294967295 134512640 134736556 3221224560 3221223236 134605797 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15274 14444 1116 68 0 15206 0
[pid=14765] vsize: 61096
Current children cumulated CPU time (s) 442.41
Current children cumulated vsize (Kb) 61096

[startup+460.029 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14551 0 0 0 44766 460 0 0 25 0 1 0 1783924578 62529536 14440 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15266 14440 1116 68 0 15198 0
[pid=14765] vsize: 61064
Current children cumulated CPU time (s) 452.26
Current children cumulated vsize (Kb) 61064

[startup+470.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14551 0 0 0 45752 464 0 0 25 0 1 0 1783924578 62529536 14440 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15266 14440 1116 68 0 15198 0
[pid=14765] vsize: 61064
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (Kb) 61064

[startup+480.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14551 0 0 0 46718 475 0 0 25 0 1 0 1783924578 62529536 14440 4294967295 134512640 134736556 3221224560 3221223168 134634123 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15266 14440 1116 68 0 15198 0
[pid=14765] vsize: 61064
Current children cumulated CPU time (s) 471.93
Current children cumulated vsize (Kb) 61064

[startup+490.031 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14551 0 0 0 47699 482 0 0 25 0 1 0 1783924578 62529536 14440 4294967295 134512640 134736556 3221224560 3221223136 134524335 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15266 14440 1116 68 0 15198 0
[pid=14765] vsize: 61064
Current children cumulated CPU time (s) 481.81
Current children cumulated vsize (Kb) 61064

[startup+500.032 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 14581 0 0 0 48682 488 0 0 25 0 1 0 1783924578 62717952 14470 4294967295 134512640 134736556 3221224560 3221222860 1077379966 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15312 14470 1116 68 0 15244 0
[pid=14765] vsize: 61248
Current children cumulated CPU time (s) 491.7
Current children cumulated vsize (Kb) 61248

[startup+510.032 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15065 0 0 0 49661 496 0 0 25 0 1 0 1783924578 64671744 14954 4294967295 134512640 134736556 3221224560 3221223124 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15789 14954 1116 68 0 15721 0
[pid=14765] vsize: 63156
Current children cumulated CPU time (s) 501.57
Current children cumulated vsize (Kb) 63156

[startup+520.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 50643 504 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223424 134617310 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 511.47
Current children cumulated vsize (Kb) 63420

[startup+530.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 51636 506 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 521.42
Current children cumulated vsize (Kb) 63420

[startup+540.035 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 52630 508 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223236 134529176 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 531.38
Current children cumulated vsize (Kb) 63420

[startup+550.035 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 53624 511 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223248 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 541.35
Current children cumulated vsize (Kb) 63420

[startup+560.036 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 54616 514 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223136 134537450 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 551.3
Current children cumulated vsize (Kb) 63420

[startup+570.038 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 55611 516 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223104 134716177 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 561.27
Current children cumulated vsize (Kb) 63420

[startup+580.037 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 56590 522 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223084 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 571.12
Current children cumulated vsize (Kb) 63420

[startup+590.038 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 57571 528 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223056 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 580.99
Current children cumulated vsize (Kb) 63420

[startup+600.039 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 58552 536 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223296 134529360 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 590.88
Current children cumulated vsize (Kb) 63420

[startup+610.039 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 59546 539 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223200 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 600.85
Current children cumulated vsize (Kb) 63420

[startup+620.039 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 60539 542 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223248 134529363 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 610.81
Current children cumulated vsize (Kb) 63420

[startup+630.04 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 61531 546 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223120 134551010 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 620.77
Current children cumulated vsize (Kb) 63420

[startup+640.041 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15117 0 0 0 62523 549 0 0 25 0 1 0 1783924578 64942080 15006 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15855 15006 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 630.72
Current children cumulated vsize (Kb) 63420

[startup+650.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15118 0 0 0 63517 551 0 0 25 0 1 0 1783924578 64942080 15007 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15855 15007 1116 68 0 15787 0
[pid=14765] vsize: 63420
Current children cumulated CPU time (s) 640.68
Current children cumulated vsize (Kb) 63420

[startup+660.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15118 0 0 0 64503 557 0 0 25 0 1 0 1783924578 64937984 15007 4294967295 134512640 134736556 3221224560 3221223296 134605900 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15854 15007 1116 68 0 15786 0
[pid=14765] vsize: 63416
Current children cumulated CPU time (s) 650.6
Current children cumulated vsize (Kb) 63416

[startup+670.041 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15120 0 0 0 65489 561 0 0 25 0 1 0 1783924578 64937984 15009 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15854 15009 1116 68 0 15786 0
[pid=14765] vsize: 63416
Current children cumulated CPU time (s) 660.5
Current children cumulated vsize (Kb) 63416

[startup+680.042 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15122 0 0 0 66474 565 0 0 25 0 1 0 1783924578 64937984 15011 4294967295 134512640 134736556 3221224560 3221223248 134536552 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15854 15011 1116 68 0 15786 0
[pid=14765] vsize: 63416
Current children cumulated CPU time (s) 670.39
Current children cumulated vsize (Kb) 63416

[startup+690.043 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15132 0 0 0 67454 572 0 0 25 0 1 0 1783924578 64937984 15021 4294967295 134512640 134736556 3221224560 3221223312 134552874 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15854 15021 1116 68 0 15786 0
[pid=14765] vsize: 63416
Current children cumulated CPU time (s) 680.26
Current children cumulated vsize (Kb) 63416

[startup+700.043 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15132 0 0 0 68439 578 0 0 25 0 1 0 1783924578 64937984 15021 4294967295 134512640 134736556 3221224560 3221223076 134716789 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 15854 15021 1116 68 0 15786 0
[pid=14765] vsize: 63416
Current children cumulated CPU time (s) 690.17
Current children cumulated vsize (Kb) 63416

[startup+710.044 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15217 0 0 0 69418 587 0 0 25 0 1 0 1783924578 65343488 15106 4294967295 134512640 134736556 3221224560 3221223084 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15953 15106 1116 68 0 15885 0
[pid=14765] vsize: 63812
Current children cumulated CPU time (s) 700.05
Current children cumulated vsize (Kb) 63812

[startup+720.044 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 15252 0 0 0 70392 596 0 0 25 0 1 0 1783924578 65478656 15141 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 15986 15141 1116 68 0 15918 0
[pid=14765] vsize: 63944
Current children cumulated CPU time (s) 709.88
Current children cumulated vsize (Kb) 63944

[startup+730.044 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 15298 0 0 0 71363 606 0 0 25 0 1 0 1783924578 65613824 15187 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14765/statm): 16019 15187 1116 68 0 15951 0
[pid=14765] vsize: 64076
Current children cumulated CPU time (s) 719.69
Current children cumulated vsize (Kb) 64076

[startup+740.045 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 15821 0 0 0 72335 618 0 0 25 0 1 0 1783924578 67772416 15710 4294967295 134512640 134736556 3221224560 3221223104 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 16546 15710 1116 68 0 16478 0
[pid=14765] vsize: 66184
Current children cumulated CPU time (s) 729.53
Current children cumulated vsize (Kb) 66184

[startup+750.046 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 16673 0 0 0 73313 627 0 0 25 0 1 0 1783924578 71290880 16562 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 17405 16562 1116 68 0 17337 0
[pid=14765] vsize: 69620
Current children cumulated CPU time (s) 739.4
Current children cumulated vsize (Kb) 69620

[startup+760.045 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16677 0 0 0 74285 637 0 0 25 0 1 0 1783924578 71290880 16566 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17405 16566 1116 68 0 17337 0
[pid=14765] vsize: 69620
Current children cumulated CPU time (s) 749.22
Current children cumulated vsize (Kb) 69620

[startup+770.046 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16677 0 0 0 75256 646 0 0 25 0 1 0 1783924578 71290880 16566 4294967295 134512640 134736556 3221224560 3221223296 134605573 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17405 16566 1116 68 0 17337 0
[pid=14765] vsize: 69620
Current children cumulated CPU time (s) 759.02
Current children cumulated vsize (Kb) 69620

[startup+780.047 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16721 0 0 0 76236 655 0 0 25 0 1 0 1783924578 71426048 16610 4294967295 134512640 134736556 3221224560 3221223100 1077377137 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 17438 16610 1116 68 0 17370 0
[pid=14765] vsize: 69752
Current children cumulated CPU time (s) 768.91
Current children cumulated vsize (Kb) 69752

[startup+790.048 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16726 0 0 0 77219 661 0 0 25 0 1 0 1783924578 71561216 16615 4294967295 134512640 134736556 3221224560 3221223144 134524882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17471 16615 1116 68 0 17403 0
[pid=14765] vsize: 69884
Current children cumulated CPU time (s) 778.8
Current children cumulated vsize (Kb) 69884

[startup+800.049 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16726 0 0 0 78197 668 0 0 25 0 1 0 1783924578 71561216 16615 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17471 16615 1116 68 0 17403 0
[pid=14765] vsize: 69884
Current children cumulated CPU time (s) 788.65
Current children cumulated vsize (Kb) 69884

[startup+810.049 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16746 0 0 0 79176 676 0 0 25 0 1 0 1783924578 71561216 16635 4294967295 134512640 134736556 3221224560 3221223056 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17471 16635 1116 68 0 17403 0
[pid=14765] vsize: 69884
Current children cumulated CPU time (s) 798.52
Current children cumulated vsize (Kb) 69884

[startup+820.05 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16809 0 0 0 80151 686 0 0 25 0 1 0 1783924578 71831552 16698 4294967295 134512640 134736556 3221224560 3221223208 134544159 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17537 16698 1116 68 0 17469 0
[pid=14765] vsize: 70148
Current children cumulated CPU time (s) 808.37
Current children cumulated vsize (Kb) 70148

[startup+830.051 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16846 0 0 0 81127 696 0 0 25 0 1 0 1783924578 71917568 16732 4294967295 134512640 134736556 3221224560 3221223088 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17558 16732 1116 68 0 17490 0
[pid=14765] vsize: 70232
Current children cumulated CPU time (s) 818.23
Current children cumulated vsize (Kb) 70232

[startup+840.052 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16846 0 0 0 82103 704 0 0 25 0 1 0 1783924578 71884800 16724 4294967295 134512640 134736556 3221224560 3221223224 134560230 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17550 16724 1116 68 0 17482 0
[pid=14765] vsize: 70200
Current children cumulated CPU time (s) 828.07
Current children cumulated vsize (Kb) 70200

[startup+850.053 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16849 0 0 0 83079 713 0 0 25 0 1 0 1783924578 72019968 16727 4294967295 134512640 134736556 3221224560 3221223220 1077374082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17583 16727 1116 68 0 17515 0
[pid=14765] vsize: 70332
Current children cumulated CPU time (s) 837.92
Current children cumulated vsize (Kb) 70332

[startup+860.052 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16859 0 0 0 84057 720 0 0 25 0 1 0 1783924578 72019968 16737 4294967295 134512640 134736556 3221224560 3221223232 134630648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17583 16737 1116 68 0 17515 0
[pid=14765] vsize: 70332
Current children cumulated CPU time (s) 847.77
Current children cumulated vsize (Kb) 70332

[startup+870.053 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 16859 0 0 0 85013 735 0 0 25 0 1 0 1783924578 72019968 16737 4294967295 134512640 134736556 3221224560 3221223200 134543842 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 17583 16737 1116 68 0 17515 0
[pid=14765] vsize: 70332
Current children cumulated CPU time (s) 857.48
Current children cumulated vsize (Kb) 70332

[startup+880.054 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 18379 0 0 0 85986 748 0 0 25 0 1 0 1783924578 78221312 18257 4294967295 134512640 134736556 3221224560 3221223048 1077378368 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19097 18257 1116 68 0 19029 0
[pid=14765] vsize: 76388
Current children cumulated CPU time (s) 867.34
Current children cumulated vsize (Kb) 76388

[startup+890.056 s]
Raw data (loadavg): 1.07 0.99 0.95 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 18405 0 0 0 86960 756 0 0 25 0 1 0 1783924578 78356480 18283 4294967295 134512640 134736556 3221224560 3221223248 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19130 18283 1116 68 0 19062 0
[pid=14765] vsize: 76520
Current children cumulated CPU time (s) 877.16
Current children cumulated vsize (Kb) 76520

[startup+900.057 s]
Raw data (loadavg): 1.14 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 18418 0 0 0 87944 762 0 0 25 0 1 0 1783924578 78356480 18296 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19130 18296 1116 68 0 19062 0
[pid=14765] vsize: 76520
Current children cumulated CPU time (s) 887.06
Current children cumulated vsize (Kb) 76520

[startup+910.056 s]
Raw data (loadavg): 1.11 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 18932 0 0 0 88933 767 0 0 25 0 1 0 1783924578 80515072 18810 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19657 18810 1116 68 0 19589 0
[pid=14765] vsize: 78628
Current children cumulated CPU time (s) 897
Current children cumulated vsize (Kb) 78628

[startup+920.057 s]
Raw data (loadavg): 1.10 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19126 0 0 0 89921 772 0 0 25 0 1 0 1783924578 81321984 19004 4294967295 134512640 134736556 3221224560 3221223104 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19854 19004 1116 68 0 19786 0
[pid=14765] vsize: 79416
Current children cumulated CPU time (s) 906.93
Current children cumulated vsize (Kb) 79416

[startup+930.058 s]
Raw data (loadavg): 1.08 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19129 0 0 0 90911 777 0 0 25 0 1 0 1783924578 81313792 19007 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19852 19007 1116 68 0 19784 0
[pid=14765] vsize: 79408
Current children cumulated CPU time (s) 916.88
Current children cumulated vsize (Kb) 79408

[startup+940.059 s]
Raw data (loadavg): 1.07 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19129 0 0 0 91901 781 0 0 25 0 1 0 1783924578 81313792 19007 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19852 19007 1116 68 0 19784 0
[pid=14765] vsize: 79408
Current children cumulated CPU time (s) 926.82
Current children cumulated vsize (Kb) 79408

[startup+950.059 s]
Raw data (loadavg): 1.06 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19148 0 0 0 92888 786 0 0 25 0 1 0 1783924578 81313792 19026 4294967295 134512640 134736556 3221224560 3221223056 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19852 19026 1116 68 0 19784 0
[pid=14765] vsize: 79408
Current children cumulated CPU time (s) 936.74
Current children cumulated vsize (Kb) 79408

[startup+960.059 s]
Raw data (loadavg): 1.05 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19156 0 0 0 93879 790 0 0 25 0 1 0 1783924578 81448960 19034 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19034 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 946.69
Current children cumulated vsize (Kb) 79540

[startup+970.06 s]
Raw data (loadavg): 1.04 1.00 0.96 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19157 0 0 0 94868 794 0 0 25 0 1 0 1783924578 81448960 19035 4294967295 134512640 134736556 3221224560 3221223088 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19035 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 956.62
Current children cumulated vsize (Kb) 79540

[startup+980.061 s]
Raw data (loadavg): 1.27 1.05 0.97 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19157 0 0 0 95857 798 0 0 25 0 1 0 1783924578 81448960 19035 4294967295 134512640 134736556 3221224560 3221223088 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19035 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 966.55
Current children cumulated vsize (Kb) 79540

[startup+990.063 s]
Raw data (loadavg): 1.30 1.06 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19157 0 0 0 96848 801 0 0 25 0 1 0 1783924578 81448960 19035 4294967295 134512640 134736556 3221224560 3221223200 134620257 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19035 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 976.49
Current children cumulated vsize (Kb) 79540

[startup+1000.06 s]
Raw data (loadavg): 1.26 1.06 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19157 0 0 0 97839 805 0 0 25 0 1 0 1783924578 81448960 19035 4294967295 134512640 134736556 3221224560 3221223136 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19035 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 986.44
Current children cumulated vsize (Kb) 79540

[startup+1010.06 s]
Raw data (loadavg): 1.22 1.06 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19161 0 0 0 98824 811 0 0 25 0 1 0 1783924578 81448960 19039 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19039 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 996.35
Current children cumulated vsize (Kb) 79540

[startup+1020.06 s]
Raw data (loadavg): 1.18 1.06 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19161 0 0 0 99792 821 0 0 25 0 1 0 1783924578 81448960 19039 4294967295 134512640 134736556 3221224560 3221223288 134605606 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19885 19039 1116 68 0 19817 0
[pid=14765] vsize: 79540
Current children cumulated CPU time (s) 1006.13
Current children cumulated vsize (Kb) 79540

[startup+1030.06 s]
Raw data (loadavg): 1.16 1.05 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19161 0 0 0 100764 832 0 0 25 0 1 0 1783924578 81317888 19027 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19853 19027 1116 68 0 19785 0
[pid=14765] vsize: 79412
Current children cumulated CPU time (s) 1015.96
Current children cumulated vsize (Kb) 79412

[startup+1040.06 s]
Raw data (loadavg): 1.13 1.05 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19168 0 0 0 101748 838 0 0 25 0 1 0 1783924578 81412096 19034 4294967295 134512640 134736556 3221224560 3221223232 134621322 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19876 19034 1116 68 0 19808 0
[pid=14765] vsize: 79504
Current children cumulated CPU time (s) 1025.86
Current children cumulated vsize (Kb) 79504

[startup+1050.07 s]
Raw data (loadavg): 1.11 1.05 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19175 0 0 0 102732 843 0 0 25 0 1 0 1783924578 81469440 19041 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19890 19041 1116 68 0 19822 0
[pid=14765] vsize: 79560
Current children cumulated CPU time (s) 1035.75
Current children cumulated vsize (Kb) 79560

[startup+1060.07 s]
Raw data (loadavg): 1.09 1.05 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19181 0 0 0 103725 845 0 0 25 0 1 0 1783924578 81469440 19047 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19890 19047 1116 68 0 19822 0
[pid=14765] vsize: 79560
Current children cumulated CPU time (s) 1045.7
Current children cumulated vsize (Kb) 79560

[startup+1070.07 s]
Raw data (loadavg): 1.08 1.05 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 104711 850 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223168 134525076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1055.61
Current children cumulated vsize (Kb) 79456

[startup+1080.07 s]
Raw data (loadavg): 1.07 1.04 0.98 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 19185 0 0 0 105692 856 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1065.48
Current children cumulated vsize (Kb) 79456

[startup+1090.07 s]
Raw data (loadavg): 1.06 1.04 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 106674 863 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223088 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1075.37
Current children cumulated vsize (Kb) 79456

[startup+1100.07 s]
Raw data (loadavg): 1.05 1.04 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 107647 874 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1085.21
Current children cumulated vsize (Kb) 79456

[startup+1110.07 s]
Raw data (loadavg): 1.04 1.04 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 108631 879 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223168 134537375 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1095.1
Current children cumulated vsize (Kb) 79456

[startup+1120.07 s]
Raw data (loadavg): 1.03 1.04 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 109618 885 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1105.03
Current children cumulated vsize (Kb) 79456

[startup+1130.07 s]
Raw data (loadavg): 1.03 1.03 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19185 0 0 0 110592 894 0 0 25 0 1 0 1783924578 81362944 19038 4294967295 134512640 134736556 3221224560 3221223248 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19864 19038 1116 68 0 19796 0
[pid=14765] vsize: 79456
Current children cumulated CPU time (s) 1114.86
Current children cumulated vsize (Kb) 79456

[startup+1140.07 s]
Raw data (loadavg): 1.02 1.03 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19217 0 0 0 111570 902 0 0 25 0 1 0 1783924578 81498112 19070 4294967295 134512640 134736556 3221224560 3221223048 1077377368 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19897 19070 1116 68 0 19829 0
[pid=14765] vsize: 79588
Current children cumulated CPU time (s) 1124.72
Current children cumulated vsize (Kb) 79588

[startup+1150.07 s]
Raw data (loadavg): 1.02 1.03 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19223 0 0 0 112550 908 0 0 25 0 1 0 1783924578 81633280 19076 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14765/statm): 19930 19076 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1134.58
Current children cumulated vsize (Kb) 79720

[startup+1160.07 s]
Raw data (loadavg): 1.02 1.03 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19227 0 0 0 113496 927 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223252 134605074 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1144.23
Current children cumulated vsize (Kb) 79720

[startup+1170.07 s]
Raw data (loadavg): 1.01 1.03 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19227 0 0 0 114463 938 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223228 134694485 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1154.01
Current children cumulated vsize (Kb) 79720

[startup+1180.07 s]
Raw data (loadavg): 1.01 1.03 0.98 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 19227 0 0 0 115441 947 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1163.88
Current children cumulated vsize (Kb) 79720

[startup+1190.07 s]
Raw data (loadavg): 1.01 1.03 0.98 1/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) T 14764 14765 9854 0 -1 0 19227 0 0 0 116421 955 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1173.76
Current children cumulated vsize (Kb) 79720

[startup+1200.08 s]
Raw data (loadavg): 1.01 1.02 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19227 0 0 0 117415 957 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223116 134536369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1183.72
Current children cumulated vsize (Kb) 79720

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.02 0.98 2/56 14765
Raw data (/proc/14765/stat): 14765 (bsolo) R 14764 14765 9854 0 -1 0 19227 0 0 0 118397 965 0 0 25 0 1 0 1783924578 81633280 19080 4294967295 134512640 134736556 3221224560 3221223248 134605591 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14765/statm): 19930 19080 1116 68 0 19862 0
[pid=14765] vsize: 79720
Current children cumulated CPU time (s) 1193.62
Current children cumulated vsize (Kb) 79720
One traced child (pid=14765) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1211.51
CPU time (s): 1195.05
CPU user time (s): 1185.35
CPU system time (s): 9.69853
CPU usage (%): 98.6411
Max. virtual memory (cumulated for all children) (Kb): 79720

Verifier Data

Verifier:	OK	24752128