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/MIPLIB/miplib3/normalized-mps-v2-20-10-noswot.opb
MD5SUM5e1386c5f1b92751761827178ffb8fa8
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 1048576000000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 5104598755679562
Number of bits of the biggest sum of numbers53
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark145.886
Number of variables1340
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 1290

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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:        921540 kB
Buffers:         34600 kB
Cached:          50880 kB
SwapCached:        744 kB
Active:          62448 kB
Inactive:        25636 kB
HighTotal:      131008 kB
HighFree:        76888 kB
LowTotal:       903652 kB
LowFree:        844652 kB
SwapTotal:     2097892 kB
SwapFree:      2096644 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19492 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 15:01:16 (client local time) WITH STATUS 10 IN 1195.23 SECONDS
stats: 649 0 1195.23 10

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 1340 variables and 209 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.671
c After prepocess the problem consists of 548 variables and 184 constraints.
c Initial Lower Bound: -137
c NEW SOLUTION FOUND: -6 @ 0.688 @ #Dec. 288
c NEW SOLUTION FOUND: -8 @ 0.694 @ #Dec. 295
c NEW SOLUTION FOUND: -9 @ 1.014 @ #Dec. 531
c NEW SOLUTION FOUND: -10 @ 1.053 @ #Dec. 575
c NEW SOLUTION FOUND: -11 @ 1.068 @ #Dec. 598
c Restart #1 #Var: 548 #Dec: 1286 LB: -137 @ 1.588
c Restart #2 #Var: 548 #Dec: 2699 LB: -137 @ 2.608
c Restart #3 #Var: 548 #Dec: 4644 LB: -137 @ 4.148
c Restart #4 #Var: 548 #Dec: 7022 LB: -137 @ 6.485
c CHANGE to MIS mode... 	UB: -11	MIS: -96	LPR: -2147483648 (0)	Diff: 4.4703e-08
c Restart #0 #Var: 548 #Dec: 10300 LB: -137 @ 9.071
c Restart #1 #Var: 548 #Dec: 11219 LB: -96 @ 9.739
c Restart #2 #Var: 548 #Dec: 12184 LB: -96 @ 10.831
c NEW SOLUTION FOUND: -12 @ 11.408 @ #Dec. 12786
c NEW SOLUTION FOUND: -13 @ 11.417 @ #Dec. 12806
c Restart #3 #Var: 548 #Dec: 13850 LB: -96 @ 13.064
c Restart #4 #Var: 548 #Dec: 17533 LB: -96 @ 14.147
c NEW SOLUTION FOUND: -31 @ 14.754 @ #Dec. 19408
c NEW SOLUTION FOUND: -32 @ 15.097 @ #Dec. 20093
c NEW SOLUTION FOUND: -33 @ 16.232 @ #Dec. 21400
c Restart #5 #Var: 548 #Dec: 22937 LB: -96 @ 17.335
c NEW SOLUTION FOUND: -34 @ 17.472 @ #Dec. 23366
c Restart #6 #Var: 548 #Dec: 24794 LB: -96 @ 18.298
c Restart #7 #Var: 548 #Dec: 26296 LB: -96 @ 20.783
c Restart #8 #Var: 486 #Dec: 28311 LB: -96 @ 22.024
c Restart #9 #Var: 486 #Dec: 30509 LB: -96 @ 25.276
c Restart #10 #Var: 486 #Dec: 33320 LB: -96 @ 27.192
c Restart #11 #Var: 486 #Dec: 36674 LB: -96 @ 30.469
c Restart #12 #Var: 486 #Dec: 39221 LB: -96 @ 32.337
c Restart #13 #Var: 486 #Dec: 41977 LB: -96 @ 35.62
c NEW SOLUTION FOUND: -35 @ 41.073 @ #Dec. 44360
c NEW SOLUTION FOUND: -36 @ 41.092 @ #Dec. 44449
c NEW SOLUTION FOUND: -37 @ 41.133 @ #Dec. 44551
c Restart #14 #Var: 484 #Dec: 47440 LB: -96 @ 44.064
c Restart #15 #Var: 484 #Dec: 53632 LB: -96 @ 55.974
c Restart #16 #Var: 484 #Dec: 56887 LB: -96 @ 58.758
c Restart #17 #Var: 484 #Dec: 62931 LB: -96 @ 73.95
c Restart #18 #Var: 484 #Dec: 66561 LB: -96 @ 76.441
c Restart #19 #Var: 484 #Dec: 73464 LB: -96 @ 92.688
c NEW SOLUTION FOUND: -38 @ 95.24 @ #Dec. 76323
c Restart #20 #Var: 484 #Dec: 82744 LB: -96 @ 103.79
c Restart #21 #Var: 484 #Dec: 91025 LB: -96 @ 119.47
c Restart #22 #Var: 484 #Dec: 95786 LB: -96 @ 123.46
c Restart #23 #Var: 484 #Dec: 103943 LB: -96 @ 146.85
c Restart #24 #Var: 484 #Dec: 110018 LB: -96 @ 155.66
c Restart #25 #Var: 484 #Dec: 118612 LB: -96 @ 175.5
c Restart #26 #Var: 484 #Dec: 123908 LB: -96 @ 180.06
c Restart #27 #Var: 484 #Dec: 133403 LB: -96 @ 223.99
c Restart #28 #Var: 484 #Dec: 139047 LB: -96 @ 229.28
c Restart #29 #Var: 484 #Dec: 150179 LB: -96 @ 264.95
c Restart #30 #Var: 484 #Dec: 160828 LB: -96 @ 279.3
c Restart #31 #Var: 483 #Dec: 171015 LB: -96 @ 302.69
c Restart #32 #Var: 483 #Dec: 182384 LB: -96 @ 326.09
c NEW SOLUTION FOUND: -39 @ 337.06 @ #Dec. 190282
c Restart #33 #Var: 483 #Dec: 197516 LB: -96 @ 350.69
c Restart #34 #Var: 483 #Dec: 208795 LB: -96 @ 410.63
c Restart #35 #Var: 483 #Dec: 220823 LB: -96 @ 431.95
c Restart #36 #Var: 483 #Dec: 234374 LB: -96 @ 591.46
c Restart #37 #Var: 483 #Dec: 243951 LB: -96 @ 638.13
c Restart #38 #Var: 483 #Dec: 254113 LB: -96 @ 672.29
c Restart #39 #Var: 483 #Dec: 268158 LB: -96 @ 751.36
c Restart #40 #Var: 482 #Dec: 283173 LB: -96 @ 828.62
c Restart #41 #Var: 482 #Dec: 297763 LB: -96 @ 903.19
c Restart #42 #Var: 482 #Dec: 307779 LB: -96 @ 918.35
c Restart #43 #Var: 482 #Dec: 320023 LB: -96 @ 955.43
c Restart #44 #Var: 482 #Dec: 341493 LB: -96 @ 1039.6
c Restart #45 #Var: 482 #Dec: 357146 LB: -96 @ 1097.3
c Restart #46 #Var: 482 #Dec: 366718 LB: -96 @ 1113.7
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_10 -S24_bit_9 -S24_bit_8 -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 -S24_bit13 -S24_bit14 -S24_bit15 -S24_bit16 -S24_bit17 -S24_bit18 -S24_bit19 -S54_bit_10 -S54_bit_9 -S54_bit_8 -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 -S54_bit13 -S54_bit14 -S54_bit15 -S54_bit16 -S54_bit17 -S54_bit18 -S54_bit19 -W24_bit0 -T255_bit0 -W55_bit0 S25_bit_10 -S25_bit_9 -S25_bit_8 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 -S25_bit13 -S25_bit14 -S25_bit15 -S25_bit16 -S25_bit17 -S25_bit18 -S25_bit19 -S55_bit_10 -S55_bit_9 -S55_bit_8 -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 -S55_bit13 -S55_bit14 -S55_bit15 -S55_bit16 -S55_bit17 -S55_bit18 -S55_bit19 W25_bit0 -W31_bit0 -S31_bit_10 -S31_bit_9 -S31_bit_8 -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 -S31_bit13 -S31_bit14 -S31_bit15 -S31_bit16 -S31_bit17 -S31_bit18 -S31_bit19 W32_bit0 S32_bit_10 S32_bit_9 S32_bit_8 -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 -S32_bit13 -S32_bit14 -S32_bit15 -S32_bit16 -S32_bit17 -S32_bit18 -S32_bit19 -W33_bit0 -S33_bit_10 -S33_bit_9 -S33_bit_8 -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 -S33_bit13 -S33_bit14 -S33_bit15 -S33_bit16 -S33_bit17 -S33_bit18 -S33_bit19 -W34_bit0 -S34_bit_10 -S34_bit_9 -S34_bit_8 -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 -S34_bit13 -S34_bit14 -S34_bit15 -S34_bit16 -S34_bit17 -S34_bit18 -S34_bit19 -W35_bit0 -S35_bit_10 -S35_bit_9 -S35_bit_8 -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 -S35_bit13 -S35_bit14 -S35_bit15 -S35_bit16 -S35_bit17 -S35_bit18 -S35_bit19 W13_bit0 T341_bit0 -W41_bit0 -S41_bit_10 -S41_bit_9 -S41_bit_8 -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 -S41_bit13 -S41_bit14 -S41_bit15 -S41_bit16 -S41_bit17 -S41_bit18 -S41_bit19 -T342_bit0 -W42_bit0 -S42_bit_10 -S42_bit_9 -S42_bit_8 -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 -S42_bit13 -S42_bit14 -S42_bit15 -S42_bit16 -S42_bit17 -S42_bit18 -S42_bit19 T343_bit0 W43_bit0 -S43_bit_10 -S43_bit_9 -S43_bit_8 -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 -S43_bit13 -S43_bit14 -S43_bit15 -S43_bit16 -S43_bit17 -S43_bit18 -S43_bit19 T344_bit0 -W44_bit0 -S44_bit_10 -S44_bit_9 -S44_bit_8 -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 -S44_bit13 -S44_bit14 -S44_bit15 -S44_bit16 -S44_bit17 -S44_bit18 -S44_bit19 T345_bit0 -W45_bit0 -S45_bit_10 -S45_bit_9 -S45_bit_8 -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 -S45_bit13 -S45_bit14 -S45_bit15 -S45_bit16 -S45_bit17 -S45_bit18 -S45_bit19 -T351_bit0 -W51_bit0 -S51_bit_10 -S51_bit_9 -S51_bit_8 -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 -S51_bit13 -S51_bit14 -S51_bit15 -S51_bit16 -S51_bit17 -S51_bit18 -S51_bit19 T352_bit0 W52_bit0 S52_bit_10 -S52_bit_9 -S52_bit_8 -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 -S52_bit13 -S52_bit14 -S52_bit15 -S52_bit16 -S52_bit17 -S52_bit18 -S52_bit19 T353_bit0 W53_bit0 S53_bit_10 S53_bit_9 S53_bit_8 -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 -S53_bit13 -S53_bit14 -S53_bit15 -S53_bit16 -S53_bit17 -S53_bit18 -S53_bit19 -T354_bit0 -T355_bit0 W14_bit0 -V148_bit_10 -V148_bit_9 -V148_bit_8 -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 -V148_bit13 -V148_bit14 -V148_bit15 -V148_bit16 -V148_bit17 -V148_bit18 -V148_bit19 -V150_bit_10 -V150_bit_9 -V150_bit_8 -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 -V150_bit13 -V150_bit14 -V150_bit15 -V150_bit16 -V150_bit17 -V150_bit18 -V150_bit19 -Q246_bit_10 -Q246_bit_9 -Q246_bit_8 -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 -Q246_bit13 -Q246_bit14 -Q246_bit15 -Q246_bit16 -Q246_bit17 -Q246_bit18 -Q246_bit19 -T451_bit0 T452_bit0 -W15_bit0 T453_bit0 T454_bit0 -T455_bit0 -T121_bit0 -W21_bit0 S11_bit_10 S11_bit_9 S11_bit_8 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 -S11_bit13 -S11_bit14 -S11_bit15 -S11_bit16 -S11_bit17 -S11_bit18 -S11_bit19 -S21_bit_10 -S21_bit_9 -S21_bit_8 -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 -S21_bit13 -S21_bit14 -S21_bit15 -S21_bit16 -S21_bit17 -S21_bit18 -S21_bit19 W11_bit0 -T122_bit0 -W22_bit0 S12_bit_10 S12_bit_9 S12_bit_8 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 -S12_bit13 -S12_bit14 -S12_bit15 -S12_bit16 -S12_bit17 -S12_bit18 -S12_bit19 -S22_bit_10 -S22_bit_9 -S22_bit_8 -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 -S22_bit13 -S22_bit14 -S22_bit15 -S22_bit16 -S22_bit17 -S22_bit18 -S22_bit19 -T123_bit0 -W23_bit0 -S13_bit_10 S13_bit_9 -S13_bit_8 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 -S13_bit13 -S13_bit14 -S13_bit15 -S13_bit16 -S13_bit17 -S13_bit18 -S13_bit19 -S23_bit_10 -S23_bit_9 -S23_bit_8 -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 -S23_bit13 -S23_bit14 -S23_bit15 -S23_bit16 -S23_bit17 -S23_bit18 -S23_bit19 -T124_bit0 S14_bit_10 S14_bit_9 S14_bit_8 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 -S14_bit13 -S14_bit14 -S14_bit15 -S14_bit16 -S14_bit17 -S14_bit18 -S14_bit19 T125_bit0 -S15_bit_10 -S15_bit_9 -S15_bit_8 -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 -S15_bit13 -S15_bit14 -S15_bit15 -S15_bit16 -S15_bit17 -S15_bit18 -S15_bit19 -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: -39
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/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842052886 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 107 3 90 68 0 39 0
[pid=24201] 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/wulflinc24/normalized-mps-v2-20-10-noswot.opb

