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/miplib/normalized-mps-v2-20-10-set1cl.opb
MD5SUMfa4a7fbdb8e29a803b111007243b55e8
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26591232
Optimality of the best value was proved NO
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616008034847
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616008034847
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1227.47
Number of variables14400
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 constraint630

Trace number 591

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        947184 kB
Buffers:         33520 kB
Cached:          27588 kB
SwapCached:       1044 kB
Active:          54808 kB
Inactive:         9012 kB
HighTotal:      131008 kB
HighFree:        99876 kB
LowTotal:       903652 kB
LowFree:        847308 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5660 kB
Slab:            17960 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:44:35 (client local time) WITH STATUS 0 IN 1195.07 SECONDS
stats: 543 7 1195.07 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 14400 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 7.155
c After prepocess the problem consists of 9281 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 9281 #Dec: 29313 LB: 0 @ 209.47
c CHANGE Heuristic... 
c Restart #0 #Var: 9281 #Dec: 113332 LB: 0 @ 750.53
c Restart #1 #Var: 9167 #Dec: 120152 LB: 0 @ 869.22
c Restart #2 #Var: 9162 #Dec: 122118 LB: 0 @ 902.85
c Restart #3 #Var: 9146 #Dec: 125812 LB: 0 @ 964.53
c Restart #4 #Var: 9139 #Dec: 126752 LB: 0 @ 982.43
c Restart #5 #Var: 9134 #Dec: 128441 LB: 0 @ 1012.5
c Restart #6 #Var: 9127 #Dec: 131221 LB: 0 @ 1062
c Restart #7 #Var: 9127 #Dec: 132635 LB: 0 @ 1088.3
c Restart #8 #Var: 9127 #Dec: 134244 LB: 0 @ 1118.4
c Restart #9 #Var: 9127 #Dec: 136053 LB: 0 @ 1152.1
c Restart #10 #Var: 9127 #Dec: 138176 LB: 0 @ 1191.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/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782645249 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 107 3 90 68 0 39 0
[pid=32329] 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/wulflinc9/normalized-mps-v2-20-10-set1cl.opb

[startup+10.0039 s]
Raw data (loadavg): 0.93 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11681 0 0 0 953 34 0 0 25 0 1 0 1782645249 51494912 11592 4294967295 134512640 134736556 3221224560 3221223144 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11592 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (Kb) 50288

