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-13-7/MIPLIB/miplib3/normalized-mps-v2-13-7-noswot.opb
MD5SUM9b64c494b06e0d267a16a958bcbc40bb
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -41
Optimality of the best value was proved YES
Number of terms in the objective function 425
Biggest coefficient in the objective function 65536
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 3276775
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 113777046323200
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 235765682083953
Number of bits of the biggest sum of numbers48
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark206.622
Number of variables1060
Total number of constraints282
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint425

Trace number 5275

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-19 23:55:26 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=1033 boxname=wulflinc1 idbench=1033 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  9b64c494b06e0d267a16a958bcbc40bb  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-noswot.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-noswot.opb
IDLAUNCH: 1033
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        887340 kB
Buffers:         25088 kB
Cached:          92596 kB
SwapCached:       1180 kB
Active:          51296 kB
Inactive:        68964 kB
HighTotal:      131008 kB
HighFree:        37156 kB
LowTotal:       903652 kB
LowFree:        850184 kB
SwapTotal:     2097136 kB
SwapFree:      2095264 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5744 kB
Slab:            21348 kB
Committed_AS:    92628 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 00:15:33 (client local time) WITH STATUS 10 IN 1195.12 SECONDS
stats: 1033 0 1195.12 10

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 1060 variables and 209 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.56
c After prepocess the problem consists of 464 variables and 184 constraints.
c Initial Lower Bound: -137
c NEW SOLUTION FOUND: -30 @ 0.643 @ #Dec. 991
c NEW SOLUTION FOUND: -32 @ 0.791 @ #Dec. 1523
c NEW SOLUTION FOUND: -34 @ 0.848 @ #Dec. 1608
c NEW SOLUTION FOUND: -36 @ 1.213 @ #Dec. 2181
c Restart #1 #Var: 464 #Dec: 2835 LB: -137 @ 1.873
c Restart #2 #Var: 464 #Dec: 4416 LB: -137 @ 3.49
c Restart #3 #Var: 464 #Dec: 6536 LB: -137 @ 6.498
c Restart #4 #Var: 464 #Dec: 9037 LB: -137 @ 10.602
c CHANGE to MIS mode... 	UB: -36	MIS: -96	LPR: -2147483648 (0)	Diff: 4.4703e-08
c Restart #0 #Var: 464 #Dec: 12832 LB: -137 @ 14.892
c NEW SOLUTION FOUND: -37 @ 15.01 @ #Dec. 13302
c NEW SOLUTION FOUND: -39 @ 15.105 @ #Dec. 13395
c Restart #1 #Var: 464 #Dec: 13694 LB: -96 @ 15.903
c Restart #2 #Var: 464 #Dec: 16371 LB: -96 @ 16.81
c Restart #3 #Var: 414 #Dec: 18984 LB: -96 @ 18.172
c Restart #4 #Var: 414 #Dec: 22435 LB: -96 @ 19.18
c Restart #5 #Var: 414 #Dec: 25278 LB: -96 @ 22.416
c Restart #6 #Var: 414 #Dec: 27581 LB: -96 @ 23.695
c Restart #7 #Var: 414 #Dec: 30760 LB: -96 @ 28.237
c Restart #8 #Var: 414 #Dec: 35562 LB: -96 @ 31.186
c Restart #9 #Var: 414 #Dec: 38679 LB: -96 @ 34.08
c Restart #10 #Var: 414 #Dec: 41303 LB: -96 @ 35.819
c Restart #11 #Var: 414 #Dec: 45106 LB: -96 @ 46.159
c Restart #12 #Var: 414 #Dec: 49130 LB: -96 @ 54.008
c Restart #13 #Var: 414 #Dec: 52626 LB: -96 @ 63.064
c Restart #14 #Var: 414 #Dec: 56561 LB: -96 @ 67.669
c Restart #15 #Var: 414 #Dec: 61983 LB: -96 @ 74.76
c Restart #16 #Var: 414 #Dec: 69778 LB: -96 @ 82.803
c Restart #17 #Var: 414 #Dec: 78625 LB: -96 @ 92.374
c Restart #18 #Var: 414 #Dec: 82271 LB: -96 @ 99.712
c Restart #19 #Var: 414 #Dec: 88510 LB: -96 @ 111.15
c Restart #20 #Var: 414 #Dec: 92813 LB: -96 @ 115.69
c Restart #21 #Var: 412 #Dec: 100014 LB: -96 @ 131.22
c Restart #22 #Var: 412 #Dec: 108027 LB: -96 @ 166.37
c Restart #23 #Var: 412 #Dec: 116046 LB: -96 @ 181.69
c Restart #24 #Var: 412 #Dec: 123136 LB: -96 @ 198.26
c Restart #25 #Var: 412 #Dec: 130756 LB: -96 @ 214.5
c Restart #26 #Var: 412 #Dec: 138392 LB: -96 @ 235.04
c Restart #27 #Var: 412 #Dec: 147182 LB: -96 @ 275.18
c Restart #28 #Var: 412 #Dec: 153693 LB: -96 @ 282.74
c Restart #29 #Var: 412 #Dec: 164817 LB: -96 @ 313.46
c Restart #30 #Var: 412 #Dec: 177640 LB: -96 @ 387.72
c Restart #31 #Var: 411 #Dec: 190196 LB: -96 @ 424.04
c Restart #32 #Var: 411 #Dec: 203024 LB: -96 @ 462.15
c Restart #33 #Var: 411 #Dec: 216295 LB: -96 @ 509.54
c Restart #34 #Var: 411 #Dec: 226573 LB: -96 @ 602.74
c Restart #35 #Var: 411 #Dec: 240138 LB: -96 @ 663.03
c Restart #36 #Var: 411 #Dec: 254294 LB: -96 @ 702.15
c Restart #37 #Var: 411 #Dec: 266816 LB: -96 @ 789.82
c NEW SOLUTION FOUND: -40 @ 799.62 @ #Dec. 271346
c Restart #38 #Var: 411 #Dec: 286379 LB: -96 @ 868.05
c Restart #39 #Var: 411 #Dec: 301932 LB: -96 @ 909.2
c NEW SOLUTION FOUND: -41 @ 933.92 @ #Dec. 308602
c Restart #40 #Var: 411 #Dec: 321011 LB: -96 @ 982.11
c Restart #41 #Var: 411 #Dec: 337867 LB: -96 @ 1168.9
s SATISFIABLE
v 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 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 -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 -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 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 -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 -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 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 -X24_bit0 -X24_bit1 -X24_bit2 -X24_bit3 -X24_bit4 -X24_bit5 -X24_bit6 -X24_bit7 -X24_bit8 -X24_bit9 -X24_bit10 -X24_bit11 -X24_bit12 -X24_bit13 -X24_bit14 -X24_bit15 -X24_bit16 -X25_bit0 -X25_bit1 -X25_bit2 -X25_bit3 -X25_bit4 -X25_bit5 -X25_bit6 -X25_bit7 -X25_bit8 -X25_bit9 -X25_bit10 -X25_bit11 -X25_bit12 -X25_bit13 -X25_bit14 -X25_bit15 -X25_bit16 -X31_bit0 -X31_bit1 -X31_bit2 -X31_bit3 -X31_bit4 -X31_bit5 -X31_bit6 -X31_bit7 -X31_bit8 -X31_bit9 -X31_bit10 -X31_bit11 -X31_bit12 -X31_bit13 -X31_bit14 -X31_bit15 -X31_bit16 -X32_bit0 -X32_bit1 -X32_bit2 -X32_bit3 -X32_bit4 -X32_bit5 -X32_bit6 -X32_bit7 -X32_bit8 -X32_bit9 -X32_bit10 -X32_bit11 -X32_bit12 -X32_bit13 -X32_bit14 -X32_bit15 -X32_bit16 -X33_bit0 -X33_bit1 -X33_bit2 -X33_bit3 -X33_bit4 -X33_bit5 -X33_bit6 -X33_bit7 -X33_bit8 -X33_bit9 -X33_bit10 -X33_bit11 -X33_bit12 -X33_bit13 -X33_bit14 -X33_bit15 -X33_bit16 -X34_bit0 -X34_bit1 -X34_bit2 -X34_bit3 -X34_bit4 -X34_bit5 -X34_bit6 -X34_bit7 -X34_bit8 -X34_bit9 -X34_bit10 -X34_bit11 -X34_bit12 -X34_bit13 -X34_bit14 -X34_bit15 -X34_bit16 -X35_bit0 -X35_bit1 -X35_bit2 -X35_bit3 -X35_bit4 -X35_bit5 -X35_bit6 -X35_bit7 -X35_bit8 -X35_bit9 -X35_bit10 -X35_bit11 -X35_bit12 -X35_bit13 -X35_bit14 -X35_bit15 -X35_bit16 -X41_bit0 -X41_bit1 -X41_bit2 -X41_bit3 -X41_bit4 -X41_bit5 -X41_bit6 -X41_bit7 -X41_bit8 -X41_bit9 -X41_bit10 -X41_bit11 -X41_bit12 -X41_bit13 -X41_bit14 -X41_bit15 -X41_bit16 -X42_bit0 -X42_bit1 -X42_bit2 -X42_bit3 -X42_bit4 -X42_bit5 -X42_bit6 -X42_bit7 -X42_bit8 -X42_bit9 -X42_bit10 -X42_bit11 -X42_bit12 -X42_bit13 -X42_bit14 -X42_bit15 -X42_bit16 -X43_bit0 -X43_bit1 -X43_bit2 -X43_bit3 -X43_bit4 -X43_bit5 -X43_bit6 -X43_bit7 -X43_bit8 -X43_bit9 -X43_bit10 -X43_bit11 -X43_bit12 -X43_bit13 -X43_bit14 -X43_bit15 -X43_bit16 X44_bit0 -X44_bit1 -X44_bit2 -X44_bit3 -X44_bit4 -X44_bit5 -X44_bit6 -X44_bit7 -X44_bit8 -X44_bit9 -X44_bit10 -X44_bit11 -X44_bit12 -X44_bit13 -X44_bit14 -X44_bit15 -X44_bit16 -X45_bit0 -X45_bit1 -X45_bit2 -X45_bit3 -X45_bit4 -X45_bit5 -X45_bit6 -X45_bit7 -X45_bit8 -X45_bit9 -X45_bit10 -X45_bit11 -X45_bit12 -X45_bit13 -X45_bit14 -X45_bit15 -X45_bit16 -X51_bit0 -X51_bit1 -X51_bit2 -X51_bit3 -X51_bit4 -X51_bit5 -X51_bit6 -X51_bit7 -X51_bit8 -X51_bit9 -X51_bit10 -X51_bit11 -X51_bit12 -X51_bit13 -X51_bit14 -X51_bit15 -X51_bit16 -X52_bit0 -X52_bit1 -X52_bit2 -X52_bit3 -X52_bit4 -X52_bit5 -X52_bit6 -X52_bit7 -X52_bit8 -X52_bit9 -X52_bit10 -X52_bit11 -X52_bit12 -X52_bit13 -X52_bit14 -X52_bit15 -X52_bit16 -X53_bit0 X53_bit1 -X53_bit2 -X53_bit3 -X53_bit4 -X53_bit5 -X53_bit6 -X53_bit7 -X53_bit8 -X53_bit9 -X53_bit10 -X53_bit11 -X53_bit12 -X53_bit13 -X53_bit14 -X53_bit15 -X53_bit16 -X54_bit0 -X54_bit1 -X54_bit2 -X54_bit3 -X54_bit4 -X54_bit5 -X54_bit6 -X54_bit7 -X54_bit8 -X54_bit9 -X54_bit10 -X54_bit11 -X54_bit12 -X54_bit13 -X54_bit14 -X54_bit15 -X54_bit16 -X55_bit0 -X55_bit1 -X55_bit2 -X55_bit3 -X55_bit4 -X55_bit5 -X55_bit6 -X55_bit7 -X55_bit8 -X55_bit9 -X55_bit10 -X55_bit11 -X55_bit12 -X55_bit13 -X55_bit14 -X55_bit15 -X55_bit16 W12_bit0 T254_bit0 -W54_bit0 -S24_bit_7 -S24_bit_6 -S24_bit_5 -S24_bit_4 -S24_bit_3 -S24_bit_2 -S24_bit_1 -S24_bit0 -S24_bit1 -S24_bit2 -S24_bit3 -S24_bit4 -S24_bit5 -S24_bit6 -S24_bit7 -S24_bit8 -S24_bit9 -S24_bit10 -S24_bit11 -S24_bit12 -S54_bit_7 -S54_bit_6 -S54_bit_5 -S54_bit_4 -S54_bit_3 -S54_bit_2 -S54_bit_1 -S54_bit0 -S54_bit1 -S54_bit2 -S54_bit3 -S54_bit4 -S54_bit5 -S54_bit6 -S54_bit7 -S54_bit8 -S54_bit9 -S54_bit10 -S54_bit11 -S54_bit12 -W24_bit0 T255_bit0 -W55_bit0 -S25_bit_7 -S25_bit_6 -S25_bit_5 -S25_bit_4 -S25_bit_3 -S25_bit_2 -S25_bit_1 -S25_bit0 -S25_bit1 -S25_bit2 -S25_bit3 -S25_bit4 -S25_bit5 -S25_bit6 -S25_bit7 -S25_bit8 -S25_bit9 -S25_bit10 -S25_bit11 -S25_bit12 -S55_bit_7 -S55_bit_6 -S55_bit_5 -S55_bit_4 -S55_bit_3 -S55_bit_2 -S55_bit_1 -S55_bit0 -S55_bit1 -S55_bit2 -S55_bit3 -S55_bit4 -S55_bit5 -S55_bit6 -S55_bit7 -S55_bit8 -S55_bit9 -S55_bit10 -S55_bit11 -S55_bit12 -W25_bit0 -W31_bit0 -S31_bit_7 -S31_bit_6 -S31_bit_5 -S31_bit_4 -S31_bit_3 -S31_bit_2 -S31_bit_1 -S31_bit0 -S31_bit1 -S31_bit2 -S31_bit3 -S31_bit4 -S31_bit5 -S31_bit6 -S31_bit7 -S31_bit8 -S31_bit9 -S31_bit10 -S31_bit11 -S31_bit12 -W32_bit0 -S32_bit_7 -S32_bit_6 -S32_bit_5 -S32_bit_4 -S32_bit_3 -S32_bit_2 -S32_bit_1 -S32_bit0 -S32_bit1 -S32_bit2 -S32_bit3 -S32_bit4 -S32_bit5 -S32_bit6 -S32_bit7 -S32_bit8 -S32_bit9 -S32_bit10 -S32_bit11 -S32_bit12 -W33_bit0 -S33_bit_7 -S33_bit_6 -S33_bit_5 -S33_bit_4 -S33_bit_3 -S33_bit_2 -S33_bit_1 -S33_bit0 -S33_bit1 -S33_bit2 -S33_bit3 -S33_bit4 -S33_bit5 -S33_bit6 -S33_bit7 -S33_bit8 -S33_bit9 -S33_bit10 -S33_bit11 -S33_bit12 -W34_bit0 -S34_bit_7 -S34_bit_6 -S34_bit_5 -S34_bit_4 -S34_bit_3 -S34_bit_2 -S34_bit_1 -S34_bit0 -S34_bit1 -S34_bit2 -S34_bit3 -S34_bit4 -S34_bit5 -S34_bit6 -S34_bit7 -S34_bit8 -S34_bit9 -S34_bit10 -S34_bit11 -S34_bit12 -W35_bit0 -S35_bit_7 -S35_bit_6 -S35_bit_5 -S35_bit_4 -S35_bit_3 -S35_bit_2 -S35_bit_1 -S35_bit0 -S35_bit1 -S35_bit2 -S35_bit3 -S35_bit4 -S35_bit5 -S35_bit6 -S35_bit7 -S35_bit8 -S35_bit9 -S35_bit10 -S35_bit11 -S35_bit12 -W13_bit0 -T341_bit0 -W41_bit0 -S41_bit_7 -S41_bit_6 -S41_bit_5 -S41_bit_4 -S41_bit_3 -S41_bit_2 -S41_bit_1 -S41_bit0 -S41_bit1 -S41_bit2 -S41_bit3 -S41_bit4 -S41_bit5 -S41_bit6 -S41_bit7 -S41_bit8 -S41_bit9 -S41_bit10 -S41_bit11 -S41_bit12 T342_bit0 -W42_bit0 -S42_bit_7 -S42_bit_6 -S42_bit_5 -S42_bit_4 -S42_bit_3 -S42_bit_2 -S42_bit_1 -S42_bit0 -S42_bit1 -S42_bit2 -S42_bit3 -S42_bit4 -S42_bit5 -S42_bit6 -S42_bit7 -S42_bit8 -S42_bit9 -S42_bit10 -S42_bit11 -S42_bit12 T343_bit0 -W43_bit0 -S43_bit_7 -S43_bit_6 -S43_bit_5 -S43_bit_4 -S43_bit_3 -S43_bit_2 -S43_bit_1 -S43_bit0 -S43_bit1 -S43_bit2 -S43_bit3 -S43_bit4 -S43_bit5 -S43_bit6 -S43_bit7 -S43_bit8 -S43_bit9 -S43_bit10 -S43_bit11 -S43_bit12 T344_bit0 W44_bit0 S44_bit_7 S44_bit_6 S44_bit_5 S44_bit_4 S44_bit_3 S44_bit_2 S44_bit_1 -S44_bit0 -S44_bit1 -S44_bit2 -S44_bit3 S44_bit4 -S44_bit5 -S44_bit6 -S44_bit7 -S44_bit8 -S44_bit9 -S44_bit10 -S44_bit11 -S44_bit12 -T345_bit0 -W45_bit0 -S45_bit_7 -S45_bit_6 -S45_bit_5 -S45_bit_4 -S45_bit_3 -S45_bit_2 -S45_bit_1 -S45_bit0 -S45_bit1 -S45_bit2 -S45_bit3 -S45_bit4 -S45_bit5 -S45_bit6 -S45_bit7 -S45_bit8 -S45_bit9 -S45_bit10 -S45_bit11 -S45_bit12 T351_bit0 -W51_bit0 -S51_bit_7 -S51_bit_6 -S51_bit_5 -S51_bit_4 -S51_bit_3 -S51_bit_2 -S51_bit_1 -S51_bit0 -S51_bit1 -S51_bit2 -S51_bit3 -S51_bit4 -S51_bit5 -S51_bit6 -S51_bit7 -S51_bit8 -S51_bit9 -S51_bit10 -S51_bit11 -S51_bit12 T352_bit0 -W52_bit0 -S52_bit_7 -S52_bit_6 -S52_bit_5 -S52_bit_4 -S52_bit_3 -S52_bit_2 -S52_bit_1 -S52_bit0 -S52_bit1 -S52_bit2 -S52_bit3 -S52_bit4 -S52_bit5 -S52_bit6 -S52_bit7 -S52_bit8 -S52_bit9 -S52_bit10 -S52_bit11 -S52_bit12 T353_bit0 W53_bit0 S53_bit_7 S53_bit_6 S53_bit_5 -S53_bit_4 S53_bit_3 -S53_bit_2 -S53_bit_1 -S53_bit0 -S53_bit1 -S53_bit2 -S53_bit3 -S53_bit4 -S53_bit5 -S53_bit6 -S53_bit7 -S53_bit8 -S53_bit9 -S53_bit10 -S53_bit11 -S53_bit12 -T354_bit0 -T355_bit0 W14_bit0 -V148_bit_7 -V148_bit_6 -V148_bit_5 -V148_bit_4 -V148_bit_3 -V148_bit_2 -V148_bit_1 -V148_bit0 -V148_bit1 -V148_bit2 -V148_bit3 -V148_bit4 -V148_bit5 -V148_bit6 -V148_bit7 -V148_bit8 -V148_bit9 -V148_bit10 -V148_bit11 -V148_bit12 -V150_bit_7 -V150_bit_6 -V150_bit_5 -V150_bit_4 -V150_bit_3 -V150_bit_2 -V150_bit_1 -V150_bit0 -V150_bit1 -V150_bit2 -V150_bit3 -V150_bit4 -V150_bit5 -V150_bit6 -V150_bit7 -V150_bit8 -V150_bit9 -V150_bit10 -V150_bit11 -V150_bit12 -Q246_bit_7 -Q246_bit_6 -Q246_bit_5 -Q246_bit_4 -Q246_bit_3 -Q246_bit_2 -Q246_bit_1 -Q246_bit0 -Q246_bit1 -Q246_bit2 -Q246_bit3 -Q246_bit4 -Q246_bit5 -Q246_bit6 -Q246_bit7 -Q246_bit8 -Q246_bit9 -Q246_bit10 -Q246_bit11 -Q246_bit12 -T451_bit0 -T452_bit0 W15_bit0 T453_bit0 -T454_bit0 -T455_bit0 -T121_bit0 -W21_bit0 S11_bit_7 S11_bit_6 S11_bit_5 S11_bit_4 S11_bit_3 -S11_bit_2 -S11_bit_1 S11_bit0 -S11_bit1 -S11_bit2 -S11_bit3 -S11_bit4 -S11_bit5 -S11_bit6 -S11_bit7 -S11_bit8 -S11_bit9 -S11_bit10 -S11_bit11 -S11_bit12 -S21_bit_7 -S21_bit_6 -S21_bit_5 -S21_bit_4 -S21_bit_3 -S21_bit_2 -S21_bit_1 -S21_bit0 -S21_bit1 -S21_bit2 -S21_bit3 -S21_bit4 -S21_bit5 -S21_bit6 -S21_bit7 -S21_bit8 -S21_bit9 -S21_bit10 -S21_bit11 -S21_bit12 W11_bit0 -T122_bit0 -W22_bit0 S12_bit_7 S12_bit_6 S12_bit_5 S12_bit_4 S12_bit_3 -S12_bit_2 -S12_bit_1 S12_bit0 -S12_bit1 -S12_bit2 -S12_bit3 -S12_bit4 -S12_bit5 -S12_bit6 -S12_bit7 -S12_bit8 -S12_bit9 -S12_bit10 -S12_bit11 -S12_bit12 -S22_bit_7 -S22_bit_6 -S22_bit_5 -S22_bit_4 -S22_bit_3 -S22_bit_2 -S22_bit_1 -S22_bit0 -S22_bit1 -S22_bit2 -S22_bit3 -S22_bit4 -S22_bit5 -S22_bit6 -S22_bit7 -S22_bit8 -S22_bit9 -S22_bit10 -S22_bit11 -S22_bit12 T123_bit0 W23_bit0 -S13_bit_7 -S13_bit_6 -S13_bit_5 -S13_bit_4 -S13_bit_3 -S13_bit_2 -S13_bit_1 -S13_bit0 -S13_bit1 -S13_bit2 -S13_bit3 -S13_bit4 -S13_bit5 -S13_bit6 -S13_bit7 -S13_bit8 -S13_bit9 -S13_bit10 -S13_bit11 -S13_bit12 S23_bit_7 S23_bit_6 S23_bit_5 S23_bit_4 -S23_bit_3 -S23_bit_2 -S23_bit_1 S23_bit0 -S23_bit1 S23_bit2 -S23_bit3 -S23_bit4 -S23_bit5 -S23_bit6 -S23_bit7 -S23_bit8 -S23_bit9 -S23_bit10 -S23_bit11 -S23_bit12 -T124_bit0 S14_bit_7 -S14_bit_6 -S14_bit_5 S14_bit_4 -S14_bit_3 -S14_bit_2 -S14_bit_1 -S14_bit0 -S14_bit1 -S14_bit2 -S14_bit3 -S14_bit4 -S14_bit5 -S14_bit6 -S14_bit7 -S14_bit8 -S14_bit9 -S14_bit10 -S14_bit11 -S14_bit12 -T125_bit0 S15_bit_7 -S15_bit_6 -S15_bit_5 -S15_bit_4 -S15_bit_3 -S15_bit_2 -S15_bit_1 -S15_bit0 -S15_bit1 -S15_bit2 -S15_bit3 -S15_bit4 -S15_bit5 -S15_bit6 -S15_bit7 -S15_bit8 -S15_bit9 -S15_bit10 -S15_bit11 -S15_bit12 -T131_bit0 -T132_bit0 -T133_bit0 -T134_bit0 -T135_bit0 -T141_bit0 -T142_bit0 -T143_bit0 T144_bit0 -T145_bit0 -T151_bit0 -T152_bit0 T153_bit0 -T154_bit0 -T155_bit0 -T231_bit0 -T232_bit0 -T233_bit0 T234_bit0 -T235_bit0 -T241_bit0 -T242_bit0 -T243_bit0 T244_bit0 T245_bit0 -T251_bit0 T252_bit0 -T253_bit0 
c Cost: -41
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/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 18 0 0 0 0 0 0 0 22 0 1 0 1738936464 438272 3 4294967295 134512640 134736556 3221221728 3221221728 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/14466/statm): 107 3 90 68 0 39 0
[pid=14466] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/mmx/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/mmx/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/mmx/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/mmx/libosl.so
open syscall for file /usr/local/intel-8.0-20031016/lib/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/mmx/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/mmx/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/mmx/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/mmx/libosl.so
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/mmx/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/tls/mmx/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/tls/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/i686/mmx/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/i686/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/mmx/libosl.so
open syscall for file /usr/local/globus-2.4.3/lib/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 /usr/local/intel-8.0-20031016/lib/libstdc++-libc6.2-2.so.3
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libstdc++-libc6.2-2.so.3
open syscall for file /usr/local/globus-2.4.3/lib/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 /usr/local/intel-8.0-20031016/lib/libm.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libm.so.6
open syscall for file /usr/local/globus-2.4.3/lib/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 /usr/local/intel-8.0-20031016/lib/libpthread.so.0
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libpthread.so.0
open syscall for file /usr/local/globus-2.4.3/lib/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 /usr/local/intel-8.0-20031016/lib/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/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 /usr/local/intel-8.0-20031016/lib/libgcc_s.so.1
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libgcc_s.so.1
open syscall for file /usr/local/globus-2.4.3/lib/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/wulflinc1/normalized-mps-v2-13-7-noswot.opb

