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/miplib3/normalized-mps-v2-13-7-set1ch.opb
MD5SUM28671fa27f6142d46ae445332a951f0d
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 71225856
Optimality of the best value was proved NO
Number of terms in the objective function 4880
Biggest coefficient in the objective function 10485760
Number of bits for the biggest coefficient in the objective function 24
Sum of the numbers in the objective function 1662757407
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10485760
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 1662757407
Number of bits of the biggest sum of numbers31
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1247.96
Number of variables9680
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint420

Trace number 5280

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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:        803564 kB
Buffers:         38108 kB
Cached:         165528 kB
SwapCached:        228 kB
Active:          73340 kB
Inactive:       133236 kB
HighTotal:      131008 kB
HighFree:        22568 kB
LowTotal:       903652 kB
LowFree:        780996 kB
SwapTotal:     2097136 kB
SwapFree:      2096756 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6272 kB
Slab:            18932 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 00:19:26 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 1048 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9680 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 4.952
c After prepocess the problem consists of 7829 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 7829 #Dec: 37056 LB: 0 @ 218.3
c CHANGE Heuristic... 
c Restart #0 #Var: 7829 #Dec: 154661 LB: 0 @ 902.86
c Restart #1 #Var: 7813 #Dec: 155540 LB: 0 @ 915.34
c Restart #2 #Var: 7725 #Dec: 160109 LB: 0 @ 979.91
c Restart #3 #Var: 7660 #Dec: 172963 LB: 0 @ 1154.6
c Restart #4 #Var: 7646 #Dec: 174961 LB: 0 @ 1181.7
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1795852586 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 107 3 90 68 0 39 0
[pid=11375] 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/wulflinc10/normalized-mps-v2-13-7-set1ch.opb

[startup+10.0028 s]
Raw data (loadavg): 0.87 0.95 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 10405 0 0 0 957 29 0 0 25 0 1 0 1795852586 46067712 10316 4294967295 134512640 134736556 3221224560 3221223168 134558515 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 11247 10316 1116 68 0 11179 0
[pid=11375] vsize: 44988
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (Kb) 44988

[startup+20.0033 s]
Raw data (loadavg): 0.89 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 10407 0 0 0 1953 31 0 0 25 0 1 0 1795852586 46067712 10318 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 11247 10318 1116 68 0 11179 0
[pid=11375] vsize: 44988
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (Kb) 44988

[startup+30.0039 s]
Raw data (loadavg): 0.91 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 10408 0 0 0 2946 34 0 0 25 0 1 0 1795852586 46067712 10319 4294967295 134512640 134736556 3221224560 3221223148 134555083 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 11247 10319 1116 68 0 11179 0
[pid=11375] vsize: 44988
Current children cumulated CPU time (s) 29.8
Current children cumulated vsize (Kb) 44988

[startup+40.0045 s]
Raw data (loadavg): 0.92 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 10411 0 0 0 3939 36 0 0 25 0 1 0 1795852586 46067712 10322 4294967295 134512640 134736556 3221224560 3221223152 134558535 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 11247 10322 1116 68 0 11179 0
[pid=11375] vsize: 44988
Current children cumulated CPU time (s) 39.75
Current children cumulated vsize (Kb) 44988

[startup+50.005 s]
Raw data (loadavg): 0.93 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 10825 0 0 0 4927 41 0 0 25 0 1 0 1795852586 48066560 10736 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 11735 10736 1116 68 0 11667 0
[pid=11375] vsize: 46940
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (Kb) 46940

[startup+60.0046 s]
Raw data (loadavg): 0.94 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11042 0 0 0 5914 46 0 0 25 0 1 0 1795852586 48619520 10953 4294967295 134512640 134736556 3221224560 3221223088 134554629 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 11870 10953 1116 68 0 11802 0
[pid=11375] vsize: 47480
Current children cumulated CPU time (s) 59.6
Current children cumulated vsize (Kb) 47480

[startup+70.0051 s]
Raw data (loadavg): 0.95 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11294 0 0 0 6903 50 0 0 25 0 1 0 1795852586 49750016 11204 4294967295 134512640 134736556 3221224560 3221223216 134649110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12146 11204 1116 68 0 12078 0
[pid=11375] vsize: 48584
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (Kb) 48584

