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/miplib2003/normalized-mps-v2-20-10-markshare1.opb
MD5SUM10386fd19d9976c249ce2be861b38a70
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 620

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        908868 kB
Buffers:         37088 kB
Cached:          59244 kB
SwapCached:        908 kB
Active:          82092 kB
Inactive:        17052 kB
HighTotal:      131008 kB
HighFree:        75656 kB
LowTotal:       903652 kB
LowFree:        833212 kB
SwapTotal:     2097136 kB
SwapFree:      2095620 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5992 kB
Slab:            20888 kB
Committed_AS:    93168 kB
PageTables:        344 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 12:03:06 (client local time) WITH STATUS 10 IN 1195.29 SECONDS
stats: 572 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.095
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.275
c Restart #2 #Var: 176 #Dec: 851 LB: 0 @ 0.702
c Restart #3 #Var: 176 #Dec: 1576 LB: 0 @ 1.367
c Restart #4 #Var: 176 #Dec: 2517 LB: 0 @ 2.266
c Restart #5 #Var: 176 #Dec: 3901 LB: 0 @ 3.217
c NEW SOLUTION FOUND: 1130496 @ 3.26 @ #Dec. 4093
c NEW SOLUTION FOUND: 913408 @ 3.407 @ #Dec. 4414
c NEW SOLUTION FOUND: 786432 @ 3.473 @ #Dec. 4496
c NEW SOLUTION FOUND: 735232 @ 3.909 @ #Dec. 5003
c NEW SOLUTION FOUND: 673792 @ 4.077 @ #Dec. 5159
c Restart #6 #Var: 176 #Dec: 6377 LB: 0 @ 5.463
c NEW SOLUTION FOUND: 518144 @ 5.476 @ #Dec. 6437
c Restart #7 #Var: 176 #Dec: 7838 LB: 0 @ 6.302
c Restart #8 #Var: 176 #Dec: 9557 LB: 0 @ 7.96
c NEW SOLUTION FOUND: 502784 @ 9.077 @ #Dec. 10322
c NEW SOLUTION FOUND: 485376 @ 9.103 @ #Dec. 10333
c NEW SOLUTION FOUND: 434176 @ 9.618 @ #Dec. 10693
c NEW SOLUTION FOUND: 430080 @ 10.02 @ #Dec. 10955
c NEW SOLUTION FOUND: 412672 @ 10.086 @ #Dec. 10996
c NEW SOLUTION FOUND: 406528 @ 10.492 @ #Dec. 11203
c NEW SOLUTION FOUND: 403456 @ 12.316 @ #Dec. 12022
c NEW SOLUTION FOUND: 375808 @ 16.954 @ #Dec. 13311
c NEW SOLUTION FOUND: 372736 @ 18.868 @ #Dec. 13869
c Restart #9 #Var: 176 #Dec: 15686 LB: 0 @ 24.499
c NEW SOLUTION FOUND: 281600 @ 24.986 @ #Dec. 15777
c NEW SOLUTION FOUND: 274432 @ 25.567 @ #Dec. 15907
c NEW SOLUTION FOUND: 226304 @ 28.535 @ #Dec. 16479
c NEW SOLUTION FOUND: 211968 @ 28.955 @ #Dec. 16556
c NEW SOLUTION FOUND: 166912 @ 30.053 @ #Dec. 16730
c Restart #10 #Var: 169 #Dec: 18824 LB: 0 @ 38.605
c NEW SOLUTION FOUND: 145408 @ 43.779 @ #Dec. 20235
c Restart #11 #Var: 165 #Dec: 22435 LB: 0 @ 50.626
c NEW SOLUTION FOUND: 118784 @ 55.926 @ #Dec. 24056
c NEW SOLUTION FOUND: 116736 @ 58.327 @ #Dec. 24657
c NEW SOLUTION FOUND: 106496 @ 65.854 @ #Dec. 26595
c NEW SOLUTION FOUND: 87040 @ 70.248 @ #Dec. 27673
c NEW SOLUTION FOUND: 61440 @ 76.831 @ #Dec. 29221
c NEW SOLUTION FOUND: 57344 @ 82.151 @ #Dec. 31150
c Restart #12 #Var: 151 #Dec: 33611 LB: 0 @ 89.491
c Restart #13 #Var: 151 #Dec: 36272 LB: 0 @ 95.447
c Restart #14 #Var: 151 #Dec: 39096 LB: 0 @ 107.56
c NEW SOLUTION FOUND: 55296 @ 110.16 @ #Dec. 40729
c Restart #15 #Var: 151 #Dec: 43738 LB: 0 @ 115.21
c Restart #16 #Var: 151 #Dec: 46976 LB: 0 @ 124.97
c Restart #17 #Var: 151 #Dec: 50447 LB: 0 @ 132.23
c Restart #18 #Var: 151 #Dec: 54080 LB: 0 @ 149.08
c CHANGE to MIS mode... 	UB: 55296	MIS: 0	LPR: -2147483648 (0)	Diff: -0
c Restart #0 #Var: 151 #Dec: 57945 LB: 0 @ 157.54
c Restart #1 #Var: 151 #Dec: 58177 LB: 0 @ 159.08
c Restart #2 #Var: 150 #Dec: 58602 LB: 0 @ 164.06
c Restart #3 #Var: 150 #Dec: 59246 LB: 0 @ 165.18
c Restart #4 #Var: 150 #Dec: 60074 LB: 0 @ 170.1
c Restart #5 #Var: 150 #Dec: 61116 LB: 0 @ 171.84
c Restart #6 #Var: 150 #Dec: 62372 LB: 0 @ 175.86
c Restart #7 #Var: 150 #Dec: 63810 LB: 0 @ 179.41
c NEW SOLUTION FOUND: 36864 @ 180.06 @ #Dec. 63935
c Restart #8 #Var: 150 #Dec: 65535 LB: 0 @ 184.12
c Restart #9 #Var: 150 #Dec: 67395 LB: 0 @ 188.84
c Restart #10 #Var: 150 #Dec: 69418 LB: 0 @ 203.28
c Restart #11 #Var: 150 #Dec: 71713 LB: 0 @ 207.32
c Restart #12 #Var: 150 #Dec: 74140 LB: 0 @ 221.2
c Restart #13 #Var: 150 #Dec: 76871 LB: 0 @ 227.2
c Restart #14 #Var: 150 #Dec: 79724 LB: 0 @ 238.66
c Restart #15 #Var: 150 #Dec: 82952 LB: 0 @ 244.23
c Restart #16 #Var: 150 #Dec: 86190 LB: 0 @ 271.8
c Restart #17 #Var: 150 #Dec: 89692 LB: 0 @ 279.51
c Restart #18 #Var: 150 #Dec: 93362 LB: 0 @ 291.19
c Restart #19 #Var: 150 #Dec: 97333 LB: 0 @ 300.3
c Restart #20 #Var: 150 #Dec: 101417 LB: 0 @ 313.31
c Restart #21 #Var: 150 #Dec: 105765 LB: 0 @ 322.67
c Restart #22 #Var: 150 #Dec: 110196 LB: 0 @ 356.4
c Restart #23 #Var: 150 #Dec: 114965 LB: 0 @ 368.2
c Restart #24 #Var: 150 #Dec: 119825 LB: 0 @ 393.28
c Restart #25 #Var: 150 #Dec: 124922 LB: 0 @ 408.49
c Restart #26 #Var: 150 #Dec: 130169 LB: 0 @ 453.1
c Restart #27 #Var: 150 #Dec: 135737 LB: 0 @ 467.62
c Restart #28 #Var: 150 #Dec: 141375 LB: 0 @ 503.86
c Restart #29 #Var: 150 #Dec: 147266 LB: 0 @ 518.58
c Restart #30 #Var: 150 #Dec: 153319 LB: 0 @ 574.26
c Restart #31 #Var: 150 #Dec: 159607 LB: 0 @ 592.73
c Restart #32 #Var: 150 #Dec: 166048 LB: 0 @ 654.78
c Restart #33 #Var: 149 #Dec: 172860 LB: 0 @ 681.81
c Restart #34 #Var: 149 #Dec: 179704 LB: 0 @ 744.43
c Restart #35 #Var: 149 #Dec: 186920 LB: 0 @ 761.6
c Restart #36 #Var: 149 #Dec: 194145 LB: 0 @ 822.55
c Restart #37 #Var: 149 #Dec: 201802 LB: 0 @ 845.13
c Restart #38 #Var: 149 #Dec: 209441 LB: 0 @ 922.71
c Restart #39 #Var: 149 #Dec: 217498 LB: 0 @ 945.09
c Restart #40 #Var: 149 #Dec: 225542 LB: 0 @ 1002.9
c Restart #41 #Var: 149 #Dec: 233884 LB: 0 @ 1023.8
c Restart #42 #Var: 149 #Dec: 242317 LB: 0 @ 1083.3
c Restart #43 #Var: 149 #Dec: 251050 LB: 0 @ 1105.7
c Restart #44 #Var: 149 #Dec: 259899 LB: 0 @ 1192.9
s SATISFIABLE
v -x1_bit_10 -x1_bit_9 -x1_bit_8 -x1_bit_7 -x1_bit_6 -x1_bit_5 -x1_bit_4 -x1_bit_3 -x1_bit_2 -x1_bit_1 -x1_bit0 x1_bit1 x1_bit2 -x1_bit3 -x1_bit4 -x1_bit5 -x1_bit6 -x1_bit7 -x1_bit8 -x1_bit9 -x1_bit10 -x1_bit11 -x1_bit12 -x1_bit13 -x1_bit14 -x1_bit15 -x1_bit16 -x1_bit17 -x1_bit18 -x1_bit19 -x3_bit_10 -x3_bit_9 -x3_bit_8 -x3_bit_7 -x3_bit_6 -x3_bit_5 -x3_bit_4 -x3_bit_3 -x3_bit_2 -x3_bit_1 -x3_bit0 -x3_bit1 -x3_bit2 -x3_bit3 -x3_bit4 -x3_bit5 -x3_bit6 -x3_bit7 -x3_bit8 -x3_bit9 -x3_bit10 -x3_bit11 -x3_bit12 -x3_bit13 -x3_bit14 -x3_bit15 -x3_bit16 -x3_bit17 -x3_bit18 -x3_bit19 -x5_bit_10 -x5_bit_9 -x5_bit_8 -x5_bit_7 -x5_bit_6 -x5_bit_5 -x5_bit_4 -x5_bit_3 -x5_bit_2 -x5_bit_1 -x5_bit0 x5_bit1 -x5_bit2 -x5_bit3 -x5_bit4 -x5_bit5 -x5_bit6 -x5_bit7 -x5_bit8 -x5_bit9 -x5_bit10 -x5_bit11 -x5_bit12 -x5_bit13 -x5_bit14 -x5_bit15 -x5_bit16 -x5_bit17 -x5_bit18 -x5_bit19 -x7_bit_10 -x7_bit_9 -x7_bit_8 -x7_bit_7 -x7_bit_6 -x7_bit_5 -x7_bit_4 -x7_bit_3 -x7_bit_2 -x7_bit_1 x7_bit0 x7_bit1 -x7_bit2 x7_bit3 -x7_bit4 -x7_bit5 -x7_bit6 -x7_bit7 -x7_bit8 -x7_bit9 -x7_bit10 -x7_bit11 -x7_bit12 -x7_bit13 -x7_bit14 -x7_bit15 -x7_bit16 -x7_bit17 -x7_bit18 -x7_bit19 -x9_bit_10 -x9_bit_9 -x9_bit_8 -x9_bit_7 -x9_bit_6 -x9_bit_5 -x9_bit_4 -x9_bit_3 -x9_bit_2 -x9_bit_1 x9_bit0 x9_bit1 x9_bit2 x9_bit3 -x9_bit4 -x9_bit5 -x9_bit6 -x9_bit7 -x9_bit8 -x9_bit9 -x9_bit10 -x9_bit11 -x9_bit12 -x9_bit13 -x9_bit14 -x9_bit15 -x9_bit16 -x9_bit17 -x9_bit18 -x9_bit19 -x11_bit_10 -x11_bit_9 -x11_bit_8 -x11_bit_7 -x11_bit_6 -x11_bit_5 -x11_bit_4 -x11_bit_3 -x11_bit_2 -x11_bit_1 -x11_bit0 x11_bit1 -x11_bit2 -x11_bit3 -x11_bit4 -x11_bit5 -x11_bit6 -x11_bit7 -x11_bit8 -x11_bit9 -x11_bit10 -x11_bit11 -x11_bit12 -x11_bit13 -x11_bit14 -x11_bit15 -x11_bit16 -x11_bit17 -x11_bit18 -x11_bit19 -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 -x50_bit0 -x51_bit0 x52_bit0 -x53_bit0 -x54_bit0 x55_bit0 -x56_bit0 x57_bit0 -x58_bit0 x59_bit0 x60_bit0 x61_bit0 x62_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/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1725900196 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 107 3 90 68 0 39 0
[pid=20960] 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/wulflinc1/normalized-mps-v2-20-10-markshare1.opb