[startup+10.0041 s]
Raw data (loadavg): 0.95 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 2075 0 0 0 939 24 0 0 25 0 1 0 1842052886 11542528 1986 4294967295 134512640 134736556 3221224560 3221223040 134549995 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 2818 1986 1116 68 0 2750 0
[pid=24201] vsize: 11272
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (Kb) 11272

[startup+20.0048 s]
Raw data (loadavg): 0.96 0.99 0.99 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 4450 0 0 0 1870 53 0 0 25 0 1 0 1842052886 21286912 4361 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 5197 4361 1116 68 0 5129 0
[pid=24201] vsize: 20788
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (Kb) 20788

[startup+30.0055 s]
Raw data (loadavg): 0.97 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 7992 0 0 0 2808 83 0 0 25 0 1 0 1842052886 35876864 7903 4294967295 134512640 134736556 3221224560 3221223152 134524899 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 8759 7903 1116 68 0 8691 0
[pid=24201] vsize: 35036
Current children cumulated CPU time (s) 28.91
Current children cumulated vsize (Kb) 35036

[startup+40.0062 s]
Raw data (loadavg): 0.97 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 11376 0 0 0 3755 106 0 0 25 0 1 0 1842052886 49729536 11287 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 12141 11287 1116 68 0 12073 0
[pid=24201] vsize: 48564
Current children cumulated CPU time (s) 38.61
Current children cumulated vsize (Kb) 48564

