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-markshare1.opb
MD5SUMc8b965306fec2c21edee64824d12f378
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36864
Optimality of the best value was proved NO
Number of terms in the objective function 180
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6442450938
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 6442450938
Number of bits of the biggest sum of numbers33
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.29
Number of variables230
Total number of constraints56
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint1
Maximum length of a constraint80

Trace number 800

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        948816 kB
Buffers:         33804 kB
Cached:          25204 kB
SwapCached:        832 kB
Active:          48468 kB
Inactive:        13052 kB
HighTotal:      131008 kB
HighFree:       105084 kB
LowTotal:       903652 kB
LowFree:        843732 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            18660 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 12:38:41 (client local time) WITH STATUS 10 IN 1195.29 SECONDS
stats: 638 0 1195.29 10

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 230 variables and 12 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.094
c After prepocess the problem consists of 176 variables and 12 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 176 #Dec: 326 LB: 0 @ 0.27
c Restart #2 #Var: 176 #Dec: 851 LB: 0 @ 0.692
c Restart #3 #Var: 176 #Dec: 1576 LB: 0 @ 1.353
c Restart #4 #Var: 176 #Dec: 2517 LB: 0 @ 2.25
c Restart #5 #Var: 176 #Dec: 3901 LB: 0 @ 3.196
c NEW SOLUTION FOUND: 1130496 @ 3.242 @ #Dec. 4093
c NEW SOLUTION FOUND: 913408 @ 3.392 @ #Dec. 4414
c NEW SOLUTION FOUND: 786432 @ 3.458 @ #Dec. 4496
c NEW SOLUTION FOUND: 735232 @ 3.887 @ #Dec. 5003
c NEW SOLUTION FOUND: 673792 @ 4.051 @ #Dec. 5159
c Restart #6 #Var: 176 #Dec: 6377 LB: 0 @ 5.437
c NEW SOLUTION FOUND: 518144 @ 5.45 @ #Dec. 6437
c Restart #7 #Var: 176 #Dec: 7838 LB: 0 @ 6.264
c Restart #8 #Var: 176 #Dec: 9557 LB: 0 @ 7.899
c NEW SOLUTION FOUND: 502784 @ 8.995 @ #Dec. 10322
c NEW SOLUTION FOUND: 485376 @ 9.023 @ #Dec. 10333
c NEW SOLUTION FOUND: 434176 @ 9.539 @ #Dec. 10693
c NEW SOLUTION FOUND: 430080 @ 9.945 @ #Dec. 10955
c NEW SOLUTION FOUND: 412672 @ 10.009 @ #Dec. 10996
c NEW SOLUTION FOUND: 406528 @ 10.411 @ #Dec. 11203
c NEW SOLUTION FOUND: 403456 @ 12.23 @ #Dec. 12022
c NEW SOLUTION FOUND: 375808 @ 16.847 @ #Dec. 13311
c NEW SOLUTION FOUND: 372736 @ 18.756 @ #Dec. 13869
c Restart #9 #Var: 176 #Dec: 15686 LB: 0 @ 24.426
c NEW SOLUTION FOUND: 281600 @ 24.911 @ #Dec. 15777
c NEW SOLUTION FOUND: 274432 @ 25.492 @ #Dec. 15907
c NEW SOLUTION FOUND: 226304 @ 28.498 @ #Dec. 16479
c NEW SOLUTION FOUND: 211968 @ 28.921 @ #Dec. 16556
c NEW SOLUTION FOUND: 166912 @ 30.034 @ #Dec. 16730
c Restart #10 #Var: 169 #Dec: 18824 LB: 0 @ 38.623
c NEW SOLUTION FOUND: 145408 @ 43.702 @ #Dec. 20235
c Restart #11 #Var: 165 #Dec: 22435 LB: 0 @ 50.457
c NEW SOLUTION FOUND: 118784 @ 55.657 @ #Dec. 24056
c NEW SOLUTION FOUND: 116736 @ 58.008 @ #Dec. 24657
c NEW SOLUTION FOUND: 106496 @ 65.475 @ #Dec. 26595
c NEW SOLUTION FOUND: 87040 @ 69.851 @ #Dec. 27673
c NEW SOLUTION FOUND: 61440 @ 76.415 @ #Dec. 29221
c NEW SOLUTION FOUND: 57344 @ 81.754 @ #Dec. 31150
c Restart #12 #Var: 151 #Dec: 33611 LB: 0 @ 89.208
c Restart #13 #Var: 151 #Dec: 36272 LB: 0 @ 95.217
c Restart #14 #Var: 151 #Dec: 39096 LB: 0 @ 107.16
c NEW SOLUTION FOUND: 55296 @ 109.75 @ #Dec. 40729
c Restart #15 #Var: 151 #Dec: 43738 LB: 0 @ 114.75
c Restart #16 #Var: 151 #Dec: 46976 LB: 0 @ 124.63
c Restart #17 #Var: 151 #Dec: 50447 LB: 0 @ 131.94
c Restart #18 #Var: 151 #Dec: 54080 LB: 0 @ 148.84
c CHANGE to MIS mode... 	UB: 55296	MIS: 0	LPR: -2147483648 (0)	Diff: -0
c Restart #0 #Var: 151 #Dec: 57945 LB: 0 @ 157.31
c Restart #1 #Var: 151 #Dec: 58177 LB: 0 @ 158.87
c Restart #2 #Var: 150 #Dec: 58602 LB: 0 @ 163.91
c Restart #3 #Var: 150 #Dec: 59246 LB: 0 @ 165.02
c Restart #4 #Var: 150 #Dec: 60074 LB: 0 @ 170.02
c Restart #5 #Var: 150 #Dec: 61116 LB: 0 @ 171.76
c Restart #6 #Var: 150 #Dec: 62372 LB: 0 @ 175.77
c Restart #7 #Var: 150 #Dec: 63810 LB: 0 @ 179.3
c NEW SOLUTION FOUND: 36864 @ 179.95 @ #Dec. 63935
c Restart #8 #Var: 150 #Dec: 65535 LB: 0 @ 183.94
c Restart #9 #Var: 150 #Dec: 67395 LB: 0 @ 188.58
c Restart #10 #Var: 150 #Dec: 69418 LB: 0 @ 202.97
c Restart #11 #Var: 150 #Dec: 71713 LB: 0 @ 207
c Restart #12 #Var: 150 #Dec: 74140 LB: 0 @ 220.71
c Restart #13 #Var: 150 #Dec: 76871 LB: 0 @ 226.62
c Restart #14 #Var: 150 #Dec: 79724 LB: 0 @ 237.94
c Restart #15 #Var: 150 #Dec: 82952 LB: 0 @ 243.42
c Restart #16 #Var: 150 #Dec: 86190 LB: 0 @ 270.67
c Restart #17 #Var: 150 #Dec: 89692 LB: 0 @ 278.25
c Restart #18 #Var: 150 #Dec: 93362 LB: 0 @ 289.75
c Restart #19 #Var: 150 #Dec: 97333 LB: 0 @ 298.71
c Restart #20 #Var: 150 #Dec: 101417 LB: 0 @ 311.55
c Restart #21 #Var: 150 #Dec: 105765 LB: 0 @ 320.83
c Restart #22 #Var: 150 #Dec: 110196 LB: 0 @ 354.54
c Restart #23 #Var: 150 #Dec: 114965 LB: 0 @ 366.23
c Restart #24 #Var: 150 #Dec: 119825 LB: 0 @ 391.42
c Restart #25 #Var: 150 #Dec: 124922 LB: 0 @ 406.68
c Restart #26 #Var: 150 #Dec: 130169 LB: 0 @ 451.29
c Restart #27 #Var: 150 #Dec: 135737 LB: 0 @ 465.7
c Restart #28 #Var: 150 #Dec: 141375 LB: 0 @ 501.89
c Restart #29 #Var: 150 #Dec: 147266 LB: 0 @ 516.41
c Restart #30 #Var: 150 #Dec: 153319 LB: 0 @ 572.17
c Restart #31 #Var: 150 #Dec: 159607 LB: 0 @ 590.61
c Restart #32 #Var: 150 #Dec: 166048 LB: 0 @ 652.26
c Restart #33 #Var: 149 #Dec: 172860 LB: 0 @ 679.09
c Restart #34 #Var: 149 #Dec: 179704 LB: 0 @ 741.28
c Restart #35 #Var: 149 #Dec: 186920 LB: 0 @ 758.27
c Restart #36 #Var: 149 #Dec: 194145 LB: 0 @ 818.94
c Restart #37 #Var: 149 #Dec: 201802 LB: 0 @ 841.47
c Restart #38 #Var: 149 #Dec: 209441 LB: 0 @ 918.63
c Restart #39 #Var: 149 #Dec: 217498 LB: 0 @ 940.66
c Restart #40 #Var: 149 #Dec: 225542 LB: 0 @ 998.52
c Restart #41 #Var: 149 #Dec: 233884 LB: 0 @ 1019.3
c Restart #42 #Var: 149 #Dec: 242317 LB: 0 @ 1078.5
c Restart #43 #Var: 149 #Dec: 251050 LB: 0 @ 1100.8
c Restart #44 #Var: 149 #Dec: 259899 LB: 0 @ 1187.7
s SATISFIABLE
v -s01_bit_10 -s01_bit_9 -s01_bit_8 -s01_bit_7 -s01_bit_6 -s01_bit_5 -s01_bit_4 -s01_bit_3 -s01_bit_2 -s01_bit_1 -s01_bit0 s01_bit1 s01_bit2 -s01_bit3 -s01_bit4 -s01_bit5 -s01_bit6 -s01_bit7 -s01_bit8 -s01_bit9 -s01_bit10 -s01_bit11 -s01_bit12 -s01_bit13 -s01_bit14 -s01_bit15 -s01_bit16 -s01_bit17 -s01_bit18 -s01_bit19 -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 -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 -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 -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 -x0_bit0 x1_bit0 -x2_bit0 -x3_bit0 x4_bit0 -x5_bit0 x6_bit0 x7_bit0 -x8_bit0 -x9_bit0 -x10_bit0 -x11_bit0 -x12_bit0 -x13_bit0 x14_bit0 x15_bit0 x16_bit0 x17_bit0 x18_bit0 -x19_bit0 x20_bit0 x21_bit0 -x22_bit0 x23_bit0 x24_bit0 -x25_bit0 -x26_bit0 x27_bit0 -x28_bit0 -x29_bit0 x30_bit0 x31_bit0 x32_bit0 -x33_bit0 x34_bit0 -x35_bit0 -x36_bit0 -x37_bit0 -x38_bit0 x39_bit0 -x40_bit0 -x41_bit0 x42_bit0 -x43_bit0 x44_bit0 -x45_bit0 x46_bit0 x47_bit0 x48_bit0 x49_bit0 
c Cost: 36864
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/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1841181092 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 107 3 90 68 0 39 0
[pid=8395] 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/wulflinc19/normalized-mps-v2-20-10-markshare1.opb