[startup+10.0024 s]
Raw data (loadavg): 0.93 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 2090 0 0 0 950 18 0 0 25 0 1 0 1738936464 11689984 2002 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 2854 2002 1116 68 0 2786 0
[pid=14466] vsize: 11416
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (Kb) 11416

[startup+20.0022 s]
Raw data (loadavg): 0.94 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 2868 0 0 0 1885 43 0 0 22 0 1 0 1738936464 14872576 2780 4294967295 134512640 134736556 3221221728 3221220044 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 3631 2780 1116 68 0 3563 0
[pid=14466] vsize: 14524
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (Kb) 14524

[startup+30.0029 s]
Raw data (loadavg): 0.95 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 4227 0 0 0 2832 64 0 0 25 0 1 0 1738936464 20406272 4137 4294967295 134512640 134736556 3221221728 3221220464 134529346 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 4982 4137 1116 68 0 4914 0
[pid=14466] vsize: 19928
Current children cumulated CPU time (s) 28.96
Current children cumulated vsize (Kb) 19928

[startup+40.0027 s]
Raw data (loadavg): 0.96 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 6090 0 0 0 3783 86 0 0 25 0 1 0 1738936464 27996160 6000 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 6835 6000 1116 68 0 6767 0
[pid=14466] vsize: 27340
Current children cumulated CPU time (s) 38.69
Current children cumulated vsize (Kb) 27340