[startup+10.0027 s]
Raw data (loadavg): 1.04 1.03 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 5259 0 0 0 927 33 0 0 25 0 1 0 1725900196 24543232 5170 4294967295 134512640 134736556 3221224560 3221223216 134528776 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 5992 5170 1116 68 0 5924 0
[pid=20960] vsize: 23968
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (Kb) 23968

[startup+20.0035 s]
Raw data (loadavg): 1.04 1.03 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 7041 0 0 0 1901 45 0 0 25 0 1 0 1725900196 31842304 6952 4294967295 134512640 134736556 3221224560 3221223288 134529467 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 7774 6952 1116 68 0 7706 0
[pid=20960] vsize: 31096
Current children cumulated CPU time (s) 19.46
Current children cumulated vsize (Kb) 31096

[startup+30.0043 s]
Raw data (loadavg): 1.03 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 8380 0 0 0 2882 53 0 0 25 0 1 0 1725900196 37388288 8291 4294967295 134512640 134736556 3221224560 3221223208 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 9128 8291 1116 68 0 9060 0
[pid=20960] vsize: 36512
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (Kb) 36512

[startup+40.0051 s]
Raw data (loadavg): 1.02 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 9565 0 0 0 3862 63 0 0 25 0 1 0 1725900196 42250240 9476 4294967295 134512640 134736556 3221224560 3221223152 134537395 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 10315 9476 1116 68 0 10247 0
[pid=20960] vsize: 41260
Current children cumulated CPU time (s) 39.25
Current children cumulated vsize (Kb) 41260

