Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-bk4x3.opb
MD5SUM03cb86a701c2d8e08ff4c99e11fac5c4
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 358400
Optimality of the best value was proved YES
Number of terms in the objective function 372
Biggest coefficient in the objective function 2684354560
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 36507467742
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 2684354560
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 36507467742
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark26.298
Number of variables372
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint31
Maximum length of a constraint120

Trace number 3844

Launcher Data

LAUNCH ON wulflinc29 THE 2005-09-19 03:00:40 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=706 boxname=wulflinc29 idbench=706 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  03cb86a701c2d8e08ff4c99e11fac5c4  /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-bk4x3.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-bk4x3.opb
IDLAUNCH: 706
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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	: 3
cpu MHz		: 451.020
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:        899680 kB
Buffers:         34476 kB
Cached:          71084 kB
SwapCached:        792 kB
Active:          47720 kB
Inactive:        60504 kB
HighTotal:      131008 kB
HighFree:        58884 kB
LowTotal:       903652 kB
LowFree:        840796 kB
SwapTotal:     2097892 kB
SwapFree:      2096664 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            21052 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 03:20:43 (client local time) WITH STATUS 10 IN 1195.21 SECONDS
stats: 706 0 1195.21 10

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 372 variables and 26 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.131
c After prepocess the problem consists of 190 variables and 26 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 190 #Dec: 643 LB: 0 @ 0.324
c Restart #2 #Var: 190 #Dec: 1521 LB: 0 @ 0.747
c Restart #3 #Var: 190 #Dec: 2390 LB: 0 @ 1.666
c Restart #4 #Var: 190 #Dec: 4212 LB: 0 @ 2.527
c NEW SOLUTION FOUND: 473088 @ 3.39 @ #Dec. 5712
c NEW SOLUTION FOUND: 466944 @ 3.406 @ #Dec. 5723
c NEW SOLUTION FOUND: 458752 @ 3.423 @ #Dec. 5736
c NEW SOLUTION FOUND: 440320 @ 3.453 @ #Dec. 5759
c NEW SOLUTION FOUND: 430080 @ 4.592 @ #Dec. 6548
c NEW SOLUTION FOUND: 428032 @ 4.619 @ #Dec. 6568
c NEW SOLUTION FOUND: 413696 @ 4.67 @ #Dec. 6635
c Restart #5 #Var: 190 #Dec: 7945 LB: 0 @ 6.56
c Restart #6 #Var: 190 #Dec: 9412 LB: 0 @ 8.065
c Restart #7 #Var: 190 #Dec: 11457 LB: 0 @ 10.219
c Restart #8 #Var: 190 #Dec: 13775 LB: 0 @ 11.516
c CHANGE to MIS mode... 	UB: 413696	MIS: 0	LPR: -2147483648 (0)	Diff: -0
c Restart #0 #Var: 190 #Dec: 15874 LB: 0 @ 14.326
c Restart #1 #Var: 190 #Dec: 16113 LB: 0 @ 14.712
c Restart #2 #Var: 190 #Dec: 16535 LB: 0 @ 15.615
c Restart #3 #Var: 190 #Dec: 17206 LB: 0 @ 16.823
c Restart #4 #Var: 190 #Dec: 18065 LB: 0 @ 18.295
c Restart #5 #Var: 190 #Dec: 19330 LB: 0 @ 20.257
c Restart #6 #Var: 190 #Dec: 20637 LB: 0 @ 22.61
c Restart #7 #Var: 190 #Dec: 22079 LB: 0 @ 26.431
c NEW SOLUTION FOUND: 395276 @ 26.532 @ #Dec. 22130
c Restart #8 #Var: 190 #Dec: 23999 LB: 0 @ 32.052
c Restart #9 #Var: 190 #Dec: 26249 LB: 0 @ 35.354
c Restart #10 #Var: 190 #Dec: 28446 LB: 0 @ 38.876
c Restart #11 #Var: 190 #Dec: 30821 LB: 0 @ 41.742
c Restart #12 #Var: 190 #Dec: 33352 LB: 0 @ 45.572
c Restart #13 #Var: 190 #Dec: 36093 LB: 0 @ 49.946
c Restart #14 #Var: 190 #Dec: 38973 LB: 0 @ 54.081
c Restart #15 #Var: 190 #Dec: 42457 LB: 0 @ 58.03
c Restart #16 #Var: 190 #Dec: 45745 LB: 0 @ 60.375
c Restart #17 #Var: 190 #Dec: 49209 LB: 0 @ 67.655
c Restart #18 #Var: 190 #Dec: 53007 LB: 0 @ 79.943
c Restart #19 #Var: 190 #Dec: 56864 LB: 0 @ 89.037
c Restart #20 #Var: 190 #Dec: 62918 LB: 0 @ 112.94
c Restart #21 #Var: 190 #Dec: 67592 LB: 0 @ 132.91
c Restart #22 #Var: 190 #Dec: 72916 LB: 0 @ 173.06
c Restart #23 #Var: 190 #Dec: 77829 LB: 0 @ 224.26
c Restart #24 #Var: 190 #Dec: 83062 LB: 0 @ 250.98
c Restart #25 #Var: 190 #Dec: 88140 LB: 0 @ 263.49
c Restart #26 #Var: 190 #Dec: 93431 LB: 0 @ 289.97
c Restart #27 #Var: 190 #Dec: 99202 LB: 0 @ 387.73
c Restart #28 #Var: 190 #Dec: 104920 LB: 0 @ 496.92
c Restart #29 #Var: 190 #Dec: 110748 LB: 0 @ 581.07
c Restart #30 #Var: 190 #Dec: 116796 LB: 0 @ 722.01
c Restart #31 #Var: 190 #Dec: 123027 LB: 0 @ 735.74
c Restart #32 #Var: 190 #Dec: 129507 LB: 0 @ 754.08
c Restart #33 #Var: 190 #Dec: 136182 LB: 0 @ 781.42
c Restart #34 #Var: 190 #Dec: 143052 LB: 0 @ 790.21
c Restart #35 #Var: 190 #Dec: 150156 LB: 0 @ 825.32
c Restart #36 #Var: 190 #Dec: 158012 LB: 0 @ 901.07
c Restart #37 #Var: 190 #Dec: 165691 LB: 0 @ 982.94
c Restart #38 #Var: 190 #Dec: 173778 LB: 0 @ 1098
c Restart #39 #Var: 190 #Dec: 181940 LB: 0 @ 1126.1
c Restart #40 #Var: 190 #Dec: 190012 LB: 0 @ 1180.6
s SATISFIABLE
v -X0_bit_10 -X0_bit_9 -X0_bit_8 -X0_bit_7 -X0_bit_6 -X0_bit_5 -X0_bit_4 -X0_bit_3 -X0_bit_2 -X0_bit_1 -X0_bit0 -X0_bit1 -X0_bit2 -X0_bit3 -X0_bit4 -X0_bit5 -X0_bit6 -X0_bit7 -X0_bit8 -X0_bit9 -X0_bit10 -X0_bit11 -X0_bit12 -X0_bit13 -X0_bit14 -X0_bit15 -X0_bit16 -X0_bit17 -X0_bit18 -X0_bit19 -X1_bit_10 -X1_bit_9 -X1_bit_8 -X1_bit_7 -X1_bit_6 -X1_bit_5 -X1_bit_4 -X1_bit_3 -X1_bit_2 -X1_bit_1 -X1_bit0 X1_bit1 -X1_bit2 X1_bit3 -X1_bit4 -X1_bit5 -X1_bit6 -X1_bit7 -X1_bit8 -X1_bit9 -X1_bit10 -X1_bit11 -X1_bit12 -X1_bit13 -X1_bit14 -X1_bit15 -X1_bit16 -X1_bit17 -X1_bit18 -X1_bit19 -X2_bit_10 -X2_bit_9 -X2_bit_8 -X2_bit_7 -X2_bit_6 -X2_bit_5 -X2_bit_4 -X2_bit_3 -X2_bit_2 -X2_bit_1 -X2_bit0 -X2_bit1 -X2_bit2 -X2_bit3 -X2_bit4 -X2_bit5 -X2_bit6 -X2_bit7 -X2_bit8 -X2_bit9 -X2_bit10 -X2_bit11 -X2_bit12 -X2_bit13 -X2_bit14 -X2_bit15 -X2_bit16 -X2_bit17 -X2_bit18 -X2_bit19 X3_bit_10 X3_bit_9 -X3_bit_8 -X3_bit_7 -X3_bit_6 -X3_bit_5 -X3_bit_4 -X3_bit_3 -X3_bit_2 -X3_bit_1 -X3_bit0 -X3_bit1 X3_bit2 -X3_bit3 -X3_bit4 -X3_bit5 -X3_bit6 -X3_bit7 -X3_bit8 -X3_bit9 -X3_bit10 -X3_bit11 -X3_bit12 -X3_bit13 -X3_bit14 -X3_bit15 -X3_bit16 -X3_bit17 -X3_bit18 -X3_bit19 X4_bit_10 -X4_bit_9 X4_bit_8 X4_bit_7 X4_bit_6 X4_bit_5 X4_bit_4 X4_bit_3 X4_bit_2 X4_bit_1 X4_bit0 X4_bit1 X4_bit2 X4_bit3 -X4_bit4 -X4_bit5 -X4_bit6 -X4_bit7 -X4_bit8 -X4_bit9 -X4_bit10 -X4_bit11 -X4_bit12 -X4_bit13 -X4_bit14 -X4_bit15 -X4_bit16 -X4_bit17 -X4_bit18 -X4_bit19 -X5_bit_10 -X5_bit_9 -X5_bit_8 -X5_bit_7 -X5_bit_6 -X5_bit_5 -X5_bit_4 -X5_bit_3 -X5_bit_2 -X5_bit_1 -X5_bit0 X5_bit1 -X5_bit2 X5_bit3 -X5_bit4 -X5_bit5 -X5_bit6 -X5_bit7 -X5_bit8 -X5_bit9 -X5_bit10 -X5_bit11 -X5_bit12 -X5_bit13 -X5_bit14 -X5_bit15 -X5_bit16 -X5_bit17 -X5_bit18 -X5_bit19 X6_bit_10 -X6_bit_9 X6_bit_8 X6_bit_7 X6_bit_6 X6_bit_5 X6_bit_4 X6_bit_3 X6_bit_2 X6_bit_1 X6_bit0 X6_bit1 X6_bit2 X6_bit3 -X6_bit4 -X6_bit5 -X6_bit6 -X6_bit7 -X6_bit8 -X6_bit9 -X6_bit10 -X6_bit11 -X6_bit12 -X6_bit13 -X6_bit14 -X6_bit15 -X6_bit16 -X6_bit17 -X6_bit18 -X6_bit19 X7_bit_10 X7_bit_9 -X7_bit_8 -X7_bit_7 -X7_bit_6 -X7_bit_5 -X7_bit_4 -X7_bit_3 -X7_bit_2 -X7_bit_1 -X7_bit0 -X7_bit1 -X7_bit2 X7_bit3 X7_bit4 -X7_bit5 -X7_bit6 -X7_bit7 -X7_bit8 -X7_bit9 -X7_bit10 -X7_bit11 -X7_bit12 -X7_bit13 -X7_bit14 -X7_bit15 -X7_bit16 -X7_bit17 -X7_bit18 -X7_bit19 -X8_bit_10 -X8_bit_9 -X8_bit_8 -X8_bit_7 -X8_bit_6 -X8_bit_5 -X8_bit_4 -X8_bit_3 -X8_bit_2 -X8_bit_1 -X8_bit0 -X8_bit1 -X8_bit2 -X8_bit3 -X8_bit4 -X8_bit5 -X8_bit6 -X8_bit7 -X8_bit8 -X8_bit9 -X8_bit10 -X8_bit11 -X8_bit12 -X8_bit13 -X8_bit14 -X8_bit15 -X8_bit16 -X8_bit17 -X8_bit18 -X8_bit19 -X9_bit_10 -X9_bit_9 -X9_bit_8 -X9_bit_7 -X9_bit_6 -X9_bit_5 -X9_bit_4 -X9_bit_3 -X9_bit_2 -X9_bit_1 -X9_bit0 -X9_bit1 -X9_bit2 -X9_bit3 -X9_bit4 -X9_bit5 -X9_bit6 -X9_bit7 -X9_bit8 -X9_bit9 -X9_bit10 -X9_bit11 -X9_bit12 -X9_bit13 -X9_bit14 -X9_bit15 -X9_bit16 -X9_bit17 -X9_bit18 -X9_bit19 -X10_bit_10 -X10_bit_9 -X10_bit_8 -X10_bit_7 -X10_bit_6 -X10_bit_5 -X10_bit_4 -X10_bit_3 -X10_bit_2 -X10_bit_1 -X10_bit0 -X10_bit1 -X10_bit2 -X10_bit3 -X10_bit4 -X10_bit5 -X10_bit6 -X10_bit7 -X10_bit8 -X10_bit9 -X10_bit10 -X10_bit11 -X10_bit12 -X10_bit13 -X10_bit14 -X10_bit15 -X10_bit16 -X10_bit17 -X10_bit18 -X10_bit19 -X11_bit_10 -X11_bit_9 -X11_bit_8 -X11_bit_7 -X11_bit_6 -X11_bit_5 -X11_bit_4 -X11_bit_3 -X11_bit_2 -X11_bit_1 -X11_bit0 -X11_bit1 X11_bit2 -X11_bit3 X11_bit4 -X11_bit5 -X11_bit6 -X11_bit7 -X11_bit8 -X11_bit9 -X11_bit10 -X11_bit11 -X11_bit12 -X11_bit13 -X11_bit14 -X11_bit15 -X11_bit16 -X11_bit17 -X11_bit18 -X11_bit19 -Y0_bit0 Y1_bit0 -Y2_bit0 Y3_bit0 Y4_bit0 Y5_bit0 Y6_bit0 Y7_bit0 -Y8_bit0 -Y9_bit0 -Y10_bit0 Y11_bit0 
c Cost: 395276
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/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1846479722 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 107 3 90 68 0 39 0
[pid=27143] 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/wulflinc29/normalized-mps-v2-20-10-bk4x3.opb