[startup+20.0047 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11681 0 0 0 1949 36 0 0 25 0 1 0 1782645249 51494912 11592 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11592 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (Kb) 50288

[startup+30.0065 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11683 0 0 0 2943 38 0 0 25 0 1 0 1782645249 51494912 11594 4294967295 134512640 134736556 3221224560 3221223288 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11594 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 29.81
Current children cumulated vsize (Kb) 50288

[startup+40.0073 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11685 0 0 0 3938 40 0 0 25 0 1 0 1782645249 51494912 11596 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11596 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 39.78
Current children cumulated vsize (Kb) 50288

[startup+50.008 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11685 0 0 0 4933 42 0 0 25 0 1 0 1782645249 51494912 11596 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11596 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (Kb) 50288

[startup+60.0088 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11687 0 0 0 5925 45 0 0 25 0 1 0 1782645249 51494912 11598 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11598 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 59.7
Current children cumulated vsize (Kb) 50288

[startup+70.0096 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 11689 0 0 0 6916 48 0 0 25 0 1 0 1782645249 51494912 11600 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 12572 11600 1116 68 0 12504 0
[pid=32329] vsize: 50288
Current children cumulated CPU time (s) 69.64
Current children cumulated vsize (Kb) 50288

[startup+80.0114 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12420 0 0 0 7903 53 0 0 25 0 1 0 1782645249 54456320 12331 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13295 12331 1116 68 0 13227 0
[pid=32329] vsize: 53180
Current children cumulated CPU time (s) 79.56
Current children cumulated vsize (Kb) 53180

[startup+90.0122 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12543 0 0 0 8890 57 0 0 25 0 1 0 1782645249 54865920 12454 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13395 12454 1116 68 0 13327 0
[pid=32329] vsize: 53580
Current children cumulated CPU time (s) 89.47
Current children cumulated vsize (Kb) 53580

[startup+100.012 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12829 0 0 0 9878 62 0 0 25 0 1 0 1782645249 56123392 12740 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13702 12740 1116 68 0 13634 0
[pid=32329] vsize: 54808
Current children cumulated CPU time (s) 99.4
Current children cumulated vsize (Kb) 54808

[startup+110.014 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12964 0 0 0 10865 68 0 0 25 0 1 0 1782645249 56672256 12874 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13836 12874 1116 68 0 13768 0
[pid=32329] vsize: 55344
Current children cumulated CPU time (s) 109.33
Current children cumulated vsize (Kb) 55344

[startup+120.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12969 0 0 0 11853 73 0 0 25 0 1 0 1782645249 56672256 12879 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13836 12879 1116 68 0 13768 0
[pid=32329] vsize: 55344
Current children cumulated CPU time (s) 119.26
Current children cumulated vsize (Kb) 55344

[startup+130.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 12972 0 0 0 12842 76 0 0 25 0 1 0 1782645249 56672256 12882 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13836 12882 1116 68 0 13768 0
[pid=32329] vsize: 55344
Current children cumulated CPU time (s) 129.18
Current children cumulated vsize (Kb) 55344

[startup+140.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 13830 81 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 139.11
Current children cumulated vsize (Kb) 55744

[startup+150.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 14819 87 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 149.06
Current children cumulated vsize (Kb) 55744

[startup+160.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 15808 90 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 158.98
Current children cumulated vsize (Kb) 55744

[startup+170.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 16796 95 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223160 134558141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 168.91
Current children cumulated vsize (Kb) 55744

[startup+180.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 17785 99 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 178.84
Current children cumulated vsize (Kb) 55744

[startup+190.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 18774 102 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223100 134555082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 188.76
Current children cumulated vsize (Kb) 55744

[startup+200.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 19762 106 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223200 134648969 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 198.68
Current children cumulated vsize (Kb) 55744

[startup+210.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13089 0 0 0 20750 110 0 0 25 0 1 0 1782645249 57081856 12999 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 12999 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 208.6
Current children cumulated vsize (Kb) 55744

[startup+220.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 21746 112 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 218.58
Current children cumulated vsize (Kb) 55744

[startup+230.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 22741 113 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 228.54
Current children cumulated vsize (Kb) 55744

[startup+240.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 23736 115 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 238.51
Current children cumulated vsize (Kb) 55744

[startup+250.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 24730 117 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 248.47
Current children cumulated vsize (Kb) 55744

[startup+260.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 25725 119 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 258.44
Current children cumulated vsize (Kb) 55744

[startup+270.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 26717 123 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 268.4
Current children cumulated vsize (Kb) 55744

[startup+280.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 27708 126 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223292 134645785 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 278.34
Current children cumulated vsize (Kb) 55744

[startup+290.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 28695 130 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 288.25
Current children cumulated vsize (Kb) 55744

[startup+300.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 29683 134 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 298.17
Current children cumulated vsize (Kb) 55744

[startup+310.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 30671 138 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 308.09
Current children cumulated vsize (Kb) 55744

[startup+320.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 31659 143 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223156 134558145 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 318.02
Current children cumulated vsize (Kb) 55744

[startup+330.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 32645 147 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 327.92
Current children cumulated vsize (Kb) 55744

[startup+340.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 33634 151 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 337.85
Current children cumulated vsize (Kb) 55744

[startup+350.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 34623 155 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 347.78
Current children cumulated vsize (Kb) 55744

[startup+360.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 35611 159 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223192 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 357.7
Current children cumulated vsize (Kb) 55744

[startup+370.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 36600 164 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 367.64
Current children cumulated vsize (Kb) 55744

[startup+380.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 37586 169 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 377.55
Current children cumulated vsize (Kb) 55744

[startup+390.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 38571 174 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 387.45
Current children cumulated vsize (Kb) 55744

[startup+400.025 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) T 32328 32329 30740 0 -1 0 13091 0 0 0 39563 178 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 397.41
Current children cumulated vsize (Kb) 55744

[startup+410.026 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) T 32328 32329 30740 0 -1 0 13091 0 0 0 40554 181 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 407.35
Current children cumulated vsize (Kb) 55744

[startup+420.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 41542 185 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221222496 134717319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 417.27
Current children cumulated vsize (Kb) 55744

[startup+430.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 42530 190 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223088 134554620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 427.2
Current children cumulated vsize (Kb) 55744

[startup+440.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 43516 195 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 437.11
Current children cumulated vsize (Kb) 55744

[startup+450.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 44504 200 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 447.04
Current children cumulated vsize (Kb) 55744

[startup+460.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 45495 203 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 456.98
Current children cumulated vsize (Kb) 55744

[startup+470.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 46485 207 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 466.92
Current children cumulated vsize (Kb) 55744

[startup+480.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 47474 210 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 476.84
Current children cumulated vsize (Kb) 55744

[startup+490.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 48463 214 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 486.77
Current children cumulated vsize (Kb) 55744

[startup+500.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 49451 219 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 496.7
Current children cumulated vsize (Kb) 55744

[startup+510.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 50441 222 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 506.63
Current children cumulated vsize (Kb) 55744

[startup+520.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13091 0 0 0 51430 226 0 0 25 0 1 0 1782645249 57081856 13001 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13936 13001 1116 68 0 13868 0
[pid=32329] vsize: 55744
Current children cumulated CPU time (s) 516.56
Current children cumulated vsize (Kb) 55744

[startup+530.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13185 0 0 0 52416 231 0 0 25 0 1 0 1782645249 57200640 13032 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 13965 13032 1116 68 0 13897 0
[pid=32329] vsize: 55860
Current children cumulated CPU time (s) 526.47
Current children cumulated vsize (Kb) 55860

[startup+540.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13228 0 0 0 53403 236 0 0 25 0 1 0 1782645249 57483264 13075 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13075 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 536.39
Current children cumulated vsize (Kb) 56136

[startup+550.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13228 0 0 0 54391 240 0 0 25 0 1 0 1782645249 57483264 13075 4294967295 134512640 134736556 3221224560 3221223172 134558032 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13075 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 546.31
Current children cumulated vsize (Kb) 56136

[startup+560.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13228 0 0 0 55382 244 0 0 25 0 1 0 1782645249 57483264 13075 4294967295 134512640 134736556 3221224560 3221223200 134649051 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13075 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 556.26
Current children cumulated vsize (Kb) 56136

[startup+570.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13228 0 0 0 56372 247 0 0 25 0 1 0 1782645249 57483264 13075 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13075 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 566.19
Current children cumulated vsize (Kb) 56136

[startup+580.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13245 0 0 0 57359 252 0 0 25 0 1 0 1782645249 57483264 13092 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13092 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 576.11
Current children cumulated vsize (Kb) 56136

[startup+590.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 58348 255 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 586.03
Current children cumulated vsize (Kb) 56136

[startup+600.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 59337 259 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223152 134558316 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 595.96
Current children cumulated vsize (Kb) 56136

[startup+610.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 60326 264 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 605.9
Current children cumulated vsize (Kb) 56136

[startup+620.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 61316 267 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 615.83
Current children cumulated vsize (Kb) 56136

[startup+630.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 62303 271 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 625.74
Current children cumulated vsize (Kb) 56136

[startup+640.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 63290 275 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223192 134558025 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 635.65
Current children cumulated vsize (Kb) 56136

[startup+650.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 64280 279 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223136 134558158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 645.59
Current children cumulated vsize (Kb) 56136

[startup+660.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 65270 283 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 655.53
Current children cumulated vsize (Kb) 56136

[startup+670.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 66259 286 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 665.45
Current children cumulated vsize (Kb) 56136

[startup+680.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 67246 292 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 675.38
Current children cumulated vsize (Kb) 56136

[startup+690.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 68237 295 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 685.32
Current children cumulated vsize (Kb) 56136

[startup+700.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 69226 298 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 695.24
Current children cumulated vsize (Kb) 56136

[startup+710.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 70217 303 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 705.2
Current children cumulated vsize (Kb) 56136

[startup+720.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 71206 306 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 715.12
Current children cumulated vsize (Kb) 56136

[startup+730.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 72196 311 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 725.07
Current children cumulated vsize (Kb) 56136

[startup+740.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13249 0 0 0 73186 315 0 0 25 0 1 0 1782645249 57483264 13096 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14034 13096 1116 68 0 13966 0
[pid=32329] vsize: 56136
Current children cumulated CPU time (s) 735.01
Current children cumulated vsize (Kb) 56136

[startup+750.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13362 0 0 0 74172 320 0 0 25 0 1 0 1782645249 57593856 13128 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14061 13128 1116 68 0 13993 0
[pid=32329] vsize: 56244
Current children cumulated CPU time (s) 744.92
Current children cumulated vsize (Kb) 56244

[startup+760.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 75163 324 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 754.87
Current children cumulated vsize (Kb) 56436

[startup+770.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 76159 326 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 764.85
Current children cumulated vsize (Kb) 56436

[startup+780.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 77156 327 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 774.83
Current children cumulated vsize (Kb) 56436

[startup+790.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 78153 329 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 784.82
Current children cumulated vsize (Kb) 56436

[startup+800.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 79148 331 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223188 134649086 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 794.79
Current children cumulated vsize (Kb) 56436

[startup+810.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 80143 333 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223168 134558180 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 804.76
Current children cumulated vsize (Kb) 56436

[startup+820.048 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 81137 335 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 814.72
Current children cumulated vsize (Kb) 56436

[startup+830.049 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 82133 337 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 824.7
Current children cumulated vsize (Kb) 56436

[startup+840.05 s]
Raw data (loadavg): 1.05 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 83127 340 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223088 134554617 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 834.67
Current children cumulated vsize (Kb) 56436

[startup+850.049 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 84123 341 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 844.64
Current children cumulated vsize (Kb) 56436

[startup+860.05 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 85120 342 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 854.62
Current children cumulated vsize (Kb) 56436

[startup+870.05 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 86116 343 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 864.59
Current children cumulated vsize (Kb) 56436

[startup+880.05 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 87112 345 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 874.57
Current children cumulated vsize (Kb) 56436

[startup+890.051 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 88108 346 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223156 134558145 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 884.54
Current children cumulated vsize (Kb) 56436

[startup+900.05 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 89103 348 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 894.51
Current children cumulated vsize (Kb) 56436

[startup+910.051 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 90099 349 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 904.48
Current children cumulated vsize (Kb) 56436

[startup+920.052 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13435 0 0 0 91095 351 0 0 25 0 1 0 1782645249 57790464 13182 4294967295 134512640 134736556 3221224560 3221223168 134558399 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14109 13182 1116 68 0 14041 0
[pid=32329] vsize: 56436
Current children cumulated CPU time (s) 914.46
Current children cumulated vsize (Kb) 56436

[startup+930.052 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13528 0 0 0 92090 353 0 0 25 0 1 0 1782645249 58060800 13275 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14175 13275 1116 68 0 14107 0
[pid=32329] vsize: 56700
Current children cumulated CPU time (s) 924.43
Current children cumulated vsize (Kb) 56700

[startup+940.053 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13528 0 0 0 93086 355 0 0 25 0 1 0 1782645249 58060800 13275 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14175 13275 1116 68 0 14107 0
[pid=32329] vsize: 56700
Current children cumulated CPU time (s) 934.41
Current children cumulated vsize (Kb) 56700

[startup+950.053 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13528 0 0 0 94080 357 0 0 25 0 1 0 1782645249 58060800 13275 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14175 13275 1116 68 0 14107 0
[pid=32329] vsize: 56700
Current children cumulated CPU time (s) 944.37
Current children cumulated vsize (Kb) 56700

[startup+960.054 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 13528 0 0 0 95076 359 0 0 25 0 1 0 1782645249 58060800 13275 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14175 13275 1116 68 0 14107 0
[pid=32329] vsize: 56700
Current children cumulated CPU time (s) 954.35
Current children cumulated vsize (Kb) 56700

[startup+970.055 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) T 32328 32329 30740 0 -1 0 13847 0 0 0 96070 361 0 0 25 0 1 0 1782645249 59412480 13594 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14505 13594 1116 68 0 14437 0
[pid=32329] vsize: 58020
Current children cumulated CPU time (s) 964.31
Current children cumulated vsize (Kb) 58020

[startup+980.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 14105 0 0 0 97064 364 0 0 25 0 1 0 1782645249 60493824 13852 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 14769 13852 1116 68 0 14701 0
[pid=32329] vsize: 59076
Current children cumulated CPU time (s) 974.28
Current children cumulated vsize (Kb) 59076

[startup+990.055 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) T 32328 32329 30740 0 -1 0 14557 0 0 0 98058 367 0 0 25 0 1 0 1782645249 62410752 14304 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32329/statm): 15237 14304 1116 68 0 15169 0
[pid=32329] vsize: 60948
Current children cumulated CPU time (s) 984.25
Current children cumulated vsize (Kb) 60948

[startup+1000.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 14976 0 0 0 99054 370 0 0 25 0 1 0 1782645249 64167936 14723 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 15666 14723 1116 68 0 15598 0
[pid=32329] vsize: 62664
Current children cumulated CPU time (s) 994.24
Current children cumulated vsize (Kb) 62664

[startup+1010.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 15192 0 0 0 100049 371 0 0 25 0 1 0 1782645249 64978944 14939 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 15864 14939 1116 68 0 15796 0
[pid=32329] vsize: 63456
Current children cumulated CPU time (s) 1004.2
Current children cumulated vsize (Kb) 63456

[startup+1020.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 15278 0 0 0 101045 372 0 0 25 0 1 0 1782645249 65384448 15025 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 15963 15025 1116 68 0 15895 0
[pid=32329] vsize: 63852
Current children cumulated CPU time (s) 1014.17
Current children cumulated vsize (Kb) 63852

[startup+1030.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 15478 0 0 0 102041 374 0 0 25 0 1 0 1782645249 66195456 15225 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 16161 15225 1116 68 0 16093 0
[pid=32329] vsize: 64644
Current children cumulated CPU time (s) 1024.15
Current children cumulated vsize (Kb) 64644

[startup+1040.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 15542 0 0 0 103034 377 0 0 25 0 1 0 1782645249 66465792 15289 4294967295 134512640 134736556 3221224560 3221223044 134717263 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 16227 15289 1116 68 0 16159 0
[pid=32329] vsize: 64908
Current children cumulated CPU time (s) 1034.11
Current children cumulated vsize (Kb) 64908

[startup+1050.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 15542 0 0 0 104030 378 0 0 25 0 1 0 1782645249 66465792 15289 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 16227 15289 1116 68 0 16159 0
[pid=32329] vsize: 64908
Current children cumulated CPU time (s) 1044.08
Current children cumulated vsize (Kb) 64908

[startup+1060.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 16086 0 0 0 105024 382 0 0 25 0 1 0 1782645249 68841472 15816 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 16807 15816 1116 68 0 16739 0
[pid=32329] vsize: 67228
Current children cumulated CPU time (s) 1054.06
Current children cumulated vsize (Kb) 67228

[startup+1070.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 16510 0 0 0 106018 384 0 0 25 0 1 0 1782645249 70463488 16240 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 17203 16240 1116 68 0 17135 0
[pid=32329] vsize: 68812
Current children cumulated CPU time (s) 1064.02
Current children cumulated vsize (Kb) 68812

[startup+1080.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 16944 0 0 0 107012 388 0 0 25 0 1 0 1782645249 72224768 16674 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 17633 16674 1116 68 0 17565 0
[pid=32329] vsize: 70532
Current children cumulated CPU time (s) 1074
Current children cumulated vsize (Kb) 70532

[startup+1090.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 17359 0 0 0 108007 391 0 0 25 0 1 0 1782645249 73850880 17089 4294967295 134512640 134736556 3221224560 3221223160 134558144 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 18030 17089 1116 68 0 17962 0
[pid=32329] vsize: 72120
Current children cumulated CPU time (s) 1083.98
Current children cumulated vsize (Kb) 72120

[startup+1100.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 18018 0 0 0 109000 394 0 0 25 0 1 0 1782645249 77111296 17725 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 18826 17725 1116 68 0 18758 0
[pid=32329] vsize: 75304
Current children cumulated CPU time (s) 1093.94
Current children cumulated vsize (Kb) 75304

[startup+1110.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 18458 0 0 0 109993 398 0 0 25 0 1 0 1782645249 78966784 18160 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 19279 18160 1116 68 0 19211 0
[pid=32329] vsize: 77116
Current children cumulated CPU time (s) 1103.91
Current children cumulated vsize (Kb) 77116

[startup+1120.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 18883 0 0 0 110987 401 0 0 25 0 1 0 1782645249 80732160 18583 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 19710 18583 1116 68 0 19642 0
[pid=32329] vsize: 78840
Current children cumulated CPU time (s) 1113.88
Current children cumulated vsize (Kb) 78840

[startup+1130.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 19302 0 0 0 111981 403 0 0 25 0 1 0 1782645249 82354176 19002 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 20106 19002 1116 68 0 20038 0
[pid=32329] vsize: 80424
Current children cumulated CPU time (s) 1123.84
Current children cumulated vsize (Kb) 80424

[startup+1140.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 19725 0 0 0 112974 406 0 0 25 0 1 0 1782645249 84111360 19425 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 20535 19425 1116 68 0 20467 0
[pid=32329] vsize: 82140
Current children cumulated CPU time (s) 1133.8
Current children cumulated vsize (Kb) 82140

[startup+1150.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 20167 0 0 0 113969 409 0 0 25 0 1 0 1782645249 85733376 19866 4294967295 134512640 134736556 3221224560 3221223200 134648974 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 20931 19866 1116 68 0 20863 0
[pid=32329] vsize: 83724
Current children cumulated CPU time (s) 1143.78
Current children cumulated vsize (Kb) 83724

[startup+1160.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 20566 0 0 0 114964 411 0 0 25 0 1 0 1782645249 87355392 20265 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 21327 20265 1116 68 0 21259 0
[pid=32329] vsize: 85308
Current children cumulated CPU time (s) 1153.75
Current children cumulated vsize (Kb) 85308

[startup+1170.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 21014 0 0 0 115957 414 0 0 25 0 1 0 1782645249 89112576 20713 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32329/statm): 21756 20713 1116 68 0 21688 0
[pid=32329] vsize: 87024
Current children cumulated CPU time (s) 1163.71
Current children cumulated vsize (Kb) 87024

[startup+1180.06 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) T 32328 32329 30740 0 -1 0 21438 0 0 0 116951 416 0 0 25 0 1 0 1782645249 90869760 21137 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32329/statm): 22185 21137 1116 68 0 22117 0
[pid=32329] vsize: 88740
Current children cumulated CPU time (s) 1173.67
Current children cumulated vsize (Kb) 88740

[startup+1190.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 21980 0 0 0 117943 420 0 0 25 0 1 0 1782645249 93032448 21679 4294967295 134512640 134736556 3221224560 3221223104 134544608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 22713 21680 1116 68 0 22645 0
[pid=32329] vsize: 90852
Current children cumulated CPU time (s) 1183.63
Current children cumulated vsize (Kb) 90852

[startup+1200.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32329
Raw data (/proc/32329/stat): 32329 (bsolo) R 32328 32329 30740 0 -1 0 22789 0 0 0 118937 424 0 0 25 0 1 0 1782645249 96411648 22488 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32329/statm): 23538 22488 1116 68 0 23470 0
[pid=32329] vsize: 94152
Current children cumulated CPU time (s) 1193.61
Current children cumulated vsize (Kb) 94152
One traced child (pid=32329) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1201.52
CPU time (s): 1195.07
CPU user time (s): 1190.78
CPU system time (s): 4.29135
CPU usage (%): 99.4634
Max. virtual memory (cumulated for all children) (Kb): 94152

Verifier Data

ERROR: no interpretation found !