[startup+50.0035 s]
Raw data (loadavg): 0.96 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 6260 0 0 0 4757 96 0 0 25 0 1 0 1738936464 28778496 6168 4294967295 134512640 134736556 3221221728 3221220216 1077377888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 7026 6168 1116 68 0 6958 0
[pid=14466] vsize: 28104
Current children cumulated CPU time (s) 48.53
Current children cumulated vsize (Kb) 28104

[startup+60.0033 s]
Raw data (loadavg): 0.97 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 6484 0 0 0 5735 103 0 0 25 0 1 0 1738936464 29626368 6392 4294967295 134512640 134736556 3221221728 3221220256 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 7233 6392 1116 68 0 7165 0
[pid=14466] vsize: 28932
Current children cumulated CPU time (s) 58.38
Current children cumulated vsize (Kb) 28932

[startup+70.0031 s]
Raw data (loadavg): 0.97 0.98 0.99 1/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 7832 0 0 0 6699 118 0 0 25 0 1 0 1738936464 35168256 7740 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 8586 7740 1116 68 0 8518 0
[pid=14466] vsize: 34344
Current children cumulated CPU time (s) 68.17
Current children cumulated vsize (Kb) 34344

[startup+80.0039 s]
Raw data (loadavg): 0.98 0.98 0.99 1/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 9442 0 0 0 7656 136 0 0 25 0 1 0 1738936464 41791488 9350 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 10203 9350 1116 68 0 10135 0
[pid=14466] vsize: 40812
Current children cumulated CPU time (s) 77.92
Current children cumulated vsize (Kb) 40812