[startup+80.0047 s]
Raw data (loadavg): 0.96 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11404 0 0 0 7889 56 0 0 25 0 1 0 1795852586 50159616 11312 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12246 11312 1116 68 0 12178 0
[pid=11375] vsize: 48984
Current children cumulated CPU time (s) 79.45
Current children cumulated vsize (Kb) 48984

[startup+90.0053 s]
Raw data (loadavg): 0.96 0.96 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11515 0 0 0 8875 62 0 0 25 0 1 0 1795852586 50569216 11423 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12346 11423 1116 68 0 12278 0
[pid=11375] vsize: 49384
Current children cumulated CPU time (s) 89.37
Current children cumulated vsize (Kb) 49384

[startup+100.006 s]
Raw data (loadavg): 0.97 0.96 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11539 0 0 0 9858 67 0 0 25 0 1 0 1795852586 50704384 11447 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11447 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 99.25
Current children cumulated vsize (Kb) 49516

[startup+110.005 s]
Raw data (loadavg): 0.97 0.96 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11546 0 0 0 10843 73 0 0 25 0 1 0 1795852586 50704384 11454 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11454 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 109.16
Current children cumulated vsize (Kb) 49516

[startup+120.006 s]
Raw data (loadavg): 0.98 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11546 0 0 0 11833 77 0 0 25 0 1 0 1795852586 50704384 11454 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11454 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 119.1
Current children cumulated vsize (Kb) 49516

[startup+130.006 s]
Raw data (loadavg): 0.98 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11546 0 0 0 12822 81 0 0 25 0 1 0 1795852586 50704384 11454 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11454 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 129.03
Current children cumulated vsize (Kb) 49516

[startup+140.006 s]
Raw data (loadavg): 0.98 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11549 0 0 0 13812 84 0 0 25 0 1 0 1795852586 50704384 11457 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11457 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 138.96
Current children cumulated vsize (Kb) 49516

[startup+150.007 s]
Raw data (loadavg): 0.98 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11549 0 0 0 14799 89 0 0 25 0 1 0 1795852586 50704384 11457 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11457 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 148.88
Current children cumulated vsize (Kb) 49516

