Some explanations

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

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib/normalized-mps-v2-13-7-stein45.opb
MD5SUM980dd801f0823d520b47724b99fabded
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark78.4771
Number of variables45
Total number of constraints376
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint45

Trace number 5172

Launcher Data

LAUNCH ON wulflinc13 THE 2005-09-19 22:58:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=930 boxname=wulflinc13 idbench=930 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  980dd801f0823d520b47724b99fabded  /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-13-7-stein45.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-13-7-stein45.opb
IDLAUNCH: 930
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        913588 kB
Buffers:         24592 kB
Cached:          70180 kB
SwapCached:        700 kB
Active:          26832 kB
Inactive:        70552 kB
HighTotal:      131008 kB
HighFree:        56896 kB
LowTotal:       903652 kB
LowFree:        856692 kB
SwapTotal:     2097136 kB
SwapFree:      2095936 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            18044 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 23:20:18 (client local time) WITH STATUS 10 IN 1195.13 SECONDS
stats: 930 0 1195.13 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 45 variables and 331 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.127
c After prepocess the problem consists of 45 variables and 331 constraints.
c Initial Lower Bound: 0
c NEW SOLUTION FOUND: 37 @ 0.129 @ #Dec. 37
c NEW SOLUTION FOUND: 36 @ 0.133 @ #Dec. 49
c NEW SOLUTION FOUND: 35 @ 0.149 @ #Dec. 131
c NEW SOLUTION FOUND: 34 @ 0.186 @ #Dec. 247
c Restart #1 #Var: 45 #Dec: 471 LB: 0 @ 0.29
c NEW SOLUTION FOUND: 33 @ 0.296 @ #Dec. 483
c NEW SOLUTION FOUND: 32 @ 0.297 @ #Dec. 485
c NEW SOLUTION FOUND: 31 @ 0.379 @ #Dec. 681
c Restart #2 #Var: 45 #Dec: 1090 LB: 0 @ 0.719
c Restart #3 #Var: 45 #Dec: 1722 LB: 0 @ 1.156
c Restart #4 #Var: 45 #Dec: 2622 LB: 0 @ 1.993
c Restart #5 #Var: 45 #Dec: 3699 LB: 0 @ 3.45
c CHANGE to LPR mode... 	UB: 31	MIS: 0	LPR: 22 (0.069)	Diff: 0
c Restart #0 #Var: 45 #Dec: 4971 LB: 0 @ 4.664
c Restart #1 #Var: 45 #Dec: 5187 LB: 22 @ 9.711
c Restart #2 #Var: 45 #Dec: 5596 LB: 22 @ 16.039
c NEW SOLUTION FOUND: 30 @ 17.811 @ #Dec. 5688
c Restart #3 #Var: 45 #Dec: 6285 LB: 22 @ 31.664
c Restart #4 #Var: 45 #Dec: 7092 LB: 22 @ 50.305
c Restart #5 #Var: 45 #Dec: 8096 LB: 22 @ 75.634
c Restart #6 #Var: 45 #Dec: 9303 LB: 22 @ 107.89
c Restart #7 #Var: 45 #Dec: 10708 LB: 22 @ 146.54
c Restart #8 #Var: 45 #Dec: 12314 LB: 22 @ 194.91
c Restart #9 #Var: 45 #Dec: 14119 LB: 22 @ 252.52
c Restart #10 #Var: 45 #Dec: 16130 LB: 22 @ 323.2
c Restart #11 #Var: 45 #Dec: 18335 LB: 22 @ 407.49
c Restart #12 #Var: 45 #Dec: 20741 LB: 22 @ 507.78
c Restart #13 #Var: 45 #Dec: 23350 LB: 22 @ 631.48
c Restart #14 #Var: 45 #Dec: 26159 LB: 22 @ 775.74
c Restart #15 #Var: 45 #Dec: 29168 LB: 22 @ 934.63
c Restart #16 #Var: 45 #Dec: 32378 LB: 22 @ 1119.2
s SATISFIABLE
v -V0001_bit0 -V0002_bit0 -V0003_bit0 -V0004_bit0 -V0005_bit0 V0006_bit0 V0007_bit0 V0008_bit0 V0009_bit0 V0010_bit0 V0011_bit0 V0012_bit0 V0013_bit0 V0014_bit0 V0015_bit0 V0016_bit0 V0017_bit0 V0018_bit0 V0019_bit0 V0020_bit0 -V0021_bit0 -V0022_bit0 -V0023_bit0 -V0024_bit0 -V0025_bit0 V0026_bit0 V0027_bit0 V0028_bit0 V0029_bit0 V0030_bit0 V0031_bit0 V0032_bit0 V0033_bit0 V0034_bit0 V0035_bit0 -V0036_bit0 -V0037_bit0 -V0038_bit0 -V0039_bit0 -V0040_bit0 V0041_bit0 V0042_bit0 V0043_bit0 V0044_bit0 V0045_bit0 
c Cost: 30
c Exit Code: 10
c Total time: 1195.1 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/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1795468183 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 107 3 90 68 0 39 0
[pid=15299] 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/wulflinc13/normalized-mps-v2-13-7-stein45.opb

[startup+10.0029 s]
Raw data (loadavg): 1.05 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 5779 0 0 0 863 49 0 0 21 0 1 0 1795468183 18812928 3888 4294967295 134512640 134736556 3221224560 3221223088 134551150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 4593 3888 1116 68 0 4525 0
[pid=15299] vsize: 18372
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (Kb) 18372

[startup+20.0025 s]
Raw data (loadavg): 1.04 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 11348 0 0 0 1614 124 0 0 18 0 1 0 1795468183 20299776 4252 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 4956 4252 1116 68 0 4888 0
[pid=15299] vsize: 19824
Current children cumulated CPU time (s) 17.38
Current children cumulated vsize (Kb) 19824

[startup+30.0032 s]
Raw data (loadavg): 1.11 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 18154 0 0 0 2374 196 0 0 20 0 1 0 1795468183 21356544 4474 4294967295 134512640 134736556 3221224560 3221220784 1074805399 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 5214 4474 1116 68 0 5146 0
[pid=15299] vsize: 20856
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (Kb) 20856

[startup+40.0028 s]
Raw data (loadavg): 1.17 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 24469 0 0 0 3144 268 0 0 20 0 1 0 1795468183 21987328 4664 4294967295 134512640 134736556 3221224560 3221222512 1074916333 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 5368 4664 1116 68 0 5300 0
[pid=15299] vsize: 21472
Current children cumulated CPU time (s) 34.12
Current children cumulated vsize (Kb) 21472