[startup+10.0025 s]
Raw data (loadavg): 1.01 1.09 1.07 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 1577 0 0 0 942 22 0 0 25 0 1 0 1846479722 9560064 1488 4294967295 134512640 134736556 3221224560 3221223136 134543155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 2334 1488 1116 68 0 2266 0
[pid=27143] vsize: 9336
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (Kb) 9336

[startup+20.0033 s]
Raw data (loadavg): 1.01 1.09 1.07 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 4787 0 0 0 1894 42 0 0 25 0 1 0 1846479722 22659072 4698 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 5532 4698 1116 68 0 5464 0
[pid=27143] vsize: 22128
Current children cumulated CPU time (s) 19.36
Current children cumulated vsize (Kb) 22128

[startup+30.0041 s]
Raw data (loadavg): 1.01 1.08 1.07 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 7236 0 0 0 2863 57 0 0 25 0 1 0 1846479722 32665600 7147 4294967295 134512640 134736556 3221224560 3221223224 134694480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 7975 7147 1116 68 0 7907 0
[pid=27143] vsize: 31900
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (Kb) 31900

[startup+40.0049 s]
Raw data (loadavg): 1.01 1.08 1.07 1/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 9664 0 0 0 3829 73 0 0 25 0 1 0 1846479722 42668032 9575 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 10417 9575 1116 68 0 10349 0
[pid=27143] vsize: 41668
Current children cumulated CPU time (s) 39.02
Current children cumulated vsize (Kb) 41668

