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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit1d.opb
MD5SUMde6e9dcd85d0fedc70e76c82543d6a33
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 11514
Biggest coefficient in the objective function 2949120
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 462466666
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 3870720
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 580921206
Number of bits of the biggest sum of numbers30
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1194.97
Number of variables11514
Total number of constraints1050
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 constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514

Trace number 486

Launcher Data

LAUNCH ON wulflinc12 THE 2005-09-18 10:35:04 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=428 boxname=wulflinc12 idbench=428 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  de6e9dcd85d0fedc70e76c82543d6a33  /oldhome/oroussel/tmp/wulflinc12/normalized-mps-v2-20-10-fit1d.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc12/normalized-mps-v2-20-10-fit1d.opb
IDLAUNCH: 428
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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.091
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:        923644 kB
Buffers:         37872 kB
Cached:          33596 kB
SwapCached:        544 kB
Active:          56864 kB
Inactive:        26768 kB
HighTotal:      131008 kB
HighFree:        97440 kB
LowTotal:       903652 kB
LowFree:        826204 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            21760 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 10:55:05 (client local time) WITH STATUS 0 IN 1198.47 SECONDS
stats: 428 7 1198.47 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 11514 variables and 1051 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 42.367
c After prepocess the problem consists of 11512 variables and 1049 constraints.
c Initial Lower Bound: -58007886
c Restart #1 #Var: 11512 #Dec: 13050 LB: -58007886 @ 74.174
c Restart #2 #Var: 11512 #Dec: 29856 LB: -58007886 @ 136.73
c Restart #3 #Var: 11512 #Dec: 49297 LB: -58007886 @ 229.56
c Restart #4 #Var: 11512 #Dec: 78380 LB: -58007886 @ 349.84
s UNKNOWN
c Exit Code: 0
c Total time: 1198.4 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/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782336324 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 107 3 90 68 0 39 0
[pid=11386] 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/wulflinc12/normalized-mps-v2-20-10-fit1d.opb

[startup+10.0034 s]
Raw data (loadavg): 0.82 0.93 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 14733 0 0 0 950 40 0 0 25 0 1 0 1782336324 63668224 14630 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 15544 14630 1116 68 0 15476 0
[pid=11386] vsize: 62176
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (Kb) 62176

[startup+20.0043 s]
Raw data (loadavg): 0.85 0.93 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 15416 0 0 0 1946 43 0 0 25 0 1 0 1782336324 66662400 15289 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 16275 15289 1116 68 0 16207 0
[pid=11386] vsize: 65100
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (Kb) 65100

[startup+30.0051 s]
Raw data (loadavg): 0.87 0.93 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 15956 0 0 0 2942 45 0 0 25 0 1 0 1782336324 69160960 15807 4294967295 134512640 134736556 3221224560 3221223304 1076647541 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 16885 15807 1116 68 0 16817 0
[pid=11386] vsize: 67540
Current children cumulated CPU time (s) 29.87
Current children cumulated vsize (Kb) 67540

[startup+40.006 s]
Raw data (loadavg): 0.89 0.93 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 16660 0 0 0 3939 48 0 0 25 0 1 0 1782336324 72212480 16490 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 17630 16490 1116 68 0 17562 0
[pid=11386] vsize: 70520
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (Kb) 70520

[startup+50.0068 s]
Raw data (loadavg): 0.90 0.93 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18380 0 0 0 4890 67 0 0 25 0 1 0 1782336324 79142912 18155 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19322 18155 1116 68 0 19254 0
[pid=11386] vsize: 77288
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (Kb) 77288

[startup+60.0067 s]
Raw data (loadavg): 0.92 0.94 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18483 0 0 0 5885 69 0 0 25 0 1 0 1782336324 79278080 18188 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19355 18188 1116 68 0 19287 0
[pid=11386] vsize: 77420
Current children cumulated CPU time (s) 59.54
Current children cumulated vsize (Kb) 77420

[startup+70.0075 s]
Raw data (loadavg): 0.93 0.94 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18535 0 0 0 6880 71 0 0 25 0 1 0 1782336324 79413248 18221 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19388 18221 1116 68 0 19320 0
[pid=11386] vsize: 77552
Current children cumulated CPU time (s) 69.51
Current children cumulated vsize (Kb) 77552