[startup+50.0035 s]
Raw data (loadavg): 1.14 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 31100 0 0 0 3903 342 0 0 20 0 1 0 1795468183 22880256 4882 4294967295 134512640 134736556 3221224560 3221223104 1073989603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 5586 4882 1116 68 0 5518 0
[pid=15299] vsize: 22344
Current children cumulated CPU time (s) 42.45
Current children cumulated vsize (Kb) 22344

[startup+60.0032 s]
Raw data (loadavg): 1.12 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 37783 0 0 0 4670 419 0 0 22 0 1 0 1795468183 23678976 5077 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 5781 5077 1116 68 0 5713 0
[pid=15299] vsize: 23124
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (Kb) 23124

[startup+70.0028 s]
Raw data (loadavg): 1.10 1.03 1.01 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 43808 0 0 0 5446 491 0 0 20 0 1 0 1795468183 24498176 5273 4294967295 134512640 134736556 3221224560 3221222836 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 5981 5273 1116 68 0 5913 0
[pid=15299] vsize: 23924
Current children cumulated CPU time (s) 59.37
Current children cumulated vsize (Kb) 23924

[startup+80.0035 s]
Raw data (loadavg): 1.08 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 50123 0 0 0 6217 565 0 0 21 0 1 0 1795468183 25264128 5464 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 6168 5464 1116 68 0 6100 0
[pid=15299] vsize: 24672
Current children cumulated CPU time (s) 67.82
Current children cumulated vsize (Kb) 24672

[startup+90.0041 s]
Raw data (loadavg): 1.15 1.04 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 56306 0 0 0 6994 636 0 0 19 0 1 0 1795468183 26013696 5647 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 6351 5647 1116 68 0 6283 0
[pid=15299] vsize: 25404
Current children cumulated CPU time (s) 76.3
Current children cumulated vsize (Kb) 25404

[startup+100.005 s]
Raw data (loadavg): 1.13 1.04 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 61893 0 0 0 7785 700 0 0 21 0 1 0 1795468183 26816512 5841 4294967295 134512640 134736556 3221224560 3221222676 1077378644 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 6547 5841 1116 68 0 6479 0
[pid=15299] vsize: 26188
Current children cumulated CPU time (s) 84.85
Current children cumulated vsize (Kb) 26188

[startup+110.005 s]
Raw data (loadavg): 1.11 1.04 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 67780 0 0 0 8574 762 0 0 22 0 1 0 1795468183 27504640 6011 4294967295 134512640 134736556 3221224560 3221223120 134544702 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 6715 6011 1116 68 0 6647 0
[pid=15299] vsize: 26860
Current children cumulated CPU time (s) 93.36
Current children cumulated vsize (Kb) 26860

[startup+120.005 s]
Raw data (loadavg): 1.09 1.04 1.01 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 73741 0 0 0 9362 828 0 0 22 0 1 0 1795468183 28282880 6201 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 6905 6201 1116 68 0 6837 0
[pid=15299] vsize: 27620
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (Kb) 27620

[startup+130.006 s]
Raw data (loadavg): 1.08 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 78745 0 0 0 10170 888 0 0 21 0 1 0 1795468183 29638656 6518 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 7236 6518 1116 68 0 7168 0
[pid=15299] vsize: 28944
Current children cumulated CPU time (s) 110.58
Current children cumulated vsize (Kb) 28944

[startup+140.006 s]
Raw data (loadavg): 1.06 1.03 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 84167 0 0 0 10969 952 0 0 25 0 1 0 1795468183 30539776 6768 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 7456 6768 1116 68 0 7388 0
[pid=15299] vsize: 29824
Current children cumulated CPU time (s) 119.21
Current children cumulated vsize (Kb) 29824

[startup+150.007 s]
Raw data (loadavg): 1.05 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 89745 0 0 0 11757 1020 0 0 21 0 1 0 1795468183 31322112 6929 4294967295 134512640 134736556 3221224560 3221220672 1075091317 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 7647 6930 1116 68 0 7579 0
[pid=15299] vsize: 30588
Current children cumulated CPU time (s) 127.77
Current children cumulated vsize (Kb) 30588