[startup+10.0041 s]
Raw data (loadavg): 0.93 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 5271 0 0 0 928 32 0 0 25 0 1 0 1841181092 24678400 5182 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 6025 5182 1116 68 0 5957 0
[pid=8395] vsize: 24100
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (Kb) 24100

[startup+20.0049 s]
Raw data (loadavg): 0.94 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 7055 0 0 0 1901 44 0 0 25 0 1 0 1841181092 31977472 6966 4294967295 134512640 134736556 3221224560 3221223112 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 7807 6966 1116 68 0 7739 0
[pid=8395] vsize: 31228
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (Kb) 31228

[startup+30.0057 s]
Raw data (loadavg): 0.95 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 8383 0 0 0 2882 53 0 0 25 0 1 0 1841181092 37388288 8294 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 9128 8294 1116 68 0 9060 0
[pid=8395] vsize: 36512
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (Kb) 36512

[startup+40.0065 s]
Raw data (loadavg): 0.96 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 9565 0 0 0 3862 62 0 0 25 0 1 0 1841181092 42250240 9476 4294967295 134512640 134736556 3221224560 3221223296 134529431 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 10315 9476 1116 68 0 10247 0
[pid=8395] vsize: 41260
Current children cumulated CPU time (s) 39.24
Current children cumulated vsize (Kb) 41260

[startup+50.0073 s]
Raw data (loadavg): 0.96 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 11168 0 0 0 4839 74 0 0 25 0 1 0 1841181092 48873472 11079 4294967295 134512640 134736556 3221224560 3221222968 1077377574 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 11932 11079 1116 68 0 11864 0
[pid=8395] vsize: 47728
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (Kb) 47728

