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

Nameweb/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
MD5SUMe8f0ca38acbe8c57203147fb9147be3a
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 368

Launcher Data

LAUNCH ON wulflinc19 THE 2005-09-18 09:32:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=326 boxname=wulflinc19 idbench=326 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  e8f0ca38acbe8c57203147fb9147be3a  /oldhome/oroussel/tmp/wulflinc19/normalized-ooo.unbounded.all.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc19/normalized-ooo.unbounded.all.ucl.opb
IDLAUNCH: 326
/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:        945140 kB
Buffers:         33628 kB
Cached:          28440 kB
SwapCached:        832 kB
Active:          56748 kB
Inactive:         7876 kB
HighTotal:      131008 kB
HighFree:       101864 kB
LowTotal:       903652 kB
LowFree:        843276 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            19240 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 09:52:17 (client local time) WITH STATUS 0 IN 1195.45 SECONDS
stats: 326 7 1195.45 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 84836 variables and 245062 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 199.72
c After prepocess the problem consists of 84358 variables and 243728 constraints.
c Restart #1 #Var: 84358 #Dec: 7025 LB: 0 @ 326.29
c Restart #2 #Var: 84358 #Dec: 20610 LB: 0 @ 507.73
c CHANGE Heuristic... 
c Restart #0 #Var: 84356 #Dec: 44474 LB: 0 @ 652.12
c Restart #1 #Var: 84354 #Dec: 46038 LB: 0 @ 696.47
c Restart #2 #Var: 84351 #Dec: 48158 LB: 0 @ 769.59
c Restart #3 #Var: 84351 #Dec: 49606 LB: 0 @ 796.87
c Restart #4 #Var: 84347 #Dec: 52039 LB: 0 @ 854.2
c Restart #5 #Var: 84345 #Dec: 54314 LB: 0 @ 912.63
s UNKNOWN
c Exit Code: 0
c Total time: 1195.3 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/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840182435 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 107 3 90 68 0 39 0
[pid=7339] 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-ooo.unbounded.all.ucl.opb