[startup+50.0069 s]
Raw data (loadavg): 0.97 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 13684 0 0 0 4711 124 0 0 25 0 1 0 1842052886 59150336 13595 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 14441 13595 1116 68 0 14373 0
[pid=24201] vsize: 57764
Current children cumulated CPU time (s) 48.35
Current children cumulated vsize (Kb) 57764

[startup+60.0066 s]
Raw data (loadavg): 0.98 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 15439 0 0 0 5679 139 0 0 25 0 1 0 1842052886 66318336 15333 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 16191 15333 1116 68 0 16123 0
[pid=24201] vsize: 64764
Current children cumulated CPU time (s) 58.18
Current children cumulated vsize (Kb) 64764

[startup+70.0073 s]
Raw data (loadavg): 0.98 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 16028 0 0 0 6656 148 0 0 25 0 1 0 1842052886 68689920 15922 4294967295 134512640 134736556 3221224560 3221223024 134717448 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 16770 15922 1116 68 0 16702 0
[pid=24201] vsize: 67080
Current children cumulated CPU time (s) 68.04
Current children cumulated vsize (Kb) 67080

[startup+80.008 s]
Raw data (loadavg): 0.98 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 17645 0 0 0 7615 165 0 0 25 0 1 0 1842052886 75157504 17491 4294967295 134512640 134736556 3221224560 3221223048 1077378421 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 18349 17491 1116 68 0 18281 0
[pid=24201] vsize: 73396
Current children cumulated CPU time (s) 77.8
Current children cumulated vsize (Kb) 73396

[startup+90.0077 s]
Raw data (loadavg): 0.99 0.99 0.99 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 17703 0 0 0 8593 173 0 0 25 0 1 0 1842052886 75304960 17549 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 18385 17549 1116 68 0 18317 0
[pid=24201] vsize: 73540
Current children cumulated CPU time (s) 87.66
Current children cumulated vsize (Kb) 73540

[startup+100.008 s]
Raw data (loadavg): 1.07 1.01 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 18281 0 0 0 9556 187 0 0 25 0 1 0 1842052886 77668352 18113 4294967295 134512640 134736556 3221224560 3221223060 1077378607 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 18962 18113 1116 68 0 18894 0
[pid=24201] vsize: 75848
Current children cumulated CPU time (s) 97.43
Current children cumulated vsize (Kb) 75848

[startup+110.009 s]
Raw data (loadavg): 1.06 1.01 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 20016 0 0 0 10517 204 0 0 25 0 1 0 1842052886 84807680 19848 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 20705 19848 1116 68 0 20637 0
[pid=24201] vsize: 82820
Current children cumulated CPU time (s) 107.21
Current children cumulated vsize (Kb) 82820