[startup+80.0084 s]
Raw data (loadavg): 0.94 0.94 0.90 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18589 0 0 0 7838 88 0 0 25 0 1 0 1782336324 79142912 18155 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19322 18155 1116 68 0 19254 0
[pid=11386] vsize: 77288
Current children cumulated CPU time (s) 79.26
Current children cumulated vsize (Kb) 77288

[startup+90.0092 s]
Raw data (loadavg): 0.95 0.94 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18692 0 0 0 8832 89 0 0 25 0 1 0 1782336324 79413248 18206 4294967295 134512640 134736556 3221224560 3221223156 1077374082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19388 18206 1116 68 0 19320 0
[pid=11386] vsize: 77552
Current children cumulated CPU time (s) 89.21
Current children cumulated vsize (Kb) 77552

[startup+100.009 s]
Raw data (loadavg): 0.96 0.94 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18692 0 0 0 9829 90 0 0 25 0 1 0 1782336324 79413248 18206 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19388 18206 1116 68 0 19320 0
[pid=11386] vsize: 77552
Current children cumulated CPU time (s) 99.19
Current children cumulated vsize (Kb) 77552

[startup+110.009 s]
Raw data (loadavg): 0.96 0.94 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18743 0 0 0 10821 93 0 0 25 0 1 0 1782336324 79548416 18239 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19421 18239 1116 68 0 19353 0
[pid=11386] vsize: 77684
Current children cumulated CPU time (s) 109.14
Current children cumulated vsize (Kb) 77684

[startup+120.01 s]
Raw data (loadavg): 0.97 0.94 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18743 0 0 0 11816 95 0 0 25 0 1 0 1782336324 79548416 18239 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19421 18239 1116 68 0 19353 0
[pid=11386] vsize: 77684
Current children cumulated CPU time (s) 119.11
Current children cumulated vsize (Kb) 77684

[startup+130.01 s]
Raw data (loadavg): 0.97 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18761 0 0 0 12811 97 0 0 25 0 1 0 1782336324 79552512 18255 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19422 18255 1116 68 0 19354 0
[pid=11386] vsize: 77688
Current children cumulated CPU time (s) 129.08
Current children cumulated vsize (Kb) 77688