[startup+160.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11549 0 0 0 15787 93 0 0 25 0 1 0 1795852586 50704384 11457 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11457 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 158.8
Current children cumulated vsize (Kb) 49516

[startup+170.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11549 0 0 0 16776 97 0 0 25 0 1 0 1795852586 50704384 11457 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11457 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 168.73
Current children cumulated vsize (Kb) 49516

[startup+180.005 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11549 0 0 0 17762 102 0 0 25 0 1 0 1795852586 50704384 11457 4294967295 134512640 134736556 3221224560 3221223296 134646172 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12379 11457 1116 68 0 12311 0
[pid=11375] vsize: 49516
Current children cumulated CPU time (s) 178.64
Current children cumulated vsize (Kb) 49516

[startup+190.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11645 0 0 0 18747 108 0 0 25 0 1 0 1795852586 51113984 11553 4294967295 134512640 134736556 3221224560 3221223088 134554617 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12479 11553 1116 68 0 12411 0
[pid=11375] vsize: 49916
Current children cumulated CPU time (s) 188.55
Current children cumulated vsize (Kb) 49916

[startup+200.005 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11650 0 0 0 19734 112 0 0 25 0 1 0 1795852586 51113984 11558 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12479 11558 1116 68 0 12411 0
[pid=11375] vsize: 49916
Current children cumulated CPU time (s) 198.46
Current children cumulated vsize (Kb) 49916

[startup+210.005 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11674 0 0 0 20721 116 0 0 25 0 1 0 1795852586 51195904 11582 4294967295 134512640 134736556 3221224560 3221223172 134558377 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12499 11582 1116 68 0 12431 0
[pid=11375] vsize: 49996
Current children cumulated CPU time (s) 208.37
Current children cumulated vsize (Kb) 49996

[startup+220.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11691 0 0 0 21707 121 0 0 25 0 1 0 1795852586 51310592 11599 4294967295 134512640 134736556 3221224560 3221223112 134634653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11599 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 218.28
Current children cumulated vsize (Kb) 50108

[startup+230.005 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 22701 123 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223192 134558385 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 228.24
Current children cumulated vsize (Kb) 50108

[startup+240.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 23694 126 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 238.2
Current children cumulated vsize (Kb) 50108

[startup+250.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 24687 128 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 248.15
Current children cumulated vsize (Kb) 50108

[startup+260.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 25679 131 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 258.1
Current children cumulated vsize (Kb) 50108

[startup+270.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 26668 135 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 268.03
Current children cumulated vsize (Kb) 50108

[startup+280.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 27655 140 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 277.95
Current children cumulated vsize (Kb) 50108

[startup+290.007 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 28645 143 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 287.88
Current children cumulated vsize (Kb) 50108

[startup+300.007 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 29633 147 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 297.8
Current children cumulated vsize (Kb) 50108

[startup+310.007 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 30623 151 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 307.74
Current children cumulated vsize (Kb) 50108

[startup+320.006 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11693 0 0 0 31611 155 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223096 134554615 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 317.66
Current children cumulated vsize (Kb) 50108

[startup+330.007 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11693 0 0 0 32598 160 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 327.58
Current children cumulated vsize (Kb) 50108

[startup+340.007 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11693 0 0 0 33587 165 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 337.52
Current children cumulated vsize (Kb) 50108

[startup+350.007 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11693 0 0 0 34575 168 0 0 25 0 1 0 1795852586 51310592 11601 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12527 11601 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 347.43
Current children cumulated vsize (Kb) 50108

[startup+360.007 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11704 0 0 0 35561 173 0 0 25 0 1 0 1795852586 51310592 11612 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12527 11612 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 357.34
Current children cumulated vsize (Kb) 50108

[startup+370.008 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11704 0 0 0 36549 176 0 0 25 0 1 0 1795852586 51310592 11612 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11612 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 367.25
Current children cumulated vsize (Kb) 50108

[startup+380.008 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11709 0 0 0 37537 179 0 0 25 0 1 0 1795852586 51310592 11617 4294967295 134512640 134736556 3221224560 3221223152 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12527 11617 1116 68 0 12459 0
[pid=11375] vsize: 50108
Current children cumulated CPU time (s) 377.16
Current children cumulated vsize (Kb) 50108

[startup+390.008 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11722 0 0 0 38524 185 0 0 25 0 1 0 1795852586 51433472 11630 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12557 11630 1116 68 0 12489 0
[pid=11375] vsize: 50228
Current children cumulated CPU time (s) 387.09
Current children cumulated vsize (Kb) 50228

[startup+400.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11722 0 0 0 39512 190 0 0 25 0 1 0 1795852586 51433472 11630 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12557 11630 1116 68 0 12489 0
[pid=11375] vsize: 50228
Current children cumulated CPU time (s) 397.02
Current children cumulated vsize (Kb) 50228

[startup+410.008 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11722 0 0 0 40500 195 0 0 25 0 1 0 1795852586 51433472 11630 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12557 11630 1116 68 0 12489 0
[pid=11375] vsize: 50228
Current children cumulated CPU time (s) 406.95
Current children cumulated vsize (Kb) 50228

[startup+420.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11745 0 0 0 41489 198 0 0 25 0 1 0 1795852586 51568640 11653 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12590 11653 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 416.87
Current children cumulated vsize (Kb) 50360

[startup+430.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 42476 203 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223188 134649148 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 426.79
Current children cumulated vsize (Kb) 50360

[startup+440.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 43465 207 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558210 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 436.72
Current children cumulated vsize (Kb) 50360

[startup+450.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 44456 210 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 446.66
Current children cumulated vsize (Kb) 50360

[startup+460.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 45445 214 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 456.59
Current children cumulated vsize (Kb) 50360

[startup+470.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 46433 219 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 466.52
Current children cumulated vsize (Kb) 50360

[startup+480.009 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 47420 223 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 476.43
Current children cumulated vsize (Kb) 50360

[startup+490.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 48408 228 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 486.36
Current children cumulated vsize (Kb) 50360

[startup+500.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 49399 231 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 496.3
Current children cumulated vsize (Kb) 50360

[startup+510.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 50389 234 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223180 134558581 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 506.23
Current children cumulated vsize (Kb) 50360

[startup+520.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 51377 239 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 516.16
Current children cumulated vsize (Kb) 50360

[startup+530.01 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11765 0 0 0 52365 243 0 0 25 0 1 0 1795852586 51568640 11673 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11673 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 526.08
Current children cumulated vsize (Kb) 50360

[startup+540.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11766 0 0 0 53353 247 0 0 25 0 1 0 1795852586 51568640 11674 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11674 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 536
Current children cumulated vsize (Kb) 50360

[startup+550.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11766 0 0 0 54342 251 0 0 25 0 1 0 1795852586 51568640 11674 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12590 11674 1116 68 0 12522 0
[pid=11375] vsize: 50360
Current children cumulated CPU time (s) 545.93
Current children cumulated vsize (Kb) 50360

[startup+560.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11782 0 0 0 55330 256 0 0 25 0 1 0 1795852586 51724288 11690 4294967295 134512640 134736556 3221224560 3221223152 134558535 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11690 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 555.86
Current children cumulated vsize (Kb) 50512

[startup+570.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11782 0 0 0 56319 259 0 0 25 0 1 0 1795852586 51724288 11690 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11690 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 565.78
Current children cumulated vsize (Kb) 50512

[startup+580.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11782 0 0 0 57308 263 0 0 25 0 1 0 1795852586 51724288 11690 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11690 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 575.71
Current children cumulated vsize (Kb) 50512

[startup+590.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11782 0 0 0 58299 266 0 0 25 0 1 0 1795852586 51724288 11690 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11690 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 585.65
Current children cumulated vsize (Kb) 50512

[startup+600.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11809 0 0 0 59286 270 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 595.56
Current children cumulated vsize (Kb) 50512

[startup+610.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11809 0 0 0 60276 273 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 605.49
Current children cumulated vsize (Kb) 50512

[startup+620.011 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11809 0 0 0 61265 277 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 615.42
Current children cumulated vsize (Kb) 50512

[startup+630.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11809 0 0 0 62256 281 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 625.37
Current children cumulated vsize (Kb) 50512

[startup+640.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11809 0 0 0 63244 285 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 635.29
Current children cumulated vsize (Kb) 50512

[startup+650.012 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11809 0 0 0 64233 290 0 0 25 0 1 0 1795852586 51724288 11717 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12628 11717 1116 68 0 12560 0
[pid=11375] vsize: 50512
Current children cumulated CPU time (s) 645.23
Current children cumulated vsize (Kb) 50512

[startup+660.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11837 0 0 0 65220 294 0 0 25 0 1 0 1795852586 51884032 11745 4294967295 134512640 134736556 3221224560 3221223176 134558031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12667 11745 1116 68 0 12599 0
[pid=11375] vsize: 50668
Current children cumulated CPU time (s) 655.14
Current children cumulated vsize (Kb) 50668

[startup+670.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11941 0 0 0 66208 300 0 0 25 0 1 0 1795852586 52314112 11849 4294967295 134512640 134736556 3221224560 3221223152 134558572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12772 11849 1116 68 0 12704 0
[pid=11375] vsize: 51088
Current children cumulated CPU time (s) 665.08
Current children cumulated vsize (Kb) 51088

[startup+680.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11944 0 0 0 67196 305 0 0 25 0 1 0 1795852586 52314112 11852 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12772 11852 1116 68 0 12704 0
[pid=11375] vsize: 51088
Current children cumulated CPU time (s) 675.01
Current children cumulated vsize (Kb) 51088

[startup+690.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11944 0 0 0 68183 310 0 0 25 0 1 0 1795852586 52314112 11852 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12772 11852 1116 68 0 12704 0
[pid=11375] vsize: 51088
Current children cumulated CPU time (s) 684.93
Current children cumulated vsize (Kb) 51088

[startup+700.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11971 0 0 0 69169 315 0 0 25 0 1 0 1795852586 52453376 11879 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12806 11879 1116 68 0 12738 0
[pid=11375] vsize: 51224
Current children cumulated CPU time (s) 694.84
Current children cumulated vsize (Kb) 51224

[startup+710.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 11971 0 0 0 70159 319 0 0 25 0 1 0 1795852586 52453376 11879 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12806 11879 1116 68 0 12738 0
[pid=11375] vsize: 51224
Current children cumulated CPU time (s) 704.78
Current children cumulated vsize (Kb) 51224

[startup+720.014 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 11990 0 0 0 71146 324 0 0 25 0 1 0 1795852586 52453376 11898 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12806 11898 1116 68 0 12738 0
[pid=11375] vsize: 51224
Current children cumulated CPU time (s) 714.7
Current children cumulated vsize (Kb) 51224

[startup+730.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12009 0 0 0 72135 328 0 0 25 0 1 0 1795852586 52600832 11917 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12842 11917 1116 68 0 12774 0
[pid=11375] vsize: 51368
Current children cumulated CPU time (s) 724.63
Current children cumulated vsize (Kb) 51368

[startup+740.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12009 0 0 0 73124 332 0 0 25 0 1 0 1795852586 52600832 11917 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12842 11917 1116 68 0 12774 0
[pid=11375] vsize: 51368
Current children cumulated CPU time (s) 734.56
Current children cumulated vsize (Kb) 51368

[startup+750.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 74110 337 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223168 134558195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 744.47
Current children cumulated vsize (Kb) 51416

[startup+760.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 75098 341 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223216 134649114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 754.39
Current children cumulated vsize (Kb) 51416

[startup+770.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 76087 346 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 764.33
Current children cumulated vsize (Kb) 51416

[startup+780.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 77075 350 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223152 134558373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 774.25
Current children cumulated vsize (Kb) 51416

[startup+790.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 78063 353 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 784.16
Current children cumulated vsize (Kb) 51416

[startup+800.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 79053 357 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 794.1
Current children cumulated vsize (Kb) 51416

[startup+810.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 80041 361 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223168 134558173 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 804.02
Current children cumulated vsize (Kb) 51416

[startup+820.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 81030 365 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 813.95
Current children cumulated vsize (Kb) 51416

[startup+830.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 82019 369 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 823.88
Current children cumulated vsize (Kb) 51416

[startup+840.016 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 12033 0 0 0 83008 372 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 833.8
Current children cumulated vsize (Kb) 51416

[startup+850.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12033 0 0 0 83998 376 0 0 25 0 1 0 1795852586 52649984 11941 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12854 11941 1116 68 0 12786 0
[pid=11375] vsize: 51416
Current children cumulated CPU time (s) 843.74
Current children cumulated vsize (Kb) 51416

[startup+860.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12110 0 0 0 84986 380 0 0 25 0 1 0 1795852586 53059584 12018 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12954 12018 1116 68 0 12886 0
[pid=11375] vsize: 51816
Current children cumulated CPU time (s) 853.66
Current children cumulated vsize (Kb) 51816

[startup+870.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12117 0 0 0 85974 385 0 0 25 0 1 0 1795852586 53059584 12025 4294967295 134512640 134736556 3221224560 3221223196 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12954 12025 1116 68 0 12886 0
[pid=11375] vsize: 51816
Current children cumulated CPU time (s) 863.59
Current children cumulated vsize (Kb) 51816

[startup+880.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12117 0 0 0 86964 388 0 0 25 0 1 0 1795852586 53059584 12025 4294967295 134512640 134736556 3221224560 3221223088 134555076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12954 12025 1116 68 0 12886 0
[pid=11375] vsize: 51816
Current children cumulated CPU time (s) 873.52
Current children cumulated vsize (Kb) 51816

[startup+890.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12117 0 0 0 87954 392 0 0 25 0 1 0 1795852586 53059584 12025 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12954 12025 1116 68 0 12886 0
[pid=11375] vsize: 51816
Current children cumulated CPU time (s) 883.46
Current children cumulated vsize (Kb) 51816

[startup+900.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12148 0 0 0 88941 397 0 0 25 0 1 0 1795852586 53211136 12056 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12991 12056 1116 68 0 12923 0
[pid=11375] vsize: 51964
Current children cumulated CPU time (s) 893.38
Current children cumulated vsize (Kb) 51964

[startup+910.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12156 0 0 0 89928 402 0 0 25 0 1 0 1795852586 53055488 12048 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12953 12048 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 903.3
Current children cumulated vsize (Kb) 51812

[startup+920.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12156 0 0 0 90923 404 0 0 25 0 1 0 1795852586 53055488 12048 4294967295 134512640 134736556 3221224560 3221223168 134558272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11375/statm): 12953 12048 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 913.27
Current children cumulated vsize (Kb) 51812

[startup+930.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12156 0 0 0 91917 406 0 0 25 0 1 0 1795852586 53055488 12048 4294967295 134512640 134736556 3221224560 3221223184 134649095 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12048 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 923.23
Current children cumulated vsize (Kb) 51812

[startup+940.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12156 0 0 0 92912 408 0 0 25 0 1 0 1795852586 53055488 12048 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12048 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 933.2
Current children cumulated vsize (Kb) 51812

[startup+950.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12156 0 0 0 93908 410 0 0 25 0 1 0 1795852586 53055488 12048 4294967295 134512640 134736556 3221224560 3221223156 134558541 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12048 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 943.18
Current children cumulated vsize (Kb) 51812

[startup+960.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 94902 413 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 953.15
Current children cumulated vsize (Kb) 51812

[startup+970.021 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 95899 413 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 963.12
Current children cumulated vsize (Kb) 51812

[startup+980.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 96893 415 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223160 134558144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 973.08
Current children cumulated vsize (Kb) 51812

[startup+990.022 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 97888 417 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 983.05
Current children cumulated vsize (Kb) 51812

[startup+1000.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 98883 419 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 993.02
Current children cumulated vsize (Kb) 51812

[startup+1010.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 99878 421 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1002.99
Current children cumulated vsize (Kb) 51812

[startup+1020.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 100872 423 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223136 134558418 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1012.95
Current children cumulated vsize (Kb) 51812

[startup+1030.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 101867 425 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1022.92
Current children cumulated vsize (Kb) 51812

[startup+1040.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 102862 427 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223168 134558518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1032.89
Current children cumulated vsize (Kb) 51812

[startup+1050.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 103857 430 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223144 134560312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1042.87
Current children cumulated vsize (Kb) 51812

[startup+1060.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 104850 432 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1052.82
Current children cumulated vsize (Kb) 51812

[startup+1070.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12158 0 0 0 105845 434 0 0 25 0 1 0 1795852586 53055488 12050 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12953 12050 1116 68 0 12885 0
[pid=11375] vsize: 51812
Current children cumulated CPU time (s) 1062.79
Current children cumulated vsize (Kb) 51812

[startup+1080.02 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 12197 0 0 0 106839 436 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1072.75
Current children cumulated vsize (Kb) 51944

[startup+1090.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 107834 438 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1082.72
Current children cumulated vsize (Kb) 51944

[startup+1100.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 108829 440 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1092.69
Current children cumulated vsize (Kb) 51944

[startup+1110.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 109824 443 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1102.67
Current children cumulated vsize (Kb) 51944

[startup+1120.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 110820 444 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1112.64
Current children cumulated vsize (Kb) 51944

[startup+1130.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 111815 446 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (Kb) 51944

[startup+1140.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 112809 449 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1132.58
Current children cumulated vsize (Kb) 51944

[startup+1150.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 113803 451 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223216 134649114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1142.54
Current children cumulated vsize (Kb) 51944

[startup+1160.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12197 0 0 0 114798 453 0 0 25 0 1 0 1795852586 53190656 12089 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 12986 12089 1116 68 0 12918 0
[pid=11375] vsize: 51944
Current children cumulated CPU time (s) 1152.51
Current children cumulated vsize (Kb) 51944

[startup+1170.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12588 0 0 0 115791 456 0 0 25 0 1 0 1795852586 54812672 12480 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 13382 12480 1116 68 0 13314 0
[pid=11375] vsize: 53528
Current children cumulated CPU time (s) 1162.47
Current children cumulated vsize (Kb) 53528

[startup+1180.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12612 0 0 0 116784 459 0 0 25 0 1 0 1795852586 54947840 12504 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 13415 12504 1116 68 0 13347 0
[pid=11375] vsize: 53660
Current children cumulated CPU time (s) 1172.43
Current children cumulated vsize (Kb) 53660

[startup+1190.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) R 11374 11375 22582 0 -1 0 12805 0 0 0 117779 461 0 0 25 0 1 0 1795852586 55623680 12697 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11375/statm): 13580 12697 1116 68 0 13512 0
[pid=11375] vsize: 54320
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (Kb) 54320

[startup+1200.03 s]
Raw data (loadavg): 0.99 0.97 0.95 1/56 11375
Raw data (/proc/11375/stat): 11375 (bsolo) T 11374 11375 22582 0 -1 0 12956 0 0 0 118773 463 0 0 25 0 1 0 1795852586 56299520 12848 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11375/statm): 13745 12848 1116 68 0 13677 0
[pid=11375] vsize: 54980
Current children cumulated CPU time (s) 1192.36
Current children cumulated vsize (Kb) 54980
One traced child (pid=11375) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.7
CPU time (s): 1195.04
CPU user time (s): 1190.37
CPU system time (s): 4.66829
CPU usage (%): 99.363
Max. virtual memory (cumulated for all children) (Kb): 54980

Verifier Data

ERROR: no interpretation found !