Some explanations

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

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-vpm1.opb
MD5SUMeb50800dc2fc522dd2f29a347fbab1da
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 28
Optimality of the best value was proved NO
Number of terms in the objective function 168
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 819200
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 4941871
Number of bits of the biggest sum of numbers23
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1250.11
Number of variables2754
Total number of constraints612
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints444
Minimum length of a constraint1
Maximum length of a constraint82

Trace number 1424

Launcher Data

LAUNCH ON wulflinc19 THE 2005-09-18 14:52:58 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=669 boxname=wulflinc19 idbench=669 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  eb50800dc2fc522dd2f29a347fbab1da  /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-vpm1.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-vpm1.opb
IDLAUNCH: 669
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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	: 3
cpu MHz		: 451.037
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:        926960 kB
Buffers:         34056 kB
Cached:          46712 kB
SwapCached:        832 kB
Active:          56920 kB
Inactive:        26384 kB
HighTotal:      131008 kB
HighFree:        83580 kB
LowTotal:       903652 kB
LowFree:        843380 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            18876 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 15:13:01 (client local time) WITH STATUS 0 IN 1195.4 SECONDS
stats: 669 7 1195.4 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 2754 variables and 486 constraints.
c	preprocess terminated. Elapsed time: 1.422
c After prepocess the problem consists of 1871 variables and 301 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 1871 #Dec: 8154 LB: 0 @ 13.075
c Restart #2 #Var: 1871 #Dec: 17877 LB: 0 @ 26.424
c Restart #3 #Var: 1871 #Dec: 28988 LB: 0 @ 43.138
c Restart #4 #Var: 1871 #Dec: 46633 LB: 0 @ 72.722
c Restart #5 #Var: 1871 #Dec: 53637 LB: 0 @ 90.487
c Restart #6 #Var: 1871 #Dec: 58385 LB: 0 @ 104.58
c Restart #7 #Var: 1871 #Dec: 60042 LB: 0 @ 111.04
c Restart #8 #Var: 1869 #Dec: 62907 LB: 0 @ 119.2
c Restart #9 #Var: 1869 #Dec: 64753 LB: 0 @ 126.69
c Restart #10 #Var: 1869 #Dec: 66797 LB: 0 @ 136.88
c Restart #11 #Var: 1868 #Dec: 69027 LB: 0 @ 146.17
c Restart #12 #Var: 1868 #Dec: 72546 LB: 0 @ 156.63
c Restart #13 #Var: 1868 #Dec: 75189 LB: 0 @ 167.32
c Restart #14 #Var: 1868 #Dec: 78037 LB: 0 @ 178.85
c Restart #15 #Var: 1868 #Dec: 81071 LB: 0 @ 191.96
c Restart #16 #Var: 1868 #Dec: 84299 LB: 0 @ 205.63
c Restart #17 #Var: 1868 #Dec: 87713 LB: 0 @ 220.52
c Restart #18 #Var: 1868 #Dec: 91402 LB: 0 @ 236.74
c Restart #19 #Var: 1868 #Dec: 96301 LB: 0 @ 256.19
c Restart #20 #Var: 1868 #Dec: 100368 LB: 0 @ 274.59
c Restart #21 #Var: 1868 #Dec: 104613 LB: 0 @ 314.81
c Restart #22 #Var: 1868 #Dec: 109057 LB: 0 @ 350.74
c Restart #23 #Var: 1868 #Dec: 113696 LB: 0 @ 390.64
c Restart #24 #Var: 1868 #Dec: 120552 LB: 0 @ 452.89
c Restart #25 #Var: 1868 #Dec: 125585 LB: 0 @ 473.85
c Restart #26 #Var: 1868 #Dec: 130925 LB: 0 @ 502.67
c Restart #27 #Var: 1868 #Dec: 136417 LB: 0 @ 545.26
c Restart #28 #Var: 1868 #Dec: 142046 LB: 0 @ 577.24
c CHANGE Heuristic... 
c Restart #0 #Var: 1868 #Dec: 147875 LB: 0 @ 603.32
c Restart #1 #Var: 1868 #Dec: 148504 LB: 0 @ 613.29
c Restart #2 #Var: 1868 #Dec: 148949 LB: 0 @ 615.85
c Restart #3 #Var: 1868 #Dec: 149582 LB: 0 @ 619.79
c Restart #4 #Var: 1868 #Dec: 150410 LB: 0 @ 630.12
c Restart #5 #Var: 1868 #Dec: 152011 LB: 0 @ 665.69
c Restart #6 #Var: 1868 #Dec: 153354 LB: 0 @ 676.65
c Restart #7 #Var: 1868 #Dec: 156172 LB: 0 @ 698.88
c Restart #8 #Var: 1868 #Dec: 158779 LB: 0 @ 768.44
c Restart #9 #Var: 1868 #Dec: 161422 LB: 0 @ 962.9
c Restart #10 #Var: 1868 #Dec: 163851 LB: 0 @ 983.02
c Restart #11 #Var: 1868 #Dec: 167760 LB: 0 @ 1010.9
c Restart #12 #Var: 1868 #Dec: 171095 LB: 0 @ 1044.3
c Restart #13 #Var: 1868 #Dec: 173727 LB: 0 @ 1095.1
s UNKNOWN
c Exit Code: 0
c Total time: 1195.1 s

Watcher Data

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

[startup+10.0039 s]
Raw data (loadavg): 1.00 1.10 1.08 1/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) T 9327 9328 5929 0 -1 0 5571 0 0 0 950 24 0 0 25 0 1 0 1842107525 26025984 5482 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/9328/statm): 6354 5482 1116 68 0 6286 0
[pid=9328] vsize: 25416
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (Kb) 25416