[startup+50.0059 s]
Raw data (loadavg): 1.02 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 11142 0 0 0 4841 73 0 0 25 0 1 0 1725900196 48738304 11053 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 11899 11053 1116 68 0 11831 0
[pid=20960] vsize: 47596
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (Kb) 47596

[startup+60.0067 s]
Raw data (loadavg): 1.02 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 12773 0 0 0 5818 85 0 0 25 0 1 0 1725900196 55377920 12683 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 13520 12683 1116 68 0 13452 0
[pid=20960] vsize: 54080
Current children cumulated CPU time (s) 59.03
Current children cumulated vsize (Kb) 54080

[startup+70.0075 s]
Raw data (loadavg): 1.01 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 13947 0 0 0 6801 92 0 0 25 0 1 0 1725900196 60243968 13857 4294967295 134512640 134736556 3221224560 3221223164 134554110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 14708 13857 1116 68 0 14640 0
[pid=20960] vsize: 58832
Current children cumulated CPU time (s) 68.93
Current children cumulated vsize (Kb) 58832

[startup+80.0082 s]
Raw data (loadavg): 1.01 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 15315 0 0 0 7780 104 0 0 25 0 1 0 1725900196 65785856 15225 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 16061 15225 1116 68 0 15993 0
[pid=20960] vsize: 64244
Current children cumulated CPU time (s) 78.84
Current children cumulated vsize (Kb) 64244

[startup+90.009 s]
Raw data (loadavg): 1.01 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 16979 0 0 0 8757 116 0 0 25 0 1 0 1725900196 72691712 16889 4294967295 134512640 134736556 3221224560 3221223448 134587017 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 17747 16889 1116 68 0 17679 0
[pid=20960] vsize: 70988
Current children cumulated CPU time (s) 88.73
Current children cumulated vsize (Kb) 70988

[startup+100.009 s]
Raw data (loadavg): 1.01 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 19013 0 0 0 9726 130 0 0 25 0 1 0 1725900196 80941056 18923 4294967295 134512640 134736556 3221224560 3221223200 134553321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 19761 18923 1116 68 0 19693 0
[pid=20960] vsize: 79044
Current children cumulated CPU time (s) 98.56
Current children cumulated vsize (Kb) 79044

[startup+110.01 s]
Raw data (loadavg): 1.01 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 20325 0 0 0 10705 138 0 0 25 0 1 0 1725900196 86347776 20235 4294967295 134512640 134736556 3221224560 3221223104 134544561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 21081 20235 1116 68 0 21013 0
[pid=20960] vsize: 84324
Current children cumulated CPU time (s) 108.43
Current children cumulated vsize (Kb) 84324

[startup+120.01 s]
Raw data (loadavg): 1.00 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 23898 0 0 0 11664 161 0 0 25 0 1 0 1725900196 101097472 23808 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 24682 23808 1116 68 0 24614 0
[pid=20960] vsize: 98728
Current children cumulated CPU time (s) 118.25
Current children cumulated vsize (Kb) 98728

[startup+130.01 s]
Raw data (loadavg): 1.00 1.02 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 25597 0 0 0 12642 172 0 0 25 0 1 0 1725900196 108003328 25506 4294967295 134512640 134736556 3221224560 3221223296 134605591 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 26368 25506 1116 68 0 26300 0
[pid=20960] vsize: 105472
Current children cumulated CPU time (s) 128.14
Current children cumulated vsize (Kb) 105472