[startup+60.0081 s]
Raw data (loadavg): 0.97 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 12818 0 0 0 5818 85 0 0 25 0 1 0 1841181092 55513088 12728 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 13553 12728 1116 68 0 13485 0
[pid=8395] vsize: 54212
Current children cumulated CPU time (s) 59.03
Current children cumulated vsize (Kb) 54212

[startup+70.008 s]
Raw data (loadavg): 0.97 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 14040 0 0 0 6800 94 0 0 25 0 1 0 1841181092 60649472 13950 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 14807 13950 1116 68 0 14739 0
[pid=8395] vsize: 59228
Current children cumulated CPU time (s) 68.94
Current children cumulated vsize (Kb) 59228

[startup+80.0088 s]
Raw data (loadavg): 0.98 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 15387 0 0 0 7781 104 0 0 25 0 1 0 1841181092 66191360 15297 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 16160 15297 1116 68 0 16092 0
[pid=8395] vsize: 64640
Current children cumulated CPU time (s) 78.85
Current children cumulated vsize (Kb) 64640

[startup+90.0086 s]
Raw data (loadavg): 0.98 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 17028 0 0 0 8757 116 0 0 25 0 1 0 1841181092 72826880 16938 4294967295 134512640 134736556 3221224560 3221223296 134529509 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 17780 16938 1116 68 0 17712 0
[pid=8395] vsize: 71120
Current children cumulated CPU time (s) 88.73
Current children cumulated vsize (Kb) 71120

[startup+100.009 s]
Raw data (loadavg): 0.98 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 19048 0 0 0 9732 127 0 0 25 0 1 0 1841181092 81211392 18958 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 19827 18958 1116 68 0 19759 0
[pid=8395] vsize: 79308
Current children cumulated CPU time (s) 98.59
Current children cumulated vsize (Kb) 79308

[startup+110.01 s]
Raw data (loadavg): 0.98 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 20454 0 0 0 10712 136 0 0 25 0 1 0 1841181092 86888448 20364 4294967295 134512640 134736556 3221224560 3221223296 134529256 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 21213 20364 1116 68 0 21145 0
[pid=8395] vsize: 84852
Current children cumulated CPU time (s) 108.48
Current children cumulated vsize (Kb) 84852