[startup+50.0057 s]
Raw data (loadavg): 1.00 1.08 1.07 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 13014 0 0 0 4785 91 0 0 25 0 1 0 1846479722 56418304 12925 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 13774 12925 1116 68 0 13706 0
[pid=27143] vsize: 55096
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (Kb) 55096

[startup+60.0065 s]
Raw data (loadavg): 1.00 1.07 1.07 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 16331 0 0 0 5736 114 0 0 25 0 1 0 1846479722 69779456 16208 4294967295 134512640 134736556 3221224560 3221223208 134608240 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 17036 16208 1116 68 0 16968 0
[pid=27143] vsize: 68144
Current children cumulated CPU time (s) 58.5
Current children cumulated vsize (Kb) 68144

[startup+70.0072 s]
Raw data (loadavg): 1.00 1.07 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 21606 0 0 0 6691 137 0 0 25 0 1 0 1846479722 91402240 21483 4294967295 134512640 134736556 3221224560 3221223152 134544631 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 22315 21483 1116 68 0 22247 0
[pid=27143] vsize: 89260
Current children cumulated CPU time (s) 68.28
Current children cumulated vsize (Kb) 89260

[startup+80.008 s]
Raw data (loadavg): 1.00 1.07 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 23831 0 0 0 7668 148 0 0 25 0 1 0 1846479722 100585472 23708 4294967295 134512640 134736556 3221224560 3221223072 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 24557 23708 1116 68 0 24489 0
[pid=27143] vsize: 98228
Current children cumulated CPU time (s) 78.16
Current children cumulated vsize (Kb) 98228

[startup+90.0088 s]
Raw data (loadavg): 1.00 1.07 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 24533 0 0 0 8642 158 0 0 25 0 1 0 1846479722 103424000 24410 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 25250 24410 1116 68 0 25182 0
[pid=27143] vsize: 101000
Current children cumulated CPU time (s) 88
Current children cumulated vsize (Kb) 101000

[startup+100.01 s]
Raw data (loadavg): 1.00 1.06 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 24946 0 0 0 9618 168 0 0 25 0 1 0 1846479722 105181184 24823 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 25679 24823 1116 68 0 25611 0
[pid=27143] vsize: 102716
Current children cumulated CPU time (s) 97.86
Current children cumulated vsize (Kb) 102716

[startup+110.01 s]
Raw data (loadavg): 1.00 1.06 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 25267 0 0 0 10607 172 0 0 25 0 1 0 1846479722 106397696 25144 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 25976 25144 1116 68 0 25908 0
[pid=27143] vsize: 103904
Current children cumulated CPU time (s) 107.79
Current children cumulated vsize (Kb) 103904

[startup+120.011 s]
Raw data (loadavg): 1.00 1.06 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 26200 0 0 0 11589 180 0 0 25 0 1 0 1846479722 110297088 26077 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 26928 26077 1116 68 0 26860 0
[pid=27143] vsize: 107712
Current children cumulated CPU time (s) 117.69
Current children cumulated vsize (Kb) 107712

[startup+130.011 s]
Raw data (loadavg): 1.00 1.06 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 27192 0 0 0 12575 188 0 0 25 0 1 0 1846479722 114339840 27069 4294967295 134512640 134736556 3221224560 3221223136 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 27915 27069 1116 68 0 27847 0
[pid=27143] vsize: 111660
Current children cumulated CPU time (s) 127.63
Current children cumulated vsize (Kb) 111660

[startup+140.012 s]
Raw data (loadavg): 1.00 1.05 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 29117 0 0 0 13551 199 0 0 25 0 1 0 1846479722 121757696 28893 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 29726 28893 1116 68 0 29658 0
[pid=27143] vsize: 118904
Current children cumulated CPU time (s) 137.5
Current children cumulated vsize (Kb) 118904

[startup+150.013 s]
Raw data (loadavg): 1.00 1.05 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 29897 0 0 0 14544 203 0 0 25 0 1 0 1846479722 125001728 29673 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 30518 29673 1116 68 0 30450 0
[pid=27143] vsize: 122072
Current children cumulated CPU time (s) 147.47
Current children cumulated vsize (Kb) 122072

[startup+160.012 s]
Raw data (loadavg): 1.00 1.05 1.06 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 30640 0 0 0 15538 206 0 0 25 0 1 0 1846479722 128102400 30416 4294967295 134512640 134736556 3221224560 3221223272 134694484 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 31275 30416 1116 68 0 31207 0
[pid=27143] vsize: 125100
Current children cumulated CPU time (s) 157.44
Current children cumulated vsize (Kb) 125100

[startup+170.013 s]
Raw data (loadavg): 1.00 1.05 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 31353 0 0 0 16530 211 0 0 25 0 1 0 1846479722 130940928 31129 4294967295 134512640 134736556 3221224560 3221223168 134608123 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 31968 31129 1116 68 0 31900 0
[pid=27143] vsize: 127872
Current children cumulated CPU time (s) 167.41
Current children cumulated vsize (Kb) 127872

[startup+180.013 s]
Raw data (loadavg): 1.00 1.05 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 32050 0 0 0 17517 217 0 0 25 0 1 0 1846479722 133779456 31826 4294967295 134512640 134736556 3221224560 3221223164 134537491 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 32661 31826 1116 68 0 32593 0
[pid=27143] vsize: 130644
Current children cumulated CPU time (s) 177.34
Current children cumulated vsize (Kb) 130644