[startup+10.0028 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 14365 0 0 0 882 52 0 0 23 0 1 0 1840182435 30625792 6605 4294967295 134512640 134736556 3221224560 3221223376 134569569 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 7477 6605 1116 68 0 7409 0
[pid=7339] vsize: 29908
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (Kb) 29908

[startup+20.0036 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 74524 0 0 0 1640 192 0 0 25 0 1 0 1840182435 46825472 10545 4294967295 134512640 134736556 3221224560 3221223088 134574252 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 11432 10547 1116 68 0 11364 0
[pid=7339] vsize: 45728
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (Kb) 45728

[startup+30.0046 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 236363 0 0 0 2246 511 0 0 25 0 1 0 1840182435 57503744 13075 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 14039 13075 1116 68 0 13971 0
[pid=7339] vsize: 56156
Current children cumulated CPU time (s) 27.57
Current children cumulated vsize (Kb) 56156

[startup+40.0063 s]
Raw data (loadavg): 0.96 0.97 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 434550 0 0 0 2802 884 0 0 25 0 1 0 1840182435 65921024 15097 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 16094 15097 1116 68 0 16026 0
[pid=7339] vsize: 64376
Current children cumulated CPU time (s) 36.86
Current children cumulated vsize (Kb) 64376

[startup+50.0071 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 633925 0 0 0 3360 1266 0 0 25 0 1 0 1840182435 73400320 16977 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 17920 16983 1116 68 0 17852 0
[pid=7339] vsize: 71680
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (Kb) 71680

[startup+60.0069 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 830019 0 0 0 3923 1643 0 0 25 0 1 0 1840182435 79851520 18587 4294967295 134512640 134736556 3221224560 3221223456 134570884 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 19495 18587 1116 68 0 19427 0
[pid=7339] vsize: 77980
Current children cumulated CPU time (s) 55.66
Current children cumulated vsize (Kb) 77980

[startup+70.0077 s]
Raw data (loadavg): 0.97 0.97 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 1023095 0 0 0 4490 2022 0 0 25 0 1 0 1840182435 87351296 20430 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7339/statm): 21326 20430 1116 68 0 21258 0
[pid=7339] vsize: 85304
Current children cumulated CPU time (s) 65.12
Current children cumulated vsize (Kb) 85304

[startup+80.0085 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 1213968 0 0 0 5066 2391 0 0 25 0 1 0 1840182435 93196288 21802 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 22753 21802 1116 68 0 22685 0
[pid=7339] vsize: 91012
Current children cumulated CPU time (s) 74.57
Current children cumulated vsize (Kb) 91012

[startup+90.0093 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 1402849 0 0 0 5647 2760 0 0 25 0 1 0 1840182435 98492416 23150 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 24046 23152 1116 68 0 23978 0
[pid=7339] vsize: 96184
Current children cumulated CPU time (s) 84.07
Current children cumulated vsize (Kb) 96184

[startup+100.01 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 1588365 0 0 0 6222 3139 0 0 25 0 1 0 1840182435 103518208 24362 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 25273 24367 1116 68 0 25205 0
[pid=7339] vsize: 101092
Current children cumulated CPU time (s) 93.61
Current children cumulated vsize (Kb) 101092

[startup+110.011 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 1773223 0 0 0 6805 3506 0 0 25 0 1 0 1840182435 109301760 25569 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 26685 25569 1116 68 0 26617 0
[pid=7339] vsize: 106740
Current children cumulated CPU time (s) 103.11
Current children cumulated vsize (Kb) 106740

[startup+120.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 1962386 0 0 0 7387 3877 0 0 25 0 1 0 1840182435 113913856 26688 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 27811 26694 1116 68 0 27743 0
[pid=7339] vsize: 111244
Current children cumulated CPU time (s) 112.64
Current children cumulated vsize (Kb) 111244

[startup+130.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 2151742 0 0 0 7972 4253 0 0 25 0 1 0 1840182435 118398976 27823 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 28906 27827 1116 68 0 28838 0
[pid=7339] vsize: 115624
Current children cumulated CPU time (s) 122.25
Current children cumulated vsize (Kb) 115624

[startup+140.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 2340193 0 0 0 8559 4623 0 0 25 0 1 0 1840182435 122757120 28845 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 29970 28845 1116 68 0 29902 0
[pid=7339] vsize: 119880
Current children cumulated CPU time (s) 131.82
Current children cumulated vsize (Kb) 119880

[startup+150.013 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 2527699 0 0 0 9142 4999 0 0 25 0 1 0 1840182435 126828544 29909 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7339/statm): 30964 29909 1116 68 0 30896 0
[pid=7339] vsize: 123856
Current children cumulated CPU time (s) 141.41
Current children cumulated vsize (Kb) 123856

[startup+160.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 2714986 0 0 0 9730 5368 0 0 25 0 1 0 1840182435 130899968 30888 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 31958 30890 1116 68 0 31890 0
[pid=7339] vsize: 127832
Current children cumulated CPU time (s) 150.98
Current children cumulated vsize (Kb) 127832

[startup+170.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 2900334 0 0 0 10307 5755 0 0 25 0 1 0 1840182435 134709248 31764 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 32888 31764 1116 68 0 32820 0
[pid=7339] vsize: 131552
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (Kb) 131552

[startup+180.016 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 3086912 0 0 0 10903 6122 0 0 25 0 1 0 1840182435 138039296 32678 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 33701 32678 1116 68 0 33633 0
[pid=7339] vsize: 134804
Current children cumulated CPU time (s) 170.25
Current children cumulated vsize (Kb) 134804

[startup+190.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3143141 0 0 0 11769 6243 0 0 25 0 1 0 1840182435 191561728 45249 4294967295 134512640 134736556 3221224560 3221223296 134645269 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 46768 45249 1116 68 0 46700 0
[pid=7339] vsize: 187072
Current children cumulated CPU time (s) 180.12
Current children cumulated vsize (Kb) 187072

[startup+200.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3143141 0 0 0 12768 6244 0 0 25 0 1 0 1840182435 191561728 45249 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 46768 45249 1116 68 0 46700 0
[pid=7339] vsize: 187072
Current children cumulated CPU time (s) 190.12
Current children cumulated vsize (Kb) 187072

[startup+210.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146492 0 0 0 13757 6252 0 0 25 0 1 0 1840182435 204894208 48351 4294967295 134512640 134736556 3221224560 3221223184 134537347 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 50023 48351 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 200.09
Current children cumulated vsize (Kb) 200092

[startup+220.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146497 0 0 0 14752 6254 0 0 25 0 1 0 1840182435 204894208 48356 4294967295 134512640 134736556 3221224560 3221223260 134544736 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48356 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 200092

[startup+230.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146499 0 0 0 15750 6255 0 0 25 0 1 0 1840182435 204894208 48358 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48358 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (Kb) 200092

[startup+240.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146502 0 0 0 16747 6256 0 0 25 0 1 0 1840182435 204894208 48361 4294967295 134512640 134736556 3221224560 3221223168 134536527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48361 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 230.03
Current children cumulated vsize (Kb) 200092

[startup+250.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146504 0 0 0 17745 6257 0 0 25 0 1 0 1840182435 204894208 48363 4294967295 134512640 134736556 3221224560 3221223012 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48363 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 240.02
Current children cumulated vsize (Kb) 200092

[startup+260.02 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146505 0 0 0 18742 6258 0 0 25 0 1 0 1840182435 204894208 48364 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48364 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 250
Current children cumulated vsize (Kb) 200092

[startup+270.021 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146508 0 0 0 19739 6260 0 0 25 0 1 0 1840182435 204894208 48367 4294967295 134512640 134736556 3221224560 3221223104 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50023 48367 1116 68 0 49955 0
[pid=7339] vsize: 200092
Current children cumulated CPU time (s) 259.99
Current children cumulated vsize (Kb) 200092

[startup+280.022 s]
Raw data (loadavg): 1.05 0.99 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 3146512 0 0 0 20737 6260 0 0 25 0 1 0 1840182435 205029376 48371 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48371 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 269.97
Current children cumulated vsize (Kb) 200224

[startup+290.021 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146514 0 0 0 21735 6261 0 0 25 0 1 0 1840182435 205029376 48373 4294967295 134512640 134736556 3221224560 3221223172 134634320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48373 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (Kb) 200224

[startup+300.022 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146530 0 0 0 22734 6262 0 0 25 0 1 0 1840182435 205029376 48389 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48389 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 289.96
Current children cumulated vsize (Kb) 200224

[startup+310.022 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146532 0 0 0 23732 6262 0 0 25 0 1 0 1840182435 205029376 48391 4294967295 134512640 134736556 3221224560 3221223104 134716180 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48391 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 299.94
Current children cumulated vsize (Kb) 200224

[startup+320.023 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146537 0 0 0 24729 6264 0 0 25 0 1 0 1840182435 205029376 48396 4294967295 134512640 134736556 3221224560 3221223168 134544572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48396 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 309.93
Current children cumulated vsize (Kb) 200224

[startup+330.024 s]
Raw data (loadavg): 1.02 0.99 0.91 1/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) T 7338 7339 5929 0 -1 0 3146541 0 0 0 25727 6265 0 0 25 0 1 0 1840182435 205029376 48400 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50056 48400 1116 68 0 49988 0
[pid=7339] vsize: 200224
Current children cumulated CPU time (s) 319.92
Current children cumulated vsize (Kb) 200224

[startup+340.024 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146547 0 0 0 26720 6267 0 0 25 0 1 0 1840182435 205164544 48406 4294967295 134512640 134736556 3221224560 3221223068 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 50089 48406 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 329.87
Current children cumulated vsize (Kb) 200356

[startup+350.024 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146548 0 0 0 27716 6268 0 0 25 0 1 0 1840182435 205164544 48407 4294967295 134512640 134736556 3221224560 3221223232 134528848 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48407 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 339.84
Current children cumulated vsize (Kb) 200356

[startup+360.025 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146555 0 0 0 28713 6269 0 0 25 0 1 0 1840182435 205164544 48414 4294967295 134512640 134736556 3221224560 3221223236 134544525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48414 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 349.82
Current children cumulated vsize (Kb) 200356

[startup+370.026 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146566 0 0 0 29709 6271 0 0 25 0 1 0 1840182435 205164544 48425 4294967295 134512640 134736556 3221224560 3221223204 134544543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48425 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 359.8
Current children cumulated vsize (Kb) 200356

[startup+380.027 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146569 0 0 0 30707 6271 0 0 25 0 1 0 1840182435 205164544 48428 4294967295 134512640 134736556 3221224560 3221223064 134634653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48428 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 369.78
Current children cumulated vsize (Kb) 200356

[startup+390.027 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146571 0 0 0 31703 6273 0 0 25 0 1 0 1840182435 205164544 48430 4294967295 134512640 134736556 3221224560 3221223268 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48430 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 379.76
Current children cumulated vsize (Kb) 200356

[startup+400.027 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146572 0 0 0 32701 6273 0 0 25 0 1 0 1840182435 205164544 48431 4294967295 134512640 134736556 3221224560 3221223088 134716329 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48431 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 389.74
Current children cumulated vsize (Kb) 200356

[startup+410.027 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146575 0 0 0 33699 6274 0 0 25 0 1 0 1840182435 205164544 48434 4294967295 134512640 134736556 3221224560 3221223084 134540152 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50089 48434 1116 68 0 50021 0
[pid=7339] vsize: 200356
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (Kb) 200356

[startup+420.028 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146586 0 0 0 34693 6275 0 0 25 0 1 0 1840182435 205299712 48445 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50122 48445 1116 68 0 50054 0
[pid=7339] vsize: 200488
Current children cumulated CPU time (s) 409.68
Current children cumulated vsize (Kb) 200488

[startup+430.029 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146588 0 0 0 35690 6277 0 0 25 0 1 0 1840182435 205299712 48447 4294967295 134512640 134736556 3221224560 3221223104 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50122 48447 1116 68 0 50054 0
[pid=7339] vsize: 200488
Current children cumulated CPU time (s) 419.67
Current children cumulated vsize (Kb) 200488

[startup+440.029 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146596 0 0 0 36687 6278 0 0 25 0 1 0 1840182435 205299712 48455 4294967295 134512640 134736556 3221224560 3221223152 134543842 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50122 48455 1116 68 0 50054 0
[pid=7339] vsize: 200488
Current children cumulated CPU time (s) 429.65
Current children cumulated vsize (Kb) 200488

[startup+450.029 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146612 0 0 0 37681 6281 0 0 25 0 1 0 1840182435 205434880 48471 4294967295 134512640 134736556 3221224560 3221223088 134543198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50155 48471 1116 68 0 50087 0
[pid=7339] vsize: 200620
Current children cumulated CPU time (s) 439.62
Current children cumulated vsize (Kb) 200620

[startup+460.029 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146621 0 0 0 38677 6282 0 0 25 0 1 0 1840182435 205434880 48480 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50155 48480 1116 68 0 50087 0
[pid=7339] vsize: 200620
Current children cumulated CPU time (s) 449.59
Current children cumulated vsize (Kb) 200620

[startup+470.03 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146622 0 0 0 39674 6283 0 0 25 0 1 0 1840182435 205434880 48481 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50155 48481 1116 68 0 50087 0
[pid=7339] vsize: 200620
Current children cumulated CPU time (s) 459.57
Current children cumulated vsize (Kb) 200620

[startup+480.031 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146631 0 0 0 40669 6285 0 0 25 0 1 0 1840182435 205434880 48490 4294967295 134512640 134736556 3221224560 3221223104 134716066 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50155 48490 1116 68 0 50087 0
[pid=7339] vsize: 200620
Current children cumulated CPU time (s) 469.54
Current children cumulated vsize (Kb) 200620

[startup+490.031 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146633 0 0 0 41665 6286 0 0 25 0 1 0 1840182435 205434880 48492 4294967295 134512640 134736556 3221224560 3221223120 134544670 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50155 48492 1116 68 0 50087 0
[pid=7339] vsize: 200620
Current children cumulated CPU time (s) 479.51
Current children cumulated vsize (Kb) 200620

[startup+500.031 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146647 0 0 0 42661 6288 0 0 25 0 1 0 1840182435 205570048 48506 4294967295 134512640 134736556 3221224560 3221223152 134540186 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50188 48506 1116 68 0 50120 0
[pid=7339] vsize: 200752
Current children cumulated CPU time (s) 489.49
Current children cumulated vsize (Kb) 200752

[startup+510.031 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146663 0 0 0 43658 6289 0 0 25 0 1 0 1840182435 205570048 48522 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50188 48522 1116 68 0 50120 0
[pid=7339] vsize: 200752
Current children cumulated CPU time (s) 499.47
Current children cumulated vsize (Kb) 200752

[startup+520.032 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146670 0 0 0 44652 6291 0 0 25 0 1 0 1840182435 205570048 48529 4294967295 134512640 134736556 3221224560 3221223104 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 50188 48529 1116 68 0 50120 0
[pid=7339] vsize: 200752
Current children cumulated CPU time (s) 509.43
Current children cumulated vsize (Kb) 200752

[startup+530.033 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146676 0 0 0 45648 6292 0 0 25 0 1 0 1840182435 205570048 48535 4294967295 134512640 134736556 3221224560 3221223144 134716081 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50188 48535 1116 68 0 50120 0
[pid=7339] vsize: 200752
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (Kb) 200752

[startup+540.034 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146681 0 0 0 46642 6294 0 0 25 0 1 0 1840182435 205705216 48540 4294967295 134512640 134736556 3221224560 3221223092 134716325 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50221 48540 1116 68 0 50153 0
[pid=7339] vsize: 200884
Current children cumulated CPU time (s) 529.36
Current children cumulated vsize (Kb) 200884

[startup+550.034 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146685 0 0 0 47635 6296 0 0 25 0 1 0 1840182435 205705216 48544 4294967295 134512640 134736556 3221224560 3221223172 134544513 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50221 48544 1116 68 0 50153 0
[pid=7339] vsize: 200884
Current children cumulated CPU time (s) 539.31
Current children cumulated vsize (Kb) 200884

[startup+560.034 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146697 0 0 0 48631 6297 0 0 25 0 1 0 1840182435 205705216 48556 4294967295 134512640 134736556 3221224560 3221223268 134609105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50221 48556 1116 68 0 50153 0
[pid=7339] vsize: 200884
Current children cumulated CPU time (s) 549.28
Current children cumulated vsize (Kb) 200884

[startup+570.035 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146713 0 0 0 49627 6299 0 0 25 0 1 0 1840182435 205840384 48572 4294967295 134512640 134736556 3221224560 3221223036 134536648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50254 48572 1116 68 0 50186 0
[pid=7339] vsize: 201016
Current children cumulated CPU time (s) 559.26
Current children cumulated vsize (Kb) 201016

[startup+580.036 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146723 0 0 0 50620 6301 0 0 25 0 1 0 1840182435 205840384 48582 4294967295 134512640 134736556 3221224560 3221223104 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50254 48582 1116 68 0 50186 0
[pid=7339] vsize: 201016
Current children cumulated CPU time (s) 569.21
Current children cumulated vsize (Kb) 201016

[startup+590.036 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146735 0 0 0 51613 6303 0 0 25 0 1 0 1840182435 205840384 48594 4294967295 134512640 134736556 3221224560 3221223072 134543202 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50254 48594 1116 68 0 50186 0
[pid=7339] vsize: 201016
Current children cumulated CPU time (s) 579.16
Current children cumulated vsize (Kb) 201016

[startup+600.037 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146741 0 0 0 52606 6306 0 0 25 0 1 0 1840182435 205840384 48600 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50254 48600 1116 68 0 50186 0
[pid=7339] vsize: 201016
Current children cumulated CPU time (s) 589.12
Current children cumulated vsize (Kb) 201016

[startup+610.037 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146751 0 0 0 53599 6309 0 0 25 0 1 0 1840182435 205975552 48610 4294967295 134512640 134736556 3221224560 3221223120 134543088 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50287 48610 1116 68 0 50219 0
[pid=7339] vsize: 201148
Current children cumulated CPU time (s) 599.08
Current children cumulated vsize (Kb) 201148

[startup+620.038 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146760 0 0 0 54591 6312 0 0 25 0 1 0 1840182435 205975552 48619 4294967295 134512640 134736556 3221224560 3221223072 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50287 48619 1116 68 0 50219 0
[pid=7339] vsize: 201148
Current children cumulated CPU time (s) 609.03
Current children cumulated vsize (Kb) 201148

[startup+630.039 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146779 0 0 0 55583 6315 0 0 25 0 1 0 1840182435 206110720 48638 4294967295 134512640 134736556 3221224560 3221223144 134716375 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50320 48638 1116 68 0 50252 0
[pid=7339] vsize: 201280
Current children cumulated CPU time (s) 618.98
Current children cumulated vsize (Kb) 201280

[startup+640.039 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146790 0 0 0 56572 6319 0 0 25 0 1 0 1840182435 206110720 48649 4294967295 134512640 134736556 3221224560 3221223184 134544684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50320 48649 1116 68 0 50252 0
[pid=7339] vsize: 201280
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (Kb) 201280

[startup+650.04 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146803 0 0 0 57558 6324 0 0 25 0 1 0 1840182435 206110720 48662 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7339/statm): 50320 48662 1116 68 0 50252 0
[pid=7339] vsize: 201280
Current children cumulated CPU time (s) 638.82
Current children cumulated vsize (Kb) 201280

[startup+660.04 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3146819 0 0 0 58543 6329 0 0 25 0 1 0 1840182435 206245888 48678 4294967295 134512640 134736556 3221224560 3221223152 134543750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50353 48678 1116 68 0 50285 0
[pid=7339] vsize: 201412
Current children cumulated CPU time (s) 648.72
Current children cumulated vsize (Kb) 201412

[startup+670.041 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147161 0 0 0 59535 6332 0 0 25 0 1 0 1840182435 206241792 48689 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50352 48689 1116 68 0 50284 0
[pid=7339] vsize: 201408
Current children cumulated CPU time (s) 658.67
Current children cumulated vsize (Kb) 201408

[startup+680.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147167 0 0 0 60532 6333 0 0 25 0 1 0 1840182435 206241792 48695 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50352 48695 1116 68 0 50284 0
[pid=7339] vsize: 201408
Current children cumulated CPU time (s) 668.65
Current children cumulated vsize (Kb) 201408

[startup+690.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147181 0 0 0 61529 6335 0 0 25 0 1 0 1840182435 206376960 48709 4294967295 134512640 134736556 3221224560 3221223180 134544554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50385 48709 1116 68 0 50317 0
[pid=7339] vsize: 201540
Current children cumulated CPU time (s) 678.64
Current children cumulated vsize (Kb) 201540

[startup+700.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147193 0 0 0 62528 6336 0 0 25 0 1 0 1840182435 206376960 48721 4294967295 134512640 134736556 3221224560 3221223032 134717155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50385 48721 1116 68 0 50317 0
[pid=7339] vsize: 201540
Current children cumulated CPU time (s) 688.64
Current children cumulated vsize (Kb) 201540

[startup+710.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147196 0 0 0 63527 6337 0 0 25 0 1 0 1840182435 206376960 48724 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50385 48724 1116 68 0 50317 0
[pid=7339] vsize: 201540
Current children cumulated CPU time (s) 698.64
Current children cumulated vsize (Kb) 201540

[startup+720.044 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147206 0 0 0 64523 6338 0 0 25 0 1 0 1840182435 206512128 48734 4294967295 134512640 134736556 3221224560 3221223072 134543204 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50418 48734 1116 68 0 50350 0
[pid=7339] vsize: 201672
Current children cumulated CPU time (s) 708.61
Current children cumulated vsize (Kb) 201672

[startup+730.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147220 0 0 0 65523 6339 0 0 25 0 1 0 1840182435 206512128 48748 4294967295 134512640 134736556 3221224560 3221223152 134716443 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50418 48748 1116 68 0 50350 0
[pid=7339] vsize: 201672
Current children cumulated CPU time (s) 718.62
Current children cumulated vsize (Kb) 201672

[startup+740.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147224 0 0 0 66522 6339 0 0 25 0 1 0 1840182435 206512128 48752 4294967295 134512640 134736556 3221224560 3221223120 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50418 48752 1116 68 0 50350 0
[pid=7339] vsize: 201672
Current children cumulated CPU time (s) 728.61
Current children cumulated vsize (Kb) 201672

[startup+750.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147226 0 0 0 67520 6340 0 0 25 0 1 0 1840182435 206512128 48754 4294967295 134512640 134736556 3221224560 3221223228 134524883 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50418 48754 1116 68 0 50350 0
[pid=7339] vsize: 201672
Current children cumulated CPU time (s) 738.6
Current children cumulated vsize (Kb) 201672

[startup+760.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147235 0 0 0 68518 6341 0 0 25 0 1 0 1840182435 206512128 48763 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50418 48763 1116 68 0 50350 0
[pid=7339] vsize: 201672
Current children cumulated CPU time (s) 748.59
Current children cumulated vsize (Kb) 201672

[startup+770.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147260 0 0 0 69516 6342 0 0 25 0 1 0 1840182435 206647296 48788 4294967295 134512640 134736556 3221224560 3221223108 134544508 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50451 48788 1116 68 0 50383 0
[pid=7339] vsize: 201804
Current children cumulated CPU time (s) 758.58
Current children cumulated vsize (Kb) 201804

[startup+780.047 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147279 0 0 0 70514 6343 0 0 25 0 1 0 1840182435 206782464 48807 4294967295 134512640 134736556 3221224560 3221223184 134544719 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50484 48807 1116 68 0 50416 0
[pid=7339] vsize: 201936
Current children cumulated CPU time (s) 768.57
Current children cumulated vsize (Kb) 201936

[startup+790.047 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147301 0 0 0 71513 6343 0 0 25 0 1 0 1840182435 206782464 48829 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50484 48829 1116 68 0 50416 0
[pid=7339] vsize: 201936
Current children cumulated CPU time (s) 778.56
Current children cumulated vsize (Kb) 201936

[startup+800.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147309 0 0 0 72510 6345 0 0 25 0 1 0 1840182435 206917632 48837 4294967295 134512640 134736556 3221224560 3221223120 134543554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50517 48837 1116 68 0 50449 0
[pid=7339] vsize: 202068
Current children cumulated CPU time (s) 788.55
Current children cumulated vsize (Kb) 202068

[startup+810.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147499 0 0 0 73502 6348 0 0 25 0 1 0 1840182435 207593472 49027 4294967295 134512640 134736556 3221224560 3221223104 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50682 49027 1116 68 0 50614 0
[pid=7339] vsize: 202728
Current children cumulated CPU time (s) 798.5
Current children cumulated vsize (Kb) 202728

[startup+820.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147558 0 0 0 74498 6350 0 0 25 0 1 0 1840182435 207863808 49086 4294967295 134512640 134736556 3221224560 3221223268 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50748 49086 1116 68 0 50680 0
[pid=7339] vsize: 202992
Current children cumulated CPU time (s) 808.48
Current children cumulated vsize (Kb) 202992

[startup+830.049 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147587 0 0 0 75493 6351 0 0 25 0 1 0 1840182435 207998976 49115 4294967295 134512640 134736556 3221224560 3221223136 134544716 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50781 49115 1116 68 0 50713 0
[pid=7339] vsize: 203124
Current children cumulated CPU time (s) 818.44
Current children cumulated vsize (Kb) 203124

[startup+840.049 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147592 0 0 0 76493 6352 0 0 25 0 1 0 1840182435 207998976 49120 4294967295 134512640 134736556 3221224560 3221223068 134634644 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50781 49120 1116 68 0 50713 0
[pid=7339] vsize: 203124
Current children cumulated CPU time (s) 828.45
Current children cumulated vsize (Kb) 203124

[startup+850.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147600 0 0 0 77492 6352 0 0 25 0 1 0 1840182435 207998976 49128 4294967295 134512640 134736556 3221224560 3221223112 134543667 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50781 49128 1116 68 0 50713 0
[pid=7339] vsize: 203124
Current children cumulated CPU time (s) 838.44
Current children cumulated vsize (Kb) 203124

[startup+860.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147607 0 0 0 78492 6352 0 0 25 0 1 0 1840182435 208134144 49135 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50814 49135 1116 68 0 50746 0
[pid=7339] vsize: 203256
Current children cumulated CPU time (s) 848.44
Current children cumulated vsize (Kb) 203256

[startup+870.051 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147614 0 0 0 79490 6353 0 0 25 0 1 0 1840182435 208134144 49142 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50814 49142 1116 68 0 50746 0
[pid=7339] vsize: 203256
Current children cumulated CPU time (s) 858.43
Current children cumulated vsize (Kb) 203256

[startup+880.051 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147624 0 0 0 80488 6354 0 0 25 0 1 0 1840182435 208134144 49152 4294967295 134512640 134736556 3221224560 3221223248 134529265 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50814 49152 1116 68 0 50746 0
[pid=7339] vsize: 203256
Current children cumulated CPU time (s) 868.42
Current children cumulated vsize (Kb) 203256

[startup+890.051 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147655 0 0 0 81487 6354 0 0 25 0 1 0 1840182435 208269312 49183 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50847 49183 1116 68 0 50779 0
[pid=7339] vsize: 203388
Current children cumulated CPU time (s) 878.41
Current children cumulated vsize (Kb) 203388

[startup+900.052 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147689 0 0 0 82486 6355 0 0 25 0 1 0 1840182435 208404480 49217 4294967295 134512640 134736556 3221224560 3221223180 134543056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50880 49217 1116 68 0 50812 0
[pid=7339] vsize: 203520
Current children cumulated CPU time (s) 888.41
Current children cumulated vsize (Kb) 203520

[startup+910.052 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147751 0 0 0 83483 6356 0 0 25 0 1 0 1840182435 208670720 49279 4294967295 134512640 134736556 3221224560 3221223116 134537545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50945 49279 1116 68 0 50877 0
[pid=7339] vsize: 203780
Current children cumulated CPU time (s) 898.39
Current children cumulated vsize (Kb) 203780

[startup+920.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147771 0 0 0 84481 6357 0 0 25 0 1 0 1840182435 208801792 49299 4294967295 134512640 134736556 3221224560 3221223184 134537363 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50977 49299 1116 68 0 50909 0
[pid=7339] vsize: 203908
Current children cumulated CPU time (s) 908.38
Current children cumulated vsize (Kb) 203908

[startup+930.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147783 0 0 0 85479 6358 0 0 25 0 1 0 1840182435 208801792 49311 4294967295 134512640 134736556 3221224560 3221223152 134543750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50977 49311 1116 68 0 50909 0
[pid=7339] vsize: 203908
Current children cumulated CPU time (s) 918.37
Current children cumulated vsize (Kb) 203908

[startup+940.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147784 0 0 0 86477 6358 0 0 25 0 1 0 1840182435 208801792 49312 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50977 49312 1116 68 0 50909 0
[pid=7339] vsize: 203908
Current children cumulated CPU time (s) 928.35
Current children cumulated vsize (Kb) 203908

[startup+950.054 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147787 0 0 0 87476 6359 0 0 25 0 1 0 1840182435 208801792 49315 4294967295 134512640 134736556 3221224560 3221223172 134544543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50977 49315 1116 68 0 50909 0
[pid=7339] vsize: 203908
Current children cumulated CPU time (s) 938.35
Current children cumulated vsize (Kb) 203908

[startup+960.055 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147794 0 0 0 88475 6359 0 0 25 0 1 0 1840182435 208801792 49322 4294967295 134512640 134736556 3221224560 3221223152 134543950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 50977 49322 1116 68 0 50909 0
[pid=7339] vsize: 203908
Current children cumulated CPU time (s) 948.34
Current children cumulated vsize (Kb) 203908

[startup+970.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147804 0 0 0 89473 6360 0 0 25 0 1 0 1840182435 208936960 49332 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51010 49332 1116 68 0 50942 0
[pid=7339] vsize: 204040
Current children cumulated CPU time (s) 958.33
Current children cumulated vsize (Kb) 204040

[startup+980.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147815 0 0 0 90472 6361 0 0 25 0 1 0 1840182435 208936960 49343 4294967295 134512640 134736556 3221224560 3221223176 134543057 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51010 49343 1116 68 0 50942 0
[pid=7339] vsize: 204040
Current children cumulated CPU time (s) 968.33
Current children cumulated vsize (Kb) 204040

[startup+990.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147818 0 0 0 91472 6361 0 0 25 0 1 0 1840182435 208936960 49346 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51010 49346 1116 68 0 50942 0
[pid=7339] vsize: 204040
Current children cumulated CPU time (s) 978.33
Current children cumulated vsize (Kb) 204040

[startup+1000.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147820 0 0 0 92472 6361 0 0 25 0 1 0 1840182435 208936960 49348 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51010 49348 1116 68 0 50942 0
[pid=7339] vsize: 204040
Current children cumulated CPU time (s) 988.33
Current children cumulated vsize (Kb) 204040

[startup+1010.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147824 0 0 0 93471 6361 0 0 25 0 1 0 1840182435 208936960 49352 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51010 49352 1116 68 0 50942 0
[pid=7339] vsize: 204040
Current children cumulated CPU time (s) 998.32
Current children cumulated vsize (Kb) 204040

[startup+1020.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147831 0 0 0 94472 6361 0 0 25 0 1 0 1840182435 209072128 49359 4294967295 134512640 134736556 3221224560 3221223084 134540094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51043 49359 1116 68 0 50975 0
[pid=7339] vsize: 204172
Current children cumulated CPU time (s) 1008.33
Current children cumulated vsize (Kb) 204172

[startup+1030.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147837 0 0 0 95471 6362 0 0 25 0 1 0 1840182435 209072128 49365 4294967295 134512640 134736556 3221224560 3221223072 134543128 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51043 49365 1116 68 0 50975 0
[pid=7339] vsize: 204172
Current children cumulated CPU time (s) 1018.33
Current children cumulated vsize (Kb) 204172

[startup+1040.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147850 0 0 0 96471 6362 0 0 25 0 1 0 1840182435 209072128 49378 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51043 49378 1116 68 0 50975 0
[pid=7339] vsize: 204172
Current children cumulated CPU time (s) 1028.33
Current children cumulated vsize (Kb) 204172

[startup+1050.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147853 0 0 0 97471 6362 0 0 25 0 1 0 1840182435 209072128 49381 4294967295 134512640 134736556 3221224560 3221223072 134543222 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51043 49381 1116 68 0 50975 0
[pid=7339] vsize: 204172
Current children cumulated CPU time (s) 1038.33
Current children cumulated vsize (Kb) 204172

[startup+1060.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147859 0 0 0 98471 6362 0 0 25 0 1 0 1840182435 209072128 49387 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51043 49387 1116 68 0 50975 0
[pid=7339] vsize: 204172
Current children cumulated CPU time (s) 1048.33
Current children cumulated vsize (Kb) 204172

[startup+1070.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147869 0 0 0 99467 6364 0 0 25 0 1 0 1840182435 209207296 49397 4294967295 134512640 134736556 3221224560 3221223104 134543639 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51076 49397 1116 68 0 51008 0
[pid=7339] vsize: 204304
Current children cumulated CPU time (s) 1058.31
Current children cumulated vsize (Kb) 204304

[startup+1080.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147886 0 0 0 100465 6365 0 0 25 0 1 0 1840182435 209207296 49414 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51076 49414 1116 68 0 51008 0
[pid=7339] vsize: 204304
Current children cumulated CPU time (s) 1068.3
Current children cumulated vsize (Kb) 204304

[startup+1090.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147889 0 0 0 101464 6365 0 0 25 0 1 0 1840182435 209207296 49417 4294967295 134512640 134736556 3221224560 3221223232 134528799 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51076 49417 1116 68 0 51008 0
[pid=7339] vsize: 204304
Current children cumulated CPU time (s) 1078.29
Current children cumulated vsize (Kb) 204304

[startup+1100.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147907 0 0 0 102461 6366 0 0 25 0 1 0 1840182435 209342464 49435 4294967295 134512640 134736556 3221224560 3221223068 134537534 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51109 49435 1116 68 0 51041 0
[pid=7339] vsize: 204436
Current children cumulated CPU time (s) 1088.27
Current children cumulated vsize (Kb) 204436

[startup+1110.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147919 0 0 0 103460 6366 0 0 25 0 1 0 1840182435 209342464 49447 4294967295 134512640 134736556 3221224560 3221223248 134529511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51109 49447 1116 68 0 51041 0
[pid=7339] vsize: 204436
Current children cumulated CPU time (s) 1098.26
Current children cumulated vsize (Kb) 204436

[startup+1120.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147929 0 0 0 104460 6366 0 0 25 0 1 0 1840182435 209477632 49457 4294967295 134512640 134736556 3221224560 3221223228 134544624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49457 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1108.26
Current children cumulated vsize (Kb) 204568

[startup+1130.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147936 0 0 0 105460 6367 0 0 25 0 1 0 1840182435 209477632 49464 4294967295 134512640 134736556 3221224560 3221223088 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49464 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1118.27
Current children cumulated vsize (Kb) 204568

[startup+1140.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147943 0 0 0 106460 6367 0 0 25 0 1 0 1840182435 209477632 49471 4294967295 134512640 134736556 3221224560 3221223140 134716294 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49471 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1128.27
Current children cumulated vsize (Kb) 204568

[startup+1150.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147948 0 0 0 107460 6367 0 0 25 0 1 0 1840182435 209477632 49476 4294967295 134512640 134736556 3221224560 3221223200 134543782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49476 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1138.27
Current children cumulated vsize (Kb) 204568

[startup+1160.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147948 0 0 0 108459 6367 0 0 25 0 1 0 1840182435 209477632 49476 4294967295 134512640 134736556 3221224560 3221223264 134600621 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49476 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1148.26
Current children cumulated vsize (Kb) 204568

[startup+1170.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147948 0 0 0 109458 6368 0 0 25 0 1 0 1840182435 209477632 49476 4294967295 134512640 134736556 3221224560 3221223232 134528541 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49476 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1158.26
Current children cumulated vsize (Kb) 204568

[startup+1180.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147948 0 0 0 110458 6368 0 0 25 0 1 0 1840182435 209477632 49476 4294967295 134512640 134736556 3221224560 3221223068 134540067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49476 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1168.26
Current children cumulated vsize (Kb) 204568

[startup+1190.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147951 0 0 0 111459 6368 0 0 25 0 1 0 1840182435 209477632 49479 4294967295 134512640 134736556 3221224560 3221223136 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49479 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1178.27
Current children cumulated vsize (Kb) 204568

[startup+1200.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 7339
Raw data (/proc/7339/stat): 7339 (bsolo) R 7338 7339 5929 0 -1 0 3147955 0 0 0 112458 6368 0 0 25 0 1 0 1840182435 209477632 49483 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7339/statm): 51142 49483 1116 68 0 51074 0
[pid=7339] vsize: 204568
Current children cumulated CPU time (s) 1188.26
Current children cumulated vsize (Kb) 204568
One traced child (pid=7339) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1207.25
CPU time (s): 1195.45
CPU user time (s): 1131.67
CPU system time (s): 63.7813
CPU usage (%): 99.0225
Max. virtual memory (cumulated for all children) (Kb): 204568

Verifier Data

ERROR: no interpretation found !