[startup+160.007 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 95835 0 0 0 12546 1087 0 0 18 0 1 0 1795468183 31834112 7085 4294967295 134512640 134736556 3221224560 3221223168 134682938 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 7772 7085 1116 68 0 7704 0
[pid=15299] vsize: 31088
Current children cumulated CPU time (s) 136.33
Current children cumulated vsize (Kb) 31088

[startup+170.007 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 101948 0 0 0 13333 1155 0 0 20 0 1 0 1795468183 32542720 7256 4294967295 134512640 134736556 3221224560 3221222896 1074153792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 7945 7256 1116 68 0 7877 0
[pid=15299] vsize: 31780
Current children cumulated CPU time (s) 144.88
Current children cumulated vsize (Kb) 31780

[startup+180.008 s]
Raw data (loadavg): 1.03 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 107143 0 0 0 14145 1216 0 0 22 0 1 0 1795468183 33226752 7425 4294967295 134512640 134736556 3221224560 3221222872 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 8112 7425 1116 68 0 8044 0
[pid=15299] vsize: 32448
Current children cumulated CPU time (s) 153.61
Current children cumulated vsize (Kb) 32448

[startup+190.008 s]
Raw data (loadavg): 1.03 1.03 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 112418 0 0 0 14948 1278 0 0 22 0 1 0 1795468183 33927168 7590 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 8283 7590 1116 68 0 8215 0
[pid=15299] vsize: 33132
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (Kb) 33132

[startup+200.008 s]
Raw data (loadavg): 1.02 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 117734 0 0 0 15750 1341 0 0 16 0 1 0 1795468183 34689024 7751 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 8469 7751 1116 68 0 8401 0
[pid=15299] vsize: 33876
Current children cumulated CPU time (s) 170.91
Current children cumulated vsize (Kb) 33876

[startup+210.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 123416 0 0 0 16553 1400 0 0 16 0 1 0 1795468183 35201024 7907 4294967295 134512640 134736556 3221224560 3221222944 1073990306 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 8594 7907 1116 68 0 8526 0
[pid=15299] vsize: 34376
Current children cumulated CPU time (s) 179.53
Current children cumulated vsize (Kb) 34376

[startup+220.009 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 129103 0 0 0 17353 1465 0 0 16 0 1 0 1795468183 35975168 8076 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 8783 8076 1116 68 0 8715 0
[pid=15299] vsize: 35132
Current children cumulated CPU time (s) 188.18
Current children cumulated vsize (Kb) 35132

[startup+230.009 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 134183 0 0 0 18168 1527 0 0 16 0 1 0 1795468183 36544512 8235 4294967295 134512640 134736556 3221224560 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 8922 8235 1116 68 0 8854 0
[pid=15299] vsize: 35688
Current children cumulated CPU time (s) 196.95
Current children cumulated vsize (Kb) 35688

[startup+240.01 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 138939 0 0 0 18991 1584 0 0 16 0 1 0 1795468183 37314560 8395 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 9110 8395 1116 68 0 9042 0
[pid=15299] vsize: 36440
Current children cumulated CPU time (s) 205.75
Current children cumulated vsize (Kb) 36440

[startup+250.011 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 144348 0 0 0 19798 1643 0 0 16 0 1 0 1795468183 37818368 8546 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 9233 8546 1116 68 0 9165 0
[pid=15299] vsize: 36932
Current children cumulated CPU time (s) 214.41
Current children cumulated vsize (Kb) 36932

[startup+260.011 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 149449 0 0 0 20614 1701 0 0 16 0 1 0 1795468183 38649856 8691 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 9436 8691 1116 68 0 9368 0
[pid=15299] vsize: 37744
Current children cumulated CPU time (s) 223.15
Current children cumulated vsize (Kb) 37744

[startup+270.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 154462 0 0 0 21425 1762 0 0 16 0 1 0 1795468183 39038976 8841 4294967295 134512640 134736556 3221224560 3221223212 134553984 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 9531 8841 1116 68 0 9463 0
[pid=15299] vsize: 38124
Current children cumulated CPU time (s) 231.87
Current children cumulated vsize (Kb) 38124

[startup+280.012 s]
Raw data (loadavg): 1.00 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 159610 0 0 0 22238 1821 0 0 16 0 1 0 1795468183 39661568 8996 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 9683 8996 1116 68 0 9615 0
[pid=15299] vsize: 38732
Current children cumulated CPU time (s) 240.59
Current children cumulated vsize (Kb) 38732

[startup+290.012 s]
Raw data (loadavg): 1.08 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 164703 0 0 0 23054 1877 0 0 16 0 1 0 1795468183 40398848 9145 4294967295 134512640 134736556 3221224560 3221221088 1076047982 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 9863 9145 1116 68 0 9795 0
[pid=15299] vsize: 39452
Current children cumulated CPU time (s) 249.31
Current children cumulated vsize (Kb) 39452

[startup+300.013 s]
Raw data (loadavg): 1.06 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 169252 0 0 0 23883 1933 0 0 16 0 1 0 1795468183 40861696 9285 4294967295 134512640 134736556 3221224560 3221222352 1074206480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 9976 9285 1116 68 0 9908 0
[pid=15299] vsize: 39904
Current children cumulated CPU time (s) 258.16
Current children cumulated vsize (Kb) 39904

[startup+310.014 s]
Raw data (loadavg): 1.05 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 174273 0 0 0 24706 1993 0 0 16 0 1 0 1795468183 41484288 9441 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 10128 9441 1116 68 0 10060 0
[pid=15299] vsize: 40512
Current children cumulated CPU time (s) 266.99
Current children cumulated vsize (Kb) 40512

[startup+320.014 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 178883 0 0 0 25532 2048 0 0 16 0 1 0 1795468183 42037248 9576 4294967295 134512640 134736556 3221224560 3221222432 1075799538 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 10263 9576 1116 68 0 10195 0
[pid=15299] vsize: 41052
Current children cumulated CPU time (s) 275.8
Current children cumulated vsize (Kb) 41052

[startup+330.015 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 183803 0 0 0 26353 2105 0 0 16 0 1 0 1795468183 42586112 9710 4294967295 134512640 134736556 3221224560 3221223168 134682909 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 10397 9710 1116 68 0 10329 0
[pid=15299] vsize: 41588
Current children cumulated CPU time (s) 284.58
Current children cumulated vsize (Kb) 41588

[startup+340.015 s]
Raw data (loadavg): 1.03 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 189016 0 0 0 27167 2164 0 0 16 0 1 0 1795468183 43134976 9838 4294967295 134512640 134736556 3221224560 3221223072 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 10531 9838 1116 68 0 10463 0
[pid=15299] vsize: 42124
Current children cumulated CPU time (s) 293.31
Current children cumulated vsize (Kb) 42124

[startup+350.015 s]
Raw data (loadavg): 1.03 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 193996 0 0 0 27990 2220 0 0 16 0 1 0 1795468183 43790336 9974 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 10691 9974 1116 68 0 10623 0
[pid=15299] vsize: 42764
Current children cumulated CPU time (s) 302.1
Current children cumulated vsize (Kb) 42764

[startup+360.016 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 199094 0 0 0 28810 2279 0 0 16 0 1 0 1795468183 44240896 10110 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 10801 10110 1116 68 0 10733 0
[pid=15299] vsize: 43204
Current children cumulated CPU time (s) 310.89
Current children cumulated vsize (Kb) 43204

[startup+370.016 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 204024 0 0 0 29635 2335 0 0 16 0 1 0 1795468183 44810240 10253 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 10940 10253 1116 68 0 10872 0
[pid=15299] vsize: 43760
Current children cumulated CPU time (s) 319.7
Current children cumulated vsize (Kb) 43760

[startup+380.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 208115 0 0 0 30476 2383 0 0 16 0 1 0 1795468183 45395968 10396 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11083 10396 1116 68 0 11015 0
[pid=15299] vsize: 44332
Current children cumulated CPU time (s) 328.59
Current children cumulated vsize (Kb) 44332

[startup+390.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 212668 0 0 0 31317 2433 0 0 16 0 1 0 1795468183 45932544 10527 4294967295 134512640 134736556 3221224560 3221221624 1077377294 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11214 10527 1116 68 0 11146 0
[pid=15299] vsize: 44856
Current children cumulated CPU time (s) 337.5
Current children cumulated vsize (Kb) 44856

[startup+400.017 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 217408 0 0 0 32151 2487 0 0 16 0 1 0 1795468183 46477312 10660 4294967295 134512640 134736556 3221224560 3221222956 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11347 10660 1116 68 0 11279 0
[pid=15299] vsize: 45388
Current children cumulated CPU time (s) 346.38
Current children cumulated vsize (Kb) 45388

[startup+410.017 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 221598 0 0 0 32994 2539 0 0 16 0 1 0 1795468183 47042560 10798 4294967295 134512640 134736556 3221224560 3221222388 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11485 10798 1116 68 0 11417 0
[pid=15299] vsize: 45940
Current children cumulated CPU time (s) 355.33
Current children cumulated vsize (Kb) 45940

[startup+420.018 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 225991 0 0 0 33832 2593 0 0 16 0 1 0 1795468183 47529984 10916 4294967295 134512640 134736556 3221224560 3221222924 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 11604 10916 1116 68 0 11536 0
[pid=15299] vsize: 46416
Current children cumulated CPU time (s) 364.25
Current children cumulated vsize (Kb) 46416

[startup+430.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 230630 0 0 0 34669 2646 0 0 16 0 1 0 1795468183 48087040 11053 4294967295 134512640 134736556 3221224560 3221222736 1074206230 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11740 11053 1116 68 0 11672 0
[pid=15299] vsize: 46960
Current children cumulated CPU time (s) 373.15
Current children cumulated vsize (Kb) 46960

[startup+440.019 s]
Raw data (loadavg): 1.08 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 235233 0 0 0 35503 2698 0 0 16 0 1 0 1795468183 48803840 11199 4294967295 134512640 134736556 3221224560 3221221552 1075860013 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 11915 11199 1116 68 0 11847 0
[pid=15299] vsize: 47660
Current children cumulated CPU time (s) 382.01
Current children cumulated vsize (Kb) 47660

[startup+450.021 s]
Raw data (loadavg): 1.07 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 238509 0 0 0 36377 2740 0 0 18 0 1 0 1795468183 50417664 11546 4294967295 134512640 134736556 3221224560 3221220896 1074972942 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 12309 11546 1116 68 0 12241 0
[pid=15299] vsize: 49236
Current children cumulated CPU time (s) 391.17
Current children cumulated vsize (Kb) 49236

[startup+460.02 s]
Raw data (loadavg): 1.06 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 242117 0 0 0 37229 2786 0 0 16 0 1 0 1795468183 50597888 11633 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 12353 11633 1116 68 0 12285 0
[pid=15299] vsize: 49412
Current children cumulated CPU time (s) 400.15
Current children cumulated vsize (Kb) 49412

[startup+470.02 s]
Raw data (loadavg): 1.05 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 246177 0 0 0 38077 2834 0 0 16 0 1 0 1795468183 51146752 11767 4294967295 134512640 134736556 3221224560 3221223152 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 12487 11767 1116 68 0 12419 0
[pid=15299] vsize: 49948
Current children cumulated CPU time (s) 409.11
Current children cumulated vsize (Kb) 49948

[startup+480.021 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 249880 0 0 0 38930 2879 0 0 16 0 1 0 1795468183 51879936 11913 4294967295 134512640 134736556 3221224560 3221220784 1074808131 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 12666 11913 1116 68 0 12598 0
[pid=15299] vsize: 50664
Current children cumulated CPU time (s) 418.09
Current children cumulated vsize (Kb) 50664

[startup+490.021 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 254138 0 0 0 39779 2927 0 0 16 0 1 0 1795468183 52715520 12150 4294967295 134512640 134736556 3221224560 3221222460 1077377374 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 12870 12150 1116 68 0 12802 0
[pid=15299] vsize: 51480
Current children cumulated CPU time (s) 427.06
Current children cumulated vsize (Kb) 51480

[startup+500.022 s]
Raw data (loadavg): 1.03 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 258630 0 0 0 40617 2977 0 0 16 0 1 0 1795468183 53231616 12276 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 12996 12276 1116 68 0 12928 0
[pid=15299] vsize: 51984
Current children cumulated CPU time (s) 435.94
Current children cumulated vsize (Kb) 51984

[startup+510.023 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 262453 0 0 0 41477 3025 0 0 16 0 1 0 1795468183 53751808 12403 4294967295 134512640 134736556 3221224560 3221222448 1074206543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13123 12403 1116 68 0 13055 0
[pid=15299] vsize: 52492
Current children cumulated CPU time (s) 445.02
Current children cumulated vsize (Kb) 52492

[startup+520.023 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 266684 0 0 0 42328 3073 0 0 16 0 1 0 1795468183 54267904 12529 4294967295 134512640 134736556 3221224560 3221222624 1074867308 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13249 12529 1116 68 0 13181 0
[pid=15299] vsize: 52996
Current children cumulated CPU time (s) 454.01
Current children cumulated vsize (Kb) 52996

[startup+530.024 s]
Raw data (loadavg): 1.02 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 271101 0 0 0 43175 3122 0 0 16 0 1 0 1795468183 54853632 12653 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13392 12653 1116 68 0 13324 0
[pid=15299] vsize: 53568
Current children cumulated CPU time (s) 462.97
Current children cumulated vsize (Kb) 53568

[startup+540.025 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 275323 0 0 0 44027 3167 0 0 16 0 1 0 1795468183 55238656 12764 4294967295 134512640 134736556 3221224560 3221222836 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13486 12764 1116 68 0 13418 0
[pid=15299] vsize: 53944
Current children cumulated CPU time (s) 471.94
Current children cumulated vsize (Kb) 53944

[startup+550.025 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 279237 0 0 0 44890 3209 0 0 16 0 1 0 1795468183 55721984 12883 4294967295 134512640 134736556 3221224560 3221222892 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13604 12883 1116 68 0 13536 0
[pid=15299] vsize: 54416
Current children cumulated CPU time (s) 480.99
Current children cumulated vsize (Kb) 54416

[startup+560.026 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 283347 0 0 0 45744 3256 0 0 16 0 1 0 1795468183 56291328 12991 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 13743 12991 1116 68 0 13675 0
[pid=15299] vsize: 54972
Current children cumulated CPU time (s) 490
Current children cumulated vsize (Kb) 54972

[startup+570.026 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 287571 0 0 0 46600 3301 0 0 16 0 1 0 1795468183 56619008 13103 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 13823 13103 1116 68 0 13755 0
[pid=15299] vsize: 55292
Current children cumulated CPU time (s) 499.01
Current children cumulated vsize (Kb) 55292

[startup+580.026 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 291323 0 0 0 47459 3344 0 0 17 0 1 0 1795468183 57430016 13239 4294967295 134512640 134736556 3221224560 3221220508 1074788201 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14021 13239 1116 68 0 13953 0
[pid=15299] vsize: 56084
Current children cumulated CPU time (s) 508.03
Current children cumulated vsize (Kb) 56084

[startup+590.027 s]
Raw data (loadavg): 1.08 1.03 1.01 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 294359 0 0 0 48339 3383 0 0 16 0 1 0 1795468183 57606144 13344 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14064 13344 1116 68 0 13996 0
[pid=15299] vsize: 56256
Current children cumulated CPU time (s) 517.22
Current children cumulated vsize (Kb) 56256

[startup+600.028 s]
Raw data (loadavg): 1.07 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 297621 0 0 0 49213 3423 0 0 16 0 1 0 1795468183 58068992 13457 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 14177 13457 1116 68 0 14109 0
[pid=15299] vsize: 56708
Current children cumulated CPU time (s) 526.36
Current children cumulated vsize (Kb) 56708

[startup+610.028 s]
Raw data (loadavg): 1.06 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 301326 0 0 0 50077 3468 0 0 17 0 1 0 1795468183 58527744 13569 4294967295 134512640 134736556 3221224560 3221222512 1074915804 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 14289 13569 1116 68 0 14221 0
[pid=15299] vsize: 57156
Current children cumulated CPU time (s) 535.45
Current children cumulated vsize (Kb) 57156

[startup+620.028 s]
Raw data (loadavg): 1.05 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 304690 0 0 0 50951 3510 0 0 16 0 1 0 1795468183 58966016 13676 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14396 13676 1116 68 0 14328 0
[pid=15299] vsize: 57584
Current children cumulated CPU time (s) 544.61
Current children cumulated vsize (Kb) 57584

[startup+630.029 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 308262 0 0 0 51825 3549 0 0 16 0 1 0 1795468183 59387904 13776 4294967295 134512640 134736556 3221224560 3221222784 1073986737 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14499 13776 1116 68 0 14431 0
[pid=15299] vsize: 57996
Current children cumulated CPU time (s) 553.74
Current children cumulated vsize (Kb) 57996

[startup+640.028 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 311896 0 0 0 52700 3586 0 0 16 0 1 0 1795468183 59817984 13884 4294967295 134512640 134736556 3221224560 3221222652 1077404830 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14604 13884 1116 68 0 14536 0
[pid=15299] vsize: 58416
Current children cumulated CPU time (s) 562.86
Current children cumulated vsize (Kb) 58416

[startup+650.029 s]
Raw data (loadavg): 1.03 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 315796 0 0 0 53564 3630 0 0 16 0 1 0 1795468183 60268544 13994 4294967295 134512640 134736556 3221224560 3221223060 134544508 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 14714 13994 1116 68 0 14646 0
[pid=15299] vsize: 58856
Current children cumulated CPU time (s) 571.94
Current children cumulated vsize (Kb) 58856

[startup+660.03 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 319384 0 0 0 54433 3672 0 0 16 0 1 0 1795468183 60686336 14096 4294967295 134512640 134736556 3221224560 3221222992 134536153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14816 14096 1116 68 0 14748 0
[pid=15299] vsize: 59264
Current children cumulated CPU time (s) 581.05
Current children cumulated vsize (Kb) 59264

[startup+670.029 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 323108 0 0 0 55297 3717 0 0 16 0 1 0 1795468183 61292544 14214 4294967295 134512640 134736556 3221224560 3221220656 1074969949 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 14964 14214 1116 68 0 14896 0
[pid=15299] vsize: 59856
Current children cumulated CPU time (s) 590.14
Current children cumulated vsize (Kb) 59856

[startup+680.03 s]
Raw data (loadavg): 1.02 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 326716 0 0 0 56169 3756 0 0 16 0 1 0 1795468183 61558784 14306 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 15029 14306 1116 68 0 14961 0
[pid=15299] vsize: 60116
Current children cumulated CPU time (s) 599.25
Current children cumulated vsize (Kb) 60116

[startup+690.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 330311 0 0 0 57040 3795 0 0 17 0 1 0 1795468183 62111744 14413 4294967295 134512640 134736556 3221224560 3221220572 1074787200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 15164 14413 1116 68 0 15096 0
[pid=15299] vsize: 60656
Current children cumulated CPU time (s) 608.35
Current children cumulated vsize (Kb) 60656

[startup+700.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 334186 0 0 0 57903 3843 0 0 16 0 1 0 1795468183 62550016 14519 4294967295 134512640 134736556 3221224560 3221223248 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 15271 14519 1116 68 0 15203 0
[pid=15299] vsize: 61084
Current children cumulated CPU time (s) 617.46
Current children cumulated vsize (Kb) 61084

[startup+710.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 337788 0 0 0 58767 3881 0 0 16 0 1 0 1795468183 62906368 14634 4294967295 134512640 134736556 3221224560 3221223184 134537363 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 15358 14634 1116 68 0 15290 0
[pid=15299] vsize: 61432
Current children cumulated CPU time (s) 626.48
Current children cumulated vsize (Kb) 61432

[startup+720.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 341223 0 0 0 59638 3924 0 0 16 0 1 0 1795468183 63311872 14737 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 15457 14737 1116 68 0 15389 0
[pid=15299] vsize: 61828
Current children cumulated CPU time (s) 635.62
Current children cumulated vsize (Kb) 61828

[startup+730.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 344434 0 0 0 60516 3963 0 0 16 0 1 0 1795468183 63770624 14845 4294967295 134512640 134736556 3221224560 3221223200 134528681 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 15569 14845 1116 68 0 15501 0
[pid=15299] vsize: 62276
Current children cumulated CPU time (s) 644.79
Current children cumulated vsize (Kb) 62276

[startup+740.031 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 348125 0 0 0 61386 4007 0 0 16 0 1 0 1795468183 64172032 14944 4294967295 134512640 134736556 3221224560 3221222460 1077377549 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 15667 14944 1116 68 0 15599 0
[pid=15299] vsize: 62668
Current children cumulated CPU time (s) 653.93
Current children cumulated vsize (Kb) 62668

[startup+750.032 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 351914 0 0 0 62257 4049 0 0 16 0 1 0 1795468183 64557056 15041 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 15761 15041 1116 68 0 15693 0
[pid=15299] vsize: 63044
Current children cumulated CPU time (s) 663.06
Current children cumulated vsize (Kb) 63044

[startup+760.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 355301 0 0 0 63137 4085 0 0 16 0 1 0 1795468183 64999424 15149 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 15869 15149 1116 68 0 15801 0
[pid=15299] vsize: 63476
Current children cumulated CPU time (s) 672.22
Current children cumulated vsize (Kb) 63476

[startup+770.033 s]
Raw data (loadavg): 1.00 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 358584 0 0 0 64015 4121 0 0 16 0 1 0 1795468183 65404928 15248 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 15968 15248 1116 68 0 15900 0
[pid=15299] vsize: 63872
Current children cumulated CPU time (s) 681.36
Current children cumulated vsize (Kb) 63872

[startup+780.034 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 362209 0 0 0 64886 4159 0 0 16 0 1 0 1795468183 65761280 15330 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16055 15330 1116 68 0 15987 0
[pid=15299] vsize: 64220
Current children cumulated CPU time (s) 690.45
Current children cumulated vsize (Kb) 64220

[startup+790.034 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 365914 0 0 0 65755 4201 0 0 16 0 1 0 1795468183 66138112 15427 4294967295 134512640 134736556 3221224560 3221223248 134529353 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16147 15427 1116 68 0 16079 0
[pid=15299] vsize: 64588
Current children cumulated CPU time (s) 699.56
Current children cumulated vsize (Kb) 64588

[startup+800.036 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 369471 0 0 0 66620 4245 0 0 17 0 1 0 1795468183 66789376 15556 4294967295 134512640 134736556 3221224560 3221220832 1075170810 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16306 15556 1116 68 0 16238 0
[pid=15299] vsize: 65224
Current children cumulated CPU time (s) 708.65
Current children cumulated vsize (Kb) 65224

[startup+810.035 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 373347 0 0 0 67484 4287 0 0 16 0 1 0 1795468183 67010560 15640 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16360 15640 1116 68 0 16292 0
[pid=15299] vsize: 65440
Current children cumulated CPU time (s) 717.71
Current children cumulated vsize (Kb) 65440

[startup+820.035 s]
Raw data (loadavg): 1.00 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 376962 0 0 0 68359 4328 0 0 16 0 1 0 1795468183 67461120 15730 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 16470 15730 1116 68 0 16402 0
[pid=15299] vsize: 65880
Current children cumulated CPU time (s) 726.87
Current children cumulated vsize (Kb) 65880

[startup+830.036 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 380525 0 0 0 69239 4367 0 0 16 0 1 0 1795468183 67776512 15824 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16547 15824 1116 68 0 16479 0
[pid=15299] vsize: 66188
Current children cumulated CPU time (s) 736.06
Current children cumulated vsize (Kb) 66188

[startup+840.036 s]
Raw data (loadavg): 1.00 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 383968 0 0 0 70118 4403 0 0 17 0 1 0 1795468183 68292608 15923 4294967295 134512640 134736556 3221224560 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 16673 15923 1116 68 0 16605 0
[pid=15299] vsize: 66692
Current children cumulated CPU time (s) 745.21
Current children cumulated vsize (Kb) 66692

[startup+850.037 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 387383 0 0 0 70998 4442 0 0 16 0 1 0 1795468183 68526080 16010 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16730 16010 1116 68 0 16662 0
[pid=15299] vsize: 66920
Current children cumulated CPU time (s) 754.4
Current children cumulated vsize (Kb) 66920

[startup+860.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 390667 0 0 0 71877 4481 0 0 17 0 1 0 1795468183 68939776 16111 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16831 16111 1116 68 0 16763 0
[pid=15299] vsize: 67324
Current children cumulated CPU time (s) 763.58
Current children cumulated vsize (Kb) 67324

[startup+870.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 394290 0 0 0 72756 4523 0 0 16 0 1 0 1795468183 69455872 16203 4294967295 134512640 134736556 3221224560 3221221496 1074831929 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 16957 16203 1116 68 0 16889 0
[pid=15299] vsize: 67828
Current children cumulated CPU time (s) 772.79
Current children cumulated vsize (Kb) 67828

[startup+880.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 397478 0 0 0 73642 4561 0 0 16 0 1 0 1795468183 69660672 16287 4294967295 134512640 134736556 3221224560 3221223088 134550973 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 17007 16287 1116 68 0 16939 0
[pid=15299] vsize: 68028
Current children cumulated CPU time (s) 782.03
Current children cumulated vsize (Kb) 68028

[startup+890.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 400612 0 0 0 74526 4597 0 0 16 0 1 0 1795468183 70176768 16382 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 17133 16382 1116 68 0 17065 0
[pid=15299] vsize: 68532
Current children cumulated CPU time (s) 791.23
Current children cumulated vsize (Kb) 68532

[startup+900.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 404366 0 0 0 75400 4640 0 0 16 0 1 0 1795468183 70438912 16471 4294967295 134512640 134736556 3221224560 3221223176 134544625 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17197 16471 1116 68 0 17129 0
[pid=15299] vsize: 68788
Current children cumulated CPU time (s) 800.4
Current children cumulated vsize (Kb) 68788

[startup+910.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 407587 0 0 0 76283 4675 0 0 16 0 1 0 1795468183 70852608 16573 4294967295 134512640 134736556 3221224560 3221223120 134550941 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17298 16573 1116 68 0 17230 0
[pid=15299] vsize: 69192
Current children cumulated CPU time (s) 809.58
Current children cumulated vsize (Kb) 69192

[startup+920.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 410793 0 0 0 77166 4715 0 0 17 0 1 0 1795468183 71204864 16664 4294967295 134512640 134736556 3221224560 3221222432 1075799689 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17384 16664 1116 68 0 17316 0
[pid=15299] vsize: 69536
Current children cumulated CPU time (s) 818.81
Current children cumulated vsize (Kb) 69536

[startup+930.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 414109 0 0 0 78045 4753 0 0 16 0 1 0 1795468183 71655424 16774 4294967295 134512640 134736556 3221224560 3221223088 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17494 16774 1116 68 0 17426 0
[pid=15299] vsize: 69976
Current children cumulated CPU time (s) 827.98
Current children cumulated vsize (Kb) 69976

[startup+940.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 417616 0 0 0 78924 4793 0 0 16 0 1 0 1795468183 72167424 16864 4294967295 134512640 134736556 3221224560 3221223128 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 17619 16864 1116 68 0 17551 0
[pid=15299] vsize: 70476
Current children cumulated CPU time (s) 837.17
Current children cumulated vsize (Kb) 70476

[startup+950.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 421501 0 0 0 79794 4836 0 0 16 0 1 0 1795468183 72462336 16971 4294967295 134512640 134736556 3221224560 3221222768 1074056063 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17691 16971 1116 68 0 17623 0
[pid=15299] vsize: 70764
Current children cumulated CPU time (s) 846.3
Current children cumulated vsize (Kb) 70764

[startup+960.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 424865 0 0 0 80668 4878 0 0 17 0 1 0 1795468183 73003008 17067 4294967295 134512640 134736556 3221224560 3221220832 1075115906 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17823 17067 1116 68 0 17755 0
[pid=15299] vsize: 71292
Current children cumulated CPU time (s) 855.46
Current children cumulated vsize (Kb) 71292

[startup+970.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 428393 0 0 0 81539 4918 0 0 16 0 1 0 1795468183 73256960 17165 4294967295 134512640 134736556 3221224560 3221223088 134550956 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17885 17165 1116 68 0 17817 0
[pid=15299] vsize: 71540
Current children cumulated CPU time (s) 864.57
Current children cumulated vsize (Kb) 71540

[startup+980.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 431849 0 0 0 82410 4958 0 0 16 0 1 0 1795468183 73674752 17267 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 17987 17267 1116 68 0 17919 0
[pid=15299] vsize: 71948
Current children cumulated CPU time (s) 873.68
Current children cumulated vsize (Kb) 71948

[startup+990.044 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 435381 0 0 0 83281 5003 0 0 16 0 1 0 1795468183 74067968 17363 4294967295 134512640 134736556 3221224560 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 18083 17363 1116 68 0 18015 0
[pid=15299] vsize: 72332
Current children cumulated CPU time (s) 882.84
Current children cumulated vsize (Kb) 72332

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 439048 0 0 0 84152 5043 0 0 16 0 1 0 1795468183 74575872 17457 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18207 17457 1116 68 0 18139 0
[pid=15299] vsize: 72828
Current children cumulated CPU time (s) 891.95
Current children cumulated vsize (Kb) 72828

[startup+1010.05 s]
Raw data (loadavg): 1.07 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 442333 0 0 0 85040 5080 0 0 16 0 1 0 1795468183 74768384 17529 4294967295 134512640 134736556 3221224560 3221223088 134550925 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 18254 17529 1116 68 0 18186 0
[pid=15299] vsize: 73016
Current children cumulated CPU time (s) 901.2
Current children cumulated vsize (Kb) 73016

[startup+1020.05 s]
Raw data (loadavg): 1.06 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 445809 0 0 0 85923 5116 0 0 16 0 1 0 1795468183 75124736 17621 4294967295 134512640 134736556 3221224560 3221222504 1077380173 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18341 17621 1116 68 0 18273 0
[pid=15299] vsize: 73364
Current children cumulated CPU time (s) 910.39
Current children cumulated vsize (Kb) 73364

[startup+1030.05 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 449059 0 0 0 86803 5153 0 0 16 0 1 0 1795468183 75493376 17709 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18431 17709 1116 68 0 18363 0
[pid=15299] vsize: 73724
Current children cumulated CPU time (s) 919.56
Current children cumulated vsize (Kb) 73724

[startup+1040.05 s]
Raw data (loadavg): 1.04 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 452077 0 0 0 87696 5185 0 0 17 0 1 0 1795468183 75898880 17793 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18530 17793 1116 68 0 18462 0
[pid=15299] vsize: 74120
Current children cumulated CPU time (s) 928.81
Current children cumulated vsize (Kb) 74120

[startup+1050.05 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 454489 0 0 0 88593 5218 0 0 16 0 1 0 1795468183 76283904 17904 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 18624 17904 1116 68 0 18556 0
[pid=15299] vsize: 74496
Current children cumulated CPU time (s) 938.11
Current children cumulated vsize (Kb) 74496

[startup+1060.05 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 457223 0 0 0 89489 5252 0 0 16 0 1 0 1795468183 76607488 17980 4294967295 134512640 134736556 3221224560 3221223084 134536351 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18703 17980 1116 68 0 18635 0
[pid=15299] vsize: 74812
Current children cumulated CPU time (s) 947.41
Current children cumulated vsize (Kb) 74812

[startup+1070.05 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 460231 0 0 0 90380 5285 0 0 17 0 1 0 1795468183 77099008 18073 4294967295 134512640 134736556 3221224560 3221221584 1074867200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18823 18073 1116 68 0 18755 0
[pid=15299] vsize: 75292
Current children cumulated CPU time (s) 956.65
Current children cumulated vsize (Kb) 75292

[startup+1080.05 s]
Raw data (loadavg): 1.02 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 463424 0 0 0 91265 5326 0 0 16 0 1 0 1795468183 77303808 18153 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18873 18153 1116 68 0 18805 0
[pid=15299] vsize: 75492
Current children cumulated CPU time (s) 965.91
Current children cumulated vsize (Kb) 75492

[startup+1090.05 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 466535 0 0 0 92150 5360 0 0 16 0 1 0 1795468183 77672448 18243 4294967295 134512640 134736556 3221224560 3221222800 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 18963 18243 1116 68 0 18895 0
[pid=15299] vsize: 75852
Current children cumulated CPU time (s) 975.1
Current children cumulated vsize (Kb) 75852

[startup+1100.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 469719 0 0 0 93033 5398 0 0 17 0 1 0 1795468183 78036992 18332 4294967295 134512640 134736556 3221224560 3221223168 134682904 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19052 18332 1116 68 0 18984 0
[pid=15299] vsize: 76208
Current children cumulated CPU time (s) 984.31
Current children cumulated vsize (Kb) 76208

[startup+1110.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 472816 0 0 0 93928 5432 0 0 17 0 1 0 1795468183 78393344 18419 4294967295 134512640 134736556 3221224560 3221223248 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19139 18419 1116 68 0 19071 0
[pid=15299] vsize: 76556
Current children cumulated CPU time (s) 993.6
Current children cumulated vsize (Kb) 76556

[startup+1120.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 476035 0 0 0 94819 5469 0 0 17 0 1 0 1795468183 78757888 18508 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 19228 18508 1116 68 0 19160 0
[pid=15299] vsize: 76912
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (Kb) 76912

[startup+1130.05 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 479352 0 0 0 95699 5506 0 0 16 0 1 0 1795468183 79101952 18592 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 19312 18592 1116 68 0 19244 0
[pid=15299] vsize: 77248
Current children cumulated CPU time (s) 1012.05
Current children cumulated vsize (Kb) 77248

[startup+1140.05 s]
Raw data (loadavg): 1.01 1.00 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 482784 0 0 0 96579 5544 0 0 16 0 1 0 1795468183 79446016 18676 4294967295 134512640 134736556 3221224560 3221222956 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19396 18676 1116 68 0 19328 0
[pid=15299] vsize: 77584
Current children cumulated CPU time (s) 1021.23
Current children cumulated vsize (Kb) 77584

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 485904 0 0 0 97466 5578 0 0 17 0 1 0 1795468183 79818752 18766 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19487 18766 1116 68 0 19419 0
[pid=15299] vsize: 77948
Current children cumulated CPU time (s) 1030.44
Current children cumulated vsize (Kb) 77948

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 488919 0 0 0 98360 5615 0 0 16 0 1 0 1795468183 80191488 18855 4294967295 134512640 134736556 3221224560 3221223120 134550956 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19578 18855 1116 68 0 19510 0
[pid=15299] vsize: 78312
Current children cumulated CPU time (s) 1039.75
Current children cumulated vsize (Kb) 78312

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 492184 0 0 0 99239 5652 0 0 17 0 1 0 1795468183 80560128 18946 4294967295 134512640 134736556 3221224560 3221223228 134554112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19668 18946 1116 68 0 19600 0
[pid=15299] vsize: 78672
Current children cumulated CPU time (s) 1048.91
Current children cumulated vsize (Kb) 78672

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 495186 0 0 0 100127 5688 0 0 16 0 1 0 1795468183 80904192 19032 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19752 19032 1116 68 0 19684 0
[pid=15299] vsize: 79008
Current children cumulated CPU time (s) 1058.15
Current children cumulated vsize (Kb) 79008

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 498148 0 0 0 101017 5723 0 0 17 0 1 0 1795468183 81494016 19116 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 19896 19116 1116 68 0 19828 0
[pid=15299] vsize: 79584
Current children cumulated CPU time (s) 1067.4
Current children cumulated vsize (Kb) 79584

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 501052 0 0 0 101909 5757 0 0 16 0 1 0 1795468183 81641472 19212 4294967295 134512640 134736556 3221224560 3221223168 134682918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 19932 19212 1116 68 0 19864 0
[pid=15299] vsize: 79728
Current children cumulated CPU time (s) 1076.66
Current children cumulated vsize (Kb) 79728

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 504128 0 0 0 102792 5793 0 0 16 0 1 0 1795468183 82001920 19300 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20020 19300 1116 68 0 19952 0
[pid=15299] vsize: 80080
Current children cumulated CPU time (s) 1085.85
Current children cumulated vsize (Kb) 80080

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 507228 0 0 0 103676 5829 0 0 17 0 1 0 1795468183 82391040 19395 4294967295 134512640 134736556 3221224560 3221223248 134529305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20115 19395 1116 68 0 20047 0
[pid=15299] vsize: 80460
Current children cumulated CPU time (s) 1095.05
Current children cumulated vsize (Kb) 80460

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 510035 0 0 0 104563 5863 0 0 16 0 1 0 1795468183 82788352 19492 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20212 19492 1116 68 0 20144 0
[pid=15299] vsize: 80848
Current children cumulated CPU time (s) 1104.26
Current children cumulated vsize (Kb) 80848

[startup+1240.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 513207 0 0 0 105448 5899 0 0 17 0 1 0 1795468183 83144704 19576 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 20299 19576 1116 68 0 20231 0
[pid=15299] vsize: 81196
Current children cumulated CPU time (s) 1113.47
Current children cumulated vsize (Kb) 81196

[startup+1250.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 516196 0 0 0 106345 5931 0 0 17 0 1 0 1795468183 83443712 19652 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20372 19652 1116 68 0 20304 0
[pid=15299] vsize: 81488
Current children cumulated CPU time (s) 1122.76
Current children cumulated vsize (Kb) 81488

[startup+1260.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 518402 0 0 0 107252 5961 0 0 17 0 1 0 1795468183 83787776 19736 4294967295 134512640 134736556 3221224560 3221223184 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20456 19736 1116 68 0 20388 0
[pid=15299] vsize: 81824
Current children cumulated CPU time (s) 1132.13
Current children cumulated vsize (Kb) 81824

[startup+1270.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 521248 0 0 0 108151 5993 0 0 16 0 1 0 1795468183 84111360 19815 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20535 19815 1116 68 0 20467 0
[pid=15299] vsize: 82140
Current children cumulated CPU time (s) 1141.44
Current children cumulated vsize (Kb) 82140

[startup+1280.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 523525 0 0 0 109055 6025 0 0 16 0 1 0 1795468183 84566016 19926 4294967295 134512640 134736556 3221224560 3221223088 134550949 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20646 19926 1116 68 0 20578 0
[pid=15299] vsize: 82584
Current children cumulated CPU time (s) 1150.8
Current children cumulated vsize (Kb) 82584

[startup+1290.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 526320 0 0 0 109952 6054 0 0 16 0 1 0 1795468183 84946944 20019 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 20739 20019 1116 68 0 20671 0
[pid=15299] vsize: 82956
Current children cumulated CPU time (s) 1160.06
Current children cumulated vsize (Kb) 82956

[startup+1300.06 s]
Raw data (loadavg): 1.07 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 529143 0 0 0 110851 6086 0 0 16 0 1 0 1795468183 85237760 20090 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15299/statm): 20810 20090 1116 68 0 20742 0
[pid=15299] vsize: 83240
Current children cumulated CPU time (s) 1169.37
Current children cumulated vsize (Kb) 83240

[startup+1310.06 s]
Raw data (loadavg): 1.06 1.02 1.00 2/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) R 15298 15299 1333 0 -1 0 532389 0 0 0 111741 6124 0 0 16 0 1 0 1795468183 85561344 20169 4294967295 134512640 134736556 3221224560 3221223216 134528666 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15299/statm): 20889 20169 1116 68 0 20821 0
[pid=15299] vsize: 83556
Current children cumulated CPU time (s) 1178.65
Current children cumulated vsize (Kb) 83556

[startup+1320.06 s]
Raw data (loadavg): 1.05 1.01 1.00 1/56 15299
Raw data (/proc/15299/stat): 15299 (bsolo) T 15298 15299 1333 0 -1 0 535367 0 0 0 112639 6156 0 0 17 0 1 0 1795468183 85999616 20246 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15299/statm): 20996 20246 1116 68 0 20928 0
[pid=15299] vsize: 83984
Current children cumulated CPU time (s) 1187.95
Current children cumulated vsize (Kb) 83984
One traced child (pid=15299) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1327.76
CPU time (s): 1195.13
CPU user time (s): 1133.24
CPU system time (s): 61.8876
CPU usage (%): 90.0111
Max. virtual memory (cumulated for all children) (Kb): 83984

Verifier Data

Verifier:	OK	30