[startup+90.0037 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 10692 0 0 0 8604 155 0 0 25 0 1 0 1738936464 46927872 10600 4294967295 134512640 134736556 3221221728 3221220296 134524325 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 11457 10600 1116 68 0 11389 0
[pid=14466] vsize: 45828
Current children cumulated CPU time (s) 87.59
Current children cumulated vsize (Kb) 45828

[startup+100.003 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 11595 0 0 0 9572 167 0 0 25 0 1 0 1738936464 50446336 11469 4294967295 134512640 134736556 3221221728 3221220256 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 12316 11469 1116 68 0 12248 0
[pid=14466] vsize: 49264
Current children cumulated CPU time (s) 97.39
Current children cumulated vsize (Kb) 49264

[startup+110.004 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 12402 0 0 0 10543 179 0 0 25 0 1 0 1738936464 53690368 12276 4294967295 134512640 134736556 3221221728 3221220264 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 13108 12276 1116 68 0 13040 0
[pid=14466] vsize: 52432
Current children cumulated CPU time (s) 107.22
Current children cumulated vsize (Kb) 52432

[startup+120.004 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 14783 0 0 0 11502 197 0 0 25 0 1 0 1738936464 63553536 14657 4294967295 134512640 134736556 3221221728 3221220400 134528681 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 15516 14657 1116 68 0 15448 0
[pid=14466] vsize: 62064
Current children cumulated CPU time (s) 116.99
Current children cumulated vsize (Kb) 62064

[startup+130.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 15461 0 0 0 12477 207 0 0 25 0 1 0 1738936464 66306048 15335 4294967295 134512640 134736556 3221221728 3221220480 134598677 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 16188 15335 1116 68 0 16120 0
[pid=14466] vsize: 64752
Current children cumulated CPU time (s) 126.84
Current children cumulated vsize (Kb) 64752

[startup+140.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 15942 0 0 0 13455 215 0 0 25 0 1 0 1738936464 68198400 15816 4294967295 134512640 134736556 3221221728 3221220480 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 16650 15816 1116 68 0 16582 0
[pid=14466] vsize: 66600
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (Kb) 66600

[startup+150.004 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 15995 0 0 0 14440 220 0 0 25 0 1 0 1738936464 68435968 15866 4294967295 134512640 134736556 3221221728 3221220284 134537557 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 16708 15866 1116 68 0 16640 0
[pid=14466] vsize: 66832
Current children cumulated CPU time (s) 146.6
Current children cumulated vsize (Kb) 66832

[startup+160.004 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 16047 0 0 0 15425 226 0 0 25 0 1 0 1738936464 68595712 15917 4294967295 134512640 134736556 3221221728 3221220304 134524971 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 16747 15917 1116 68 0 16679 0
[pid=14466] vsize: 66988
Current children cumulated CPU time (s) 156.51
Current children cumulated vsize (Kb) 66988

[startup+170.004 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 16047 0 0 0 16416 230 0 0 25 0 1 0 1738936464 68571136 15914 4294967295 134512640 134736556 3221221728 3221220252 134536608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 16741 15914 1116 68 0 16673 0
[pid=14466] vsize: 66964
Current children cumulated CPU time (s) 166.46
Current children cumulated vsize (Kb) 66964

[startup+180.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 16383 0 0 0 17393 238 0 0 25 0 1 0 1738936464 70041600 16250 4294967295 134512640 134736556 3221221728 3221220416 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 17100 16250 1116 68 0 17032 0
[pid=14466] vsize: 68400
Current children cumulated CPU time (s) 176.31
Current children cumulated vsize (Kb) 68400

[startup+190.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 17561 0 0 0 18365 248 0 0 25 0 1 0 1738936464 74805248 17428 4294967295 134512640 134736556 3221221728 3221220252 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 18263 17428 1116 68 0 18195 0
[pid=14466] vsize: 73052
Current children cumulated CPU time (s) 186.13
Current children cumulated vsize (Kb) 73052

[startup+200.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 18780 0 0 0 19339 260 0 0 25 0 1 0 1738936464 79777792 18647 4294967295 134512640 134736556 3221221728 3221220256 134536705 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 19477 18647 1116 68 0 19409 0
[pid=14466] vsize: 77908
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (Kb) 77908

[startup+210.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 20268 0 0 0 20310 273 0 0 25 0 1 0 1738936464 85454848 20034 4294967295 134512640 134736556 3221221728 3221220288 134551150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 20863 20034 1116 68 0 20795 0
[pid=14466] vsize: 83452
Current children cumulated CPU time (s) 205.83
Current children cumulated vsize (Kb) 83452

[startup+220.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 21096 0 0 0 21282 283 0 0 25 0 1 0 1738936464 88928256 20862 4294967295 134512640 134736556 3221221728 3221220304 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 21711 20862 1116 68 0 21643 0
[pid=14466] vsize: 86844
Current children cumulated CPU time (s) 215.65
Current children cumulated vsize (Kb) 86844

[startup+230.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 21991 0 0 0 22255 295 0 0 25 0 1 0 1738936464 92577792 21757 4294967295 134512640 134736556 3221221728 3221220340 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 22602 21757 1116 68 0 22534 0
[pid=14466] vsize: 90408
Current children cumulated CPU time (s) 225.5
Current children cumulated vsize (Kb) 90408

[startup+240.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 22583 0 0 0 23238 302 0 0 25 0 1 0 1738936464 94998528 22349 4294967295 134512640 134736556 3221221728 3221220368 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 23193 22349 1116 68 0 23125 0
[pid=14466] vsize: 92772
Current children cumulated CPU time (s) 235.4
Current children cumulated vsize (Kb) 92772

[startup+250.005 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 22639 0 0 0 24225 307 0 0 25 0 1 0 1738936464 95195136 22405 4294967295 134512640 134736556 3221221728 3221220352 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 23241 22405 1116 68 0 23173 0
[pid=14466] vsize: 92964
Current children cumulated CPU time (s) 245.32
Current children cumulated vsize (Kb) 92964

[startup+260.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 22696 0 0 0 25214 311 0 0 25 0 1 0 1738936464 95465472 22462 4294967295 134512640 134736556 3221221728 3221220416 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 23307 22462 1116 68 0 23239 0
[pid=14466] vsize: 93228
Current children cumulated CPU time (s) 255.25
Current children cumulated vsize (Kb) 93228

[startup+270.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 22701 0 0 0 26202 315 0 0 25 0 1 0 1738936464 95465472 22467 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 23307 22467 1116 68 0 23239 0
[pid=14466] vsize: 93228
Current children cumulated CPU time (s) 265.17
Current children cumulated vsize (Kb) 93228

[startup+280.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 22712 0 0 0 27190 320 0 0 25 0 1 0 1738936464 95465472 22478 4294967295 134512640 134736556 3221221728 3221220416 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 23307 22478 1116 68 0 23239 0
[pid=14466] vsize: 93228
Current children cumulated CPU time (s) 275.1
Current children cumulated vsize (Kb) 93228

[startup+290.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 26258 0 0 0 28147 341 0 0 25 0 1 0 1738936464 110067712 26024 4294967295 134512640 134736556 3221221728 3221220416 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 26872 26024 1116 68 0 26804 0
[pid=14466] vsize: 107488
Current children cumulated CPU time (s) 284.88
Current children cumulated vsize (Kb) 107488

[startup+300.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 26550 0 0 0 29126 348 0 0 25 0 1 0 1738936464 111247360 26316 4294967295 134512640 134736556 3221221728 3221220340 134536526 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 27160 26316 1116 68 0 27092 0
[pid=14466] vsize: 108640
Current children cumulated CPU time (s) 294.74
Current children cumulated vsize (Kb) 108640

[startup+310.008 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 26816 0 0 0 30112 354 0 0 25 0 1 0 1738936464 112320512 26582 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 27422 26582 1116 68 0 27354 0
[pid=14466] vsize: 109688
Current children cumulated CPU time (s) 304.66
Current children cumulated vsize (Kb) 109688

[startup+320.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27384 0 0 0 31086 364 0 0 25 0 1 0 1738936464 114614272 27150 4294967295 134512640 134736556 3221221728 3221220256 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 27982 27150 1116 68 0 27914 0
[pid=14466] vsize: 111928
Current children cumulated CPU time (s) 314.5
Current children cumulated vsize (Kb) 111928

[startup+330.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14466
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27427 0 0 0 32074 368 0 0 25 0 1 0 1738936464 114884608 27193 4294967295 134512640 134736556 3221221728 3221220344 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28048 27193 1116 68 0 27980 0
[pid=14466] vsize: 112192
Current children cumulated CPU time (s) 324.42
Current children cumulated vsize (Kb) 112192

[startup+340.008 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 27459 0 0 0 33057 374 0 0 25 0 1 0 1738936464 115011584 27225 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28079 27225 1116 68 0 28011 0
[pid=14466] vsize: 112316
Current children cumulated CPU time (s) 334.31
Current children cumulated vsize (Kb) 112316

[startup+350.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27525 0 0 0 34046 378 0 0 25 0 1 0 1738936464 115224576 27291 4294967295 134512640 134736556 3221221728 3221220416 134597374 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14466/statm): 28131 27291 1116 68 0 28063 0
[pid=14466] vsize: 112524
Current children cumulated CPU time (s) 344.24
Current children cumulated vsize (Kb) 112524

[startup+360.009 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 27549 0 0 0 35036 382 0 0 25 0 1 0 1738936464 115359744 27315 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28164 27315 1116 68 0 28096 0
[pid=14466] vsize: 112656
Current children cumulated CPU time (s) 354.18
Current children cumulated vsize (Kb) 112656

[startup+370.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27550 0 0 0 36028 384 0 0 25 0 1 0 1738936464 115339264 27316 4294967295 134512640 134736556 3221221728 3221220256 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28159 27316 1116 68 0 28091 0
[pid=14466] vsize: 112636
Current children cumulated CPU time (s) 364.12
Current children cumulated vsize (Kb) 112636

[startup+380.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27550 0 0 0 37022 388 0 0 25 0 1 0 1738936464 115339264 27316 4294967295 134512640 134736556 3221221728 3221220272 134716112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28159 27316 1116 68 0 28091 0
[pid=14466] vsize: 112636
Current children cumulated CPU time (s) 374.1
Current children cumulated vsize (Kb) 112636

[startup+390.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27550 0 0 0 38014 390 0 0 25 0 1 0 1738936464 115339264 27316 4294967295 134512640 134736556 3221221728 3221220328 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28159 27316 1116 68 0 28091 0
[pid=14466] vsize: 112636
Current children cumulated CPU time (s) 384.04
Current children cumulated vsize (Kb) 112636

[startup+400.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27560 0 0 0 39001 395 0 0 25 0 1 0 1738936464 115339264 27326 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28159 27326 1116 68 0 28091 0
[pid=14466] vsize: 112636
Current children cumulated CPU time (s) 393.96
Current children cumulated vsize (Kb) 112636

[startup+410.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 27666 0 0 0 39986 401 0 0 25 0 1 0 1738936464 115879936 27432 4294967295 134512640 134736556 3221221728 3221220224 134551048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 28291 27432 1116 68 0 28223 0
[pid=14466] vsize: 113164
Current children cumulated CPU time (s) 403.87
Current children cumulated vsize (Kb) 113164

[startup+420.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 28535 0 0 0 40955 413 0 0 25 0 1 0 1738936464 119394304 28301 4294967295 134512640 134736556 3221221728 3221220380 134554040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 29149 28301 1116 68 0 29081 0
[pid=14466] vsize: 116596
Current children cumulated CPU time (s) 413.68
Current children cumulated vsize (Kb) 116596

[startup+430.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 28583 0 0 0 41940 418 0 0 25 0 1 0 1738936464 119537664 28349 4294967295 134512640 134736556 3221221728 3221220256 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 29184 28349 1116 68 0 29116 0
[pid=14466] vsize: 116736
Current children cumulated CPU time (s) 423.58
Current children cumulated vsize (Kb) 116736

[startup+440.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 28788 0 0 0 42927 423 0 0 25 0 1 0 1738936464 120463360 28554 4294967295 134512640 134736556 3221221728 3221220356 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 29410 28554 1116 68 0 29342 0
[pid=14466] vsize: 117640
Current children cumulated CPU time (s) 433.5
Current children cumulated vsize (Kb) 117640

[startup+450.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 28935 0 0 0 43911 429 0 0 25 0 1 0 1738936464 120979456 28701 4294967295 134512640 134736556 3221221728 3221220028 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 29536 28701 1116 68 0 29468 0
[pid=14466] vsize: 118144
Current children cumulated CPU time (s) 443.4
Current children cumulated vsize (Kb) 118144

[startup+460.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 28964 0 0 0 44891 437 0 0 25 0 1 0 1738936464 121085952 28730 4294967295 134512640 134736556 3221221728 3221220416 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 29562 28730 1116 68 0 29494 0
[pid=14466] vsize: 118248
Current children cumulated CPU time (s) 453.28
Current children cumulated vsize (Kb) 118248

[startup+470.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 29569 0 0 0 45864 447 0 0 25 0 1 0 1738936464 123654144 29335 4294967295 134512640 134736556 3221221728 3221220276 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 30189 29335 1116 68 0 30121 0
[pid=14466] vsize: 120756
Current children cumulated CPU time (s) 463.11
Current children cumulated vsize (Kb) 120756

[startup+480.012 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30047 0 0 0 46838 458 0 0 25 0 1 0 1738936464 125530112 29813 4294967295 134512640 134736556 3221221728 3221220352 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 30647 29813 1116 68 0 30579 0
[pid=14466] vsize: 122588
Current children cumulated CPU time (s) 472.96
Current children cumulated vsize (Kb) 122588

[startup+490.013 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 30132 0 0 0 47826 463 0 0 25 0 1 0 1738936464 125919232 29898 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 30742 29898 1116 68 0 30674 0
[pid=14466] vsize: 122968
Current children cumulated CPU time (s) 482.89
Current children cumulated vsize (Kb) 122968

[startup+500.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30143 0 0 0 48815 466 0 0 25 0 1 0 1738936464 125919232 29909 4294967295 134512640 134736556 3221221728 3221220396 134554112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 30742 29909 1116 68 0 30674 0
[pid=14466] vsize: 122968
Current children cumulated CPU time (s) 492.81
Current children cumulated vsize (Kb) 122968

[startup+510.014 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 30382 0 0 0 49799 473 0 0 25 0 1 0 1738936464 127000576 30148 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31006 30148 1116 68 0 30938 0
[pid=14466] vsize: 124024
Current children cumulated CPU time (s) 502.72
Current children cumulated vsize (Kb) 124024

[startup+520.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30913 0 0 0 50784 479 0 0 25 0 1 0 1738936464 129138688 30679 4294967295 134512640 134736556 3221221728 3221220416 134529440 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31528 30679 1116 68 0 31460 0
[pid=14466] vsize: 126112
Current children cumulated CPU time (s) 512.63
Current children cumulated vsize (Kb) 126112

[startup+530.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30933 0 0 0 51780 480 0 0 25 0 1 0 1738936464 129273856 30699 4294967295 134512640 134736556 3221221728 3221220356 134524881 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31561 30699 1116 68 0 31493 0
[pid=14466] vsize: 126244
Current children cumulated CPU time (s) 522.6
Current children cumulated vsize (Kb) 126244

[startup+540.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30938 0 0 0 52776 481 0 0 25 0 1 0 1738936464 129273856 30704 4294967295 134512640 134736556 3221221728 3221220304 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31561 30704 1116 68 0 31493 0
[pid=14466] vsize: 126244
Current children cumulated CPU time (s) 532.57
Current children cumulated vsize (Kb) 126244

[startup+550.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30939 0 0 0 53772 483 0 0 25 0 1 0 1738936464 129273856 30705 4294967295 134512640 134736556 3221221728 3221220284 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31561 30705 1116 68 0 31493 0
[pid=14466] vsize: 126244
Current children cumulated CPU time (s) 542.55
Current children cumulated vsize (Kb) 126244

[startup+560.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30956 0 0 0 54766 486 0 0 25 0 1 0 1738936464 129273856 30722 4294967295 134512640 134736556 3221221728 3221220368 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31561 30722 1116 68 0 31493 0
[pid=14466] vsize: 126244
Current children cumulated CPU time (s) 552.52
Current children cumulated vsize (Kb) 126244

[startup+570.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30969 0 0 0 55761 488 0 0 25 0 1 0 1738936464 129409024 30735 4294967295 134512640 134736556 3221221728 3221220352 134537441 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31594 30735 1116 68 0 31526 0
[pid=14466] vsize: 126376
Current children cumulated CPU time (s) 562.49
Current children cumulated vsize (Kb) 126376

[startup+580.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 30969 0 0 0 56755 490 0 0 25 0 1 0 1738936464 129323008 30735 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31573 30735 1116 68 0 31505 0
[pid=14466] vsize: 126292
Current children cumulated CPU time (s) 572.45
Current children cumulated vsize (Kb) 126292

[startup+590.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 31000 0 0 0 57746 493 0 0 25 0 1 0 1738936464 129458176 30766 4294967295 134512640 134736556 3221221728 3221220272 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31606 30766 1116 68 0 31538 0
[pid=14466] vsize: 126424
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (Kb) 126424

[startup+600.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 31172 0 0 0 58736 497 0 0 25 0 1 0 1738936464 130134016 30938 4294967295 134512640 134736556 3221221728 3221220252 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 31771 30938 1116 68 0 31703 0
[pid=14466] vsize: 127084
Current children cumulated CPU time (s) 592.33
Current children cumulated vsize (Kb) 127084

[startup+610.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 31524 0 0 0 59723 502 0 0 25 0 1 0 1738936464 131620864 31290 4294967295 134512640 134736556 3221221728 3221220332 134537559 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 32134 31290 1116 68 0 32066 0
[pid=14466] vsize: 128536
Current children cumulated CPU time (s) 602.25
Current children cumulated vsize (Kb) 128536

[startup+620.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 31635 0 0 0 60713 506 0 0 25 0 1 0 1738936464 132026368 31401 4294967295 134512640 134736556 3221221728 3221220160 134535752 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 32233 31401 1116 68 0 32165 0
[pid=14466] vsize: 128932
Current children cumulated CPU time (s) 612.19
Current children cumulated vsize (Kb) 128932

[startup+630.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 31697 0 0 0 61701 509 0 0 25 0 1 0 1738936464 132296704 31463 4294967295 134512640 134736556 3221221728 3221220480 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 32299 31463 1116 68 0 32231 0
[pid=14466] vsize: 129196
Current children cumulated CPU time (s) 622.1
Current children cumulated vsize (Kb) 129196

[startup+640.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 32103 0 0 0 62685 516 0 0 25 0 1 0 1738936464 134041600 31869 4294967295 134512640 134736556 3221221728 3221220304 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 32725 31869 1116 68 0 32657 0
[pid=14466] vsize: 130900
Current children cumulated CPU time (s) 632.01
Current children cumulated vsize (Kb) 130900

[startup+650.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 32377 0 0 0 63671 521 0 0 25 0 1 0 1738936464 135081984 32143 4294967295 134512640 134736556 3221221728 3221220340 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 32979 32143 1116 68 0 32911 0
[pid=14466] vsize: 131916
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (Kb) 131916

[startup+660.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 32408 0 0 0 64659 525 0 0 25 0 1 0 1738936464 135217152 32174 4294967295 134512640 134736556 3221221728 3221220352 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 33012 32174 1116 68 0 32944 0
[pid=14466] vsize: 132048
Current children cumulated CPU time (s) 651.84
Current children cumulated vsize (Kb) 132048

[startup+670.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 32418 0 0 0 65650 528 0 0 25 0 1 0 1738936464 135352320 32184 4294967295 134512640 134736556 3221221728 3221220276 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 33045 32184 1116 68 0 32977 0
[pid=14466] vsize: 132180
Current children cumulated CPU time (s) 661.78
Current children cumulated vsize (Kb) 132180

[startup+680.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 33336 0 0 0 66619 540 0 0 25 0 1 0 1738936464 139108352 33102 4294967295 134512640 134736556 3221221728 3221220224 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 33962 33102 1116 68 0 33894 0
[pid=14466] vsize: 135848
Current children cumulated CPU time (s) 671.59
Current children cumulated vsize (Kb) 135848

[startup+690.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 33401 0 0 0 67606 545 0 0 25 0 1 0 1738936464 139284480 33167 4294967295 134512640 134736556 3221221728 3221220380 1076647540 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34005 33167 1116 68 0 33937 0
[pid=14466] vsize: 136020
Current children cumulated CPU time (s) 681.51
Current children cumulated vsize (Kb) 136020

[startup+700.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 33461 0 0 0 68591 552 0 0 25 0 1 0 1738936464 139534336 33227 4294967295 134512640 134736556 3221221728 3221220304 134544698 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34066 33227 1116 68 0 33998 0
[pid=14466] vsize: 136264
Current children cumulated CPU time (s) 691.43
Current children cumulated vsize (Kb) 136264

[startup+710.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 33888 0 0 0 69570 559 0 0 25 0 1 0 1738936464 141291520 33654 4294967295 134512640 134736556 3221221728 3221220204 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34495 33654 1116 68 0 34427 0
[pid=14466] vsize: 137980
Current children cumulated CPU time (s) 701.29
Current children cumulated vsize (Kb) 137980

[startup+720.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34159 0 0 0 70557 564 0 0 25 0 1 0 1738936464 142372864 33925 4294967295 134512640 134736556 3221221728 3221220416 134529245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34759 33925 1116 68 0 34691 0
[pid=14466] vsize: 139036
Current children cumulated CPU time (s) 711.21
Current children cumulated vsize (Kb) 139036

[startup+730.019 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34264 0 0 0 71545 570 0 0 25 0 1 0 1738936464 142843904 34030 4294967295 134512640 134736556 3221221728 3221220368 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34874 34030 1116 68 0 34806 0
[pid=14466] vsize: 139496
Current children cumulated CPU time (s) 721.15
Current children cumulated vsize (Kb) 139496

[startup+740.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34279 0 0 0 72535 573 0 0 25 0 1 0 1738936464 142979072 34045 4294967295 134512640 134736556 3221221728 3221220256 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34907 34045 1116 68 0 34839 0
[pid=14466] vsize: 139628
Current children cumulated CPU time (s) 731.08
Current children cumulated vsize (Kb) 139628

[startup+750.02 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34353 0 0 0 73525 577 0 0 25 0 1 0 1738936464 143249408 34119 4294967295 134512640 134736556 3221221728 3221220368 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34973 34119 1116 68 0 34905 0
[pid=14466] vsize: 139892
Current children cumulated CPU time (s) 741.02
Current children cumulated vsize (Kb) 139892

[startup+760.021 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34353 0 0 0 74519 579 0 0 25 0 1 0 1738936464 143249408 34119 4294967295 134512640 134736556 3221221728 3221220380 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34973 34119 1116 68 0 34905 0
[pid=14466] vsize: 139892
Current children cumulated CPU time (s) 750.98
Current children cumulated vsize (Kb) 139892

[startup+770.021 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34371 0 0 0 75513 582 0 0 25 0 1 0 1738936464 143249408 34137 4294967295 134512640 134736556 3221221728 3221220396 134560240 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 34973 34137 1116 68 0 34905 0
[pid=14466] vsize: 139892
Current children cumulated CPU time (s) 760.95
Current children cumulated vsize (Kb) 139892

[startup+780.022 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34631 0 0 0 76502 586 0 0 25 0 1 0 1738936464 144416768 34397 4294967295 134512640 134736556 3221221728 3221220320 134553321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 35258 34397 1116 68 0 35190 0
[pid=14466] vsize: 141032
Current children cumulated CPU time (s) 770.88
Current children cumulated vsize (Kb) 141032

[startup+790.022 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34659 0 0 0 77496 588 0 0 25 0 1 0 1738936464 144416768 34425 4294967295 134512640 134736556 3221221728 3221220340 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 35258 34425 1116 68 0 35190 0
[pid=14466] vsize: 141032
Current children cumulated CPU time (s) 780.84
Current children cumulated vsize (Kb) 141032

[startup+800.022 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 34666 0 0 0 78487 591 0 0 25 0 1 0 1738936464 144461824 34432 4294967295 134512640 134736556 3221221728 3221220368 134536470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 35269 34432 1116 68 0 35201 0
[pid=14466] vsize: 141076
Current children cumulated CPU time (s) 790.78
Current children cumulated vsize (Kb) 141076

[startup+810.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 35629 0 0 0 79463 602 0 0 25 0 1 0 1738936464 148459520 35394 4294967295 134512640 134736556 3221221728 3221220416 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 36245 35394 1116 68 0 36177 0
[pid=14466] vsize: 144980
Current children cumulated CPU time (s) 800.65
Current children cumulated vsize (Kb) 144980

[startup+820.022 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 36200 0 0 0 80443 610 0 0 25 0 1 0 1738936464 150777856 35965 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 36811 35965 1116 68 0 36743 0
[pid=14466] vsize: 147244
Current children cumulated CPU time (s) 810.53
Current children cumulated vsize (Kb) 147244

[startup+830.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 36264 0 0 0 81431 614 0 0 25 0 1 0 1738936464 151031808 36029 4294967295 134512640 134736556 3221221728 3221220252 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 36873 36029 1116 68 0 36805 0
[pid=14466] vsize: 147492
Current children cumulated CPU time (s) 820.45
Current children cumulated vsize (Kb) 147492

[startup+840.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 36293 0 0 0 82422 617 0 0 25 0 1 0 1738936464 151257088 36058 4294967295 134512640 134736556 3221221728 3221220416 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 36928 36058 1116 68 0 36860 0
[pid=14466] vsize: 147712
Current children cumulated CPU time (s) 830.39
Current children cumulated vsize (Kb) 147712

[startup+850.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 36469 0 0 0 83407 623 0 0 25 0 1 0 1738936464 151900160 36234 4294967295 134512640 134736556 3221221728 3221220352 134536515 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 37085 36234 1116 68 0 37017 0
[pid=14466] vsize: 148340
Current children cumulated CPU time (s) 840.3
Current children cumulated vsize (Kb) 148340

[startup+860.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 36469 0 0 0 84402 625 0 0 25 0 1 0 1738936464 151900160 36234 4294967295 134512640 134736556 3221221728 3221220236 134537559 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 37085 36234 1116 68 0 37017 0
[pid=14466] vsize: 148340
Current children cumulated CPU time (s) 850.27
Current children cumulated vsize (Kb) 148340

[startup+870.023 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 36639 0 0 0 85389 630 0 0 25 0 1 0 1738936464 152576000 36404 4294967295 134512640 134736556 3221221728 3221220252 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 37250 36404 1116 68 0 37182 0
[pid=14466] vsize: 149000
Current children cumulated CPU time (s) 860.19
Current children cumulated vsize (Kb) 149000

[startup+880.024 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 37297 0 0 0 86368 639 0 0 25 0 1 0 1738936464 155361280 37062 4294967295 134512640 134736556 3221221728 3221220240 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 37930 37062 1116 68 0 37862 0
[pid=14466] vsize: 151720
Current children cumulated CPU time (s) 870.07
Current children cumulated vsize (Kb) 151720

[startup+890.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 37364 0 0 0 87356 644 0 0 25 0 1 0 1738936464 155631616 37129 4294967295 134512640 134736556 3221221728 3221220360 134536507 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 37996 37129 1116 68 0 37928 0
[pid=14466] vsize: 151984
Current children cumulated CPU time (s) 880
Current children cumulated vsize (Kb) 151984

[startup+900.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 39212 0 0 0 88319 659 0 0 25 0 1 0 1738936464 162295808 38777 4294967295 134512640 134736556 3221221728 3221220404 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 39623 38777 1116 68 0 39555 0
[pid=14466] vsize: 158492
Current children cumulated CPU time (s) 889.78
Current children cumulated vsize (Kb) 158492

[startup+910.025 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40022 0 0 0 89295 669 0 0 25 0 1 0 1738936464 165675008 39587 4294967295 134512640 134736556 3221221728 3221220436 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40448 39587 1116 68 0 40380 0
[pid=14466] vsize: 161792
Current children cumulated CPU time (s) 899.64
Current children cumulated vsize (Kb) 161792

[startup+920.026 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40222 0 0 0 90277 676 0 0 25 0 1 0 1738936464 166486016 39787 4294967295 134512640 134736556 3221221728 3221220400 134528678 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40646 39787 1116 68 0 40578 0
[pid=14466] vsize: 162584
Current children cumulated CPU time (s) 909.53
Current children cumulated vsize (Kb) 162584

[startup+930.027 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40363 0 0 0 91257 684 0 0 25 0 1 0 1738936464 167026688 39928 4294967295 134512640 134736556 3221221728 3221220368 134536470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40778 39928 1116 68 0 40710 0
[pid=14466] vsize: 163112
Current children cumulated CPU time (s) 919.41
Current children cumulated vsize (Kb) 163112

[startup+940.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40363 0 0 0 92248 687 0 0 25 0 1 0 1738936464 167014400 39928 4294967295 134512640 134736556 3221221728 3221220256 134523867 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40775 39928 1116 68 0 40707 0
[pid=14466] vsize: 163100
Current children cumulated CPU time (s) 929.35
Current children cumulated vsize (Kb) 163100

[startup+950.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40417 0 0 0 93231 693 0 0 25 0 1 0 1738936464 167211008 39982 4294967295 134512640 134736556 3221221728 3221220384 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40823 39982 1116 68 0 40755 0
[pid=14466] vsize: 163292
Current children cumulated CPU time (s) 939.24
Current children cumulated vsize (Kb) 163292

[startup+960.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40453 0 0 0 94215 699 0 0 25 0 1 0 1738936464 167481344 40018 4294967295 134512640 134736556 3221221728 3221220368 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40889 40018 1116 68 0 40821 0
[pid=14466] vsize: 163556
Current children cumulated CPU time (s) 949.14
Current children cumulated vsize (Kb) 163556

[startup+970.028 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40453 0 0 0 95209 702 0 0 25 0 1 0 1738936464 167374848 40018 4294967295 134512640 134736556 3221221728 3221220332 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40863 40018 1116 68 0 40795 0
[pid=14466] vsize: 163452
Current children cumulated CPU time (s) 959.11
Current children cumulated vsize (Kb) 163452

[startup+980.029 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40453 0 0 0 96199 706 0 0 25 0 1 0 1738936464 167374848 40018 4294967295 134512640 134736556 3221221728 3221220368 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 40863 40018 1116 68 0 40795 0
[pid=14466] vsize: 163452
Current children cumulated CPU time (s) 969.05
Current children cumulated vsize (Kb) 163452

[startup+990.029 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 40743 0 0 0 97183 711 0 0 25 0 1 0 1738936464 168591360 40308 4294967295 134512640 134736556 3221221728 3221220352 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 41160 40308 1116 68 0 41092 0
[pid=14466] vsize: 164640
Current children cumulated CPU time (s) 978.94
Current children cumulated vsize (Kb) 164640

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 41994 0 0 0 98163 722 0 0 25 0 1 0 1738936464 173727744 41559 4294967295 134512640 134736556 3221221728 3221220356 134536509 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42414 41559 1116 68 0 42346 0
[pid=14466] vsize: 169656
Current children cumulated CPU time (s) 988.85
Current children cumulated vsize (Kb) 169656

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42009 0 0 0 99156 724 0 0 25 0 1 0 1738936464 173858816 41574 4294967295 134512640 134736556 3221221728 3221220272 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42446 41574 1116 68 0 42378 0
[pid=14466] vsize: 169784
Current children cumulated CPU time (s) 998.8
Current children cumulated vsize (Kb) 169784

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42009 0 0 0 100150 727 0 0 25 0 1 0 1738936464 173842432 41574 4294967295 134512640 134736556 3221221728 3221220352 134528741 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42442 41574 1116 68 0 42374 0
[pid=14466] vsize: 169768
Current children cumulated CPU time (s) 1008.77
Current children cumulated vsize (Kb) 169768

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42039 0 0 0 101143 729 0 0 25 0 1 0 1738936464 173977600 41604 4294967295 134512640 134736556 3221221728 3221220336 134536532 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42475 41604 1116 68 0 42407 0
[pid=14466] vsize: 169900
Current children cumulated CPU time (s) 1018.72
Current children cumulated vsize (Kb) 169900

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42048 0 0 0 102136 732 0 0 25 0 1 0 1738936464 173977600 41613 4294967295 134512640 134736556 3221221728 3221220416 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42475 41613 1116 68 0 42407 0
[pid=14466] vsize: 169900
Current children cumulated CPU time (s) 1028.68
Current children cumulated vsize (Kb) 169900

[startup+1050.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42048 0 0 0 103132 735 0 0 25 0 1 0 1738936464 173961216 41613 4294967295 134512640 134736556 3221221728 3221220272 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41613 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1038.67
Current children cumulated vsize (Kb) 169884

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42048 0 0 0 104129 736 0 0 25 0 1 0 1738936464 173961216 41613 4294967295 134512640 134736556 3221221728 3221220400 134528799 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41613 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1048.65
Current children cumulated vsize (Kb) 169884

[startup+1070.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42048 0 0 0 105125 737 0 0 25 0 1 0 1738936464 173961216 41613 4294967295 134512640 134736556 3221221728 3221220416 134529265 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41613 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1058.62
Current children cumulated vsize (Kb) 169884

[startup+1080.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42048 0 0 0 106117 740 0 0 25 0 1 0 1738936464 173961216 41613 4294967295 134512640 134736556 3221221728 3221220400 134529480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41613 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1068.57
Current children cumulated vsize (Kb) 169884

[startup+1090.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42060 0 0 0 107112 742 0 0 25 0 1 0 1738936464 173961216 41625 4294967295 134512640 134736556 3221221728 3221220304 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41625 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1078.54
Current children cumulated vsize (Kb) 169884

[startup+1100.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42060 0 0 0 108110 743 0 0 25 0 1 0 1738936464 173961216 41625 4294967295 134512640 134736556 3221221728 3221220272 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41625 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1088.53
Current children cumulated vsize (Kb) 169884

[startup+1110.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42060 0 0 0 109104 745 0 0 25 0 1 0 1738936464 173961216 41625 4294967295 134512640 134736556 3221221728 3221220288 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42471 41625 1116 68 0 42403 0
[pid=14466] vsize: 169884
Current children cumulated CPU time (s) 1098.49
Current children cumulated vsize (Kb) 169884

[startup+1120.03 s]
Raw data (loadavg): 0.99 0.98 0.99 1/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) T 14465 14466 10120 0 -1 0 42068 0 0 0 110098 748 0 0 25 0 1 0 1738936464 174096384 41633 4294967295 134512640 134736556 3221221728 3221220620 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42504 41633 1116 68 0 42436 0
[pid=14466] vsize: 170016
Current children cumulated CPU time (s) 1108.46
Current children cumulated vsize (Kb) 170016

[startup+1130.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 111090 751 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220256 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1118.41
Current children cumulated vsize (Kb) 169976

[startup+1140.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 112085 753 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220268 134550916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1128.38
Current children cumulated vsize (Kb) 169976

[startup+1150.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 113081 754 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220308 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1138.35
Current children cumulated vsize (Kb) 169976

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 114076 756 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220304 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1148.32
Current children cumulated vsize (Kb) 169976

[startup+1170.03 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 115071 757 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220204 134540059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1158.28
Current children cumulated vsize (Kb) 169976

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42080 0 0 0 116065 759 0 0 25 0 1 0 1738936464 174055424 41645 4294967295 134512640 134736556 3221221728 3221220416 134605786 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/14466/statm): 42494 41645 1116 68 0 42426 0
[pid=14466] vsize: 169976
Current children cumulated CPU time (s) 1168.24
Current children cumulated vsize (Kb) 169976

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42142 0 0 0 117053 763 0 0 25 0 1 0 1738936464 174317568 41707 4294967295 134512640 134736556 3221221728 3221220256 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14466/statm): 42558 41707 1116 68 0 42490 0
[pid=14466] vsize: 170232
Current children cumulated CPU time (s) 1178.16
Current children cumulated vsize (Kb) 170232

[startup+1200.04 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 14468
Raw data (/proc/14466/stat): 14466 (bsolo) R 14465 14466 10120 0 -1 0 42155 0 0 0 118045 766 0 0 25 0 1 0 1738936464 174452736 41720 4294967295 134512640 134736556 3221221728 3221220368 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/14466/statm): 42591 41720 1116 68 0 42523 0
[pid=14466] vsize: 170364
Current children cumulated CPU time (s) 1188.11
Current children cumulated vsize (Kb) 170364
One traced child (pid=14466) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1207.11
CPU time (s): 1195.12
CPU user time (s): 1187.34
CPU system time (s): 7.77782
CPU usage (%): 99.0069
Max. virtual memory (cumulated for all children) (Kb): 170364

Verifier Data

Verifier:	OK	-41