[startup+20.0047 s]
Raw data (loadavg): 1.00 1.09 1.08 1/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) T 9327 9328 5929 0 -1 0 5687 0 0 0 1915 37 0 0 25 0 1 0 1842107525 26435584 5598 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9328/statm): 6454 5598 1116 68 0 6386 0
[pid=9328] vsize: 25816
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (Kb) 25816

[startup+30.0055 s]
Raw data (loadavg): 1.00 1.09 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 5687 0 0 0 2883 49 0 0 25 0 1 0 1842107525 26435584 5598 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 6454 5598 1116 68 0 6386 0
[pid=9328] vsize: 25816
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (Kb) 25816

[startup+40.0053 s]
Raw data (loadavg): 1.00 1.09 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 5833 0 0 0 3849 61 0 0 25 0 1 0 1842107525 26976256 5744 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 6586 5744 1116 68 0 6518 0
[pid=9328] vsize: 26344
Current children cumulated CPU time (s) 39.1
Current children cumulated vsize (Kb) 26344

[startup+50.0061 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 6115 0 0 0 4816 73 0 0 25 0 1 0 1842107525 28139520 6026 4294967295 134512640 134736556 3221224560 3221223152 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 6870 6026 1116 68 0 6802 0
[pid=9328] vsize: 27480
Current children cumulated CPU time (s) 48.89
Current children cumulated vsize (Kb) 27480

[startup+60.0069 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 6280 0 0 0 5784 83 0 0 25 0 1 0 1842107525 28815360 6191 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 7035 6191 1116 68 0 6967 0
[pid=9328] vsize: 28140
Current children cumulated CPU time (s) 58.67
Current children cumulated vsize (Kb) 28140

[startup+70.0067 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 6550 0 0 0 6755 94 0 0 25 0 1 0 1842107525 30031872 6461 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 7332 6461 1116 68 0 7264 0
[pid=9328] vsize: 29328
Current children cumulated CPU time (s) 68.49
Current children cumulated vsize (Kb) 29328

[startup+80.0075 s]
Raw data (loadavg): 1.00 1.07 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 7280 0 0 0 7729 104 0 0 25 0 1 0 1842107525 33009664 7191 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 8059 7191 1116 68 0 7991 0
[pid=9328] vsize: 32236
Current children cumulated CPU time (s) 78.33
Current children cumulated vsize (Kb) 32236

[startup+90.0073 s]
Raw data (loadavg): 1.00 1.07 1.08 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 8424 0 0 0 8705 115 0 0 25 0 1 0 1842107525 37625856 8335 4294967295 134512640 134736556 3221224560 3221223172 134558377 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 9186 8335 1116 68 0 9118 0
[pid=9328] vsize: 36744
Current children cumulated CPU time (s) 88.2
Current children cumulated vsize (Kb) 36744

[startup+100.007 s]
Raw data (loadavg): 1.00 1.07 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 9054 0 0 0 9687 122 0 0 25 0 1 0 1842107525 40493056 8960 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 9886 8960 1116 68 0 9818 0
[pid=9328] vsize: 39544
Current children cumulated CPU time (s) 98.09
Current children cumulated vsize (Kb) 39544

[startup+110.008 s]
Raw data (loadavg): 1.00 1.07 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) T 9327 9328 5929 0 -1 0 11498 0 0 0 10664 134 0 0 25 0 1 0 1842107525 50696192 11389 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9328/statm): 12377 11389 1116 68 0 12309 0
[pid=9328] vsize: 49508
Current children cumulated CPU time (s) 107.98
Current children cumulated vsize (Kb) 49508

[startup+120.008 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 14397 0 0 0 11637 148 0 0 25 0 1 0 1842107525 62386176 14287 4294967295 134512640 134736556 3221224560 3221223152 134540245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 15231 14287 1116 68 0 15163 0
[pid=9328] vsize: 60924
Current children cumulated CPU time (s) 117.85
Current children cumulated vsize (Kb) 60924

[startup+130.009 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 17684 0 0 0 12612 163 0 0 25 0 1 0 1842107525 76435456 17566 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 18661 17566 1116 68 0 18593 0
[pid=9328] vsize: 74644
Current children cumulated CPU time (s) 127.75
Current children cumulated vsize (Kb) 74644

[startup+140.009 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 20861 0 0 0 13589 176 0 0 25 0 1 0 1842107525 89849856 20676 4294967295 134512640 134736556 3221224560 3221223160 134558144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 21936 20676 1116 68 0 21868 0
[pid=9328] vsize: 87744
Current children cumulated CPU time (s) 137.65
Current children cumulated vsize (Kb) 87744

[startup+150.009 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 24388 0 0 0 14560 190 0 0 25 0 1 0 1842107525 104390656 24167 4294967295 134512640 134736556 3221224560 3221223172 134544618 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 25486 24167 1116 68 0 25418 0
[pid=9328] vsize: 101944
Current children cumulated CPU time (s) 147.5
Current children cumulated vsize (Kb) 101944

[startup+160.01 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 27853 0 0 0 15530 206 0 0 25 0 1 0 1842107525 118460416 27630 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 28921 27630 1116 68 0 28853 0
[pid=9328] vsize: 115684
Current children cumulated CPU time (s) 157.36
Current children cumulated vsize (Kb) 115684

[startup+170.011 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 31467 0 0 0 16503 222 0 0 25 0 1 0 1842107525 133644288 31222 4294967295 134512640 134736556 3221224560 3221223248 134544766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 32628 31222 1116 68 0 32560 0
[pid=9328] vsize: 130512
Current children cumulated CPU time (s) 167.25
Current children cumulated vsize (Kb) 130512

[startup+180.012 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 35413 0 0 0 17475 238 0 0 25 0 1 0 1842107525 150175744 35151 4294967295 134512640 134736556 3221224560 3221223232 134528720 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 36664 35151 1116 68 0 36596 0
[pid=9328] vsize: 146656
Current children cumulated CPU time (s) 177.13
Current children cumulated vsize (Kb) 146656

[startup+190.012 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 38862 0 0 0 18450 251 0 0 25 0 1 0 1842107525 163844096 38437 4294967295 134512640 134736556 3221224560 3221223152 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 40001 38437 1116 68 0 39933 0
[pid=9328] vsize: 160004
Current children cumulated CPU time (s) 187.01
Current children cumulated vsize (Kb) 160004

[startup+200.012 s]
Raw data (loadavg): 1.00 1.05 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 42375 0 0 0 19425 265 0 0 25 0 1 0 1842107525 178794496 41905 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 43651 41905 1116 68 0 43583 0
[pid=9328] vsize: 174604
Current children cumulated CPU time (s) 196.9
Current children cumulated vsize (Kb) 174604

[startup+210.013 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 45314 0 0 0 20403 277 0 0 25 0 1 0 1842107525 190332928 44840 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 46468 44840 1116 68 0 46400 0
[pid=9328] vsize: 185872
Current children cumulated CPU time (s) 206.8
Current children cumulated vsize (Kb) 185872

[startup+220.014 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 49712 0 0 0 21374 294 0 0 25 0 1 0 1842107525 210153472 49054 4294967295 134512640 134736556 3221224560 3221223200 134554620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 51307 49054 1116 68 0 51239 0
[pid=9328] vsize: 205228
Current children cumulated CPU time (s) 216.68
Current children cumulated vsize (Kb) 205228

[startup+230.015 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 52555 0 0 0 22354 305 0 0 25 0 1 0 1842107525 221667328 51896 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 54118 51896 1116 68 0 54050 0
[pid=9328] vsize: 216472
Current children cumulated CPU time (s) 226.59
Current children cumulated vsize (Kb) 216472

[startup+240.014 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 55993 0 0 0 23330 320 0 0 25 0 1 0 1842107525 235831296 55327 4294967295 134512640 134736556 3221224560 3221223120 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 57576 55327 1116 68 0 57508 0
[pid=9328] vsize: 230304
Current children cumulated CPU time (s) 236.5
Current children cumulated vsize (Kb) 230304

[startup+250.015 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 59606 0 0 0 24303 336 0 0 25 0 1 0 1842107525 251113472 58864 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 61307 58864 1116 68 0 61239 0
[pid=9328] vsize: 245228
Current children cumulated CPU time (s) 246.39
Current children cumulated vsize (Kb) 245228

[startup+260.015 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 61778 0 0 0 25282 347 0 0 25 0 1 0 1842107525 259780608 61035 4294967295 134512640 134736556 3221224560 3221223068 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 63423 61035 1116 68 0 63355 0
[pid=9328] vsize: 253692
Current children cumulated CPU time (s) 256.29
Current children cumulated vsize (Kb) 253692

[startup+270.015 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 65184 0 0 0 26258 359 0 0 25 0 1 0 1842107525 273731584 64434 4294967295 134512640 134736556 3221224560 3221223168 134535866 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 66829 64438 1116 68 0 66761 0
[pid=9328] vsize: 267316
Current children cumulated CPU time (s) 266.17
Current children cumulated vsize (Kb) 267316

[startup+280.016 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 67887 0 0 0 27238 370 0 0 25 0 1 0 1842107525 284827648 67121 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 69538 67121 1116 68 0 69470 0
[pid=9328] vsize: 278152
Current children cumulated CPU time (s) 276.08
Current children cumulated vsize (Kb) 278152

[startup+290.016 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 70043 0 0 0 28223 379 0 0 25 0 1 0 1842107525 294375424 69227 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 71869 69227 1116 68 0 71801 0
[pid=9328] vsize: 287476
Current children cumulated CPU time (s) 286.02
Current children cumulated vsize (Kb) 287476

[startup+300.016 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 72291 0 0 0 29209 387 0 0 25 0 1 0 1842107525 301875200 71076 4294967295 134512640 134736556 3221224560 3221223200 134543827 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 73700 71076 1116 68 0 73632 0
[pid=9328] vsize: 294800
Current children cumulated CPU time (s) 295.96
Current children cumulated vsize (Kb) 294800

[startup+310.017 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 73998 0 0 0 30195 394 0 0 25 0 1 0 1842107525 309645312 72746 4294967295 134512640 134736556 3221224560 3221223168 134544672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 75597 72746 1116 68 0 75529 0
[pid=9328] vsize: 302388
Current children cumulated CPU time (s) 305.89
Current children cumulated vsize (Kb) 302388

[startup+320.018 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 74876 0 0 0 31186 399 0 0 25 0 1 0 1842107525 313364480 73601 4294967295 134512640 134736556 3221224560 3221223200 134648994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 76505 73601 1116 68 0 76437 0
[pid=9328] vsize: 306020
Current children cumulated CPU time (s) 315.85
Current children cumulated vsize (Kb) 306020

[startup+330.019 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 76766 0 0 0 32173 406 0 0 25 0 1 0 1842107525 320999424 75479 4294967295 134512640 134736556 3221224560 3221223328 134644663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 78369 75479 1116 68 0 78301 0
[pid=9328] vsize: 313476
Current children cumulated CPU time (s) 325.79
Current children cumulated vsize (Kb) 313476

[startup+340.019 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 79126 0 0 0 33158 414 0 0 25 0 1 0 1842107525 331956224 77710 4294967295 134512640 134736556 3221224560 3221223328 134644663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 81044 77710 1116 68 0 80976 0
[pid=9328] vsize: 324176
Current children cumulated CPU time (s) 335.72
Current children cumulated vsize (Kb) 324176

[startup+350.019 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 80846 0 0 0 34143 422 0 0 25 0 1 0 1842107525 338890752 79413 4294967295 134512640 134736556 3221224560 3221223204 134649050 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 82737 79413 1116 68 0 82669 0
[pid=9328] vsize: 330948
Current children cumulated CPU time (s) 345.65
Current children cumulated vsize (Kb) 330948

[startup+360.02 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 82113 0 0 0 35133 427 0 0 25 0 1 0 1842107525 343994368 80672 4294967295 134512640 134736556 3221224560 3221223208 134543866 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 83983 80672 1116 68 0 83915 0
[pid=9328] vsize: 335932
Current children cumulated CPU time (s) 355.6
Current children cumulated vsize (Kb) 335932

[startup+370.021 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 83771 0 0 0 36119 434 0 0 25 0 1 0 1842107525 350720000 82318 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 85625 82318 1116 68 0 85557 0
[pid=9328] vsize: 342500
Current children cumulated CPU time (s) 365.53
Current children cumulated vsize (Kb) 342500

[startup+380.022 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 85856 0 0 0 37103 443 0 0 25 0 1 0 1842107525 359174144 84372 4294967295 134512640 134736556 3221224560 3221223292 134544464 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 87689 84372 1116 68 0 87621 0
[pid=9328] vsize: 350756
Current children cumulated CPU time (s) 375.46
Current children cumulated vsize (Kb) 350756

[startup+390.023 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 87610 0 0 0 38089 450 0 0 25 0 1 0 1842107525 366170112 86113 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 89397 86113 1116 68 0 89329 0
[pid=9328] vsize: 357588
Current children cumulated CPU time (s) 385.39
Current children cumulated vsize (Kb) 357588

[startup+400.022 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 88621 0 0 0 39082 454 0 0 25 0 1 0 1842107525 370290688 87115 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 90403 87115 1116 68 0 90335 0
[pid=9328] vsize: 361612
Current children cumulated CPU time (s) 395.36
Current children cumulated vsize (Kb) 361612

[startup+410.023 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 89605 0 0 0 40072 460 0 0 25 0 1 0 1842107525 374210560 88099 4294967295 134512640 134736556 3221224560 3221223328 134644904 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 91360 88099 1116 68 0 91292 0
[pid=9328] vsize: 365440
Current children cumulated CPU time (s) 405.32
Current children cumulated vsize (Kb) 365440

[startup+420.024 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 90631 0 0 0 41062 465 0 0 25 0 1 0 1842107525 378195968 89116 4294967295 134512640 134736556 3221224560 3221223328 134644765 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 92333 89116 1116 68 0 92265 0
[pid=9328] vsize: 369332
Current children cumulated CPU time (s) 415.27
Current children cumulated vsize (Kb) 369332

[startup+430.025 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 91635 0 0 0 42054 470 0 0 25 0 1 0 1842107525 382251008 90120 4294967295 134512640 134736556 3221224560 3221223304 134543266 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 93323 90120 1116 68 0 93255 0
[pid=9328] vsize: 373292
Current children cumulated CPU time (s) 425.24
Current children cumulated vsize (Kb) 373292

[startup+440.026 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 92635 0 0 0 43045 475 0 0 25 0 1 0 1842107525 386306048 91120 4294967295 134512640 134736556 3221224560 3221223328 134644663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 94313 91120 1116 68 0 94245 0
[pid=9328] vsize: 377252
Current children cumulated CPU time (s) 435.2
Current children cumulated vsize (Kb) 377252

[startup+450.025 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 94696 0 0 0 44035 480 0 0 25 0 1 0 1842107525 398069760 92904 4294967295 134512640 134736556 3221224560 3221223232 134528541 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 97185 92904 1116 68 0 97117 0
[pid=9328] vsize: 388740
Current children cumulated CPU time (s) 445.15
Current children cumulated vsize (Kb) 388740

[startup+460.026 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 96635 0 0 0 45013 491 0 0 25 0 1 0 1842107525 405913600 94843 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 99100 94843 1116 68 0 99032 0
[pid=9328] vsize: 396400
Current children cumulated CPU time (s) 455.04
Current children cumulated vsize (Kb) 396400

[startup+470.026 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 100449 0 0 0 45984 509 0 0 25 0 1 0 1842107525 421773312 98643 4294967295 134512640 134736556 3221224560 3221222964 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 102972 98643 1116 68 0 102904 0
[pid=9328] vsize: 411888
Current children cumulated CPU time (s) 464.93
Current children cumulated vsize (Kb) 411888

[startup+480.027 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 103582 0 0 0 46960 521 0 0 25 0 1 0 1842107525 435585024 101722 4294967295 134512640 134736556 3221224560 3221223424 134643870 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 106344 101722 1116 68 0 106276 0
[pid=9328] vsize: 425376
Current children cumulated CPU time (s) 474.81
Current children cumulated vsize (Kb) 425376

[startup+490.028 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 106683 0 0 0 47937 532 0 0 25 0 1 0 1842107525 448327680 104823 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 109455 104823 1116 68 0 109387 0
[pid=9328] vsize: 437820
Current children cumulated CPU time (s) 484.69
Current children cumulated vsize (Kb) 437820

[startup+500.027 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 110640 0 0 0 48911 548 0 0 25 0 1 0 1842107525 464687104 108758 4294967295 134512640 134736556 3221224560 3221223200 134648999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 113449 108758 1116 68 0 113381 0
[pid=9328] vsize: 453796
Current children cumulated CPU time (s) 494.59
Current children cumulated vsize (Kb) 453796

[startup+510.028 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 112761 0 0 0 49899 556 0 0 25 0 1 0 1842107525 474664960 110746 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 115885 110746 1116 68 0 115817 0
[pid=9328] vsize: 463540
Current children cumulated CPU time (s) 504.55
Current children cumulated vsize (Kb) 463540

[startup+520.029 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 116460 0 0 0 50870 571 0 0 25 0 1 0 1842107525 489451520 114437 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 119495 114437 1116 68 0 119427 0
[pid=9328] vsize: 477980
Current children cumulated CPU time (s) 514.41
Current children cumulated vsize (Kb) 477980

[startup+530.03 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 117988 0 0 0 51858 578 0 0 25 0 1 0 1842107525 495534080 115965 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 120980 115965 1116 68 0 120912 0
[pid=9328] vsize: 483920
Current children cumulated CPU time (s) 524.36
Current children cumulated vsize (Kb) 483920

[startup+540.03 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 119168 0 0 0 52851 582 0 0 25 0 1 0 1842107525 500264960 117145 4294967295 134512640 134736556 3221224560 3221223224 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 122135 117145 1116 68 0 122067 0
[pid=9328] vsize: 488540
Current children cumulated CPU time (s) 534.33
Current children cumulated vsize (Kb) 488540

[startup+550.029 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 120904 0 0 0 53841 588 0 0 25 0 1 0 1842107525 508866560 118737 4294967295 134512640 134736556 3221224560 3221223168 134544660 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 124235 118737 1116 68 0 124167 0
[pid=9328] vsize: 496940
Current children cumulated CPU time (s) 544.29
Current children cumulated vsize (Kb) 496940

[startup+560.03 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 122763 0 0 0 54826 596 0 0 25 0 1 0 1842107525 516468736 120584 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 126091 120584 1116 68 0 126023 0
[pid=9328] vsize: 504364
Current children cumulated CPU time (s) 554.22
Current children cumulated vsize (Kb) 504364

[startup+570.03 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 125294 0 0 0 55806 607 0 0 25 0 1 0 1842107525 526409728 123109 4294967295 134512640 134736556 3221224560 3221223128 134560350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 128518 123109 1116 68 0 128450 0
[pid=9328] vsize: 514072
Current children cumulated CPU time (s) 564.13
Current children cumulated vsize (Kb) 514072

[startup+580.031 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 128596 0 0 0 56783 619 0 0 25 0 1 0 1842107525 540626944 126308 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 131989 126308 1116 68 0 131921 0
[pid=9328] vsize: 527956
Current children cumulated CPU time (s) 574.02
Current children cumulated vsize (Kb) 527956

[startup+590.032 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 131218 0 0 0 57765 630 0 0 25 0 1 0 1842107525 550899712 128929 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 134497 128929 1116 68 0 134429 0
[pid=9328] vsize: 537988
Current children cumulated CPU time (s) 583.95
Current children cumulated vsize (Kb) 537988

[startup+600.032 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 135967 0 0 0 58739 646 0 0 25 0 1 0 1842107525 572968960 133421 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 139885 133421 1116 68 0 139817 0
[pid=9328] vsize: 559540
Current children cumulated CPU time (s) 593.85
Current children cumulated vsize (Kb) 559540

[startup+610.032 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 138497 0 0 0 59720 656 0 0 25 0 1 0 1842107525 583798784 135861 4294967295 134512640 134736556 3221224560 3221223068 134536611 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 142529 135861 1116 68 0 142461 0
[pid=9328] vsize: 570116
Current children cumulated CPU time (s) 603.76
Current children cumulated vsize (Kb) 570116

[startup+620.032 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 138803 0 0 0 60716 658 0 0 25 0 1 0 1842107525 585109504 136157 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 142849 136157 1116 68 0 142781 0
[pid=9328] vsize: 571396
Current children cumulated CPU time (s) 613.74
Current children cumulated vsize (Kb) 571396

[startup+630.033 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 142236 0 0 0 61698 670 0 0 25 0 1 0 1842107525 596275200 138797 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 145575 138797 1116 68 0 145507 0
[pid=9328] vsize: 582300
Current children cumulated CPU time (s) 623.68
Current children cumulated vsize (Kb) 582300

[startup+640.033 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 143225 0 0 0 62691 674 0 0 25 0 1 0 1842107525 600530944 139776 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 146614 139776 1116 68 0 146546 0
[pid=9328] vsize: 586456
Current children cumulated CPU time (s) 633.65
Current children cumulated vsize (Kb) 586456

[startup+650.033 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 143681 0 0 0 63687 677 0 0 25 0 1 0 1842107525 602288128 140232 4294967295 134512640 134736556 3221224560 3221223120 134543554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 147043 140232 1116 68 0 146975 0
[pid=9328] vsize: 588172
Current children cumulated CPU time (s) 643.64
Current children cumulated vsize (Kb) 588172

[startup+660.033 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 144202 0 0 0 64683 679 0 0 25 0 1 0 1842107525 604450816 140752 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 147571 140752 1116 68 0 147503 0
[pid=9328] vsize: 590284
Current children cumulated CPU time (s) 653.62
Current children cumulated vsize (Kb) 590284

[startup+670.033 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 144554 0 0 0 65678 681 0 0 25 0 1 0 1842107525 605802496 141104 4294967295 134512640 134736556 3221224560 3221223300 134609065 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 147901 141104 1116 68 0 147833 0
[pid=9328] vsize: 591604
Current children cumulated CPU time (s) 663.59
Current children cumulated vsize (Kb) 591604

[startup+680.034 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 145438 0 0 0 66672 685 0 0 25 0 1 0 1842107525 609452032 141988 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 148792 141988 1116 68 0 148724 0
[pid=9328] vsize: 595168
Current children cumulated CPU time (s) 673.57
Current children cumulated vsize (Kb) 595168

[startup+690.034 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 146457 0 0 0 67658 692 0 0 25 0 1 0 1842107525 613646336 143007 4294967295 134512640 134736556 3221224560 3221223280 134645798 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 149816 143007 1116 68 0 149748 0
[pid=9328] vsize: 599264
Current children cumulated CPU time (s) 683.5
Current children cumulated vsize (Kb) 599264

[startup+700.034 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 147542 0 0 0 68648 696 0 0 25 0 1 0 1842107525 618143744 144092 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 150914 144092 1116 68 0 150846 0
[pid=9328] vsize: 603656
Current children cumulated CPU time (s) 693.44
Current children cumulated vsize (Kb) 603656

[startup+710.034 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148243 0 0 0 69643 699 0 0 25 0 1 0 1842107525 620982272 144793 4294967295 134512640 134736556 3221224560 3221223140 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151607 144793 1116 68 0 151539 0
[pid=9328] vsize: 606428
Current children cumulated CPU time (s) 703.42
Current children cumulated vsize (Kb) 606428

[startup+720.034 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148274 0 0 0 70642 700 0 0 25 0 1 0 1842107525 621121536 144823 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151641 144823 1116 68 0 151573 0
[pid=9328] vsize: 606564
Current children cumulated CPU time (s) 713.42
Current children cumulated vsize (Kb) 606564

[startup+730.035 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148305 0 0 0 71642 700 0 0 25 0 1 0 1842107525 621256704 144854 4294967295 134512640 134736556 3221224560 3221223120 134543627 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151674 144854 1116 68 0 151606 0
[pid=9328] vsize: 606696
Current children cumulated CPU time (s) 723.42
Current children cumulated vsize (Kb) 606696

[startup+740.036 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148334 0 0 0 72642 700 0 0 25 0 1 0 1842107525 621391872 144883 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151707 144883 1116 68 0 151639 0
[pid=9328] vsize: 606828
Current children cumulated CPU time (s) 733.42
Current children cumulated vsize (Kb) 606828

[startup+750.036 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148368 0 0 0 73641 701 0 0 25 0 1 0 1842107525 621527040 144917 4294967295 134512640 134736556 3221224560 3221223116 134537507 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151740 144917 1116 68 0 151672 0
[pid=9328] vsize: 606960
Current children cumulated CPU time (s) 743.42
Current children cumulated vsize (Kb) 606960

[startup+760.036 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148420 0 0 0 74638 702 0 0 25 0 1 0 1842107525 621662208 144969 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151773 144969 1116 68 0 151705 0
[pid=9328] vsize: 607092
Current children cumulated CPU time (s) 753.4
Current children cumulated vsize (Kb) 607092

[startup+770.037 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 148475 0 0 0 75636 703 0 0 25 0 1 0 1842107525 621936640 145024 4294967295 134512640 134736556 3221224560 3221223072 134543923 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 151840 145024 1116 68 0 151772 0
[pid=9328] vsize: 607360
Current children cumulated CPU time (s) 763.39
Current children cumulated vsize (Kb) 607360

[startup+780.038 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150252 0 0 0 76624 710 0 0 25 0 1 0 1842107525 629780480 146794 4294967295 134512640 134736556 3221224560 3221223108 134544527 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153755 146794 1116 68 0 153687 0
[pid=9328] vsize: 615020
Current children cumulated CPU time (s) 773.34
Current children cumulated vsize (Kb) 615020

[startup+790.039 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150264 0 0 0 77624 711 0 0 25 0 1 0 1842107525 629780480 146806 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153755 146806 1116 68 0 153687 0
[pid=9328] vsize: 615020
Current children cumulated CPU time (s) 783.35
Current children cumulated vsize (Kb) 615020

[startup+800.04 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150275 0 0 0 78624 711 0 0 25 0 1 0 1842107525 629780480 146817 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153755 146817 1116 68 0 153687 0
[pid=9328] vsize: 615020
Current children cumulated CPU time (s) 793.35
Current children cumulated vsize (Kb) 615020

[startup+810.04 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150288 0 0 0 79624 711 0 0 25 0 1 0 1842107525 629915648 146830 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153788 146830 1116 68 0 153720 0
[pid=9328] vsize: 615152
Current children cumulated CPU time (s) 803.35
Current children cumulated vsize (Kb) 615152

[startup+820.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150298 0 0 0 80624 711 0 0 25 0 1 0 1842107525 629915648 146840 4294967295 134512640 134736556 3221224560 3221223168 134537377 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153788 146840 1116 68 0 153720 0
[pid=9328] vsize: 615152
Current children cumulated CPU time (s) 813.35
Current children cumulated vsize (Kb) 615152

[startup+830.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150309 0 0 0 81624 711 0 0 25 0 1 0 1842107525 629915648 146851 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153788 146851 1116 68 0 153720 0
[pid=9328] vsize: 615152
Current children cumulated CPU time (s) 823.35
Current children cumulated vsize (Kb) 615152

[startup+840.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150320 0 0 0 82623 711 0 0 25 0 1 0 1842107525 630050816 146862 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153821 146862 1116 68 0 153753 0
[pid=9328] vsize: 615284
Current children cumulated CPU time (s) 833.34
Current children cumulated vsize (Kb) 615284

[startup+850.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150330 0 0 0 83623 711 0 0 25 0 1 0 1842107525 630050816 146872 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153821 146872 1116 68 0 153753 0
[pid=9328] vsize: 615284
Current children cumulated CPU time (s) 843.34
Current children cumulated vsize (Kb) 615284

[startup+860.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150342 0 0 0 84623 711 0 0 25 0 1 0 1842107525 630050816 146884 4294967295 134512640 134736556 3221224560 3221223168 134537370 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153821 146884 1116 68 0 153753 0
[pid=9328] vsize: 615284
Current children cumulated CPU time (s) 853.34
Current children cumulated vsize (Kb) 615284

[startup+870.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150353 0 0 0 85623 711 0 0 25 0 1 0 1842107525 630185984 146895 4294967295 134512640 134736556 3221224560 3221223096 134543871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153854 146895 1116 68 0 153786 0
[pid=9328] vsize: 615416
Current children cumulated CPU time (s) 863.34
Current children cumulated vsize (Kb) 615416

[startup+880.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150366 0 0 0 86623 711 0 0 25 0 1 0 1842107525 630185984 146908 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153854 146908 1116 68 0 153786 0
[pid=9328] vsize: 615416
Current children cumulated CPU time (s) 873.34
Current children cumulated vsize (Kb) 615416

[startup+890.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150375 0 0 0 87623 712 0 0 25 0 1 0 1842107525 630185984 146917 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153854 146917 1116 68 0 153786 0
[pid=9328] vsize: 615416
Current children cumulated CPU time (s) 883.35
Current children cumulated vsize (Kb) 615416

[startup+900.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150386 0 0 0 88622 712 0 0 25 0 1 0 1842107525 630321152 146928 4294967295 134512640 134736556 3221224560 3221223140 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153887 146928 1116 68 0 153819 0
[pid=9328] vsize: 615548
Current children cumulated CPU time (s) 893.34
Current children cumulated vsize (Kb) 615548

[startup+910.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150394 0 0 0 89622 712 0 0 25 0 1 0 1842107525 630321152 146936 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153887 146936 1116 68 0 153819 0
[pid=9328] vsize: 615548
Current children cumulated CPU time (s) 903.34
Current children cumulated vsize (Kb) 615548

[startup+920.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150411 0 0 0 90622 712 0 0 25 0 1 0 1842107525 630321152 146953 4294967295 134512640 134736556 3221224560 3221223140 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153887 146953 1116 68 0 153819 0
[pid=9328] vsize: 615548
Current children cumulated CPU time (s) 913.34
Current children cumulated vsize (Kb) 615548

[startup+930.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150421 0 0 0 91622 712 0 0 25 0 1 0 1842107525 630456320 146963 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153920 146963 1116 68 0 153852 0
[pid=9328] vsize: 615680
Current children cumulated CPU time (s) 923.34
Current children cumulated vsize (Kb) 615680

[startup+940.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150435 0 0 0 92620 713 0 0 25 0 1 0 1842107525 630456320 146977 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153920 146977 1116 68 0 153852 0
[pid=9328] vsize: 615680
Current children cumulated CPU time (s) 933.33
Current children cumulated vsize (Kb) 615680

[startup+950.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150441 0 0 0 93620 713 0 0 25 0 1 0 1842107525 630456320 146983 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 153920 146983 1116 68 0 153852 0
[pid=9328] vsize: 615680
Current children cumulated CPU time (s) 943.33
Current children cumulated vsize (Kb) 615680

[startup+960.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 150574 0 0 0 94618 714 0 0 25 0 1 0 1842107525 630996992 147116 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 154052 147116 1116 68 0 153984 0
[pid=9328] vsize: 616208
Current children cumulated CPU time (s) 953.32
Current children cumulated vsize (Kb) 616208

[startup+970.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 152236 0 0 0 95603 723 0 0 25 0 1 0 1842107525 637833216 148763 4294967295 134512640 134736556 3221224560 3221223112 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 155721 148763 1116 68 0 155653 0
[pid=9328] vsize: 622884
Current children cumulated CPU time (s) 963.26
Current children cumulated vsize (Kb) 622884

[startup+980.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 154264 0 0 0 96587 730 0 0 25 0 1 0 1842107525 647118848 150702 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 157988 150702 1116 68 0 157920 0
[pid=9328] vsize: 631952
Current children cumulated CPU time (s) 973.17
Current children cumulated vsize (Kb) 631952

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 155309 0 0 0 97578 735 0 0 25 0 1 0 1842107525 651202560 151743 4294967295 134512640 134736556 3221224560 3221223068 134536684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 158985 151743 1116 68 0 158917 0
[pid=9328] vsize: 635940
Current children cumulated CPU time (s) 983.13
Current children cumulated vsize (Kb) 635940

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 155524 0 0 0 98574 737 0 0 25 0 1 0 1842107525 652148736 151958 4294967295 134512640 134736556 3221224560 3221223036 134536679 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9328/statm): 159216 151958 1116 68 0 159148 0
[pid=9328] vsize: 636864
Current children cumulated CPU time (s) 993.11
Current children cumulated vsize (Kb) 636864

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 156191 0 0 0 99559 743 0 0 25 0 1 0 1842107525 654819328 152625 4294967295 134512640 134736556 3221224560 3221223304 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 159868 152625 1116 68 0 159800 0
[pid=9328] vsize: 639472
Current children cumulated CPU time (s) 1003.02
Current children cumulated vsize (Kb) 639472

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 156679 0 0 0 100551 746 0 0 25 0 1 0 1842107525 656838656 153113 4294967295 134512640 134736556 3221224560 3221223296 134529259 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 160361 153113 1116 68 0 160293 0
[pid=9328] vsize: 641444
Current children cumulated CPU time (s) 1012.97
Current children cumulated vsize (Kb) 641444

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 156977 0 0 0 101544 748 0 0 25 0 1 0 1842107525 658051072 153411 4294967295 134512640 134736556 3221224560 3221223304 134544071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 160657 153411 1116 68 0 160589 0
[pid=9328] vsize: 642628
Current children cumulated CPU time (s) 1022.92
Current children cumulated vsize (Kb) 642628

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 157292 0 0 0 102537 753 0 0 25 0 1 0 1842107525 659382272 153726 4294967295 134512640 134736556 3221224560 3221223188 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 160982 153726 1116 68 0 160914 0
[pid=9328] vsize: 643928
Current children cumulated CPU time (s) 1032.9
Current children cumulated vsize (Kb) 643928

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 158172 0 0 0 103526 758 0 0 25 0 1 0 1842107525 662896640 154606 4294967295 134512640 134736556 3221224560 3221223288 134537641 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 161840 154606 1116 68 0 161772 0
[pid=9328] vsize: 647360
Current children cumulated CPU time (s) 1042.84
Current children cumulated vsize (Kb) 647360

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 158389 0 0 0 104523 760 0 0 25 0 1 0 1842107525 663842816 154823 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 162071 154823 1116 68 0 162003 0
[pid=9328] vsize: 648284
Current children cumulated CPU time (s) 1052.83
Current children cumulated vsize (Kb) 648284

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 158910 0 0 0 105519 763 0 0 25 0 1 0 1842107525 666009600 155344 4294967295 134512640 134736556 3221224560 3221223136 134540266 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 162600 155344 1116 68 0 162532 0
[pid=9328] vsize: 650400
Current children cumulated CPU time (s) 1062.82
Current children cumulated vsize (Kb) 650400

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 159927 0 0 0 106512 766 0 0 25 0 1 0 1842107525 670236672 156361 4294967295 134512640 134736556 3221224560 3221223112 134544507 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 163632 156361 1116 68 0 163564 0
[pid=9328] vsize: 654528
Current children cumulated CPU time (s) 1072.78
Current children cumulated vsize (Kb) 654528

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 160681 0 0 0 107506 770 0 0 25 0 1 0 1842107525 673353728 157115 4294967295 134512640 134736556 3221224560 3221223328 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 164393 157115 1116 68 0 164325 0
[pid=9328] vsize: 657572
Current children cumulated CPU time (s) 1082.76
Current children cumulated vsize (Kb) 657572

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162051 0 0 0 108496 776 0 0 25 0 1 0 1842107525 679284736 158467 4294967295 134512640 134736556 3221224560 3221223288 134605603 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 165841 158467 1116 68 0 165773 0
[pid=9328] vsize: 663364
Current children cumulated CPU time (s) 1092.72
Current children cumulated vsize (Kb) 663364

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162273 0 0 0 109492 778 0 0 25 0 1 0 1842107525 680251392 158685 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166077 158685 1116 68 0 166009 0
[pid=9328] vsize: 664308
Current children cumulated CPU time (s) 1102.7
Current children cumulated vsize (Kb) 664308

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162402 0 0 0 110487 780 0 0 25 0 1 0 1842107525 680792064 158814 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166209 158814 1116 68 0 166141 0
[pid=9328] vsize: 664836
Current children cumulated CPU time (s) 1112.67
Current children cumulated vsize (Kb) 664836

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162438 0 0 0 111486 780 0 0 25 0 1 0 1842107525 680927232 158850 4294967295 134512640 134736556 3221224560 3221223192 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166242 158850 1116 68 0 166174 0
[pid=9328] vsize: 664968
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (Kb) 664968

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162464 0 0 0 112486 781 0 0 25 0 1 0 1842107525 681062400 158876 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166275 158876 1116 68 0 166207 0
[pid=9328] vsize: 665100
Current children cumulated CPU time (s) 1132.67
Current children cumulated vsize (Kb) 665100

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162493 0 0 0 113486 781 0 0 25 0 1 0 1842107525 681197568 158905 4294967295 134512640 134736556 3221224560 3221223036 134536672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166308 158905 1116 68 0 166240 0
[pid=9328] vsize: 665232
Current children cumulated CPU time (s) 1142.67
Current children cumulated vsize (Kb) 665232

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162522 0 0 0 114486 781 0 0 25 0 1 0 1842107525 681336832 158934 4294967295 134512640 134736556 3221224560 3221223072 134543921 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166342 158934 1116 68 0 166274 0
[pid=9328] vsize: 665368
Current children cumulated CPU time (s) 1152.67
Current children cumulated vsize (Kb) 665368

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162551 0 0 0 115485 781 0 0 25 0 1 0 1842107525 681336832 158963 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166342 158963 1116 68 0 166274 0
[pid=9328] vsize: 665368
Current children cumulated CPU time (s) 1162.66
Current children cumulated vsize (Kb) 665368

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162584 0 0 0 116485 781 0 0 25 0 1 0 1842107525 681607168 158996 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166408 158996 1116 68 0 166340 0
[pid=9328] vsize: 665632
Current children cumulated CPU time (s) 1172.66
Current children cumulated vsize (Kb) 665632

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162612 0 0 0 117485 782 0 0 25 0 1 0 1842107525 681607168 159024 4294967295 134512640 134736556 3221224560 3221223116 134537499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166408 159024 1116 68 0 166340 0
[pid=9328] vsize: 665632
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (Kb) 665632

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9328
Raw data (/proc/9328/stat): 9328 (bsolo) R 9327 9328 5929 0 -1 0 162693 0 0 0 118484 782 0 0 25 0 1 0 1842107525 682012672 159105 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9328/statm): 166507 159105 1116 68 0 166439 0
[pid=9328] vsize: 666028
Current children cumulated CPU time (s) 1192.66
Current children cumulated vsize (Kb) 666028
One traced child (pid=9328) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.78
CPU time (s): 1195.4
CPU user time (s): 1187.28
CPU system time (s): 8.12077
CPU usage (%): 99.3859
Max. virtual memory (cumulated for all children) (Kb): 666028

Verifier Data

ERROR: no interpretation found !