[startup+120.01 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 24004 0 0 0 11669 158 0 0 25 0 1 0 1841181092 101519360 23913 4294967295 134512640 134736556 3221224560 3221223216 134536527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 24785 23913 1116 68 0 24717 0
[pid=8395] vsize: 99140
Current children cumulated CPU time (s) 118.27
Current children cumulated vsize (Kb) 99140

[startup+130.011 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 25698 0 0 0 12642 170 0 0 25 0 1 0 1841181092 108544000 25607 4294967295 134512640 134736556 3221224560 3221223048 134536202 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 26500 25607 1116 68 0 26432 0
[pid=8395] vsize: 106000
Current children cumulated CPU time (s) 128.12
Current children cumulated vsize (Kb) 106000

[startup+140.012 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 27827 0 0 0 13614 184 0 0 25 0 1 0 1841181092 117198848 27735 4294967295 134512640 134736556 3221224560 3221223276 134554121 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 28613 27735 1116 68 0 28545 0
[pid=8395] vsize: 114452
Current children cumulated CPU time (s) 137.98
Current children cumulated vsize (Kb) 114452

[startup+150.012 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 28835 0 0 0 14599 190 0 0 25 0 1 0 1841181092 121405440 28743 4294967295 134512640 134736556 3221224560 3221223088 134716588 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 29640 28743 1116 68 0 29572 0
[pid=8395] vsize: 118560
Current children cumulated CPU time (s) 147.89
Current children cumulated vsize (Kb) 118560

[startup+160.013 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 31487 0 0 0 15571 205 0 0 25 0 1 0 1841181092 132251648 31395 4294967295 134512640 134736556 3221224560 3221223084 134536611 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 32288 31395 1116 68 0 32220 0
[pid=8395] vsize: 129152
Current children cumulated CPU time (s) 157.76
Current children cumulated vsize (Kb) 129152

[startup+170.013 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 32437 0 0 0 16558 211 0 0 24 0 1 0 1841181092 136187904 32342 4294967295 134512640 134736556 3221224560 3221223296 134529363 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 33249 32342 1116 68 0 33181 0
[pid=8395] vsize: 132996
Current children cumulated CPU time (s) 167.69
Current children cumulated vsize (Kb) 132996

[startup+180.014 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 34386 0 0 0 17532 223 0 0 25 0 1 0 1841181092 144187392 34288 4294967295 134512640 134736556 3221224560 3221223144 134550917 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 35202 34288 1116 68 0 35134 0
[pid=8395] vsize: 140808
Current children cumulated CPU time (s) 177.55
Current children cumulated vsize (Kb) 140808

[startup+190.015 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 36300 0 0 0 18505 235 0 0 25 0 1 0 1841181092 152039424 36202 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 37119 36202 1116 68 0 37051 0
[pid=8395] vsize: 148476
Current children cumulated CPU time (s) 187.4
Current children cumulated vsize (Kb) 148476

[startup+200.016 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 37405 0 0 0 19491 241 0 0 25 0 1 0 1841181092 156549120 37304 4294967295 134512640 134736556 3221224560 3221223084 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 38220 37304 1116 68 0 38152 0
[pid=8395] vsize: 152880
Current children cumulated CPU time (s) 197.32
Current children cumulated vsize (Kb) 152880

[startup+210.016 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 39229 0 0 0 20468 254 0 0 25 0 1 0 1841181092 164118528 39126 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 40068 39126 1116 68 0 40000 0
[pid=8395] vsize: 160272
Current children cumulated CPU time (s) 207.22
Current children cumulated vsize (Kb) 160272

[startup+220.016 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 40328 0 0 0 21454 259 0 0 25 0 1 0 1841181092 168607744 40224 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 41164 40224 1116 68 0 41096 0
[pid=8395] vsize: 164656
Current children cumulated CPU time (s) 217.13
Current children cumulated vsize (Kb) 164656

[startup+230.017 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 42102 0 0 0 22432 270 0 0 25 0 1 0 1841181092 175906816 41996 4294967295 134512640 134736556 3221224560 3221223272 134554070 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 42946 41996 1116 68 0 42878 0
[pid=8395] vsize: 171784
Current children cumulated CPU time (s) 227.02
Current children cumulated vsize (Kb) 171784

[startup+240.018 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 43544 0 0 0 23413 280 0 0 25 0 1 0 1841181092 181882880 43434 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 44405 43434 1116 68 0 44337 0
[pid=8395] vsize: 177620
Current children cumulated CPU time (s) 236.93
Current children cumulated vsize (Kb) 177620

[startup+250.019 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 45952 0 0 0 24382 295 0 0 25 0 1 0 1841181092 191770624 45842 4294967295 134512640 134736556 3221224560 3221223024 134536188 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 46819 45842 1116 68 0 46751 0
[pid=8395] vsize: 187276
Current children cumulated CPU time (s) 246.77
Current children cumulated vsize (Kb) 187276

[startup+260.018 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 46496 0 0 0 25374 300 0 0 25 0 1 0 1841181092 193933312 46386 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 47347 46386 1116 68 0 47279 0
[pid=8395] vsize: 189388
Current children cumulated CPU time (s) 256.74
Current children cumulated vsize (Kb) 189388

[startup+270.018 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 46967 0 0 0 26366 303 0 0 25 0 1 0 1841181092 195825664 46857 4294967295 134512640 134736556 3221224560 3221223164 134537483 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 47809 46857 1116 68 0 47741 0
[pid=8395] vsize: 191236
Current children cumulated CPU time (s) 266.69
Current children cumulated vsize (Kb) 191236

[startup+280.019 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 48691 0 0 0 27345 314 0 0 25 0 1 0 1841181092 202887168 48580 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 49533 48580 1116 68 0 49465 0
[pid=8395] vsize: 198132
Current children cumulated CPU time (s) 276.59
Current children cumulated vsize (Kb) 198132

[startup+290.019 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 50637 0 0 0 28318 327 0 0 25 0 1 0 1841181092 211038208 50522 4294967295 134512640 134736556 3221224560 3221223296 134529511 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 51523 50522 1116 68 0 51455 0
[pid=8395] vsize: 206092
Current children cumulated CPU time (s) 286.45
Current children cumulated vsize (Kb) 206092

[startup+300.02 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 52797 0 0 0 29290 340 0 0 25 0 1 0 1841181092 219824128 52681 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 53668 52681 1116 68 0 53600 0
[pid=8395] vsize: 214672
Current children cumulated CPU time (s) 296.3
Current children cumulated vsize (Kb) 214672

[startup+310.02 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 54450 0 0 0 30268 352 0 0 25 0 1 0 1841181092 226578432 54332 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 55317 54332 1116 68 0 55249 0
[pid=8395] vsize: 221268
Current children cumulated CPU time (s) 306.2
Current children cumulated vsize (Kb) 221268

[startup+320.02 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 56879 0 0 0 31240 367 0 0 25 0 1 0 1841181092 236589056 56761 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 57761 56761 1116 68 0 57693 0
[pid=8395] vsize: 231044
Current children cumulated CPU time (s) 316.07
Current children cumulated vsize (Kb) 231044

[startup+330.021 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 58772 0 0 0 32217 377 0 0 25 0 1 0 1841181092 244363264 58650 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 59659 58650 1116 68 0 59591 0
[pid=8395] vsize: 238636
Current children cumulated CPU time (s) 325.94
Current children cumulated vsize (Kb) 238636

[startup+340.021 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 59962 0 0 0 33202 385 0 0 25 0 1 0 1841181092 249303040 59834 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 60865 59834 1116 68 0 60797 0
[pid=8395] vsize: 243460
Current children cumulated CPU time (s) 335.87
Current children cumulated vsize (Kb) 243460

[startup+350.022 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 60382 0 0 0 34194 389 0 0 25 0 1 0 1841181092 250920960 60254 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 61260 60254 1116 68 0 61192 0
[pid=8395] vsize: 245040
Current children cumulated CPU time (s) 345.83
Current children cumulated vsize (Kb) 245040

[startup+360.023 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 60814 0 0 0 35190 391 0 0 25 0 1 0 1841181092 252710912 60686 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 61697 60686 1116 68 0 61629 0
[pid=8395] vsize: 246788
Current children cumulated CPU time (s) 355.81
Current children cumulated vsize (Kb) 246788

[startup+370.022 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 63708 0 0 0 36158 408 0 0 25 0 1 0 1841181092 263413760 63308 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 64310 63308 1116 68 0 64242 0
[pid=8395] vsize: 257240
Current children cumulated CPU time (s) 365.66
Current children cumulated vsize (Kb) 257240

[startup+380.023 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 64931 0 0 0 37139 418 0 0 25 0 1 0 1841181092 268447744 64529 4294967295 134512640 134736556 3221224560 3221223296 134529158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 65539 64529 1116 68 0 65471 0
[pid=8395] vsize: 262156
Current children cumulated CPU time (s) 375.57
Current children cumulated vsize (Kb) 262156

[startup+390.024 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 65906 0 0 0 38126 424 0 0 25 0 1 0 1841181092 272551936 65500 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 66541 65500 1116 68 0 66473 0
[pid=8395] vsize: 266164
Current children cumulated CPU time (s) 385.5
Current children cumulated vsize (Kb) 266164

[startup+400.025 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 67257 0 0 0 39106 435 0 0 25 0 1 0 1841181092 277958656 66851 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 67861 66851 1116 68 0 67793 0
[pid=8395] vsize: 271444
Current children cumulated CPU time (s) 395.41
Current children cumulated vsize (Kb) 271444

[startup+410.026 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 69162 0 0 0 40081 446 0 0 25 0 1 0 1841181092 285798400 68756 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 69775 68757 1116 68 0 69707 0
[pid=8395] vsize: 279100
Current children cumulated CPU time (s) 405.27
Current children cumulated vsize (Kb) 279100

[startup+420.025 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 69763 0 0 0 41072 451 0 0 25 0 1 0 1841181092 288284672 69356 4294967295 134512640 134736556 3221224560 3221223272 134554113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 70382 69356 1116 68 0 70314 0
[pid=8395] vsize: 281528
Current children cumulated CPU time (s) 415.23
Current children cumulated vsize (Kb) 281528

[startup+430.026 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 70121 0 0 0 42066 455 0 0 25 0 1 0 1841181092 289783808 69710 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 70748 69710 1116 68 0 70680 0
[pid=8395] vsize: 282992
Current children cumulated CPU time (s) 425.21
Current children cumulated vsize (Kb) 282992

[startup+440.026 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 70694 0 0 0 43058 458 0 0 25 0 1 0 1841181092 292134912 70279 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 71322 70279 1116 68 0 71254 0
[pid=8395] vsize: 285288
Current children cumulated CPU time (s) 435.16
Current children cumulated vsize (Kb) 285288

[startup+450.028 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 72061 0 0 0 44039 466 0 0 25 0 1 0 1841181092 297811968 71646 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 72708 71646 1116 68 0 72640 0
[pid=8395] vsize: 290832
Current children cumulated CPU time (s) 445.05
Current children cumulated vsize (Kb) 290832

[startup+460.028 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 72974 0 0 0 45027 472 0 0 25 0 1 0 1841181092 301543424 72555 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 73619 72555 1116 68 0 73551 0
[pid=8395] vsize: 294476
Current children cumulated CPU time (s) 454.99
Current children cumulated vsize (Kb) 294476

[startup+470.027 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 75226 0 0 0 46001 484 0 0 25 0 1 0 1841181092 310734848 74807 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 75863 74807 1116 68 0 75795 0
[pid=8395] vsize: 303452
Current children cumulated CPU time (s) 464.85
Current children cumulated vsize (Kb) 303452

[startup+480.028 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 76661 0 0 0 46981 493 0 0 25 0 1 0 1841181092 316723200 76240 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 77325 76240 1116 68 0 77257 0
[pid=8395] vsize: 309300
Current children cumulated CPU time (s) 474.74
Current children cumulated vsize (Kb) 309300

[startup+490.029 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 77696 0 0 0 47968 500 0 0 25 0 1 0 1841181092 320905216 77275 4294967295 134512640 134736556 3221224560 3221223112 134551113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 78346 77275 1116 68 0 78278 0
[pid=8395] vsize: 313384
Current children cumulated CPU time (s) 484.68
Current children cumulated vsize (Kb) 313384

[startup+500.03 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 78190 0 0 0 48959 504 0 0 25 0 1 0 1841181092 322932736 77767 4294967295 134512640 134736556 3221224560 3221222968 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 78841 77767 1116 68 0 78773 0
[pid=8395] vsize: 315364
Current children cumulated CPU time (s) 494.63
Current children cumulated vsize (Kb) 315364

[startup+510.031 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 79271 0 0 0 49944 512 0 0 25 0 1 0 1841181092 327430144 78847 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 79939 78847 1116 68 0 79871 0
[pid=8395] vsize: 319756
Current children cumulated CPU time (s) 504.56
Current children cumulated vsize (Kb) 319756

[startup+520.031 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 81778 0 0 0 50912 528 0 0 25 0 1 0 1841181092 337702912 81354 4294967295 134512640 134736556 3221224560 3221222968 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 82447 81354 1116 68 0 82379 0
[pid=8395] vsize: 329788
Current children cumulated CPU time (s) 514.4
Current children cumulated vsize (Kb) 329788

[startup+530.031 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 82451 0 0 0 51904 531 0 0 25 0 1 0 1841181092 340520960 82026 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 83135 82026 1116 68 0 83067 0
[pid=8395] vsize: 332540
Current children cumulated CPU time (s) 524.35
Current children cumulated vsize (Kb) 332540

[startup+540.032 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 82737 0 0 0 52900 534 0 0 25 0 1 0 1841181092 341737472 82312 4294967295 134512640 134736556 3221224560 3221223264 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 83432 82312 1116 68 0 83364 0
[pid=8395] vsize: 333728
Current children cumulated CPU time (s) 534.34
Current children cumulated vsize (Kb) 333728

[startup+550.033 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 83348 0 0 0 53889 538 0 0 25 0 1 0 1841181092 344305664 82923 4294967295 134512640 134736556 3221224560 3221223100 134544554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 84059 82923 1116 68 0 83991 0
[pid=8395] vsize: 336236
Current children cumulated CPU time (s) 544.27
Current children cumulated vsize (Kb) 336236

[startup+560.033 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 84389 0 0 0 54876 544 0 0 25 0 1 0 1841181092 348557312 83960 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 85097 83960 1116 68 0 85029 0
[pid=8395] vsize: 340388
Current children cumulated CPU time (s) 554.2
Current children cumulated vsize (Kb) 340388

[startup+570.034 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 85097 0 0 0 55866 549 0 0 25 0 1 0 1841181092 351395840 84668 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 85790 84668 1116 68 0 85722 0
[pid=8395] vsize: 343160
Current children cumulated CPU time (s) 564.15
Current children cumulated vsize (Kb) 343160

[startup+580.034 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 86037 0 0 0 56853 555 0 0 25 0 1 0 1841181092 355381248 85605 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 86763 85605 1116 68 0 86695 0
[pid=8395] vsize: 347052
Current children cumulated CPU time (s) 574.08
Current children cumulated vsize (Kb) 347052

[startup+590.035 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 88045 0 0 0 57826 569 0 0 25 0 1 0 1841181092 363622400 87613 4294967295 134512640 134736556 3221224560 3221223040 134535752 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 88775 87613 1116 68 0 88707 0
[pid=8395] vsize: 355100
Current children cumulated CPU time (s) 583.95
Current children cumulated vsize (Kb) 355100

[startup+600.036 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 89623 0 0 0 58804 579 0 0 25 0 1 0 1841181092 370278400 89182 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 90400 89182 1116 68 0 90332 0
[pid=8395] vsize: 361600
Current children cumulated CPU time (s) 593.83
Current children cumulated vsize (Kb) 361600

[startup+610.036 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 89801 0 0 0 59801 581 0 0 25 0 1 0 1841181092 370950144 89360 4294967295 134512640 134736556 3221224560 3221223152 134551076 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 90564 89360 1116 68 0 90496 0
[pid=8395] vsize: 362256
Current children cumulated CPU time (s) 603.82
Current children cumulated vsize (Kb) 362256

[startup+620.036 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 90897 0 0 0 60784 590 0 0 25 0 1 0 1841181092 375406592 90456 4294967295 134512640 134736556 3221224560 3221223272 134553973 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 91652 90456 1116 68 0 91584 0
[pid=8395] vsize: 366608
Current children cumulated CPU time (s) 613.74
Current children cumulated vsize (Kb) 366608

[startup+630.037 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 91200 0 0 0 61779 592 0 0 25 0 1 0 1841181092 376623104 90759 4294967295 134512640 134736556 3221224560 3221223152 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 91949 90759 1116 68 0 91881 0
[pid=8395] vsize: 367796
Current children cumulated CPU time (s) 623.71
Current children cumulated vsize (Kb) 367796

[startup+640.036 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 91831 0 0 0 62770 596 0 0 25 0 1 0 1841181092 379326464 91390 4294967295 134512640 134736556 3221224560 3221223232 134536477 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 92609 91390 1116 68 0 92541 0
[pid=8395] vsize: 370436
Current children cumulated CPU time (s) 633.66
Current children cumulated vsize (Kb) 370436

[startup+650.037 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 92551 0 0 0 63762 599 0 0 25 0 1 0 1841181092 382160896 92110 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 93301 92110 1116 68 0 93233 0
[pid=8395] vsize: 373204
Current children cumulated CPU time (s) 643.61
Current children cumulated vsize (Kb) 373204

[startup+660.038 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 93207 0 0 0 64752 604 0 0 25 0 1 0 1841181092 384937984 92766 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 93979 92766 1116 68 0 93911 0
[pid=8395] vsize: 375916
Current children cumulated CPU time (s) 653.56
Current children cumulated vsize (Kb) 375916

[startup+670.038 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 95076 0 0 0 65729 614 0 0 25 0 1 0 1841181092 392687616 94633 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 95871 94633 1116 68 0 95803 0
[pid=8395] vsize: 383484
Current children cumulated CPU time (s) 663.43
Current children cumulated vsize (Kb) 383484

[startup+680.039 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 96560 0 0 0 66706 623 0 0 25 0 1 0 1841181092 398848000 96114 4294967295 134512640 134736556 3221224560 3221223236 134536509 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 97375 96114 1116 68 0 97307 0
[pid=8395] vsize: 389500
Current children cumulated CPU time (s) 673.29
Current children cumulated vsize (Kb) 389500

[startup+690.039 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 97174 0 0 0 67699 628 0 0 25 0 1 0 1841181092 401362944 96722 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 97989 96722 1116 68 0 97921 0
[pid=8395] vsize: 391956
Current children cumulated CPU time (s) 683.27
Current children cumulated vsize (Kb) 391956

[startup+700.04 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 97585 0 0 0 68693 631 0 0 25 0 1 0 1841181092 403156992 97132 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 98427 97132 1116 68 0 98359 0
[pid=8395] vsize: 393708
Current children cumulated CPU time (s) 693.24
Current children cumulated vsize (Kb) 393708

[startup+710.04 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 98120 0 0 0 69688 634 0 0 25 0 1 0 1841181092 405319680 97667 4294967295 134512640 134736556 3221224560 3221223264 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 98955 97667 1116 68 0 98887 0
[pid=8395] vsize: 395820
Current children cumulated CPU time (s) 703.22
Current children cumulated vsize (Kb) 395820

[startup+720.04 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 98923 0 0 0 70678 639 0 0 25 0 1 0 1841181092 408608768 98466 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 99758 98466 1116 68 0 99690 0
[pid=8395] vsize: 399032
Current children cumulated CPU time (s) 713.17
Current children cumulated vsize (Kb) 399032

[startup+730.041 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 100236 0 0 0 71662 648 0 0 25 0 1 0 1841181092 414015488 99779 4294967295 134512640 134736556 3221224560 3221223116 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 101078 99779 1116 68 0 101010 0
[pid=8395] vsize: 404312
Current children cumulated CPU time (s) 723.1
Current children cumulated vsize (Kb) 404312

[startup+740.04 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 100739 0 0 0 72655 651 0 0 25 0 1 0 1841181092 416038912 100282 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 101572 100282 1116 68 0 101504 0
[pid=8395] vsize: 406288
Current children cumulated CPU time (s) 733.06
Current children cumulated vsize (Kb) 406288

[startup+750.041 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 101519 0 0 0 73645 655 0 0 25 0 1 0 1841181092 419188736 101061 4294967295 134512640 134736556 3221224560 3221223276 134554112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 102341 101061 1116 68 0 102273 0
[pid=8395] vsize: 409364
Current children cumulated CPU time (s) 743
Current children cumulated vsize (Kb) 409364

[startup+760.042 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 104534 0 0 0 74609 673 0 0 25 0 1 0 1841181092 431689728 104067 4294967295 134512640 134736556 3221224560 3221223084 134536381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 105393 104067 1116 68 0 105325 0
[pid=8395] vsize: 421572
Current children cumulated CPU time (s) 752.82
Current children cumulated vsize (Kb) 421572

[startup+770.042 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 106220 0 0 0 75586 683 0 0 25 0 1 0 1841181092 438591488 105750 4294967295 134512640 134736556 3221224560 3221223240 134554070 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 107078 105750 1116 68 0 107010 0
[pid=8395] vsize: 428312
Current children cumulated CPU time (s) 762.69
Current children cumulated vsize (Kb) 428312

[startup+780.043 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 106613 0 0 0 76581 687 0 0 25 0 1 0 1841181092 440213504 106143 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 107474 106143 1116 68 0 107406 0
[pid=8395] vsize: 429896
Current children cumulated CPU time (s) 772.68
Current children cumulated vsize (Kb) 429896

[startup+790.043 s]
Raw data (loadavg): 0.99 0.98 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 106761 0 0 0 77579 687 0 0 25 0 1 0 1841181092 440754176 106291 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 107606 106291 1116 68 0 107538 0
[pid=8395] vsize: 430424
Current children cumulated CPU time (s) 782.66
Current children cumulated vsize (Kb) 430424

[startup+800.043 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 107314 0 0 0 78570 692 0 0 25 0 1 0 1841181092 443052032 106844 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 108167 106844 1116 68 0 108099 0
[pid=8395] vsize: 432668
Current children cumulated CPU time (s) 792.62
Current children cumulated vsize (Kb) 432668

[startup+810.044 s]
Raw data (loadavg): 0.99 0.98 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 108086 0 0 0 79558 697 0 0 25 0 1 0 1841181092 446160896 107616 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 108926 107616 1116 68 0 108858 0
[pid=8395] vsize: 435704
Current children cumulated CPU time (s) 802.55
Current children cumulated vsize (Kb) 435704

[startup+820.044 s]
Raw data (loadavg): 1.07 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 109123 0 0 0 80542 707 0 0 25 0 1 0 1841181092 450486272 108653 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 109982 108653 1116 68 0 109914 0
[pid=8395] vsize: 439928
Current children cumulated CPU time (s) 812.49
Current children cumulated vsize (Kb) 439928

[startup+830.045 s]
Raw data (loadavg): 1.06 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 110795 0 0 0 81520 716 0 0 25 0 1 0 1841181092 457510912 110316 4294967295 134512640 134736556 3221224560 3221223296 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 111697 110316 1116 68 0 111629 0
[pid=8395] vsize: 446788
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (Kb) 446788

[startup+840.046 s]
Raw data (loadavg): 1.05 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 112868 0 0 0 82489 731 0 0 25 0 1 0 1841181092 466092032 112380 4294967295 134512640 134736556 3221224560 3221223152 134540266 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 113792 112380 1116 68 0 113724 0
[pid=8395] vsize: 455168
Current children cumulated CPU time (s) 832.2
Current children cumulated vsize (Kb) 455168

[startup+850.046 s]
Raw data (loadavg): 1.04 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 114668 0 0 0 83467 742 0 0 25 0 1 0 1841181092 473591808 114174 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 115623 114174 1116 68 0 115555 0
[pid=8395] vsize: 462492
Current children cumulated CPU time (s) 842.09
Current children cumulated vsize (Kb) 462492

[startup+860.046 s]
Raw data (loadavg): 1.04 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 115323 0 0 0 84458 746 0 0 25 0 1 0 1841181092 476160000 114829 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 116250 114829 1116 68 0 116182 0
[pid=8395] vsize: 465000
Current children cumulated CPU time (s) 852.04
Current children cumulated vsize (Kb) 465000

[startup+870.047 s]
Raw data (loadavg): 1.03 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 115421 0 0 0 85455 747 0 0 25 0 1 0 1841181092 476565504 114927 4294967295 134512640 134736556 3221224560 3221223296 134529331 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 116349 114927 1116 68 0 116281 0
[pid=8395] vsize: 465396
Current children cumulated CPU time (s) 862.02
Current children cumulated vsize (Kb) 465396

[startup+880.048 s]
Raw data (loadavg): 1.03 1.00 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 116094 0 0 0 86445 751 0 0 25 0 1 0 1841181092 479404032 115600 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 117042 115600 1116 68 0 116974 0
[pid=8395] vsize: 468168
Current children cumulated CPU time (s) 871.96
Current children cumulated vsize (Kb) 468168

[startup+890.048 s]
Raw data (loadavg): 1.02 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 117403 0 0 0 87429 759 0 0 25 0 1 0 1841181092 484675584 116909 4294967295 134512640 134736556 3221224560 3221223228 134553304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 118329 116909 1116 68 0 118261 0
[pid=8395] vsize: 473316
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (Kb) 473316

[startup+900.048 s]
Raw data (loadavg): 1.02 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 117732 0 0 0 88425 761 0 0 25 0 1 0 1841181092 486027264 117238 4294967295 134512640 134736556 3221224560 3221223232 134528735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 118659 117238 1116 68 0 118591 0
[pid=8395] vsize: 474636
Current children cumulated CPU time (s) 891.86
Current children cumulated vsize (Kb) 474636

[startup+910.049 s]
Raw data (loadavg): 1.01 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 118041 0 0 0 89421 763 0 0 25 0 1 0 1841181092 487243776 117547 4294967295 134512640 134736556 3221224560 3221223192 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 118956 117547 1116 68 0 118888 0
[pid=8395] vsize: 475824
Current children cumulated CPU time (s) 901.84
Current children cumulated vsize (Kb) 475824

[startup+920.049 s]
Raw data (loadavg): 1.01 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 118594 0 0 0 90413 766 0 0 25 0 1 0 1841181092 489537536 118100 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 119516 118100 1116 68 0 119448 0
[pid=8395] vsize: 478064
Current children cumulated CPU time (s) 911.79
Current children cumulated vsize (Kb) 478064

[startup+930.05 s]
Raw data (loadavg): 1.01 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 119782 0 0 0 91397 775 0 0 25 0 1 0 1841181092 494604288 119287 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 120753 119287 1116 68 0 120685 0
[pid=8395] vsize: 483012
Current children cumulated CPU time (s) 921.72
Current children cumulated vsize (Kb) 483012

[startup+940.051 s]
Raw data (loadavg): 1.01 1.00 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 122138 0 0 0 92365 790 0 0 25 0 1 0 1841181092 504197120 121643 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 123095 121643 1116 68 0 123027 0
[pid=8395] vsize: 492380
Current children cumulated CPU time (s) 931.55
Current children cumulated vsize (Kb) 492380

[startup+950.052 s]
Raw data (loadavg): 1.01 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 124968 0 0 0 93340 803 0 0 25 0 1 0 1841181092 513613824 123931 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 125394 123931 1116 68 0 125326 0
[pid=8395] vsize: 501576
Current children cumulated CPU time (s) 941.43
Current children cumulated vsize (Kb) 501576

[startup+960.052 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 126770 0 0 0 94314 816 0 0 25 0 1 0 1841181092 521048064 125733 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 127209 125733 1116 68 0 127141 0
[pid=8395] vsize: 508836
Current children cumulated CPU time (s) 951.3
Current children cumulated vsize (Kb) 508836

[startup+970.053 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 127288 0 0 0 95306 820 0 0 25 0 1 0 1841181092 523075584 126251 4294967295 134512640 134736556 3221224560 3221223072 134536037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 127704 126251 1116 68 0 127636 0
[pid=8395] vsize: 510816
Current children cumulated CPU time (s) 961.26
Current children cumulated vsize (Kb) 510816

[startup+980.054 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 127480 0 0 0 96303 822 0 0 25 0 1 0 1841181092 523882496 126443 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 127901 126443 1116 68 0 127833 0
[pid=8395] vsize: 511604
Current children cumulated CPU time (s) 971.25
Current children cumulated vsize (Kb) 511604

[startup+990.055 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 128267 0 0 0 97292 829 0 0 25 0 1 0 1841181092 527126528 127230 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 128693 127230 1116 68 0 128625 0
[pid=8395] vsize: 514772
Current children cumulated CPU time (s) 981.21
Current children cumulated vsize (Kb) 514772

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 129046 0 0 0 98282 834 0 0 25 0 1 0 1841181092 530235392 128007 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 129452 128007 1116 68 0 129384 0
[pid=8395] vsize: 517808
Current children cumulated CPU time (s) 991.16
Current children cumulated vsize (Kb) 517808

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 130479 0 0 0 99263 844 0 0 25 0 1 0 1841181092 536211456 129437 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 130911 129437 1116 68 0 130843 0
[pid=8395] vsize: 523644
Current children cumulated CPU time (s) 1001.07
Current children cumulated vsize (Kb) 523644

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 132916 0 0 0 100238 856 0 0 25 0 1 0 1841181092 546078720 131874 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 133320 131874 1116 68 0 133252 0
[pid=8395] vsize: 533280
Current children cumulated CPU time (s) 1010.94
Current children cumulated vsize (Kb) 533280

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 135233 0 0 0 101211 869 0 0 25 0 1 0 1841181092 555601920 134187 4294967295 134512640 134736556 3221224560 3221223116 134536351 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 135645 134187 1116 68 0 135577 0
[pid=8395] vsize: 542580
Current children cumulated CPU time (s) 1020.8
Current children cumulated vsize (Kb) 542580

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 135573 0 0 0 102206 873 0 0 25 0 1 0 1841181092 557088768 134527 4294967295 134512640 134736556 3221224560 3221223168 134537415 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 136008 134527 1116 68 0 135940 0
[pid=8395] vsize: 544032
Current children cumulated CPU time (s) 1030.79
Current children cumulated vsize (Kb) 544032

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 136642 0 0 0 103192 880 0 0 25 0 1 0 1841181092 561414144 135596 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 137064 135596 1116 68 0 136996 0
[pid=8395] vsize: 548256
Current children cumulated CPU time (s) 1040.72
Current children cumulated vsize (Kb) 548256

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 138726 0 0 0 104166 894 0 0 25 0 1 0 1841181092 569929728 137680 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 139143 137680 1116 68 0 139075 0
[pid=8395] vsize: 556572
Current children cumulated CPU time (s) 1050.6
Current children cumulated vsize (Kb) 556572

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 138915 0 0 0 105163 895 0 0 25 0 1 0 1841181092 570605568 137869 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 139308 137869 1116 68 0 139240 0
[pid=8395] vsize: 557232
Current children cumulated CPU time (s) 1060.58
Current children cumulated vsize (Kb) 557232

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 139838 0 0 0 106149 902 0 0 25 0 1 0 1841181092 574390272 138792 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 140232 138792 1116 68 0 140164 0
[pid=8395] vsize: 560928
Current children cumulated CPU time (s) 1070.51
Current children cumulated vsize (Kb) 560928

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.95 1/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) T 8394 8395 5929 0 -1 0 140520 0 0 0 107142 906 0 0 25 0 1 0 1841181092 577228800 139474 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8395/statm): 140925 139474 1116 68 0 140857 0
[pid=8395] vsize: 563700
Current children cumulated CPU time (s) 1080.48
Current children cumulated vsize (Kb) 563700

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 143094 0 0 0 108108 923 0 0 25 0 1 0 1841181092 587771904 142048 4294967295 134512640 134736556 3221224560 3221223240 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 143499 142048 1116 68 0 143431 0
[pid=8395] vsize: 573996
Current children cumulated CPU time (s) 1090.31
Current children cumulated vsize (Kb) 573996

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 145612 0 0 0 109078 937 0 0 25 0 1 0 1841181092 598171648 144562 4294967295 134512640 134736556 3221224560 3221223152 134537400 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 146038 144562 1116 68 0 145970 0
[pid=8395] vsize: 584152
Current children cumulated CPU time (s) 1100.15
Current children cumulated vsize (Kb) 584152

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 146151 0 0 0 110070 940 0 0 25 0 1 0 1841181092 600399872 145096 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 146582 145096 1116 68 0 146514 0
[pid=8395] vsize: 586328
Current children cumulated CPU time (s) 1110.1
Current children cumulated vsize (Kb) 586328

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 146451 0 0 0 111065 943 0 0 25 0 1 0 1841181092 601616384 145396 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 146879 145396 1116 68 0 146811 0
[pid=8395] vsize: 587516
Current children cumulated CPU time (s) 1120.08
Current children cumulated vsize (Kb) 587516

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 147194 0 0 0 112056 947 0 0 25 0 1 0 1841181092 604786688 146130 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 147653 146130 1116 68 0 147585 0
[pid=8395] vsize: 590612
Current children cumulated CPU time (s) 1130.03
Current children cumulated vsize (Kb) 590612

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 148266 0 0 0 113040 954 0 0 25 0 1 0 1841181092 609112064 147202 4294967295 134512640 134736556 3221224560 3221223116 134536351 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 148709 147202 1116 68 0 148641 0
[pid=8395] vsize: 594836
Current children cumulated CPU time (s) 1139.94
Current children cumulated vsize (Kb) 594836

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 148462 0 0 0 114038 956 0 0 25 0 1 0 1841181092 609923072 147398 4294967295 134512640 134736556 3221224560 3221223164 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 148907 147398 1116 68 0 148839 0
[pid=8395] vsize: 595628
Current children cumulated CPU time (s) 1149.94
Current children cumulated vsize (Kb) 595628

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 148967 0 0 0 115031 959 0 0 25 0 1 0 1841181092 612020224 147899 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8395/statm): 149419 147899 1116 68 0 149351 0
[pid=8395] vsize: 597676
Current children cumulated CPU time (s) 1159.9
Current children cumulated vsize (Kb) 597676

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 149799 0 0 0 116018 966 0 0 25 0 1 0 1841181092 615399424 148731 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 150244 148731 1116 68 0 150176 0
[pid=8395] vsize: 600976
Current children cumulated CPU time (s) 1169.84
Current children cumulated vsize (Kb) 600976

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 150194 0 0 0 117012 969 0 0 25 0 1 0 1841181092 617021440 149126 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 150640 149126 1116 68 0 150572 0
[pid=8395] vsize: 602560
Current children cumulated CPU time (s) 1179.81
Current children cumulated vsize (Kb) 602560

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/56 8395
Raw data (/proc/8395/stat): 8395 (bsolo) R 8394 8395 5929 0 -1 0 151287 0 0 0 117997 977 0 0 25 0 1 0 1841181092 621473792 150219 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8395/statm): 151727 150219 1116 68 0 151659 0
[pid=8395] vsize: 606908
Current children cumulated CPU time (s) 1189.74
Current children cumulated vsize (Kb) 606908
One traced child (pid=8395) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1205.69
CPU time (s): 1195.29
CPU user time (s): 1185.18
CPU system time (s): 10.1155
CPU usage (%): 99.1377
Max. virtual memory (cumulated for all children) (Kb): 606908

Verifier Data

Verifier:	OK	36864