[startup+120.009 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 21000 0 0 0 11483 218 0 0 25 0 1 0 1842052886 88862720 20832 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 21695 20832 1116 68 0 21627 0
[pid=24201] vsize: 86780
Current children cumulated CPU time (s) 117.01
Current children cumulated vsize (Kb) 86780

[startup+130.009 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 24644 0 0 0 12434 240 0 0 25 0 1 0 1842052886 103747584 24475 4294967295 134512640 134736556 3221224560 3221223320 134598737 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 25329 24475 1116 68 0 25261 0
[pid=24201] vsize: 101316
Current children cumulated CPU time (s) 126.74
Current children cumulated vsize (Kb) 101316

[startup+140.01 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 24701 0 0 0 13420 245 0 0 25 0 1 0 1842052886 103903232 24502 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 25367 24502 1116 68 0 25299 0
[pid=24201] vsize: 101468
Current children cumulated CPU time (s) 136.65
Current children cumulated vsize (Kb) 101468

[startup+150.012 s]
Raw data (loadavg): 1.03 1.01 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 25258 0 0 0 14397 254 0 0 25 0 1 0 1842052886 106135552 25059 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 25912 25059 1116 68 0 25844 0
[pid=24201] vsize: 103648
Current children cumulated CPU time (s) 146.51
Current children cumulated vsize (Kb) 103648

[startup+160.012 s]
Raw data (loadavg): 1.02 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 27279 0 0 0 15361 268 0 0 25 0 1 0 1842052886 114372608 27080 4294967295 134512640 134736556 3221224560 3221223248 134597464 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 27923 27080 1116 68 0 27855 0
[pid=24201] vsize: 111692
Current children cumulated CPU time (s) 156.29
Current children cumulated vsize (Kb) 111692

[startup+170.011 s]
Raw data (loadavg): 1.02 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 27779 0 0 0 16343 275 0 0 25 0 1 0 1842052886 116494336 27580 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 28441 27580 1116 68 0 28373 0
[pid=24201] vsize: 113764
Current children cumulated CPU time (s) 166.18
Current children cumulated vsize (Kb) 113764

[startup+180.012 s]
Raw data (loadavg): 1.02 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 29218 0 0 0 17309 289 0 0 25 0 1 0 1842052886 122306560 29019 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 29860 29019 1116 68 0 29792 0
[pid=24201] vsize: 119440
Current children cumulated CPU time (s) 175.98
Current children cumulated vsize (Kb) 119440

[startup+190.012 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 32627 0 0 0 18271 307 0 0 25 0 1 0 1842052886 136355840 32427 4294967295 134512640 134736556 3221224560 3221223228 134554112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 33290 32427 1116 68 0 33222 0
[pid=24201] vsize: 133160
Current children cumulated CPU time (s) 185.78
Current children cumulated vsize (Kb) 133160

[startup+200.012 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 32708 0 0 0 19261 311 0 0 25 0 1 0 1842052886 136626176 32508 4294967295 134512640 134736556 3221224560 3221223068 134553496 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 33356 32508 1116 68 0 33288 0
[pid=24201] vsize: 133424
Current children cumulated CPU time (s) 195.72
Current children cumulated vsize (Kb) 133424

[startup+210.013 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 32867 0 0 0 20247 316 0 0 25 0 1 0 1842052886 137302016 32667 4294967295 134512640 134736556 3221224560 3221223248 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 33521 32667 1116 68 0 33453 0
[pid=24201] vsize: 134084
Current children cumulated CPU time (s) 205.63
Current children cumulated vsize (Kb) 134084

[startup+220.013 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 32867 0 0 0 21237 320 0 0 25 0 1 0 1842052886 137252864 32666 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 33509 32666 1116 68 0 33441 0
[pid=24201] vsize: 134036
Current children cumulated CPU time (s) 215.57
Current children cumulated vsize (Kb) 134036

[startup+230.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 33946 0 0 0 22211 330 0 0 25 0 1 0 1842052886 141148160 33617 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 34460 33617 1116 68 0 34392 0
[pid=24201] vsize: 137840
Current children cumulated CPU time (s) 225.41
Current children cumulated vsize (Kb) 137840

[startup+240.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 36838 0 0 0 23167 349 0 0 25 0 1 0 1842052886 153018368 36509 4294967295 134512640 134736556 3221224560 3221223140 134534800 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 37358 36509 1116 68 0 37290 0
[pid=24201] vsize: 149432
Current children cumulated CPU time (s) 235.16
Current children cumulated vsize (Kb) 149432

[startup+250.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 36908 0 0 0 24150 355 0 0 25 0 1 0 1842052886 153288704 36579 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 37424 36579 1116 68 0 37356 0
[pid=24201] vsize: 149696
Current children cumulated CPU time (s) 245.05
Current children cumulated vsize (Kb) 149696

[startup+260.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 36917 0 0 0 25133 360 0 0 25 0 1 0 1842052886 153415680 36588 4294967295 134512640 134736556 3221224560 3221223152 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 37455 36588 1116 68 0 37387 0
[pid=24201] vsize: 149820
Current children cumulated CPU time (s) 254.93
Current children cumulated vsize (Kb) 149820

[startup+270.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 36917 0 0 0 26111 368 0 0 25 0 1 0 1842052886 153411584 36588 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 37454 36588 1116 68 0 37386 0
[pid=24201] vsize: 149816
Current children cumulated CPU time (s) 264.79
Current children cumulated vsize (Kb) 149816

[startup+280.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 37676 0 0 0 27084 380 0 0 25 0 1 0 1842052886 156442624 37323 4294967295 134512640 134736556 3221224560 3221223092 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 38194 37323 1116 68 0 38126 0
[pid=24201] vsize: 152776
Current children cumulated CPU time (s) 274.64
Current children cumulated vsize (Kb) 152776

[startup+290.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 42056 0 0 0 28026 407 0 0 25 0 1 0 1842052886 174284800 41703 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 42550 41703 1116 68 0 42482 0
[pid=24201] vsize: 170200
Current children cumulated CPU time (s) 284.33
Current children cumulated vsize (Kb) 170200

[startup+300.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 42853 0 0 0 28999 419 0 0 25 0 1 0 1842052886 177664000 42499 4294967295 134512640 134736556 3221224560 3221223296 134529360 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 43375 42499 1116 68 0 43307 0
[pid=24201] vsize: 173500
Current children cumulated CPU time (s) 294.18
Current children cumulated vsize (Kb) 173500

[startup+310.018 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 43745 0 0 0 29978 428 0 0 25 0 1 0 1842052886 181272576 43391 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/24201/statm): 44256 43391 1116 68 0 44188 0
[pid=24201] vsize: 177024
Current children cumulated CPU time (s) 304.06
Current children cumulated vsize (Kb) 177024

[startup+320.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 45077 0 0 0 30938 445 0 0 25 0 1 0 1842052886 186716160 44723 4294967295 134512640 134736556 3221224560 3221223084 1077374113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 45585 44723 1116 68 0 45517 0
[pid=24201] vsize: 182340
Current children cumulated CPU time (s) 313.83
Current children cumulated vsize (Kb) 182340

[startup+330.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 45130 0 0 0 31925 449 0 0 25 0 1 0 1842052886 186986496 44776 4294967295 134512640 134736556 3221224560 3221223088 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 45651 44776 1116 68 0 45583 0
[pid=24201] vsize: 182604
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (Kb) 182604

[startup+340.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 48114 0 0 0 32876 472 0 0 25 0 1 0 1842052886 199188480 47760 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 48630 47760 1116 68 0 48562 0
[pid=24201] vsize: 194520
Current children cumulated CPU time (s) 333.48
Current children cumulated vsize (Kb) 194520

[startup+350.019 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 50091 0 0 0 33844 486 0 0 25 0 1 0 1842052886 207249408 49737 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 50598 49737 1116 68 0 50530 0
[pid=24201] vsize: 202392
Current children cumulated CPU time (s) 343.3
Current children cumulated vsize (Kb) 202392

[startup+360.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53194 0 0 0 34809 504 0 0 25 0 1 0 1842052886 219987968 52839 4294967295 134512640 134736556 3221224560 3221223108 1077374146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 53708 52839 1116 68 0 53640 0
[pid=24201] vsize: 214832
Current children cumulated CPU time (s) 353.13
Current children cumulated vsize (Kb) 214832

[startup+370.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53239 0 0 0 35800 508 0 0 25 0 1 0 1842052886 220258304 52884 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 53774 52884 1116 68 0 53706 0
[pid=24201] vsize: 215096
Current children cumulated CPU time (s) 363.08
Current children cumulated vsize (Kb) 215096

[startup+380.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53474 0 0 0 36787 513 0 0 25 0 1 0 1842052886 221208576 53119 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 54006 53119 1116 68 0 53938 0
[pid=24201] vsize: 216024
Current children cumulated CPU time (s) 373
Current children cumulated vsize (Kb) 216024

[startup+390.02 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 53496 0 0 0 37778 517 0 0 25 0 1 0 1842052886 221208576 53141 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 54006 53141 1116 68 0 53938 0
[pid=24201] vsize: 216024
Current children cumulated CPU time (s) 382.95
Current children cumulated vsize (Kb) 216024

[startup+400.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53502 0 0 0 38769 520 0 0 25 0 1 0 1842052886 221343744 53147 4294967295 134512640 134736556 3221224560 3221223136 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 54039 53147 1116 68 0 53971 0
[pid=24201] vsize: 216156
Current children cumulated CPU time (s) 392.89
Current children cumulated vsize (Kb) 216156

[startup+410.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53509 0 0 0 39758 523 0 0 25 0 1 0 1842052886 221343744 53154 4294967295 134512640 134736556 3221224560 3221223248 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 54039 53154 1116 68 0 53971 0
[pid=24201] vsize: 216156
Current children cumulated CPU time (s) 402.81
Current children cumulated vsize (Kb) 216156

[startup+420.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 53616 0 0 0 40743 529 0 0 25 0 1 0 1842052886 221749248 53261 4294967295 134512640 134736556 3221224560 3221223156 1077374446 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 54138 53261 1116 68 0 54070 0
[pid=24201] vsize: 216552
Current children cumulated CPU time (s) 412.72
Current children cumulated vsize (Kb) 216552

[startup+430.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 55537 0 0 0 41706 546 0 0 25 0 1 0 1842052886 229584896 55182 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 56051 55182 1116 68 0 55983 0
[pid=24201] vsize: 224204
Current children cumulated CPU time (s) 422.52
Current children cumulated vsize (Kb) 224204

[startup+440.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57170 0 0 0 42674 560 0 0 25 0 1 0 1842052886 236363776 56814 4294967295 134512640 134736556 3221224560 3221223184 1077378571 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 57706 56814 1116 68 0 57638 0
[pid=24201] vsize: 230824
Current children cumulated CPU time (s) 432.34
Current children cumulated vsize (Kb) 230824

[startup+450.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57209 0 0 0 43668 562 0 0 25 0 1 0 1842052886 236498944 56853 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57739 56853 1116 68 0 57671 0
[pid=24201] vsize: 230956
Current children cumulated CPU time (s) 442.3
Current children cumulated vsize (Kb) 230956

[startup+460.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57238 0 0 0 44660 565 0 0 25 0 1 0 1842052886 236634112 56882 4294967295 134512640 134736556 3221224560 3221223216 134529227 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57772 56882 1116 68 0 57704 0
[pid=24201] vsize: 231088
Current children cumulated CPU time (s) 452.25
Current children cumulated vsize (Kb) 231088

[startup+470.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57238 0 0 0 45656 566 0 0 25 0 1 0 1842052886 236634112 56882 4294967295 134512640 134736556 3221224560 3221223200 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57772 56882 1116 68 0 57704 0
[pid=24201] vsize: 231088
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (Kb) 231088

[startup+480.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57252 0 0 0 46653 567 0 0 25 0 1 0 1842052886 236634112 56896 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57772 56896 1116 68 0 57704 0
[pid=24201] vsize: 231088
Current children cumulated CPU time (s) 472.2
Current children cumulated vsize (Kb) 231088

[startup+490.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57252 0 0 0 47647 569 0 0 25 0 1 0 1842052886 236634112 56896 4294967295 134512640 134736556 3221224560 3221223176 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57772 56896 1116 68 0 57704 0
[pid=24201] vsize: 231088
Current children cumulated CPU time (s) 482.16
Current children cumulated vsize (Kb) 231088

[startup+500.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57252 0 0 0 48640 572 0 0 25 0 1 0 1842052886 236634112 56896 4294967295 134512640 134736556 3221224560 3221223152 134553321 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57772 56896 1116 68 0 57704 0
[pid=24201] vsize: 231088
Current children cumulated CPU time (s) 492.12
Current children cumulated vsize (Kb) 231088

[startup+510.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57276 0 0 0 49635 573 0 0 25 0 1 0 1842052886 236769280 56920 4294967295 134512640 134736556 3221224560 3221223148 134553061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57805 56920 1116 68 0 57737 0
[pid=24201] vsize: 231220
Current children cumulated CPU time (s) 502.08
Current children cumulated vsize (Kb) 231220

[startup+520.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57285 0 0 0 50631 575 0 0 25 0 1 0 1842052886 236769280 56929 4294967295 134512640 134736556 3221224560 3221223136 134553392 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57805 56929 1116 68 0 57737 0
[pid=24201] vsize: 231220
Current children cumulated CPU time (s) 512.06
Current children cumulated vsize (Kb) 231220

[startup+530.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 51625 576 0 0 25 0 1 0 1842052886 236904448 56957 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57838 56957 1116 68 0 57770 0
[pid=24201] vsize: 231352
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (Kb) 231352

[startup+540.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 52621 578 0 0 25 0 1 0 1842052886 236904448 56957 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57838 56957 1116 68 0 57770 0
[pid=24201] vsize: 231352
Current children cumulated CPU time (s) 531.99
Current children cumulated vsize (Kb) 231352

[startup+550.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 53619 579 0 0 25 0 1 0 1842052886 236904448 56957 4294967295 134512640 134736556 3221224560 3221223136 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57838 56957 1116 68 0 57770 0
[pid=24201] vsize: 231352
Current children cumulated CPU time (s) 541.98
Current children cumulated vsize (Kb) 231352

[startup+560.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 54613 580 0 0 25 0 1 0 1842052886 236879872 56957 4294967295 134512640 134736556 3221224560 3221223084 134536615 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57832 56957 1116 68 0 57764 0
[pid=24201] vsize: 231328
Current children cumulated CPU time (s) 551.93
Current children cumulated vsize (Kb) 231328

[startup+570.027 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 57313 0 0 0 55608 582 0 0 25 0 1 0 1842052886 236879872 56957 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57832 56957 1116 68 0 57764 0
[pid=24201] vsize: 231328
Current children cumulated CPU time (s) 561.9
Current children cumulated vsize (Kb) 231328

[startup+580.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 56605 583 0 0 25 0 1 0 1842052886 236879872 56957 4294967295 134512640 134736556 3221224560 3221223248 134529158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57832 56957 1116 68 0 57764 0
[pid=24201] vsize: 231328
Current children cumulated CPU time (s) 571.88
Current children cumulated vsize (Kb) 231328

[startup+590.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 57600 585 0 0 25 0 1 0 1842052886 236879872 56957 4294967295 134512640 134736556 3221224560 3221223008 134553462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 57832 56957 1116 68 0 57764 0
[pid=24201] vsize: 231328
Current children cumulated CPU time (s) 581.85
Current children cumulated vsize (Kb) 231328

[startup+600.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57313 0 0 0 58593 588 0 0 25 0 1 0 1842052886 236879872 56957 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 57832 56957 1116 68 0 57764 0
[pid=24201] vsize: 231328
Current children cumulated CPU time (s) 591.81
Current children cumulated vsize (Kb) 231328

[startup+610.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57508 0 0 0 59577 593 0 0 25 0 1 0 1842052886 237694976 57152 4294967295 134512640 134736556 3221224560 3221223236 134605834 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 58031 57152 1116 68 0 57963 0
[pid=24201] vsize: 232124
Current children cumulated CPU time (s) 601.7
Current children cumulated vsize (Kb) 232124

[startup+620.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57512 0 0 0 60569 596 0 0 25 0 1 0 1842052886 237694976 57156 4294967295 134512640 134736556 3221224560 3221223184 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 58031 57156 1116 68 0 57963 0
[pid=24201] vsize: 232124
Current children cumulated CPU time (s) 611.65
Current children cumulated vsize (Kb) 232124

[startup+630.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57517 0 0 0 61561 599 0 0 25 0 1 0 1842052886 237830144 57161 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 58064 57161 1116 68 0 57996 0
[pid=24201] vsize: 232256
Current children cumulated CPU time (s) 621.6
Current children cumulated vsize (Kb) 232256

[startup+640.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 57526 0 0 0 62553 601 0 0 25 0 1 0 1842052886 237744128 57170 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 58043 57170 1116 68 0 57975 0
[pid=24201] vsize: 232172
Current children cumulated CPU time (s) 631.54
Current children cumulated vsize (Kb) 232172

[startup+650.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 58644 0 0 0 63530 612 0 0 25 0 1 0 1842052886 242335744 58288 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 59164 58288 1116 68 0 59096 0
[pid=24201] vsize: 236656
Current children cumulated CPU time (s) 641.42
Current children cumulated vsize (Kb) 236656

[startup+660.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 58769 0 0 0 64515 618 0 0 25 0 1 0 1842052886 242868224 58413 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 59294 58413 1116 68 0 59226 0
[pid=24201] vsize: 237176
Current children cumulated CPU time (s) 651.33
Current children cumulated vsize (Kb) 237176

[startup+670.032 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 59309 0 0 0 65498 626 0 0 25 0 1 0 1842052886 245153792 58953 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/24201/statm): 59852 58953 1116 68 0 59784 0
[pid=24201] vsize: 239408
Current children cumulated CPU time (s) 661.24
Current children cumulated vsize (Kb) 239408

[startup+680.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 61153 0 0 0 66467 641 0 0 25 0 1 0 1842052886 252723200 60797 4294967295 134512640 134736556 3221224560 3221223200 134536426 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 61700 60797 1116 68 0 61632 0
[pid=24201] vsize: 246800
Current children cumulated CPU time (s) 671.08
Current children cumulated vsize (Kb) 246800

[startup+690.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62692 0 0 0 67445 650 0 0 25 0 1 0 1842052886 257888256 62082 4294967295 134512640 134736556 3221224560 3221223072 134550941 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 62961 62082 1116 68 0 62893 0
[pid=24201] vsize: 251844
Current children cumulated CPU time (s) 680.95
Current children cumulated vsize (Kb) 251844

[startup+700.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62722 0 0 0 68437 653 0 0 25 0 1 0 1842052886 258023424 62112 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 62994 62112 1116 68 0 62926 0
[pid=24201] vsize: 251976
Current children cumulated CPU time (s) 690.9
Current children cumulated vsize (Kb) 251976

[startup+710.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62731 0 0 0 69429 655 0 0 25 0 1 0 1842052886 258158592 62121 4294967295 134512640 134736556 3221224560 3221223092 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63027 62121 1116 68 0 62959 0
[pid=24201] vsize: 252108
Current children cumulated CPU time (s) 700.84
Current children cumulated vsize (Kb) 252108

[startup+720.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62738 0 0 0 70424 657 0 0 25 0 1 0 1842052886 258146304 62128 4294967295 134512640 134736556 3221224560 3221223440 134582914 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63024 62128 1116 68 0 62956 0
[pid=24201] vsize: 252096
Current children cumulated CPU time (s) 710.81
Current children cumulated vsize (Kb) 252096

[startup+730.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62758 0 0 0 71416 660 0 0 25 0 1 0 1842052886 258146304 62148 4294967295 134512640 134736556 3221224560 3221223184 134536510 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63024 62148 1116 68 0 62956 0
[pid=24201] vsize: 252096
Current children cumulated CPU time (s) 720.76
Current children cumulated vsize (Kb) 252096

[startup+740.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62758 0 0 0 72410 662 0 0 25 0 1 0 1842052886 258146304 62148 4294967295 134512640 134736556 3221224560 3221223212 1076648036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63024 62148 1116 68 0 62956 0
[pid=24201] vsize: 252096
Current children cumulated CPU time (s) 730.72
Current children cumulated vsize (Kb) 252096

[startup+750.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 62761 0 0 0 73400 666 0 0 25 0 1 0 1842052886 258277376 62151 4294967295 134512640 134736556 3221224560 3221223224 134553044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63056 62151 1116 68 0 62988 0
[pid=24201] vsize: 252224
Current children cumulated CPU time (s) 740.66
Current children cumulated vsize (Kb) 252224

[startup+760.035 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 63193 0 0 0 74382 672 0 0 25 0 1 0 1842052886 260034560 62583 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 63485 62583 1116 68 0 63417 0
[pid=24201] vsize: 253940
Current children cumulated CPU time (s) 750.54
Current children cumulated vsize (Kb) 253940

[startup+770.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63792 0 0 0 75371 679 0 0 25 0 1 0 1842052886 262418432 63182 4294967295 134512640 134736556 3221224560 3221223084 134540067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64067 63182 1116 68 0 63999 0
[pid=24201] vsize: 256268
Current children cumulated CPU time (s) 760.5
Current children cumulated vsize (Kb) 256268

[startup+780.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63800 0 0 0 76364 681 0 0 25 0 1 0 1842052886 262414336 63190 4294967295 134512640 134736556 3221224560 3221223048 1077377227 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64066 63190 1116 68 0 63998 0
[pid=24201] vsize: 256264
Current children cumulated CPU time (s) 770.45
Current children cumulated vsize (Kb) 256264

[startup+790.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63814 0 0 0 77355 685 0 0 25 0 1 0 1842052886 262537216 63204 4294967295 134512640 134736556 3221224560 3221223232 134605803 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64096 63204 1116 68 0 64028 0
[pid=24201] vsize: 256384
Current children cumulated CPU time (s) 780.4
Current children cumulated vsize (Kb) 256384

[startup+800.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63848 0 0 0 78346 687 0 0 25 0 1 0 1842052886 262672384 63238 4294967295 134512640 134736556 3221224560 3221223056 134550016 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64129 63238 1116 68 0 64061 0
[pid=24201] vsize: 256516
Current children cumulated CPU time (s) 790.33
Current children cumulated vsize (Kb) 256516

[startup+810.037 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 63851 0 0 0 79336 691 0 0 25 0 1 0 1842052886 262672384 63241 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64129 63241 1116 68 0 64061 0
[pid=24201] vsize: 256516
Current children cumulated CPU time (s) 800.27
Current children cumulated vsize (Kb) 256516

[startup+820.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63853 0 0 0 80323 695 0 0 25 0 1 0 1842052886 262672384 63243 4294967295 134512640 134736556 3221224560 3221223088 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64129 63243 1116 68 0 64061 0
[pid=24201] vsize: 256516
Current children cumulated CPU time (s) 810.18
Current children cumulated vsize (Kb) 256516

[startup+830.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 63975 0 0 0 81309 700 0 0 25 0 1 0 1842052886 263200768 63365 4294967295 134512640 134736556 3221224560 3221223200 134529360 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64258 63365 1116 68 0 64190 0
[pid=24201] vsize: 257032
Current children cumulated CPU time (s) 820.09
Current children cumulated vsize (Kb) 257032

[startup+840.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 64214 0 0 0 82297 704 0 0 25 0 1 0 1842052886 264101888 63603 4294967295 134512640 134736556 3221224560 3221223088 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64478 63603 1116 68 0 64410 0
[pid=24201] vsize: 257912
Current children cumulated CPU time (s) 830.01
Current children cumulated vsize (Kb) 257912

[startup+850.038 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 64248 0 0 0 83292 706 0 0 25 0 1 0 1842052886 264372224 63637 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64544 63637 1116 68 0 64476 0
[pid=24201] vsize: 258176
Current children cumulated CPU time (s) 839.98
Current children cumulated vsize (Kb) 258176

[startup+860.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 64268 0 0 0 84285 708 0 0 25 0 1 0 1842052886 264372224 63657 4294967295 134512640 134736556 3221224560 3221223120 134550949 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64544 63657 1116 68 0 64476 0
[pid=24201] vsize: 258176
Current children cumulated CPU time (s) 849.93
Current children cumulated vsize (Kb) 258176

[startup+870.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 64279 0 0 0 85281 710 0 0 25 0 1 0 1842052886 264372224 63668 4294967295 134512640 134736556 3221224560 3221223180 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64544 63668 1116 68 0 64476 0
[pid=24201] vsize: 258176
Current children cumulated CPU time (s) 859.91
Current children cumulated vsize (Kb) 258176

[startup+880.039 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 64405 0 0 0 86268 715 0 0 25 0 1 0 1842052886 264982528 63794 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 64693 63794 1116 68 0 64625 0
[pid=24201] vsize: 258772
Current children cumulated CPU time (s) 869.83
Current children cumulated vsize (Kb) 258772

[startup+890.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 66800 0 0 0 87238 731 0 0 25 0 1 0 1842052886 274849792 66189 4294967295 134512640 134736556 3221224560 3221223116 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 67102 66189 1116 68 0 67034 0
[pid=24201] vsize: 268408
Current children cumulated CPU time (s) 879.69
Current children cumulated vsize (Kb) 268408

[startup+900.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 67093 0 0 0 88222 738 0 0 25 0 1 0 1842052886 276062208 66482 4294967295 134512640 134736556 3221224560 3221223116 134536684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 67398 66482 1116 68 0 67330 0
[pid=24201] vsize: 269592
Current children cumulated CPU time (s) 889.6
Current children cumulated vsize (Kb) 269592

[startup+910.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 67141 0 0 0 89209 742 0 0 25 0 1 0 1842052886 276226048 66530 4294967295 134512640 134736556 3221224560 3221223136 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 67438 66530 1116 68 0 67370 0
[pid=24201] vsize: 269752
Current children cumulated CPU time (s) 899.51
Current children cumulated vsize (Kb) 269752

[startup+920.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 69052 0 0 0 90177 757 0 0 25 0 1 0 1842052886 284057600 68441 4294967295 134512640 134736556 3221224560 3221223100 134536391 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 69350 68442 1116 68 0 69282 0
[pid=24201] vsize: 277400
Current children cumulated CPU time (s) 909.34
Current children cumulated vsize (Kb) 277400

[startup+930.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 71632 0 0 0 91138 775 0 0 25 0 1 0 1842052886 294600704 71020 4294967295 134512640 134736556 3221224560 3221223200 134529265 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 71924 71020 1116 68 0 71856 0
[pid=24201] vsize: 287696
Current children cumulated CPU time (s) 919.13
Current children cumulated vsize (Kb) 287696

[startup+940.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 72628 0 0 0 92118 786 0 0 25 0 1 0 1842052886 298676224 72016 4294967295 134512640 134736556 3221224560 3221223168 134537473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 72919 72016 1116 68 0 72851 0
[pid=24201] vsize: 291676
Current children cumulated CPU time (s) 929.04
Current children cumulated vsize (Kb) 291676

[startup+950.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 74012 0 0 0 93095 795 0 0 25 0 1 0 1842052886 304418816 73400 4294967295 134512640 134736556 3221224560 3221222984 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 74321 73400 1116 68 0 74253 0
[pid=24201] vsize: 297284
Current children cumulated CPU time (s) 938.9
Current children cumulated vsize (Kb) 297284

[startup+960.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 74912 0 0 0 94073 805 0 0 25 0 1 0 1842052886 308072448 74300 4294967295 134512640 134736556 3221224560 3221223084 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 75213 74300 1116 68 0 75145 0
[pid=24201] vsize: 300852
Current children cumulated CPU time (s) 948.78
Current children cumulated vsize (Kb) 300852

[startup+970.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 76362 0 0 0 95047 817 0 0 25 0 1 0 1842052886 314064896 75750 4294967295 134512640 134736556 3221224560 3221223216 134529222 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 76676 75750 1116 68 0 76608 0
[pid=24201] vsize: 306704
Current children cumulated CPU time (s) 958.64
Current children cumulated vsize (Kb) 306704

[startup+980.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 76919 0 0 0 96033 823 0 0 25 0 1 0 1842052886 316362752 76307 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 77237 76307 1116 68 0 77169 0
[pid=24201] vsize: 308948
Current children cumulated CPU time (s) 968.56
Current children cumulated vsize (Kb) 308948

[startup+990.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 77809 0 0 0 97017 829 0 0 25 0 1 0 1842052886 320081920 77197 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 78145 77197 1116 68 0 78077 0
[pid=24201] vsize: 312580
Current children cumulated CPU time (s) 978.46
Current children cumulated vsize (Kb) 312580

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 78762 0 0 0 97992 840 0 0 25 0 1 0 1842052886 323993600 78150 4294967295 134512640 134736556 3221224560 3221223116 134554110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 79100 78150 1116 68 0 79032 0
[pid=24201] vsize: 316400
Current children cumulated CPU time (s) 988.32
Current children cumulated vsize (Kb) 316400

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 78814 0 0 0 98976 846 0 0 25 0 1 0 1842052886 324075520 78174 4294967295 134512640 134736556 3221224560 3221223200 134620631 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 79120 78174 1116 68 0 79052 0
[pid=24201] vsize: 316480
Current children cumulated CPU time (s) 998.22
Current children cumulated vsize (Kb) 316480

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 78898 0 0 0 99968 850 0 0 25 0 1 0 1842052886 324345856 78258 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 79186 78258 1116 68 0 79118 0
[pid=24201] vsize: 316744
Current children cumulated CPU time (s) 1008.18
Current children cumulated vsize (Kb) 316744

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 78910 0 0 0 100958 853 0 0 25 0 1 0 1842052886 324481024 78270 4294967295 134512640 134736556 3221224560 3221223116 134554110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 79219 78270 1116 68 0 79151 0
[pid=24201] vsize: 316876
Current children cumulated CPU time (s) 1018.11
Current children cumulated vsize (Kb) 316876

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 79057 0 0 0 101945 859 0 0 25 0 1 0 1842052886 325005312 78417 4294967295 134512640 134736556 3221224560 3221223116 134543226 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 79347 78417 1116 68 0 79279 0
[pid=24201] vsize: 317388
Current children cumulated CPU time (s) 1028.04
Current children cumulated vsize (Kb) 317388

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 79396 0 0 0 102932 863 0 0 25 0 1 0 1842052886 326492160 78756 4294967295 134512640 134736556 3221224560 3221223224 134634361 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 79710 78756 1116 68 0 79642 0
[pid=24201] vsize: 318840
Current children cumulated CPU time (s) 1037.95
Current children cumulated vsize (Kb) 318840

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82234 0 0 0 103893 881 0 0 25 0 1 0 1842052886 338087936 81594 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 82541 81594 1116 68 0 82473 0
[pid=24201] vsize: 330164
Current children cumulated CPU time (s) 1047.74
Current children cumulated vsize (Kb) 330164

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82560 0 0 0 104876 889 0 0 25 0 1 0 1842052886 339394560 81914 4294967295 134512640 134736556 3221224560 3221223312 134552874 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 82860 81914 1116 68 0 82792 0
[pid=24201] vsize: 331440
Current children cumulated CPU time (s) 1057.65
Current children cumulated vsize (Kb) 331440

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82762 0 0 0 105861 894 0 0 25 0 1 0 1842052886 340242432 82116 4294967295 134512640 134736556 3221224560 3221223136 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 83067 82116 1116 68 0 82999 0
[pid=24201] vsize: 332268
Current children cumulated CPU time (s) 1067.55
Current children cumulated vsize (Kb) 332268

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82808 0 0 0 106849 898 0 0 25 0 1 0 1842052886 340443136 82162 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 83116 82162 1116 68 0 83048 0
[pid=24201] vsize: 332464
Current children cumulated CPU time (s) 1077.47
Current children cumulated vsize (Kb) 332464

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82847 0 0 0 107837 903 0 0 25 0 1 0 1842052886 340578304 82201 4294967295 134512640 134736556 3221224560 3221222860 1077379953 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 83149 82201 1116 68 0 83081 0
[pid=24201] vsize: 332596
Current children cumulated CPU time (s) 1087.4
Current children cumulated vsize (Kb) 332596

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 82847 0 0 0 108828 906 0 0 25 0 1 0 1842052886 340578304 82201 4294967295 134512640 134736556 3221224560 3221223184 134537430 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 83149 82201 1116 68 0 83081 0
[pid=24201] vsize: 332596
Current children cumulated CPU time (s) 1097.34
Current children cumulated vsize (Kb) 332596

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) T 24200 24201 20728 0 -1 0 84237 0 0 0 109811 916 0 0 25 0 1 0 1842052886 346255360 83591 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24201/statm): 84535 83591 1116 68 0 84467 0
[pid=24201] vsize: 338140
Current children cumulated CPU time (s) 1107.27
Current children cumulated vsize (Kb) 338140

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 88755 0 0 0 110762 937 0 0 25 0 1 0 1842052886 364920832 88107 4294967295 134512640 134736556 3221224560 3221223160 134554101 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89092 88107 1116 68 0 89024 0
[pid=24201] vsize: 356368
Current children cumulated CPU time (s) 1116.99
Current children cumulated vsize (Kb) 356368

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 88784 0 0 0 111758 939 0 0 25 0 1 0 1842052886 365056000 88136 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89125 88136 1116 68 0 89057 0
[pid=24201] vsize: 356500
Current children cumulated CPU time (s) 1126.97
Current children cumulated vsize (Kb) 356500

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 88794 0 0 0 112751 942 0 0 25 0 1 0 1842052886 365056000 88146 4294967295 134512640 134736556 3221224560 3221223200 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89125 88146 1116 68 0 89057 0
[pid=24201] vsize: 356500
Current children cumulated CPU time (s) 1136.93
Current children cumulated vsize (Kb) 356500

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 89351 0 0 0 113742 946 0 0 25 0 1 0 1842052886 367341568 88703 4294967295 134512640 134736556 3221224560 3221223056 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24201/statm): 89683 88703 1116 68 0 89615 0
[pid=24201] vsize: 358732
Current children cumulated CPU time (s) 1146.88
Current children cumulated vsize (Kb) 358732

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 89460 0 0 0 114733 950 0 0 25 0 1 0 1842052886 367734784 88811 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89779 88811 1116 68 0 89711 0
[pid=24201] vsize: 359116
Current children cumulated CPU time (s) 1156.83
Current children cumulated vsize (Kb) 359116

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 89482 0 0 0 115727 952 0 0 25 0 1 0 1842052886 367861760 88833 4294967295 134512640 134736556 3221224560 3221223136 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89810 88833 1116 68 0 89742 0
[pid=24201] vsize: 359240
Current children cumulated CPU time (s) 1166.79
Current children cumulated vsize (Kb) 359240

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 89504 0 0 0 116720 955 0 0 25 0 1 0 1842052886 367996928 88855 4294967295 134512640 134736556 3221224560 3221223116 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89843 88855 1116 68 0 89775 0
[pid=24201] vsize: 359372
Current children cumulated CPU time (s) 1176.75
Current children cumulated vsize (Kb) 359372

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 24201
Raw data (/proc/24201/stat): 24201 (bsolo) R 24200 24201 20728 0 -1 0 89593 0 0 0 117712 958 0 0 25 0 1 0 1842052886 368402432 88944 4294967295 134512640 134736556 3221224560 3221223264 134553223 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24201/statm): 89942 88944 1116 68 0 89874 0
[pid=24201] vsize: 359768
Current children cumulated CPU time (s) 1186.7
Current children cumulated vsize (Kb) 359768
One traced child (pid=24201) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1208.6
CPU time (s): 1195.23
CPU user time (s): 1185.46
CPU system time (s): 9.76651
CPU usage (%): 98.8933
Max. virtual memory (cumulated for all children) (Kb): 359768

Verifier Data

Verifier:	OK	-39