[startup+140.011 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 27809 0 0 0 13613 184 0 0 25 0 1 0 1725900196 117198848 27717 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 28613 27717 1116 68 0 28545 0
[pid=20960] vsize: 114452
Current children cumulated CPU time (s) 137.97
Current children cumulated vsize (Kb) 114452

[startup+150.012 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 28822 0 0 0 14598 192 0 0 25 0 1 0 1725900196 121405440 28730 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 29640 28730 1116 68 0 29572 0
[pid=20960] vsize: 118560
Current children cumulated CPU time (s) 147.9
Current children cumulated vsize (Kb) 118560

[startup+160.012 s]
Raw data (loadavg): 1.00 1.01 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 31484 0 0 0 15565 208 0 0 25 0 1 0 1725900196 132251648 31392 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 32288 31392 1116 68 0 32220 0
[pid=20960] vsize: 129152
Current children cumulated CPU time (s) 157.73
Current children cumulated vsize (Kb) 129152

[startup+170.012 s]
Raw data (loadavg): 1.00 1.01 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 32435 0 0 0 16551 214 0 0 25 0 1 0 1725900196 136187904 32340 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 33249 32340 1116 68 0 33181 0
[pid=20960] vsize: 132996
Current children cumulated CPU time (s) 167.65
Current children cumulated vsize (Kb) 132996

[startup+180.012 s]
Raw data (loadavg): 1.00 1.01 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 34348 0 0 0 17527 225 0 0 25 0 1 0 1725900196 144052224 34250 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 35169 34250 1116 68 0 35101 0
[pid=20960] vsize: 140676
Current children cumulated CPU time (s) 177.52
Current children cumulated vsize (Kb) 140676

[startup+190.013 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 36263 0 0 0 18501 239 0 0 25 0 1 0 1725900196 151904256 36165 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 37086 36165 1116 68 0 37018 0
[pid=20960] vsize: 148344
Current children cumulated CPU time (s) 187.4
Current children cumulated vsize (Kb) 148344

[startup+200.014 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 37405 0 0 0 19483 246 0 0 25 0 1 0 1725900196 156549120 37304 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 38220 37304 1116 68 0 38152 0
[pid=20960] vsize: 152880
Current children cumulated CPU time (s) 197.29
Current children cumulated vsize (Kb) 152880

[startup+210.014 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 39191 0 0 0 20458 258 0 0 25 0 1 0 1725900196 163983360 39090 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 40035 39090 1116 68 0 39967 0
[pid=20960] vsize: 160140
Current children cumulated CPU time (s) 207.16
Current children cumulated vsize (Kb) 160140

[startup+220.014 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 40311 0 0 0 21443 264 0 0 25 0 1 0 1725900196 168607744 40207 4294967295 134512640 134736556 3221224560 3221223240 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 41164 40207 1116 68 0 41096 0
[pid=20960] vsize: 164656
Current children cumulated CPU time (s) 217.07
Current children cumulated vsize (Kb) 164656

[startup+230.014 s]
Raw data (loadavg): 1.00 1.01 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 42014 0 0 0 22419 275 0 0 25 0 1 0 1725900196 175501312 41908 4294967295 134512640 134736556 3221224560 3221223200 134553321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 42847 41908 1116 68 0 42779 0
[pid=20960] vsize: 171388
Current children cumulated CPU time (s) 226.94
Current children cumulated vsize (Kb) 171388

[startup+240.015 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 43449 0 0 0 23399 285 0 0 25 0 1 0 1725900196 181477376 43339 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 44306 43339 1116 68 0 44238 0
[pid=20960] vsize: 177224
Current children cumulated CPU time (s) 236.84
Current children cumulated vsize (Kb) 177224

[startup+250.016 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 45728 0 0 0 24368 299 0 0 25 0 1 0 1725900196 190824448 45618 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 46588 45618 1116 68 0 46520 0
[pid=20960] vsize: 186352
Current children cumulated CPU time (s) 246.67
Current children cumulated vsize (Kb) 186352

[startup+260.017 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 46436 0 0 0 25357 305 0 0 25 0 1 0 1725900196 193662976 46326 4294967295 134512640 134736556 3221224560 3221223256 134554000 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 47281 46326 1116 68 0 47213 0
[pid=20960] vsize: 189124
Current children cumulated CPU time (s) 256.62
Current children cumulated vsize (Kb) 189124

[startup+270.017 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 46942 0 0 0 26349 308 0 0 25 0 1 0 1725900196 195690496 46832 4294967295 134512640 134736556 3221224560 3221223276 134524324 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 47776 46832 1116 68 0 47708 0
[pid=20960] vsize: 191104
Current children cumulated CPU time (s) 266.57
Current children cumulated vsize (Kb) 191104

[startup+280.017 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 48448 0 0 0 27328 319 0 0 25 0 1 0 1725900196 201940992 48337 4294967295 134512640 134736556 3221224560 3221223104 134544600 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 49302 48337 1116 68 0 49234 0
[pid=20960] vsize: 197208
Current children cumulated CPU time (s) 276.47
Current children cumulated vsize (Kb) 197208

[startup+290.018 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 50322 0 0 0 28302 332 0 0 25 0 1 0 1725900196 209690624 50207 4294967295 134512640 134736556 3221224560 3221223152 134716112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 51194 50207 1116 68 0 51126 0
[pid=20960] vsize: 204776
Current children cumulated CPU time (s) 286.34
Current children cumulated vsize (Kb) 204776

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 52352 0 0 0 29274 345 0 0 25 0 1 0 1725900196 218066944 52236 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 53239 52236 1116 68 0 53171 0
[pid=20960] vsize: 212956
Current children cumulated CPU time (s) 296.19
Current children cumulated vsize (Kb) 212956

[startup+310.018 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 54075 0 0 0 30251 355 0 0 25 0 1 0 1725900196 225091584 53957 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 54954 53957 1116 68 0 54886 0
[pid=20960] vsize: 219816
Current children cumulated CPU time (s) 306.06
Current children cumulated vsize (Kb) 219816

[startup+320.019 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 56313 0 0 0 31223 369 0 0 25 0 1 0 1725900196 234295296 56195 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 57201 56195 1116 68 0 57133 0
[pid=20960] vsize: 228804
Current children cumulated CPU time (s) 315.92
Current children cumulated vsize (Kb) 228804

[startup+330.02 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 58436 0 0 0 32194 384 0 0 25 0 1 0 1725900196 243011584 58314 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 59329 58314 1116 68 0 59261 0
[pid=20960] vsize: 237316
Current children cumulated CPU time (s) 325.78
Current children cumulated vsize (Kb) 237316

[startup+340.021 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 59766 0 0 0 33173 394 0 0 25 0 1 0 1725900196 248496128 59640 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 60668 59640 1116 68 0 60600 0
[pid=20960] vsize: 242672
Current children cumulated CPU time (s) 335.67
Current children cumulated vsize (Kb) 242672

[startup+350.021 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 60282 0 0 0 34166 398 0 0 25 0 1 0 1725900196 250650624 60154 4294967295 134512640 134736556 3221224560 3221223084 134536682 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 61194 60154 1116 68 0 61126 0
[pid=20960] vsize: 244776
Current children cumulated CPU time (s) 345.64
Current children cumulated vsize (Kb) 244776

[startup+360.021 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 60560 0 0 0 35161 400 0 0 25 0 1 0 1725900196 251731968 60432 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 61458 60432 1116 68 0 61390 0
[pid=20960] vsize: 245832
Current children cumulated CPU time (s) 355.61
Current children cumulated vsize (Kb) 245832

[startup+370.022 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 63207 0 0 0 36131 415 0 0 25 0 1 0 1725900196 261390336 62807 4294967295 134512640 134736556 3221224560 3221222680 134634441 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 63816 62807 1116 68 0 63748 0
[pid=20960] vsize: 255264
Current children cumulated CPU time (s) 365.46
Current children cumulated vsize (Kb) 255264

[startup+380.022 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 64683 0 0 0 37110 425 0 0 25 0 1 0 1725900196 267501568 64281 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 65308 64281 1116 68 0 65240 0
[pid=20960] vsize: 261232
Current children cumulated CPU time (s) 375.35
Current children cumulated vsize (Kb) 261232

[startup+390.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 65682 0 0 0 38096 431 0 0 25 0 1 0 1725900196 271605760 65276 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 66310 65276 1116 68 0 66242 0
[pid=20960] vsize: 265240
Current children cumulated CPU time (s) 385.27
Current children cumulated vsize (Kb) 265240

[startup+400.024 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 66863 0 0 0 39077 439 0 0 25 0 1 0 1725900196 276336640 66457 4294967295 134512640 134736556 3221224560 3221223276 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 67465 66457 1116 68 0 67397 0
[pid=20960] vsize: 269860
Current children cumulated CPU time (s) 395.16
Current children cumulated vsize (Kb) 269860

[startup+410.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 68826 0 0 0 40049 452 0 0 25 0 1 0 1725900196 284446720 68420 4294967295 134512640 134736556 3221224560 3221223232 134536515 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 69445 68420 1116 68 0 69377 0
[pid=20960] vsize: 277780
Current children cumulated CPU time (s) 405.01
Current children cumulated vsize (Kb) 277780

[startup+420.024 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 69703 0 0 0 41034 458 0 0 25 0 1 0 1725900196 288014336 69296 4294967295 134512640 134736556 3221224560 3221223216 134537363 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 70316 69296 1116 68 0 70248 0
[pid=20960] vsize: 281264
Current children cumulated CPU time (s) 414.92
Current children cumulated vsize (Kb) 281264

[startup+430.025 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 70034 0 0 0 42029 460 0 0 25 0 1 0 1725900196 289378304 69623 4294967295 134512640 134736556 3221224560 3221223232 134524350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 70649 69624 1116 68 0 70581 0
[pid=20960] vsize: 282596
Current children cumulated CPU time (s) 424.89
Current children cumulated vsize (Kb) 282596

[startup+440.026 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 70515 0 0 0 43022 463 0 0 25 0 1 0 1725900196 291405824 70104 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 71144 70104 1116 68 0 71076 0
[pid=20960] vsize: 284576
Current children cumulated CPU time (s) 434.85
Current children cumulated vsize (Kb) 284576

[startup+450.025 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 71752 0 0 0 44004 471 0 0 25 0 1 0 1725900196 296460288 71337 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 72378 71337 1116 68 0 72310 0
[pid=20960] vsize: 289512
Current children cumulated CPU time (s) 444.75
Current children cumulated vsize (Kb) 289512

[startup+460.025 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 72533 0 0 0 44992 476 0 0 25 0 1 0 1725900196 299786240 72114 4294967295 134512640 134736556 3221224560 3221222984 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 73190 72114 1116 68 0 73122 0
[pid=20960] vsize: 292760
Current children cumulated CPU time (s) 454.68
Current children cumulated vsize (Kb) 292760

[startup+470.026 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 74711 0 0 0 45963 491 0 0 25 0 1 0 1725900196 308707328 74292 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 75368 74292 1116 68 0 75300 0
[pid=20960] vsize: 301472
Current children cumulated CPU time (s) 464.54
Current children cumulated vsize (Kb) 301472

[startup+480.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 76278 0 0 0 46942 500 0 0 25 0 1 0 1725900196 315101184 75857 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 76929 75857 1116 68 0 76861 0
[pid=20960] vsize: 307716
Current children cumulated CPU time (s) 474.42
Current children cumulated vsize (Kb) 307716

[startup+490.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 77531 0 0 0 47925 509 0 0 25 0 1 0 1725900196 320233472 77110 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 78182 77110 1116 68 0 78114 0
[pid=20960] vsize: 312728
Current children cumulated CPU time (s) 484.34
Current children cumulated vsize (Kb) 312728

[startup+500.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 78095 0 0 0 48917 513 0 0 25 0 1 0 1725900196 322527232 77672 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 78742 77672 1116 68 0 78674 0
[pid=20960] vsize: 314968
Current children cumulated CPU time (s) 494.3
Current children cumulated vsize (Kb) 314968

[startup+510.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 78655 0 0 0 49912 516 0 0 25 0 1 0 1725900196 324997120 78231 4294967295 134512640 134736556 3221224560 3221223152 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 79345 78231 1116 68 0 79277 0
[pid=20960] vsize: 317380
Current children cumulated CPU time (s) 504.28
Current children cumulated vsize (Kb) 317380

[startup+520.029 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 81305 0 0 0 50878 533 0 0 25 0 1 0 1725900196 335810560 80881 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 81985 80881 1116 68 0 81917 0
[pid=20960] vsize: 327940
Current children cumulated CPU time (s) 514.11
Current children cumulated vsize (Kb) 327940

[startup+530.029 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 82415 0 0 0 51861 542 0 0 25 0 1 0 1725900196 340385792 81990 4294967295 134512640 134736556 3221224560 3221223248 134536546 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 83102 81990 1116 68 0 83034 0
[pid=20960] vsize: 332408
Current children cumulated CPU time (s) 524.03
Current children cumulated vsize (Kb) 332408

[startup+540.031 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 82632 0 0 0 52857 544 0 0 25 0 1 0 1725900196 341331968 82207 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 83333 82207 1116 68 0 83265 0
[pid=20960] vsize: 333332
Current children cumulated CPU time (s) 534.01
Current children cumulated vsize (Kb) 333332

[startup+550.03 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 83029 0 0 0 53850 547 0 0 25 0 1 0 1725900196 342953984 82604 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 83729 82604 1116 68 0 83661 0
[pid=20960] vsize: 334916
Current children cumulated CPU time (s) 543.97
Current children cumulated vsize (Kb) 334916

[startup+560.03 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 83939 0 0 0 54838 552 0 0 25 0 1 0 1725900196 346664960 83510 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 84635 83510 1116 68 0 84567 0
[pid=20960] vsize: 338540
Current children cumulated CPU time (s) 553.9
Current children cumulated vsize (Kb) 338540

[startup+570.031 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 84966 0 0 0 55824 559 0 0 25 0 1 0 1725900196 350855168 84537 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 85658 84537 1116 68 0 85590 0
[pid=20960] vsize: 342632
Current children cumulated CPU time (s) 563.83
Current children cumulated vsize (Kb) 342632

[startup+580.031 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 85602 0 0 0 56813 563 0 0 25 0 1 0 1725900196 353558528 85173 4294967295 134512640 134736556 3221224560 3221222984 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 86318 85173 1116 68 0 86250 0
[pid=20960] vsize: 345272
Current children cumulated CPU time (s) 573.76
Current children cumulated vsize (Kb) 345272

[startup+590.032 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 87622 0 0 0 57788 577 0 0 25 0 1 0 1725900196 361869312 87190 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 88347 87190 1116 68 0 88279 0
[pid=20960] vsize: 353388
Current children cumulated CPU time (s) 583.65
Current children cumulated vsize (Kb) 353388

[startup+600.032 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 89464 0 0 0 58763 587 0 0 25 0 1 0 1725900196 369602560 89023 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 90235 89023 1116 68 0 90167 0
[pid=20960] vsize: 360940
Current children cumulated CPU time (s) 593.5
Current children cumulated vsize (Kb) 360940

[startup+610.032 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 89735 0 0 0 59758 589 0 0 25 0 1 0 1725900196 370683904 89294 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 90499 89294 1116 68 0 90431 0
[pid=20960] vsize: 361996
Current children cumulated CPU time (s) 603.47
Current children cumulated vsize (Kb) 361996

[startup+620.033 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 90674 0 0 0 60743 596 0 0 25 0 1 0 1725900196 374595584 90233 4294967295 134512640 134736556 3221224560 3221223168 134537373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 91454 90233 1116 68 0 91386 0
[pid=20960] vsize: 365816
Current children cumulated CPU time (s) 613.39
Current children cumulated vsize (Kb) 365816

[startup+630.033 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 91057 0 0 0 61736 599 0 0 25 0 1 0 1725900196 376082432 90616 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 91817 90616 1116 68 0 91749 0
[pid=20960] vsize: 367268
Current children cumulated CPU time (s) 623.35
Current children cumulated vsize (Kb) 367268

[startup+640.034 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 91757 0 0 0 62725 605 0 0 25 0 1 0 1725900196 378920960 91316 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 92510 91316 1116 68 0 92442 0
[pid=20960] vsize: 370040
Current children cumulated CPU time (s) 633.3
Current children cumulated vsize (Kb) 370040

[startup+650.034 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 92464 0 0 0 63713 611 0 0 25 0 1 0 1725900196 381890560 92023 4294967295 134512640 134736556 3221224560 3221223224 134554101 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 93235 92023 1116 68 0 93167 0
[pid=20960] vsize: 372940
Current children cumulated CPU time (s) 643.24
Current children cumulated vsize (Kb) 372940

[startup+660.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 92955 0 0 0 64706 614 0 0 25 0 1 0 1725900196 383918080 92514 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 93730 92514 1116 68 0 93662 0
[pid=20960] vsize: 374920
Current children cumulated CPU time (s) 653.2
Current children cumulated vsize (Kb) 374920

[startup+670.036 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 94613 0 0 0 65684 625 0 0 25 0 1 0 1725900196 390795264 94170 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 95409 94170 1116 68 0 95341 0
[pid=20960] vsize: 381636
Current children cumulated CPU time (s) 663.09
Current children cumulated vsize (Kb) 381636

[startup+680.037 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 96254 0 0 0 66658 638 0 0 25 0 1 0 1725900196 397553664 95811 4294967295 134512640 134736556 3221224560 3221223024 134536153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 97059 95811 1116 68 0 96991 0
[pid=20960] vsize: 388236
Current children cumulated CPU time (s) 672.96
Current children cumulated vsize (Kb) 388236

[startup+690.037 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 97118 0 0 0 67646 644 0 0 25 0 1 0 1725900196 401227776 96666 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 97956 96666 1116 68 0 97888 0
[pid=20960] vsize: 391824
Current children cumulated CPU time (s) 682.9
Current children cumulated vsize (Kb) 391824

[startup+700.038 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 97471 0 0 0 68639 647 0 0 25 0 1 0 1725900196 402751488 97018 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 98328 97018 1116 68 0 98260 0
[pid=20960] vsize: 393312
Current children cumulated CPU time (s) 692.86
Current children cumulated vsize (Kb) 393312

[startup+710.039 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 98020 0 0 0 69630 650 0 0 25 0 1 0 1725900196 404914176 97567 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20960/statm): 98856 97567 1116 68 0 98788 0
[pid=20960] vsize: 395424
Current children cumulated CPU time (s) 702.8
Current children cumulated vsize (Kb) 395424

[startup+720.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 98583 0 0 0 70622 654 0 0 25 0 1 0 1725900196 407257088 98126 4294967295 134512640 134736556 3221224560 3221223224 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 99428 98126 1116 68 0 99360 0
[pid=20960] vsize: 397712
Current children cumulated CPU time (s) 712.76
Current children cumulated vsize (Kb) 397712

[startup+730.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 99791 0 0 0 71605 661 0 0 25 0 1 0 1725900196 412123136 99334 4294967295 134512640 134736556 3221224560 3221223128 134634645 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 100616 99334 1116 68 0 100548 0
[pid=20960] vsize: 402464
Current children cumulated CPU time (s) 722.66
Current children cumulated vsize (Kb) 402464

[startup+740.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 100415 0 0 0 72596 665 0 0 25 0 1 0 1725900196 414691328 99958 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 101243 99958 1116 68 0 101175 0
[pid=20960] vsize: 404972
Current children cumulated CPU time (s) 732.61
Current children cumulated vsize (Kb) 404972

[startup+750.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 101190 0 0 0 73585 670 0 0 25 0 1 0 1725900196 417931264 100733 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 102034 100734 1116 68 0 101966 0
[pid=20960] vsize: 408136
Current children cumulated CPU time (s) 742.55
Current children cumulated vsize (Kb) 408136

[startup+760.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 103358 0 0 0 74561 684 0 0 25 0 1 0 1725900196 426823680 102891 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 104205 102891 1116 68 0 104137 0
[pid=20960] vsize: 416820
Current children cumulated CPU time (s) 752.45
Current children cumulated vsize (Kb) 416820

[startup+770.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 105723 0 0 0 75530 698 0 0 25 0 1 0 1725900196 436563968 105253 4294967295 134512640 134736556 3221224560 3221223136 134543151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 106583 105253 1116 68 0 106515 0
[pid=20960] vsize: 426332
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (Kb) 426332

[startup+780.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 106547 0 0 0 76519 704 0 0 25 0 1 0 1725900196 439943168 106077 4294967295 134512640 134736556 3221224560 3221223164 134554110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 107408 106077 1116 68 0 107340 0
[pid=20960] vsize: 429632
Current children cumulated CPU time (s) 772.23
Current children cumulated vsize (Kb) 429632

[startup+790.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 106671 0 0 0 77516 705 0 0 25 0 1 0 1725900196 440348672 106201 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 107507 106201 1116 68 0 107439 0
[pid=20960] vsize: 430028
Current children cumulated CPU time (s) 782.21
Current children cumulated vsize (Kb) 430028

[startup+800.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 107151 0 0 0 78509 708 0 0 25 0 1 0 1725900196 442376192 106681 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 108002 106681 1116 68 0 107934 0
[pid=20960] vsize: 432008
Current children cumulated CPU time (s) 792.17
Current children cumulated vsize (Kb) 432008

[startup+810.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 107842 0 0 0 79500 712 0 0 25 0 1 0 1725900196 445214720 107372 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 108695 107372 1116 68 0 108627 0
[pid=20960] vsize: 434780
Current children cumulated CPU time (s) 802.12
Current children cumulated vsize (Kb) 434780

[startup+820.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 108611 0 0 0 80488 719 0 0 25 0 1 0 1725900196 448323584 108141 4294967295 134512640 134736556 3221224560 3221223120 134550949 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 109454 108141 1116 68 0 109386 0
[pid=20960] vsize: 437816
Current children cumulated CPU time (s) 812.07
Current children cumulated vsize (Kb) 437816

[startup+830.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 110015 0 0 0 81470 728 0 0 25 0 1 0 1725900196 454135808 109545 4294967295 134512640 134736556 3221224560 3221222772 134717281 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 110873 109545 1116 68 0 110805 0
[pid=20960] vsize: 443492
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (Kb) 443492

[startup+840.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 112204 0 0 0 82442 741 0 0 25 0 1 0 1725900196 463388672 111716 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 113132 111716 1116 68 0 113064 0
[pid=20960] vsize: 452528
Current children cumulated CPU time (s) 831.83
Current children cumulated vsize (Kb) 452528

[startup+850.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 113907 0 0 0 83418 753 0 0 25 0 1 0 1725900196 470282240 113419 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 114815 113419 1116 68 0 114747 0
[pid=20960] vsize: 459260
Current children cumulated CPU time (s) 841.71
Current children cumulated vsize (Kb) 459260

[startup+860.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 115259 0 0 0 84400 762 0 0 25 0 1 0 1725900196 475889664 114765 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 116184 114765 1116 68 0 116116 0
[pid=20960] vsize: 464736
Current children cumulated CPU time (s) 851.62
Current children cumulated vsize (Kb) 464736

[startup+870.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 115374 0 0 0 85397 764 0 0 25 0 1 0 1725900196 476430336 114880 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 116316 114880 1116 68 0 116248 0
[pid=20960] vsize: 465264
Current children cumulated CPU time (s) 861.61
Current children cumulated vsize (Kb) 465264

[startup+880.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 115558 0 0 0 86394 765 0 0 25 0 1 0 1725900196 477106176 115064 4294967295 134512640 134736556 3221224560 3221223296 134529363 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 116481 115064 1116 68 0 116413 0
[pid=20960] vsize: 465924
Current children cumulated CPU time (s) 871.59
Current children cumulated vsize (Kb) 465924

[startup+890.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 117191 0 0 0 87370 776 0 0 25 0 1 0 1725900196 483864576 116697 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 118131 116697 1116 68 0 118063 0
[pid=20960] vsize: 472524
Current children cumulated CPU time (s) 881.46
Current children cumulated vsize (Kb) 472524

[startup+900.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 117672 0 0 0 88362 780 0 0 25 0 1 0 1725900196 485756928 117178 4294967295 134512640 134736556 3221224560 3221223216 134528671 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 118593 117178 1116 68 0 118525 0
[pid=20960] vsize: 474372
Current children cumulated CPU time (s) 891.42
Current children cumulated vsize (Kb) 474372

[startup+910.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 117916 0 0 0 89358 782 0 0 25 0 1 0 1725900196 486838272 117422 4294967295 134512640 134736556 3221224560 3221223248 134528776 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 118857 117422 1116 68 0 118789 0
[pid=20960] vsize: 475428
Current children cumulated CPU time (s) 901.4
Current children cumulated vsize (Kb) 475428

[startup+920.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 118350 0 0 0 90353 784 0 0 25 0 1 0 1725900196 488595456 117856 4294967295 134512640 134736556 3221224560 3221223056 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 119286 117856 1116 68 0 119218 0
[pid=20960] vsize: 477144
Current children cumulated CPU time (s) 911.37
Current children cumulated vsize (Kb) 477144

[startup+930.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 119020 0 0 0 91345 787 0 0 25 0 1 0 1725900196 491294720 118526 4294967295 134512640 134736556 3221224560 3221223152 134551076 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 119945 118526 1116 68 0 119877 0
[pid=20960] vsize: 479780
Current children cumulated CPU time (s) 921.32
Current children cumulated vsize (Kb) 479780

[startup+940.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 121179 0 0 0 92317 801 0 0 25 0 1 0 1725900196 500277248 120684 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 122138 120684 1116 68 0 122070 0
[pid=20960] vsize: 488552
Current children cumulated CPU time (s) 931.18
Current children cumulated vsize (Kb) 488552

[startup+950.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 124296 0 0 0 93288 817 0 0 25 0 1 0 1725900196 510873600 123259 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 124725 123259 1116 68 0 124657 0
[pid=20960] vsize: 498900
Current children cumulated CPU time (s) 941.05
Current children cumulated vsize (Kb) 498900

[startup+960.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 125926 0 0 0 94265 829 0 0 25 0 1 0 1725900196 517533696 124889 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 126351 124889 1116 68 0 126283 0
[pid=20960] vsize: 505404
Current children cumulated CPU time (s) 950.94
Current children cumulated vsize (Kb) 505404

[startup+970.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 127090 0 0 0 95253 836 0 0 25 0 1 0 1725900196 522264576 126053 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 127506 126053 1116 68 0 127438 0
[pid=20960] vsize: 510024
Current children cumulated CPU time (s) 960.89
Current children cumulated vsize (Kb) 510024

[startup+980.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 127375 0 0 0 96248 838 0 0 25 0 1 0 1725900196 523476992 126338 4294967295 134512640 134736556 3221224560 3221223164 134537491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 127802 126338 1116 68 0 127734 0
[pid=20960] vsize: 511208
Current children cumulated CPU time (s) 970.86
Current children cumulated vsize (Kb) 511208

[startup+990.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 127847 0 0 0 97241 841 0 0 25 0 1 0 1725900196 525369344 126810 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 128264 126810 1116 68 0 128196 0
[pid=20960] vsize: 513056
Current children cumulated CPU time (s) 980.82
Current children cumulated vsize (Kb) 513056

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 128518 0 0 0 98235 844 0 0 25 0 1 0 1725900196 528072704 127481 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 128924 127481 1116 68 0 128856 0
[pid=20960] vsize: 515696
Current children cumulated CPU time (s) 990.79
Current children cumulated vsize (Kb) 515696

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 129704 0 0 0 99220 851 0 0 25 0 1 0 1725900196 532938752 128665 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 130112 128665 1116 68 0 130044 0
[pid=20960] vsize: 520448
Current children cumulated CPU time (s) 1000.71
Current children cumulated vsize (Kb) 520448

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 131910 0 0 0 100192 863 0 0 25 0 1 0 1725900196 542023680 130868 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 132330 130868 1116 68 0 132262 0
[pid=20960] vsize: 529320
Current children cumulated CPU time (s) 1010.55
Current children cumulated vsize (Kb) 529320

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 134235 0 0 0 101160 877 0 0 25 0 1 0 1725900196 551485440 133193 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 134640 133193 1116 68 0 134572 0
[pid=20960] vsize: 538560
Current children cumulated CPU time (s) 1020.37
Current children cumulated vsize (Kb) 538560

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 135508 0 0 0 102144 885 0 0 25 0 1 0 1725900196 556818432 134462 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 135942 134462 1116 68 0 135874 0
[pid=20960] vsize: 543768
Current children cumulated CPU time (s) 1030.29
Current children cumulated vsize (Kb) 543768

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 135827 0 0 0 103139 888 0 0 25 0 1 0 1725900196 558034944 134781 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 136239 134781 1116 68 0 136171 0
[pid=20960] vsize: 544956
Current children cumulated CPU time (s) 1040.27
Current children cumulated vsize (Kb) 544956

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 137517 0 0 0 104117 897 0 0 25 0 1 0 1725900196 564928512 136471 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 137922 136471 1116 68 0 137854 0
[pid=20960] vsize: 551688
Current children cumulated CPU time (s) 1050.14
Current children cumulated vsize (Kb) 551688

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 138796 0 0 0 105099 906 0 0 25 0 1 0 1725900196 570200064 137750 4294967295 134512640 134736556 3221224560 3221223116 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 139209 137750 1116 68 0 139141 0
[pid=20960] vsize: 556836
Current children cumulated CPU time (s) 1060.05
Current children cumulated vsize (Kb) 556836

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20960
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 139102 0 0 0 106095 908 0 0 25 0 1 0 1725900196 571416576 138056 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 139506 138056 1116 68 0 139438 0
[pid=20960] vsize: 558024
Current children cumulated CPU time (s) 1070.03
Current children cumulated vsize (Kb) 558024

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 139944 0 0 0 107083 915 0 0 25 0 1 0 1725900196 574930944 138898 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 140364 138898 1116 68 0 140296 0
[pid=20960] vsize: 561456
Current children cumulated CPU time (s) 1079.98
Current children cumulated vsize (Kb) 561456

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 141775 0 0 0 108060 927 0 0 25 0 1 0 1725900196 582365184 140729 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 142179 140729 1116 68 0 142111 0
[pid=20960] vsize: 568716
Current children cumulated CPU time (s) 1089.87
Current children cumulated vsize (Kb) 568716

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.96 1/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) T 20959 20960 17733 0 -1 0 144178 0 0 0 109031 941 0 0 25 0 1 0 1725900196 592359424 143128 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20960/statm): 144619 143128 1116 68 0 144551 0
[pid=20960] vsize: 578476
Current children cumulated CPU time (s) 1099.72
Current children cumulated vsize (Kb) 578476

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 145967 0 0 0 110006 953 0 0 25 0 1 0 1725900196 599588864 144912 4294967295 134512640 134736556 3221224560 3221223204 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 146384 144912 1116 68 0 146316 0
[pid=20960] vsize: 585536
Current children cumulated CPU time (s) 1109.59
Current children cumulated vsize (Kb) 585536

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 146230 0 0 0 111002 955 0 0 25 0 1 0 1725900196 600670208 145175 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 146648 145175 1116 68 0 146580 0
[pid=20960] vsize: 586592
Current children cumulated CPU time (s) 1119.57
Current children cumulated vsize (Kb) 586592

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 146724 0 0 0 111995 958 0 0 25 0 1 0 1725900196 602697728 145669 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 147143 145670 1116 68 0 147075 0
[pid=20960] vsize: 588572
Current children cumulated CPU time (s) 1129.53
Current children cumulated vsize (Kb) 588572

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 147761 0 0 0 112981 965 0 0 25 0 1 0 1725900196 607084544 146697 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 148214 146697 1116 68 0 148146 0
[pid=20960] vsize: 592856
Current children cumulated CPU time (s) 1139.46
Current children cumulated vsize (Kb) 592856

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 148370 0 0 0 113974 967 0 0 25 0 1 0 1725900196 609517568 147306 4294967295 134512640 134736556 3221224560 3221223216 134528776 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 148808 147306 1116 68 0 148740 0
[pid=20960] vsize: 595232
Current children cumulated CPU time (s) 1149.41
Current children cumulated vsize (Kb) 595232

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 148837 0 0 0 114967 970 0 0 25 0 1 0 1725900196 611409920 147773 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 149270 147773 1116 68 0 149202 0
[pid=20960] vsize: 597080
Current children cumulated CPU time (s) 1159.37
Current children cumulated vsize (Kb) 597080

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 149194 0 0 0 115961 973 0 0 25 0 1 0 1725900196 612966400 148126 4294967295 134512640 134736556 3221224560 3221223152 134536153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20960/statm): 149650 148126 1116 68 0 149582 0
[pid=20960] vsize: 598600
Current children cumulated CPU time (s) 1169.34
Current children cumulated vsize (Kb) 598600

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 149905 0 0 0 116951 977 0 0 25 0 1 0 1725900196 615804928 148837 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 150343 148837 1116 68 0 150275 0
[pid=20960] vsize: 601372
Current children cumulated CPU time (s) 1179.28
Current children cumulated vsize (Kb) 601372

[startup+1200.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 20962
Raw data (/proc/20960/stat): 20960 (bsolo) R 20959 20960 17733 0 -1 0 150730 0 0 0 117940 982 0 0 25 0 1 0 1725900196 619184128 149662 4294967295 134512640 134736556 3221224560 3221223296 134529337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20960/statm): 151168 149662 1116 68 0 151100 0
[pid=20960] vsize: 604672
Current children cumulated CPU time (s) 1189.22
Current children cumulated vsize (Kb) 604672
One traced child (pid=20960) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1206.15
CPU time (s): 1195.29
CPU user time (s): 1185.15
CPU system time (s): 10.1415
CPU usage (%): 99.0995
Max. virtual memory (cumulated for all children) (Kb): 604672

Verifier Data

Verifier:	OK	36864