[startup+190.015 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 32397 0 0 0 18509 221 0 0 25 0 1 0 1846479722 135258112 32173 4294967295 134512640 134736556 3221224560 3221223236 134529471 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 33022 32173 1116 68 0 32954 0
[pid=27143] vsize: 132088
Current children cumulated CPU time (s) 187.3
Current children cumulated vsize (Kb) 132088

[startup+200.015 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 32688 0 0 0 19500 225 0 0 25 0 1 0 1846479722 136474624 32464 4294967295 134512640 134736556 3221224560 3221223248 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 33319 32464 1116 68 0 33251 0
[pid=27143] vsize: 133276
Current children cumulated CPU time (s) 197.25
Current children cumulated vsize (Kb) 133276

[startup+210.015 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 33015 0 0 0 20494 228 0 0 25 0 1 0 1846479722 137822208 32791 4294967295 134512640 134736556 3221224560 3221223176 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 33648 32791 1116 68 0 33580 0
[pid=27143] vsize: 134592
Current children cumulated CPU time (s) 207.22
Current children cumulated vsize (Kb) 134592

[startup+220.016 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 33340 0 0 0 21489 230 0 0 25 0 1 0 1846479722 139173888 33116 4294967295 134512640 134736556 3221224560 3221223248 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 33978 33116 1116 68 0 33910 0
[pid=27143] vsize: 135912
Current children cumulated CPU time (s) 217.19
Current children cumulated vsize (Kb) 135912

[startup+230.017 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 34030 0 0 0 22479 233 0 0 25 0 1 0 1846479722 142000128 33806 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 34668 33806 1116 68 0 34600 0
[pid=27143] vsize: 138672
Current children cumulated CPU time (s) 227.12
Current children cumulated vsize (Kb) 138672

[startup+240.018 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 34457 0 0 0 23468 237 0 0 25 0 1 0 1846479722 143757312 34233 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 35097 34233 1116 68 0 35029 0
[pid=27143] vsize: 140388
Current children cumulated CPU time (s) 237.05
Current children cumulated vsize (Kb) 140388

[startup+250.018 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 34956 0 0 0 24455 243 0 0 25 0 1 0 1846479722 145776640 34732 4294967295 134512640 134736556 3221224560 3221223184 134528726 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 35590 34732 1116 68 0 35522 0
[pid=27143] vsize: 142360
Current children cumulated CPU time (s) 246.98
Current children cumulated vsize (Kb) 142360

[startup+260.019 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 36515 0 0 0 25426 256 0 0 25 0 1 0 1846479722 152121344 36291 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 37139 36291 1116 68 0 37071 0
[pid=27143] vsize: 148556
Current children cumulated CPU time (s) 256.82
Current children cumulated vsize (Kb) 148556

[startup+270.02 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 37872 0 0 0 26409 264 0 0 25 0 1 0 1846479722 157700096 37647 4294967295 134512640 134736556 3221224560 3221223228 134553304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 38501 37647 1116 68 0 38433 0
[pid=27143] vsize: 154004
Current children cumulated CPU time (s) 266.73
Current children cumulated vsize (Kb) 154004

[startup+280.02 s]
Raw data (loadavg): 1.00 1.03 1.04 1/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 38765 0 0 0 27398 269 0 0 25 0 1 0 1846479722 161337344 38540 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 39389 38540 1116 68 0 39321 0
[pid=27143] vsize: 157556
Current children cumulated CPU time (s) 276.67
Current children cumulated vsize (Kb) 157556

[startup+290.038 s]
Raw data (loadavg): 1.00 1.03 1.04 1/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 40325 0 0 0 28375 280 0 0 25 0 1 0 1846479722 167825408 40100 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 40973 40100 1116 68 0 40905 0
[pid=27143] vsize: 163892
Current children cumulated CPU time (s) 286.55
Current children cumulated vsize (Kb) 163892

[startup+300.038 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 41649 0 0 0 29361 286 0 0 25 0 1 0 1846479722 173232128 41424 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 42293 41424 1116 68 0 42225 0
[pid=27143] vsize: 169172
Current children cumulated CPU time (s) 296.47
Current children cumulated vsize (Kb) 169172

[startup+310.038 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 41885 0 0 0 30356 289 0 0 25 0 1 0 1846479722 174178304 41660 4294967295 134512640 134736556 3221224560 3221223060 1077378623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 42524 41660 1116 68 0 42456 0
[pid=27143] vsize: 170096
Current children cumulated CPU time (s) 306.45
Current children cumulated vsize (Kb) 170096

[startup+320.039 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 42160 0 0 0 31351 291 0 0 25 0 1 0 1846479722 175255552 41935 4294967295 134512640 134736556 3221224560 3221223088 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 42787 41936 1116 68 0 42719 0
[pid=27143] vsize: 171148
Current children cumulated CPU time (s) 316.42
Current children cumulated vsize (Kb) 171148

[startup+330.04 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 42440 0 0 0 32345 294 0 0 25 0 1 0 1846479722 176472064 42215 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 43084 42215 1116 68 0 43016 0
[pid=27143] vsize: 172336
Current children cumulated CPU time (s) 326.39
Current children cumulated vsize (Kb) 172336

[startup+340.04 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 42720 0 0 0 33340 297 0 0 25 0 1 0 1846479722 177553408 42495 4294967295 134512640 134736556 3221224560 3221223136 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 43348 42495 1116 68 0 43280 0
[pid=27143] vsize: 173392
Current children cumulated CPU time (s) 336.37
Current children cumulated vsize (Kb) 173392

[startup+350.041 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 43007 0 0 0 34334 299 0 0 25 0 1 0 1846479722 178769920 42782 4294967295 134512640 134736556 3221224560 3221223084 134536679 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 43645 42782 1116 68 0 43577 0
[pid=27143] vsize: 174580
Current children cumulated CPU time (s) 346.33
Current children cumulated vsize (Kb) 174580

[startup+360.042 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 43287 0 0 0 35328 303 0 0 21 0 1 0 1846479722 179986432 43062 4294967295 134512640 134736556 3221224560 3221223172 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 43942 43062 1116 68 0 43874 0
[pid=27143] vsize: 175768
Current children cumulated CPU time (s) 356.31
Current children cumulated vsize (Kb) 175768

[startup+370.043 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 43489 0 0 0 36324 305 0 0 25 0 1 0 1846479722 180797440 43264 4294967295 134512640 134736556 3221224560 3221223084 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 44140 43264 1116 68 0 44072 0
[pid=27143] vsize: 176560
Current children cumulated CPU time (s) 366.29
Current children cumulated vsize (Kb) 176560

[startup+380.044 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 43716 0 0 0 37321 307 0 0 25 0 1 0 1846479722 181743616 43491 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 44371 43491 1116 68 0 44303 0
[pid=27143] vsize: 177484
Current children cumulated CPU time (s) 376.28
Current children cumulated vsize (Kb) 177484

[startup+390.044 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 43980 0 0 0 38316 309 0 0 25 0 1 0 1846479722 182824960 43755 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 44635 43755 1116 68 0 44567 0
[pid=27143] vsize: 178540
Current children cumulated CPU time (s) 386.25
Current children cumulated vsize (Kb) 178540

[startup+400.045 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 44849 0 0 0 39306 315 0 0 25 0 1 0 1846479722 186339328 44624 4294967295 134512640 134736556 3221224560 3221223316 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 45493 44624 1116 68 0 45425 0
[pid=27143] vsize: 181972
Current children cumulated CPU time (s) 396.21
Current children cumulated vsize (Kb) 181972

[startup+410.046 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 45168 0 0 0 40300 317 0 0 25 0 1 0 1846479722 187691008 44943 4294967295 134512640 134736556 3221224560 3221223164 134554110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 45823 44943 1116 68 0 45755 0
[pid=27143] vsize: 183292
Current children cumulated CPU time (s) 406.17
Current children cumulated vsize (Kb) 183292

[startup+420.047 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 45479 0 0 0 41296 320 0 0 25 0 1 0 1846479722 188907520 45254 4294967295 134512640 134736556 3221224560 3221223248 134597321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 46120 45254 1116 68 0 46052 0
[pid=27143] vsize: 184480
Current children cumulated CPU time (s) 416.16
Current children cumulated vsize (Kb) 184480

[startup+430.048 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 45786 0 0 0 42292 322 0 0 25 0 1 0 1846479722 190119936 45561 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 46416 45561 1116 68 0 46348 0
[pid=27143] vsize: 185664
Current children cumulated CPU time (s) 426.14
Current children cumulated vsize (Kb) 185664

[startup+440.048 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 46094 0 0 0 43289 323 0 0 25 0 1 0 1846479722 191467520 45869 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 46745 45869 1116 68 0 46677 0
[pid=27143] vsize: 186980
Current children cumulated CPU time (s) 436.12
Current children cumulated vsize (Kb) 186980

[startup+450.049 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 46385 0 0 0 44284 325 0 0 25 0 1 0 1846479722 192684032 46160 4294967295 134512640 134736556 3221224560 3221223160 134544553 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 47042 46160 1116 68 0 46974 0
[pid=27143] vsize: 188168
Current children cumulated CPU time (s) 446.09
Current children cumulated vsize (Kb) 188168

[startup+460.049 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 46686 0 0 0 45280 327 0 0 25 0 1 0 1846479722 193896448 46461 4294967295 134512640 134736556 3221224560 3221223280 134529373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 47338 46461 1116 68 0 47270 0
[pid=27143] vsize: 189352
Current children cumulated CPU time (s) 456.07
Current children cumulated vsize (Kb) 189352

[startup+470.05 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 46965 0 0 0 46276 329 0 0 25 0 1 0 1846479722 194990080 46740 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 47605 46740 1116 68 0 47537 0
[pid=27143] vsize: 190420
Current children cumulated CPU time (s) 466.05
Current children cumulated vsize (Kb) 190420

[startup+480.049 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 47231 0 0 0 47274 330 0 0 25 0 1 0 1846479722 196071424 47006 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 47869 47006 1116 68 0 47801 0
[pid=27143] vsize: 191476
Current children cumulated CPU time (s) 476.04
Current children cumulated vsize (Kb) 191476

[startup+490.05 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 47476 0 0 0 48271 332 0 0 25 0 1 0 1846479722 197152768 47251 4294967295 134512640 134736556 3221224560 3221223264 134529227 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 48133 47251 1116 68 0 48065 0
[pid=27143] vsize: 192532
Current children cumulated CPU time (s) 486.03
Current children cumulated vsize (Kb) 192532

[startup+500.051 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 48021 0 0 0 49265 335 0 0 25 0 1 0 1846479722 199315456 47796 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 48661 47796 1116 68 0 48593 0
[pid=27143] vsize: 194644
Current children cumulated CPU time (s) 496
Current children cumulated vsize (Kb) 194644

[startup+510.051 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 48293 0 0 0 50259 337 0 0 25 0 1 0 1846479722 200396800 48068 4294967295 134512640 134736556 3221224560 3221223248 134536470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 48925 48068 1116 68 0 48857 0
[pid=27143] vsize: 195700
Current children cumulated CPU time (s) 505.96
Current children cumulated vsize (Kb) 195700

[startup+520.052 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 48463 0 0 0 51254 340 0 0 25 0 1 0 1846479722 201072640 48238 4294967295 134512640 134736556 3221224560 3221223276 134554079 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49090 48238 1116 68 0 49022 0
[pid=27143] vsize: 196360
Current children cumulated CPU time (s) 515.94
Current children cumulated vsize (Kb) 196360

[startup+530.051 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 48635 0 0 0 52249 342 0 0 25 0 1 0 1846479722 201883648 48410 4294967295 134512640 134736556 3221224560 3221223120 134550993 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49288 48410 1116 68 0 49220 0
[pid=27143] vsize: 197152
Current children cumulated CPU time (s) 525.91
Current children cumulated vsize (Kb) 197152

[startup+540.052 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 48803 0 0 0 53244 344 0 0 25 0 1 0 1846479722 202559488 48578 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49453 48578 1116 68 0 49385 0
[pid=27143] vsize: 197812
Current children cumulated CPU time (s) 535.88
Current children cumulated vsize (Kb) 197812

[startup+550.053 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 48960 0 0 0 54239 346 0 0 25 0 1 0 1846479722 203235328 48735 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49618 48735 1116 68 0 49550 0
[pid=27143] vsize: 198472
Current children cumulated CPU time (s) 545.85
Current children cumulated vsize (Kb) 198472

[startup+560.053 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 49130 0 0 0 55233 349 0 0 25 0 1 0 1846479722 203907072 48905 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49782 48905 1116 68 0 49714 0
[pid=27143] vsize: 199128
Current children cumulated CPU time (s) 555.82
Current children cumulated vsize (Kb) 199128

[startup+570.054 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 49298 0 0 0 56229 349 0 0 25 0 1 0 1846479722 204582912 49073 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 49947 49073 1116 68 0 49879 0
[pid=27143] vsize: 199788
Current children cumulated CPU time (s) 565.78
Current children cumulated vsize (Kb) 199788

[startup+580.053 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 49461 0 0 0 57225 352 0 0 25 0 1 0 1846479722 205254656 49236 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 50111 49236 1116 68 0 50043 0
[pid=27143] vsize: 200444
Current children cumulated CPU time (s) 575.77
Current children cumulated vsize (Kb) 200444

[startup+590.054 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 49738 0 0 0 58220 354 0 0 25 0 1 0 1846479722 206348288 49513 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 50378 49513 1116 68 0 50310 0
[pid=27143] vsize: 201512
Current children cumulated CPU time (s) 585.74
Current children cumulated vsize (Kb) 201512

[startup+600.055 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 50165 0 0 0 59214 357 0 0 25 0 1 0 1846479722 208101376 49940 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 50806 49940 1116 68 0 50738 0
[pid=27143] vsize: 203224
Current children cumulated CPU time (s) 595.71
Current children cumulated vsize (Kb) 203224

[startup+610.056 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 50586 0 0 0 60210 359 0 0 25 0 1 0 1846479722 209854464 50361 4294967295 134512640 134736556 3221224560 3221223116 134543056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 51234 50361 1116 68 0 51166 0
[pid=27143] vsize: 204936
Current children cumulated CPU time (s) 605.69
Current children cumulated vsize (Kb) 204936

[startup+620.056 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 51017 0 0 0 61205 362 0 0 25 0 1 0 1846479722 211623936 50792 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 51666 50792 1116 68 0 51598 0
[pid=27143] vsize: 206664
Current children cumulated CPU time (s) 615.67
Current children cumulated vsize (Kb) 206664

[startup+630.056 s]
Raw data (loadavg): 1.07 1.02 1.02 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 51432 0 0 0 62201 364 0 0 25 0 1 0 1846479722 213377024 51207 4294967295 134512640 134736556 3221224560 3221223232 134536510 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 52094 51207 1116 68 0 52026 0
[pid=27143] vsize: 208376
Current children cumulated CPU time (s) 625.65
Current children cumulated vsize (Kb) 208376

[startup+640.057 s]
Raw data (loadavg): 1.06 1.02 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 51884 0 0 0 63197 365 0 0 25 0 1 0 1846479722 215269376 51657 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 52556 51657 1116 68 0 52488 0
[pid=27143] vsize: 210224
Current children cumulated CPU time (s) 635.62
Current children cumulated vsize (Kb) 210224

[startup+650.058 s]
Raw data (loadavg): 1.05 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 52304 0 0 0 64194 367 0 0 25 0 1 0 1846479722 216895488 52077 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 52953 52077 1116 68 0 52885 0
[pid=27143] vsize: 211812
Current children cumulated CPU time (s) 645.61
Current children cumulated vsize (Kb) 211812

[startup+660.058 s]
Raw data (loadavg): 1.04 1.01 1.01 1/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 52694 0 0 0 65190 370 0 0 25 0 1 0 1846479722 218517504 52467 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 53349 52467 1116 68 0 53281 0
[pid=27143] vsize: 213396
Current children cumulated CPU time (s) 655.6
Current children cumulated vsize (Kb) 213396

[startup+670.058 s]
Raw data (loadavg): 1.04 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 53075 0 0 0 66186 373 0 0 25 0 1 0 1846479722 220135424 52848 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 53744 52848 1116 68 0 53676 0
[pid=27143] vsize: 214976
Current children cumulated CPU time (s) 665.59
Current children cumulated vsize (Kb) 214976

[startup+680.059 s]
Raw data (loadavg): 1.03 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 53412 0 0 0 67182 375 0 0 25 0 1 0 1846479722 221487104 53185 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 54074 53185 1116 68 0 54006 0
[pid=27143] vsize: 216296
Current children cumulated CPU time (s) 675.57
Current children cumulated vsize (Kb) 216296

[startup+690.06 s]
Raw data (loadavg): 1.02 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 54132 0 0 0 68178 377 0 0 25 0 1 0 1846479722 223649792 53705 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 54602 53705 1116 68 0 54534 0
[pid=27143] vsize: 218408
Current children cumulated CPU time (s) 685.55
Current children cumulated vsize (Kb) 218408

[startup+700.06 s]
Raw data (loadavg): 1.02 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 54436 0 0 0 69175 379 0 0 25 0 1 0 1846479722 224862208 54009 4294967295 134512640 134736556 3221224560 3221223184 134537355 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 54898 54009 1116 68 0 54830 0
[pid=27143] vsize: 219592
Current children cumulated CPU time (s) 695.54
Current children cumulated vsize (Kb) 219592

[startup+710.061 s]
Raw data (loadavg): 1.02 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 54736 0 0 0 70170 382 0 0 25 0 1 0 1846479722 226078720 54309 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 55195 54309 1116 68 0 55127 0
[pid=27143] vsize: 220780
Current children cumulated CPU time (s) 705.52
Current children cumulated vsize (Kb) 220780

[startup+720.061 s]
Raw data (loadavg): 1.01 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 55019 0 0 0 71167 384 0 0 25 0 1 0 1846479722 227291136 54591 4294967295 134512640 134736556 3221224560 3221223248 134524335 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 55491 54591 1116 68 0 55423 0
[pid=27143] vsize: 221964
Current children cumulated CPU time (s) 715.51
Current children cumulated vsize (Kb) 221964

[startup+730.061 s]
Raw data (loadavg): 1.01 1.01 1.01 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 55943 0 0 0 72149 393 0 0 25 0 1 0 1846479722 231071744 55515 4294967295 134512640 134736556 3221224560 3221222840 1077377311 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 56414 55515 1116 68 0 56346 0
[pid=27143] vsize: 225656
Current children cumulated CPU time (s) 725.42
Current children cumulated vsize (Kb) 225656

[startup+740.062 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 58058 0 0 0 73123 406 0 0 25 0 1 0 1846479722 239714304 57630 4294967295 134512640 134736556 3221224560 3221223224 134694468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 58524 57630 1116 68 0 58456 0
[pid=27143] vsize: 234096
Current children cumulated CPU time (s) 735.29
Current children cumulated vsize (Kb) 234096

[startup+750.063 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 61201 0 0 0 74096 421 0 0 25 0 1 0 1846479722 252571648 60773 4294967295 134512640 134736556 3221224560 3221223232 134605840 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 61663 60773 1116 68 0 61595 0
[pid=27143] vsize: 246652
Current children cumulated CPU time (s) 745.17
Current children cumulated vsize (Kb) 246652

[startup+760.062 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 61559 0 0 0 75078 428 0 0 25 0 1 0 1846479722 254062592 61130 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 62027 61130 1116 68 0 61959 0
[pid=27143] vsize: 248108
Current children cumulated CPU time (s) 755.06
Current children cumulated vsize (Kb) 248108

[startup+770.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 61788 0 0 0 76076 431 0 0 25 0 1 0 1846479722 255008768 61359 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 62258 61359 1116 68 0 62190 0
[pid=27143] vsize: 249032
Current children cumulated CPU time (s) 765.07
Current children cumulated vsize (Kb) 249032

[startup+780.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 63933 0 0 0 77058 439 0 0 25 0 1 0 1846479722 263802880 63504 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 64405 63504 1116 68 0 64337 0
[pid=27143] vsize: 257620
Current children cumulated CPU time (s) 774.97
Current children cumulated vsize (Kb) 257620

[startup+790.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 67388 0 0 0 78017 458 0 0 25 0 1 0 1846479722 278007808 66954 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 67873 66954 1116 68 0 67805 0
[pid=27143] vsize: 271492
Current children cumulated CPU time (s) 784.75
Current children cumulated vsize (Kb) 271492

[startup+800.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 68407 0 0 0 78988 471 0 0 25 0 1 0 1846479722 282189824 67973 4294967295 134512640 134736556 3221224560 3221223072 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 68894 67973 1116 68 0 68826 0
[pid=27143] vsize: 275576
Current children cumulated CPU time (s) 794.59
Current children cumulated vsize (Kb) 275576

[startup+810.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 70691 0 0 0 79963 483 0 0 25 0 1 0 1846479722 291655680 70257 4294967295 134512640 134736556 3221224560 3221223036 134536684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 71205 70257 1116 68 0 71137 0
[pid=27143] vsize: 284820
Current children cumulated CPU time (s) 804.46
Current children cumulated vsize (Kb) 284820

[startup+820.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 71081 0 0 0 80959 485 0 0 25 0 1 0 1846479722 293142528 70647 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 71568 70647 1116 68 0 71500 0
[pid=27143] vsize: 286272
Current children cumulated CPU time (s) 814.44
Current children cumulated vsize (Kb) 286272

[startup+830.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 72898 0 0 0 81944 493 0 0 25 0 1 0 1846479722 300593152 72464 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 73387 72464 1116 68 0 73319 0
[pid=27143] vsize: 293548
Current children cumulated CPU time (s) 824.37
Current children cumulated vsize (Kb) 293548

[startup+840.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 73712 0 0 0 82929 499 0 0 25 0 1 0 1846479722 303992832 73277 4294967295 134512640 134736556 3221224560 3221223248 134536448 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 74217 73277 1116 68 0 74149 0
[pid=27143] vsize: 296868
Current children cumulated CPU time (s) 834.28
Current children cumulated vsize (Kb) 296868

[startup+850.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74190 0 0 0 83922 502 0 0 25 0 1 0 1846479722 306016256 73754 4294967295 134512640 134736556 3221224560 3221223188 134524881 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 74711 73754 1116 68 0 74643 0
[pid=27143] vsize: 298844
Current children cumulated CPU time (s) 844.24
Current children cumulated vsize (Kb) 298844

[startup+860.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74233 0 0 0 84917 504 0 0 25 0 1 0 1846479722 306151424 73797 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 74744 73797 1116 68 0 74676 0
[pid=27143] vsize: 298976
Current children cumulated CPU time (s) 854.21
Current children cumulated vsize (Kb) 298976

[startup+870.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74299 0 0 0 85911 507 0 0 25 0 1 0 1846479722 306421760 73863 4294967295 134512640 134736556 3221224560 3221223268 134560244 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 74810 73863 1116 68 0 74742 0
[pid=27143] vsize: 299240
Current children cumulated CPU time (s) 864.18
Current children cumulated vsize (Kb) 299240

[startup+880.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74369 0 0 0 86903 510 0 0 25 0 1 0 1846479722 306683904 73933 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 74874 73933 1116 68 0 74806 0
[pid=27143] vsize: 299496
Current children cumulated CPU time (s) 874.13
Current children cumulated vsize (Kb) 299496

[startup+890.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74463 0 0 0 87895 512 0 0 25 0 1 0 1846479722 307089408 74027 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 74973 74027 1116 68 0 74905 0
[pid=27143] vsize: 299892
Current children cumulated CPU time (s) 884.07
Current children cumulated vsize (Kb) 299892

[startup+900.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74528 0 0 0 88889 514 0 0 25 0 1 0 1846479722 307359744 74092 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 75039 74092 1116 68 0 74971 0
[pid=27143] vsize: 300156
Current children cumulated CPU time (s) 894.03
Current children cumulated vsize (Kb) 300156

[startup+910.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 74737 0 0 0 89881 518 0 0 25 0 1 0 1846479722 308301824 74301 4294967295 134512640 134736556 3221224560 3221222976 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 75269 74301 1116 68 0 75201 0
[pid=27143] vsize: 301076
Current children cumulated CPU time (s) 903.99
Current children cumulated vsize (Kb) 301076

[startup+920.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 75373 0 0 0 90874 520 0 0 25 0 1 0 1846479722 310870016 74937 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 75896 74937 1116 68 0 75828 0
[pid=27143] vsize: 303584
Current children cumulated CPU time (s) 913.94
Current children cumulated vsize (Kb) 303584

[startup+930.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 76289 0 0 0 91864 526 0 0 25 0 1 0 1846479722 314654720 75853 4294967295 134512640 134736556 3221224560 3221223232 134631079 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 76820 75853 1116 68 0 76752 0
[pid=27143] vsize: 307280
Current children cumulated CPU time (s) 923.9
Current children cumulated vsize (Kb) 307280

[startup+940.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 77429 0 0 0 92853 531 0 0 25 0 1 0 1846479722 319385600 76993 4294967295 134512640 134736556 3221224560 3221223232 134630717 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 77975 76993 1116 68 0 77907 0
[pid=27143] vsize: 311900
Current children cumulated CPU time (s) 933.84
Current children cumulated vsize (Kb) 311900

[startup+950.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 78371 0 0 0 93841 537 0 0 25 0 1 0 1846479722 323170304 77935 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 78899 77935 1116 68 0 78831 0
[pid=27143] vsize: 315596
Current children cumulated CPU time (s) 943.78
Current children cumulated vsize (Kb) 315596

[startup+960.075 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 79160 0 0 0 94831 542 0 0 25 0 1 0 1846479722 326414336 78724 4294967295 134512640 134736556 3221224560 3221223232 134529206 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 79691 78724 1116 68 0 79623 0
[pid=27143] vsize: 318764
Current children cumulated CPU time (s) 953.73
Current children cumulated vsize (Kb) 318764

[startup+970.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 79718 0 0 0 95822 547 0 0 25 0 1 0 1846479722 328728576 79282 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 80256 79282 1116 68 0 80188 0
[pid=27143] vsize: 321024
Current children cumulated CPU time (s) 963.69
Current children cumulated vsize (Kb) 321024

[startup+980.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 80101 0 0 0 96815 550 0 0 25 0 1 0 1846479722 330350592 79665 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 80652 79665 1116 68 0 80584 0
[pid=27143] vsize: 322608
Current children cumulated CPU time (s) 973.65
Current children cumulated vsize (Kb) 322608

[startup+990.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 80452 0 0 0 97810 553 0 0 25 0 1 0 1846479722 331702272 80016 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 80982 80016 1116 68 0 80914 0
[pid=27143] vsize: 323928
Current children cumulated CPU time (s) 983.63
Current children cumulated vsize (Kb) 323928

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 80452 0 0 0 98807 555 0 0 25 0 1 0 1846479722 331702272 80016 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 80982 80016 1116 68 0 80914 0
[pid=27143] vsize: 323928
Current children cumulated CPU time (s) 993.62
Current children cumulated vsize (Kb) 323928

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 80455 0 0 0 99805 555 0 0 25 0 1 0 1846479722 331702272 80019 4294967295 134512640 134736556 3221224560 3221223152 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 80982 80019 1116 68 0 80914 0
[pid=27143] vsize: 323928
Current children cumulated CPU time (s) 1003.6
Current children cumulated vsize (Kb) 323928

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 80945 0 0 0 100801 557 0 0 25 0 1 0 1846479722 333733888 80509 4294967295 134512640 134736556 3221224560 3221223208 134553985 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 81478 80509 1116 68 0 81410 0
[pid=27143] vsize: 325912
Current children cumulated CPU time (s) 1013.58
Current children cumulated vsize (Kb) 325912

[startup+1030.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 81857 0 0 0 101789 563 0 0 25 0 1 0 1846479722 337518592 81421 4294967295 134512640 134736556 3221224560 3221223120 134634114 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 82402 81421 1116 68 0 82334 0
[pid=27143] vsize: 329608
Current children cumulated CPU time (s) 1023.52
Current children cumulated vsize (Kb) 329608

[startup+1040.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 82914 0 0 0 102778 568 0 0 25 0 1 0 1846479722 341843968 82478 4294967295 134512640 134736556 3221224560 3221223060 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 83458 82478 1116 68 0 83390 0
[pid=27143] vsize: 333832
Current children cumulated CPU time (s) 1033.46
Current children cumulated vsize (Kb) 333832

[startup+1050.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 84048 0 0 0 103765 576 0 0 25 0 1 0 1846479722 346431488 83612 4294967295 134512640 134736556 3221224560 3221223116 134554110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 84578 83612 1116 68 0 84510 0
[pid=27143] vsize: 338312
Current children cumulated CPU time (s) 1043.41
Current children cumulated vsize (Kb) 338312

[startup+1060.08 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) T 27142 27143 19818 0 -1 0 84640 0 0 0 104758 580 0 0 25 0 1 0 1846479722 348884992 84202 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/27143/statm): 85177 84202 1116 68 0 85109 0
[pid=27143] vsize: 340708
Current children cumulated CPU time (s) 1053.38
Current children cumulated vsize (Kb) 340708

[startup+1070.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 85168 0 0 0 105753 583 0 0 25 0 1 0 1846479722 351055872 84730 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/27143/statm): 85707 84730 1116 68 0 85639 0
[pid=27143] vsize: 342828
Current children cumulated CPU time (s) 1063.36
Current children cumulated vsize (Kb) 342828

[startup+1080.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 85645 0 0 0 106748 586 0 0 25 0 1 0 1846479722 353083392 85206 4294967295 134512640 134736556 3221224560 3221223208 134553985 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 86202 85206 1116 68 0 86134 0
[pid=27143] vsize: 344808
Current children cumulated CPU time (s) 1073.34
Current children cumulated vsize (Kb) 344808

[startup+1090.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 86070 0 0 0 107744 588 0 0 25 0 1 0 1846479722 354840576 85631 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 86631 85631 1116 68 0 86563 0
[pid=27143] vsize: 346524
Current children cumulated CPU time (s) 1083.32
Current children cumulated vsize (Kb) 346524

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 86385 0 0 0 108737 592 0 0 25 0 1 0 1846479722 356057088 85946 4294967295 134512640 134736556 3221224560 3221223088 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 86928 85946 1116 68 0 86860 0
[pid=27143] vsize: 347712
Current children cumulated CPU time (s) 1093.29
Current children cumulated vsize (Kb) 347712

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 86630 0 0 0 109727 595 0 0 25 0 1 0 1846479722 357134336 86191 4294967295 134512640 134736556 3221224560 3221223268 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 87191 86191 1116 68 0 87123 0
[pid=27143] vsize: 348764
Current children cumulated CPU time (s) 1103.22
Current children cumulated vsize (Kb) 348764

[startup+1120.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 87556 0 0 0 110717 601 0 0 25 0 1 0 1846479722 360779776 87117 4294967295 134512640 134736556 3221224560 3221223248 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 88081 87117 1116 68 0 88013 0
[pid=27143] vsize: 352324
Current children cumulated CPU time (s) 1113.18
Current children cumulated vsize (Kb) 352324

[startup+1130.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 88711 0 0 0 111692 612 0 0 25 0 1 0 1846479722 365637632 88272 4294967295 134512640 134736556 3221224560 3221223120 134537418 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 89267 88272 1116 68 0 89199 0
[pid=27143] vsize: 357068
Current children cumulated CPU time (s) 1123.04
Current children cumulated vsize (Kb) 357068

[startup+1140.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 90025 0 0 0 112675 619 0 0 25 0 1 0 1846479722 371044352 89586 4294967295 134512640 134736556 3221224560 3221223120 134551008 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 90587 89586 1116 68 0 90519 0
[pid=27143] vsize: 362348
Current children cumulated CPU time (s) 1132.94
Current children cumulated vsize (Kb) 362348

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 90761 0 0 0 113667 623 0 0 25 0 1 0 1846479722 374018048 90322 4294967295 134512640 134736556 3221224560 3221223296 134529363 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 91313 90322 1116 68 0 91245 0
[pid=27143] vsize: 365252
Current children cumulated CPU time (s) 1142.9
Current children cumulated vsize (Kb) 365252

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 91917 0 0 0 114652 631 0 0 25 0 1 0 1846479722 378748928 91478 4294967295 134512640 134736556 3221224560 3221223280 134529177 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 92468 91478 1116 68 0 92400 0
[pid=27143] vsize: 369872
Current children cumulated CPU time (s) 1152.83
Current children cumulated vsize (Kb) 369872

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 93682 0 0 0 115632 641 0 0 25 0 1 0 1846479722 386043904 93243 4294967295 134512640 134736556 3221224560 3221223120 134551159 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 94249 93243 1116 68 0 94181 0
[pid=27143] vsize: 376996
Current children cumulated CPU time (s) 1162.73
Current children cumulated vsize (Kb) 376996

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 95632 0 0 0 116612 651 0 0 25 0 1 0 1846479722 394100736 95184 4294967295 134512640 134736556 3221224560 3221223132 134543056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 96216 95184 1116 68 0 96148 0
[pid=27143] vsize: 384864
Current children cumulated CPU time (s) 1172.63
Current children cumulated vsize (Kb) 384864

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 96521 0 0 0 117598 659 0 0 25 0 1 0 1846479722 397754368 96073 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 97108 96073 1116 68 0 97040 0
[pid=27143] vsize: 388432
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (Kb) 388432

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 27143
Raw data (/proc/27143/stat): 27143 (bsolo) R 27142 27143 19818 0 -1 0 96981 0 0 0 118582 666 0 0 25 0 1 0 1846479722 399646720 96533 4294967295 134512640 134736556 3221224560 3221223212 134554060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/27143/statm): 97570 96533 1116 68 0 97502 0
[pid=27143] vsize: 390280
Current children cumulated CPU time (s) 1192.48
Current children cumulated vsize (Kb) 390280
One traced child (pid=27143) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1202.83
CPU time (s): 1195.21
CPU user time (s): 1188.35
CPU system time (s): 6.85296
CPU usage (%): 99.3664
Max. virtual memory (cumulated for all children) (Kb): 390280

Verifier Data

Verifier:	OK	395276