[startup+140.01 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18761 0 0 0 13770 111 0 0 25 0 1 0 1782336324 79548416 18254 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19421 18254 1116 68 0 19353 0
[pid=11386] vsize: 77684
Current children cumulated CPU time (s) 138.81
Current children cumulated vsize (Kb) 77684

[startup+150.011 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18769 0 0 0 14766 113 0 0 25 0 1 0 1782336324 79384576 18214 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19381 18214 1116 68 0 19313 0
[pid=11386] vsize: 77524
Current children cumulated CPU time (s) 148.79
Current children cumulated vsize (Kb) 77524

[startup+160.011 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18778 0 0 0 15762 115 0 0 25 0 1 0 1782336324 79413248 18221 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19388 18221 1116 68 0 19320 0
[pid=11386] vsize: 77552
Current children cumulated CPU time (s) 158.77
Current children cumulated vsize (Kb) 77552

[startup+170.012 s]
Raw data (loadavg): 0.98 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 16756 117 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 168.73
Current children cumulated vsize (Kb) 78016

[startup+180.012 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 17748 119 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 178.67
Current children cumulated vsize (Kb) 78016

[startup+190.013 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 18743 121 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223296 134605561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 188.64
Current children cumulated vsize (Kb) 78016

[startup+200.013 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 19739 122 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 198.61
Current children cumulated vsize (Kb) 78016

[startup+210.013 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 20736 123 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 208.59
Current children cumulated vsize (Kb) 78016

[startup+220.014 s]
Raw data (loadavg): 0.99 0.95 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18863 0 0 0 21733 125 0 0 25 0 1 0 1782336324 79888384 18306 4294967295 134512640 134736556 3221224560 3221223212 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18306 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 218.58
Current children cumulated vsize (Kb) 78016

[startup+230.014 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 22728 127 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 228.55
Current children cumulated vsize (Kb) 78016

[startup+240.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 23686 141 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 238.27
Current children cumulated vsize (Kb) 78016

[startup+250.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 24681 144 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223088 134553459 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 248.25
Current children cumulated vsize (Kb) 78016

[startup+260.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 25677 146 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 258.23
Current children cumulated vsize (Kb) 78016

[startup+270.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 26672 147 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 268.19
Current children cumulated vsize (Kb) 78016

[startup+280.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 27668 149 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 278.17
Current children cumulated vsize (Kb) 78016

[startup+290.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 28664 150 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 288.14
Current children cumulated vsize (Kb) 78016

[startup+300.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 29657 153 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 298.1
Current children cumulated vsize (Kb) 78016

[startup+310.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 30643 157 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 308
Current children cumulated vsize (Kb) 78016

[startup+320.017 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 31637 160 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 317.97
Current children cumulated vsize (Kb) 78016

[startup+330.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 32631 162 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 327.93
Current children cumulated vsize (Kb) 78016

[startup+340.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 33619 166 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 337.85
Current children cumulated vsize (Kb) 78016

[startup+350.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18879 0 0 0 34608 170 0 0 25 0 1 0 1782336324 79888384 18322 4294967295 134512640 134736556 3221224560 3221223076 134543064 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18322 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 347.78
Current children cumulated vsize (Kb) 78016

[startup+360.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18880 0 0 0 35563 185 0 0 25 0 1 0 1782336324 79888384 18323 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18323 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 357.48
Current children cumulated vsize (Kb) 78016

[startup+370.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18880 0 0 0 36563 185 0 0 25 0 1 0 1782336324 79888384 18323 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18323 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 367.48
Current children cumulated vsize (Kb) 78016

[startup+380.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18880 0 0 0 37563 186 0 0 25 0 1 0 1782336324 79888384 18323 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19504 18323 1116 68 0 19436 0
[pid=11386] vsize: 78016
Current children cumulated CPU time (s) 377.49
Current children cumulated vsize (Kb) 78016

[startup+390.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 18971 0 0 0 38563 186 0 0 25 0 1 0 1782336324 80293888 18414 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19603 18414 1116 68 0 19535 0
[pid=11386] vsize: 78412
Current children cumulated CPU time (s) 387.49
Current children cumulated vsize (Kb) 78412

[startup+400.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19148 0 0 0 39563 186 0 0 25 0 1 0 1782336324 81047552 18591 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19787 18591 1116 68 0 19719 0
[pid=11386] vsize: 79148
Current children cumulated CPU time (s) 397.49
Current children cumulated vsize (Kb) 79148

[startup+410.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19237 0 0 0 40563 186 0 0 25 0 1 0 1782336324 81354752 18680 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19862 18680 1116 68 0 19794 0
[pid=11386] vsize: 79448
Current children cumulated CPU time (s) 407.49
Current children cumulated vsize (Kb) 79448

[startup+420.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19365 0 0 0 41562 187 0 0 25 0 1 0 1782336324 81969152 18808 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20012 18808 1116 68 0 19944 0
[pid=11386] vsize: 80048
Current children cumulated CPU time (s) 417.49
Current children cumulated vsize (Kb) 80048

[startup+430.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19387 0 0 0 42563 187 0 0 25 0 1 0 1782336324 81969152 18830 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20012 18830 1116 68 0 19944 0
[pid=11386] vsize: 80048
Current children cumulated CPU time (s) 427.5
Current children cumulated vsize (Kb) 80048

[startup+440.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19387 0 0 0 43563 187 0 0 25 0 1 0 1782336324 81969152 18830 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20012 18830 1116 68 0 19944 0
[pid=11386] vsize: 80048
Current children cumulated CPU time (s) 437.5
Current children cumulated vsize (Kb) 80048

[startup+450.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19387 0 0 0 44563 187 0 0 25 0 1 0 1782336324 81969152 18830 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20012 18830 1116 68 0 19944 0
[pid=11386] vsize: 80048
Current children cumulated CPU time (s) 447.5
Current children cumulated vsize (Kb) 80048

[startup+460.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19461 0 0 0 45563 187 0 0 25 0 1 0 1782336324 82280448 18904 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20088 18904 1116 68 0 20020 0
[pid=11386] vsize: 80352
Current children cumulated CPU time (s) 457.5
Current children cumulated vsize (Kb) 80352

[startup+470.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19461 0 0 0 46563 187 0 0 25 0 1 0 1782336324 82055168 18862 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18862 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 467.5
Current children cumulated vsize (Kb) 80132

[startup+480.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19461 0 0 0 47563 187 0 0 25 0 1 0 1782336324 82055168 18862 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18862 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 477.5
Current children cumulated vsize (Kb) 80132

[startup+490.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19461 0 0 0 48563 188 0 0 25 0 1 0 1782336324 82055168 18862 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18862 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 487.51
Current children cumulated vsize (Kb) 80132

[startup+500.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19461 0 0 0 49563 188 0 0 25 0 1 0 1782336324 82055168 18862 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18862 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 497.51
Current children cumulated vsize (Kb) 80132

[startup+510.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19462 0 0 0 50563 188 0 0 25 0 1 0 1782336324 82055168 18863 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18863 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 507.51
Current children cumulated vsize (Kb) 80132

[startup+520.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19462 0 0 0 51563 188 0 0 25 0 1 0 1782336324 82055168 18863 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18863 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 517.51
Current children cumulated vsize (Kb) 80132

[startup+530.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19462 0 0 0 52564 188 0 0 25 0 1 0 1782336324 82055168 18863 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18863 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 527.52
Current children cumulated vsize (Kb) 80132

[startup+540.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19462 0 0 0 53564 188 0 0 25 0 1 0 1782336324 82055168 18863 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18863 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 537.52
Current children cumulated vsize (Kb) 80132

[startup+550.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19462 0 0 0 54564 188 0 0 25 0 1 0 1782336324 82055168 18863 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18863 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 547.52
Current children cumulated vsize (Kb) 80132

[startup+560.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19504 0 0 0 55564 188 0 0 25 0 1 0 1782336324 82325504 18905 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20099 18905 1116 68 0 20031 0
[pid=11386] vsize: 80396
Current children cumulated CPU time (s) 557.52
Current children cumulated vsize (Kb) 80396

[startup+570.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19504 0 0 0 56564 188 0 0 25 0 1 0 1782336324 82325504 18905 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20099 18905 1116 68 0 20031 0
[pid=11386] vsize: 80396
Current children cumulated CPU time (s) 567.52
Current children cumulated vsize (Kb) 80396

[startup+580.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19504 0 0 0 57564 188 0 0 25 0 1 0 1782336324 82325504 18905 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20099 18905 1116 68 0 20031 0
[pid=11386] vsize: 80396
Current children cumulated CPU time (s) 577.52
Current children cumulated vsize (Kb) 80396

[startup+590.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19505 0 0 0 58564 188 0 0 25 0 1 0 1782336324 82055168 18864 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18864 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 587.52
Current children cumulated vsize (Kb) 80132

[startup+600.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19505 0 0 0 59564 188 0 0 25 0 1 0 1782336324 82055168 18864 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18864 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 597.52
Current children cumulated vsize (Kb) 80132

[startup+610.028 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19505 0 0 0 60564 188 0 0 25 0 1 0 1782336324 82055168 18864 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18864 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 607.52
Current children cumulated vsize (Kb) 80132

[startup+620.029 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 61565 188 0 0 25 0 1 0 1782336324 82055168 18865 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18865 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 617.53
Current children cumulated vsize (Kb) 80132

[startup+630.029 s]
Raw data (loadavg): 1.05 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 62565 188 0 0 25 0 1 0 1782336324 82055168 18865 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18865 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 627.53
Current children cumulated vsize (Kb) 80132

[startup+640.03 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 63565 189 0 0 25 0 1 0 1782336324 82055168 18865 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18865 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 637.54
Current children cumulated vsize (Kb) 80132

[startup+650.031 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 64565 189 0 0 25 0 1 0 1782336324 82055168 18865 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18865 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 647.54
Current children cumulated vsize (Kb) 80132

[startup+660.03 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 65565 189 0 0 25 0 1 0 1782336324 82055168 18865 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20033 18865 1116 68 0 19965 0
[pid=11386] vsize: 80132
Current children cumulated CPU time (s) 657.54
Current children cumulated vsize (Kb) 80132

[startup+670.031 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19506 0 0 0 66565 189 0 0 25 0 1 0 1782336324 81743872 18789 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18789 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 667.54
Current children cumulated vsize (Kb) 79828

[startup+680.032 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19507 0 0 0 67565 189 0 0 25 0 1 0 1782336324 81743872 18790 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18790 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 677.54
Current children cumulated vsize (Kb) 79828

[startup+690.033 s]
Raw data (loadavg): 1.02 0.99 0.91 3/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19507 0 0 0 68565 189 0 0 25 0 1 0 1782336324 81743872 18790 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18790 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 687.54
Current children cumulated vsize (Kb) 79828

[startup+700.034 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19508 0 0 0 69566 189 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 697.55
Current children cumulated vsize (Kb) 79828

[startup+710.035 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19508 0 0 0 70566 189 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 707.55
Current children cumulated vsize (Kb) 79828

[startup+720.035 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19542 0 0 0 71566 189 0 0 25 0 1 0 1782336324 82014208 18825 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20023 18825 1116 68 0 19955 0
[pid=11386] vsize: 80092
Current children cumulated CPU time (s) 717.55
Current children cumulated vsize (Kb) 80092

[startup+730.035 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 72566 189 0 0 25 0 1 0 1782336324 82014208 18835 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20023 18835 1116 68 0 19955 0
[pid=11386] vsize: 80092
Current children cumulated CPU time (s) 727.55
Current children cumulated vsize (Kb) 80092

[startup+740.036 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 73566 189 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 737.55
Current children cumulated vsize (Kb) 79828

[startup+750.037 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 74566 189 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 747.55
Current children cumulated vsize (Kb) 79828

[startup+760.037 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 75566 189 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 757.55
Current children cumulated vsize (Kb) 79828

[startup+770.038 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 76566 190 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 767.56
Current children cumulated vsize (Kb) 79828

[startup+780.039 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 77566 190 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 777.56
Current children cumulated vsize (Kb) 79828

[startup+790.039 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 78567 190 0 0 25 0 1 0 1782336324 81743872 18791 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19957 18791 1116 68 0 19889 0
[pid=11386] vsize: 79828
Current children cumulated CPU time (s) 787.57
Current children cumulated vsize (Kb) 79828

[startup+800.04 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 79567 190 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 797.57
Current children cumulated vsize (Kb) 79564

[startup+810.04 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 80567 190 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 807.57
Current children cumulated vsize (Kb) 79564

[startup+820.041 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 81567 190 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 817.57
Current children cumulated vsize (Kb) 79564

[startup+830.041 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 82567 190 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 827.57
Current children cumulated vsize (Kb) 79564

[startup+840.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 83566 191 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 837.57
Current children cumulated vsize (Kb) 79564

[startup+850.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 84566 192 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 847.58
Current children cumulated vsize (Kb) 79564

[startup+860.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 85565 192 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 857.57
Current children cumulated vsize (Kb) 79564

[startup+870.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 86566 192 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 867.58
Current children cumulated vsize (Kb) 79564

[startup+880.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 87565 192 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 877.57
Current children cumulated vsize (Kb) 79564

[startup+890.044 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19552 0 0 0 88566 192 0 0 25 0 1 0 1782336324 81473536 18725 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19891 18725 1116 68 0 19823 0
[pid=11386] vsize: 79564
Current children cumulated CPU time (s) 887.58
Current children cumulated vsize (Kb) 79564

[startup+900.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19677 0 0 0 89565 193 0 0 25 0 1 0 1782336324 82034688 18850 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20028 18850 1116 68 0 19960 0
[pid=11386] vsize: 80112
Current children cumulated CPU time (s) 897.58
Current children cumulated vsize (Kb) 80112

[startup+910.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19677 0 0 0 90565 193 0 0 25 0 1 0 1782336324 81502208 18732 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19898 18732 1116 68 0 19830 0
[pid=11386] vsize: 79592
Current children cumulated CPU time (s) 907.58
Current children cumulated vsize (Kb) 79592

[startup+920.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19677 0 0 0 91565 193 0 0 25 0 1 0 1782336324 81502208 18732 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 19898 18732 1116 68 0 19830 0
[pid=11386] vsize: 79592
Current children cumulated CPU time (s) 917.58
Current children cumulated vsize (Kb) 79592

[startup+930.045 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) T 11385 11386 8263 0 -1 0 19795 0 0 0 92565 194 0 0 25 0 1 0 1782336324 82059264 18850 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20034 18850 1116 68 0 19966 0
[pid=11386] vsize: 80136
Current children cumulated CPU time (s) 927.59
Current children cumulated vsize (Kb) 80136

[startup+940.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19943 0 0 0 93565 194 0 0 25 0 1 0 1782336324 82653184 18998 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18998 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 937.59
Current children cumulated vsize (Kb) 80716

[startup+950.047 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19943 0 0 0 94565 194 0 0 25 0 1 0 1782336324 82653184 18998 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18998 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 947.59
Current children cumulated vsize (Kb) 80716

[startup+960.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19943 0 0 0 95565 194 0 0 25 0 1 0 1782336324 82653184 18998 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18998 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 957.59
Current children cumulated vsize (Kb) 80716

[startup+970.049 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19944 0 0 0 96565 194 0 0 25 0 1 0 1782336324 82653184 18999 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18999 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 967.59
Current children cumulated vsize (Kb) 80716

[startup+980.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19944 0 0 0 97565 194 0 0 25 0 1 0 1782336324 82653184 18999 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18999 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 977.59
Current children cumulated vsize (Kb) 80716

[startup+990.049 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19944 0 0 0 98565 194 0 0 25 0 1 0 1782336324 82653184 18999 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18999 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 987.59
Current children cumulated vsize (Kb) 80716

[startup+1000.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19944 0 0 0 99565 194 0 0 25 0 1 0 1782336324 82653184 18999 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18999 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 997.59
Current children cumulated vsize (Kb) 80716

[startup+1010.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 19944 0 0 0 100565 194 0 0 25 0 1 0 1782336324 82653184 18999 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20179 18999 1116 68 0 20111 0
[pid=11386] vsize: 80716
Current children cumulated CPU time (s) 1007.59
Current children cumulated vsize (Kb) 80716

[startup+1020.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20018 0 0 0 101565 195 0 0 25 0 1 0 1782336324 82960384 19073 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20254 19073 1116 68 0 20186 0
[pid=11386] vsize: 81016
Current children cumulated CPU time (s) 1017.6
Current children cumulated vsize (Kb) 81016

[startup+1030.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20089 0 0 0 102565 195 0 0 25 0 1 0 1782336324 83267584 19144 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19144 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1027.6
Current children cumulated vsize (Kb) 81316

[startup+1040.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 103565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1037.6
Current children cumulated vsize (Kb) 81316

[startup+1050.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 104565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1047.6
Current children cumulated vsize (Kb) 81316

[startup+1060.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 105565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1057.6
Current children cumulated vsize (Kb) 81316

[startup+1070.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 106565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1067.6
Current children cumulated vsize (Kb) 81316

[startup+1080.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 107565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1077.6
Current children cumulated vsize (Kb) 81316

[startup+1090.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20094 0 0 0 108565 195 0 0 25 0 1 0 1782336324 83267584 19149 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19149 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1087.6
Current children cumulated vsize (Kb) 81316

[startup+1100.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20095 0 0 0 109566 195 0 0 25 0 1 0 1782336324 83267584 19150 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19150 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1097.61
Current children cumulated vsize (Kb) 81316

[startup+1110.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 110566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1107.61
Current children cumulated vsize (Kb) 81316

[startup+1120.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 111566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1117.61
Current children cumulated vsize (Kb) 81316

[startup+1130.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 112566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1127.61
Current children cumulated vsize (Kb) 81316

[startup+1140.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 113566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1137.61
Current children cumulated vsize (Kb) 81316

[startup+1150.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 114566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223096 1077377891 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1147.61
Current children cumulated vsize (Kb) 81316

[startup+1160.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 115566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1157.61
Current children cumulated vsize (Kb) 81316

[startup+1170.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 116566 195 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1167.61
Current children cumulated vsize (Kb) 81316

[startup+1180.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 117566 196 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1177.62
Current children cumulated vsize (Kb) 81316

[startup+1190.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 118566 196 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1187.62
Current children cumulated vsize (Kb) 81316

[startup+1200.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 11386
Raw data (/proc/11386/stat): 11386 (bsolo) R 11385 11386 8263 0 -1 0 20096 0 0 0 119567 196 0 0 25 0 1 0 1782336324 83267584 19151 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11386/statm): 20329 19151 1116 68 0 20261 0
[pid=11386] vsize: 81316
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (Kb) 81316
One traced child (pid=11386) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1200.89
CPU time (s): 1198.47
CPU user time (s): 1196.47
CPU system time (s): 1.9987
CPU usage (%): 99.7979
Max. virtual memory (cumulated for all children) (Kb): 81316

Verifier Data

ERROR: no interpretation found !