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.ex.mem.LsqHdStrong.ucl.opb
MD5SUMdcb6d1c3f66e900ae345e6fa455bef2a
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 366

Launcher Data

LAUNCH ON wulflinc22 THE 2005-09-18 09:31:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=324 boxname=wulflinc22 idbench=324 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  dcb6d1c3f66e900ae345e6fa455bef2a  /oldhome/oroussel/tmp/wulflinc22/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc22/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
IDLAUNCH: 324
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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.031
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:        929808 kB
Buffers:         33268 kB
Cached:          43648 kB
SwapCached:        536 kB
Active:          69988 kB
Inactive:         9540 kB
HighTotal:      131008 kB
HighFree:        85316 kB
LowTotal:       903652 kB
LowFree:        844492 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5856 kB
Slab:            19704 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 09:51:40 (client local time) WITH STATUS 0 IN 1195.6 SECONDS
stats: 324 7 1195.6 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 168111 variables and 487525 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 789.54
c After prepocess the problem consists of 164407 variables and 476740 constraints.
c CHANGE Heuristic... 
c Restart #0 #Var: 164405 #Dec: 18276 LB: 0 @ 913.98
c Restart #1 #Var: 163987 #Dec: 21138 LB: 0 @ 990.62
c Restart #2 #Var: 163987 #Dec: 25996 LB: 0 @ 1082.2
s UNKNOWN
c Exit Code: 0
c Total time: 1195.4 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840193738 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 107 3 90 68 0 39 0
[pid=23135] 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/wulflinc22/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb

[startup+10.0036 s]
Raw data (loadavg): 0.99 0.96 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 21525 0 0 0 844 69 0 0 23 0 1 0 1840193738 26460160 5614 4294967295 134512640 134736556 3221224560 3221222780 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 6460 5614 1116 68 0 6392 0
[pid=23135] vsize: 25840
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (Kb) 25840

[startup+20.0044 s]
Raw data (loadavg): 0.99 0.96 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 85075 0 0 0 1591 225 0 0 25 0 1 0 1840193738 40562688 9044 4294967295 134512640 134736556 3221224560 3221222780 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23135/statm): 9903 9044 1116 68 0 9835 0
[pid=23135] vsize: 39612
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (Kb) 39612

[startup+30.0051 s]
Raw data (loadavg): 0.99 0.96 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 260179 0 0 0 2190 553 0 0 25 0 1 0 1840193738 50839552 11547 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 12412 11547 1116 68 0 12344 0
[pid=23135] vsize: 49648
Current children cumulated CPU time (s) 27.43
Current children cumulated vsize (Kb) 49648

[startup+40.0058 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 450535 0 0 0 2745 927 0 0 25 0 1 0 1840193738 59359232 13512 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 14492 13514 1116 68 0 14424 0
[pid=23135] vsize: 57968
Current children cumulated CPU time (s) 36.72
Current children cumulated vsize (Kb) 57968

[startup+50.0056 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 649283 0 0 0 3302 1306 0 0 25 0 1 0 1840193738 66691072 15332 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 16282 15337 1116 68 0 16214 0
[pid=23135] vsize: 65128
Current children cumulated CPU time (s) 46.08
Current children cumulated vsize (Kb) 65128

[startup+60.0063 s]
Raw data (loadavg): 0.99 0.96 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 844769 0 0 0 3873 1675 0 0 25 0 1 0 1840193738 73277440 16942 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 17890 16942 1116 68 0 17822 0
[pid=23135] vsize: 71560
Current children cumulated CPU time (s) 55.48
Current children cumulated vsize (Kb) 71560

[startup+70.006 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 1039295 0 0 0 4446 2049 0 0 25 0 1 0 1840193738 79380480 18448 4294967295 134512640 134736556 3221224560 3221223236 1077378638 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 19380 18448 1116 68 0 19312 0
[pid=23135] vsize: 77520
Current children cumulated CPU time (s) 64.95
Current children cumulated vsize (Kb) 77520

[startup+80.0067 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 1229571 0 0 0 5025 2416 0 0 25 0 1 0 1840193738 86138880 20116 4294967295 134512640 134736556 3221224560 3221221580 1077359153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 21030 20116 1116 68 0 20962 0
[pid=23135] vsize: 84120
Current children cumulated CPU time (s) 74.41
Current children cumulated vsize (Kb) 84120

[startup+90.0064 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 1417917 0 0 0 5600 2789 0 0 25 0 1 0 1840193738 91430912 21412 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 22322 21412 1116 68 0 22254 0
[pid=23135] vsize: 89288
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (Kb) 89288

[startup+100.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 1609399 0 0 0 6180 3158 0 0 25 0 1 0 1840193738 96702464 22726 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 23609 22726 1116 68 0 23541 0
[pid=23135] vsize: 94436
Current children cumulated CPU time (s) 93.38
Current children cumulated vsize (Kb) 94436

[startup+110.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 1799830 0 0 0 6769 3523 0 0 25 0 1 0 1840193738 101597184 23878 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 24804 23878 1116 68 0 24736 0
[pid=23135] vsize: 99216
Current children cumulated CPU time (s) 102.92
Current children cumulated vsize (Kb) 99216

[startup+120.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 1990334 0 0 0 7357 3891 0 0 25 0 1 0 1840193738 106217472 25037 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 25932 25037 1116 68 0 25864 0
[pid=23135] vsize: 103728
Current children cumulated CPU time (s) 112.48
Current children cumulated vsize (Kb) 103728

[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 2177246 0 0 0 7946 4258 0 0 25 0 1 0 1840193738 111587328 26083 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 27243 26083 1116 68 0 27175 0
[pid=23135] vsize: 108972
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (Kb) 108972

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 2364846 0 0 0 8530 4630 0 0 25 0 1 0 1840193738 115802112 27200 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23135/statm): 28272 27200 1116 68 0 28204 0
[pid=23135] vsize: 113088
Current children cumulated CPU time (s) 131.6
Current children cumulated vsize (Kb) 113088

[startup+150.009 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 2551687 0 0 0 9123 4996 0 0 25 0 1 0 1840193738 120008704 28211 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23135/statm): 29299 28211 1116 68 0 29231 0
[pid=23135] vsize: 117196
Current children cumulated CPU time (s) 141.19
Current children cumulated vsize (Kb) 117196

[startup+160.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 2737460 0 0 0 9714 5368 0 0 25 0 1 0 1840193738 123953152 29176 4294967295 134512640 134736556 3221224560 3221223088 134574248 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 30262 29176 1116 68 0 30194 0
[pid=23135] vsize: 121048
Current children cumulated CPU time (s) 150.82
Current children cumulated vsize (Kb) 121048

[startup+170.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 2925367 0 0 0 10303 5742 0 0 25 0 1 0 1840193738 127754240 30085 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 31190 30090 1116 68 0 31122 0
[pid=23135] vsize: 124760
Current children cumulated CPU time (s) 160.45
Current children cumulated vsize (Kb) 124760

[startup+180.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 3113379 0 0 0 10892 6116 0 0 25 0 1 0 1840193738 131555328 31056 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 32118 31061 1116 68 0 32050 0
[pid=23135] vsize: 128472
Current children cumulated CPU time (s) 170.08
Current children cumulated vsize (Kb) 128472

[startup+190.01 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 3300048 0 0 0 11490 6484 0 0 25 0 1 0 1840193738 135086080 31954 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 32980 31954 1116 68 0 32912 0
[pid=23135] vsize: 131920
Current children cumulated CPU time (s) 179.74
Current children cumulated vsize (Kb) 131920

[startup+200.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 3487021 0 0 0 12080 6856 0 0 25 0 1 0 1840193738 138756096 32782 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 33876 32782 1116 68 0 33808 0
[pid=23135] vsize: 135504
Current children cumulated CPU time (s) 189.36
Current children cumulated vsize (Kb) 135504

[startup+210.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 3671073 0 0 0 12678 7225 0 0 25 0 1 0 1840193738 142151680 33637 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 34705 33642 1116 68 0 34637 0
[pid=23135] vsize: 138820
Current children cumulated CPU time (s) 199.03
Current children cumulated vsize (Kb) 138820

[startup+220.011 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 3853873 0 0 0 13263 7607 0 0 25 0 1 0 1840193738 145174528 34415 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 35443 34415 1116 68 0 35375 0
[pid=23135] vsize: 141772
Current children cumulated CPU time (s) 208.7
Current children cumulated vsize (Kb) 141772

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4039918 0 0 0 13861 7980 0 0 25 0 1 0 1840193738 148807680 35317 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 36330 35317 1116 68 0 36262 0
[pid=23135] vsize: 145320
Current children cumulated CPU time (s) 218.41
Current children cumulated vsize (Kb) 145320

[startup+240.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4225787 0 0 0 14457 8351 0 0 25 0 1 0 1840193738 152068096 36117 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 37126 36121 1116 68 0 37058 0
[pid=23135] vsize: 148504
Current children cumulated CPU time (s) 228.08
Current children cumulated vsize (Kb) 148504

[startup+250.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4409944 0 0 0 15062 8716 0 0 22 0 1 0 1840193738 155193344 36889 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 37889 36889 1116 68 0 37821 0
[pid=23135] vsize: 151556
Current children cumulated CPU time (s) 237.78
Current children cumulated vsize (Kb) 151556

[startup+260.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4593282 0 0 0 15660 9082 0 0 25 0 1 0 1840193738 158318592 37669 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 38652 37672 1116 68 0 38584 0
[pid=23135] vsize: 154608
Current children cumulated CPU time (s) 247.42
Current children cumulated vsize (Kb) 154608

[startup+270.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4777784 0 0 0 16254 9460 0 0 25 0 1 0 1840193738 161308672 38377 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 39382 38381 1116 68 0 39314 0
[pid=23135] vsize: 157528
Current children cumulated CPU time (s) 257.14
Current children cumulated vsize (Kb) 157528

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 4961880 0 0 0 16856 9825 0 0 25 0 1 0 1840193738 164298752 39109 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 40112 39114 1116 68 0 40044 0
[pid=23135] vsize: 160448
Current children cumulated CPU time (s) 266.81
Current children cumulated vsize (Kb) 160448

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 5145879 0 0 0 17450 10202 0 0 25 0 1 0 1840193738 169697280 40432 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 41430 40437 1116 68 0 41362 0
[pid=23135] vsize: 165720
Current children cumulated CPU time (s) 276.52
Current children cumulated vsize (Kb) 165720

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 5330132 0 0 0 18046 10574 0 0 25 0 1 0 1840193738 172687360 41179 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 42160 41183 1116 68 0 42092 0
[pid=23135] vsize: 168640
Current children cumulated CPU time (s) 286.2
Current children cumulated vsize (Kb) 168640

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 5513902 0 0 0 18643 10950 0 0 25 0 1 0 1840193738 175099904 41799 4294967295 134512640 134736556 3221224560 3221222808 1077799011 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 42749 41799 1116 68 0 42681 0
[pid=23135] vsize: 170996
Current children cumulated CPU time (s) 295.93
Current children cumulated vsize (Kb) 170996

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 5696718 0 0 0 19240 11325 0 0 25 0 1 0 1840193738 178253824 42569 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 43519 42574 1116 68 0 43451 0
[pid=23135] vsize: 174076
Current children cumulated CPU time (s) 305.65
Current children cumulated vsize (Kb) 174076

[startup+330.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 5879899 0 0 0 19838 11698 0 0 25 0 1 0 1840193738 181108736 43251 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 44216 43256 1116 68 0 44148 0
[pid=23135] vsize: 176864
Current children cumulated CPU time (s) 315.36
Current children cumulated vsize (Kb) 176864

[startup+340.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 6063045 0 0 0 20438 12069 0 0 25 0 1 0 1840193738 183828480 43852 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 44880 43857 1116 68 0 44812 0
[pid=23135] vsize: 179520
Current children cumulated CPU time (s) 325.07
Current children cumulated vsize (Kb) 179520

[startup+350.015 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 6244947 0 0 0 21041 12439 0 0 25 0 1 0 1840193738 186408960 44588 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 45510 44588 1116 68 0 45442 0
[pid=23135] vsize: 182040
Current children cumulated CPU time (s) 334.8
Current children cumulated vsize (Kb) 182040

[startup+360.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 6426863 0 0 0 21649 12803 0 0 25 0 1 0 1840193738 188997632 45228 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 46142 45233 1116 68 0 46074 0
[pid=23135] vsize: 184568
Current children cumulated CPU time (s) 344.52
Current children cumulated vsize (Kb) 184568

[startup+370.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 6608229 0 0 0 22259 13167 0 0 25 0 1 0 1840193738 191574016 45795 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 46771 45799 1116 68 0 46703 0
[pid=23135] vsize: 187084
Current children cumulated CPU time (s) 354.26
Current children cumulated vsize (Kb) 187084

[startup+380.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 6789698 0 0 0 22859 13541 0 0 25 0 1 0 1840193738 194023424 46367 4294967295 134512640 134736556 3221224560 3221222828 1077387418 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 47369 46367 1116 68 0 47301 0
[pid=23135] vsize: 189476
Current children cumulated CPU time (s) 364
Current children cumulated vsize (Kb) 189476

[startup+390.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 6969207 0 0 0 23469 13902 0 0 25 0 1 0 1840193738 196599808 47000 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 47998 47000 1116 68 0 47930 0
[pid=23135] vsize: 191992
Current children cumulated CPU time (s) 373.71
Current children cumulated vsize (Kb) 191992

[startup+400.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 7151134 0 0 0 24069 14273 0 0 25 0 1 0 1840193738 199049216 47651 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 48596 47656 1116 68 0 48528 0
[pid=23135] vsize: 194384
Current children cumulated CPU time (s) 383.42
Current children cumulated vsize (Kb) 194384

[startup+410.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 7335073 0 0 0 24666 14650 0 0 25 0 1 0 1840193738 201494528 48294 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 49193 48299 1116 68 0 49125 0
[pid=23135] vsize: 196772
Current children cumulated CPU time (s) 393.16
Current children cumulated vsize (Kb) 196772

[startup+420.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 7517615 0 0 0 25266 15024 0 0 25 0 1 0 1840193738 203935744 48916 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 49789 48920 1116 68 0 49721 0
[pid=23135] vsize: 199156
Current children cumulated CPU time (s) 402.9
Current children cumulated vsize (Kb) 199156

[startup+430.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 7698328 0 0 0 25869 15393 0 0 25 0 1 0 1840193738 206385152 49411 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 50387 49411 1116 68 0 50319 0
[pid=23135] vsize: 201548
Current children cumulated CPU time (s) 412.62
Current children cumulated vsize (Kb) 201548

[startup+440.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 7879555 0 0 0 26465 15770 0 0 25 0 1 0 1840193738 208691200 50051 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 50950 50056 1116 68 0 50882 0
[pid=23135] vsize: 203800
Current children cumulated CPU time (s) 422.35
Current children cumulated vsize (Kb) 203800

[startup+450.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8063366 0 0 0 27071 16140 0 0 25 0 1 0 1840193738 213188608 50648 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 52048 50653 1116 68 0 51980 0
[pid=23135] vsize: 208192
Current children cumulated CPU time (s) 432.11
Current children cumulated vsize (Kb) 208192

[startup+460.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8244270 0 0 0 27676 16511 0 0 25 0 1 0 1840193738 215498752 51186 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 52612 51191 1116 68 0 52544 0
[pid=23135] vsize: 210448
Current children cumulated CPU time (s) 441.87
Current children cumulated vsize (Kb) 210448

[startup+470.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8426393 0 0 0 28279 16887 0 0 25 0 1 0 1840193738 217669632 51703 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 53142 51707 1116 68 0 53074 0
[pid=23135] vsize: 212568
Current children cumulated CPU time (s) 451.66
Current children cumulated vsize (Kb) 212568

[startup+480.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8608228 0 0 0 28878 17263 0 0 25 0 1 0 1840193738 219983872 52322 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 53707 52327 1116 68 0 53639 0
[pid=23135] vsize: 214828
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (Kb) 214828

[startup+490.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8789679 0 0 0 29488 17628 0 0 25 0 1 0 1840193738 222154752 52863 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 54237 52868 1116 68 0 54169 0
[pid=23135] vsize: 216948
Current children cumulated CPU time (s) 471.16
Current children cumulated vsize (Kb) 216948

[startup+500.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 8970166 0 0 0 30086 18007 0 0 25 0 1 0 1840193738 224460800 53452 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 54800 53452 1116 68 0 54732 0
[pid=23135] vsize: 219200
Current children cumulated CPU time (s) 480.93
Current children cumulated vsize (Kb) 219200

[startup+510.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 9151122 0 0 0 30677 18393 0 0 25 0 1 0 1840193738 226639872 53933 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 55332 53938 1116 68 0 55264 0
[pid=23135] vsize: 221328
Current children cumulated CPU time (s) 490.7
Current children cumulated vsize (Kb) 221328

[startup+520.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 9331967 0 0 0 31278 18767 0 0 25 0 1 0 1840193738 228810752 54455 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 55862 54455 1116 68 0 55794 0
[pid=23135] vsize: 223448
Current children cumulated CPU time (s) 500.45
Current children cumulated vsize (Kb) 223448

[startup+530.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 9510960 0 0 0 31884 19139 0 0 25 0 1 0 1840193738 230846464 54998 4294967295 134512640 134736556 3221224560 3221223088 134574248 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 56359 54998 1116 68 0 56291 0
[pid=23135] vsize: 225436
Current children cumulated CPU time (s) 510.23
Current children cumulated vsize (Kb) 225436

[startup+540.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 9691670 0 0 0 32493 19506 0 0 25 0 1 0 1840193738 233017344 55566 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 56889 55570 1116 68 0 56821 0
[pid=23135] vsize: 227556
Current children cumulated CPU time (s) 519.99
Current children cumulated vsize (Kb) 227556

[startup+550.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 9873146 0 0 0 33094 19881 0 0 25 0 1 0 1840193738 235061248 55986 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 57388 55991 1116 68 0 57320 0
[pid=23135] vsize: 229552
Current children cumulated CPU time (s) 529.75
Current children cumulated vsize (Kb) 229552

[startup+560.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 10054565 0 0 0 33697 20255 0 0 25 0 1 0 1840193738 237232128 56470 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 57918 56470 1116 68 0 57850 0
[pid=23135] vsize: 231672
Current children cumulated CPU time (s) 539.52
Current children cumulated vsize (Kb) 231672

[startup+570.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 10234831 0 0 0 34292 20627 0 0 25 0 1 0 1840193738 239267840 57019 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 58415 57024 1116 68 0 58347 0
[pid=23135] vsize: 233660
Current children cumulated CPU time (s) 549.19
Current children cumulated vsize (Kb) 233660

[startup+580.024 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 10415036 0 0 0 34903 20994 0 0 25 0 1 0 1840193738 241303552 57622 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 58912 57622 1116 68 0 58844 0
[pid=23135] vsize: 235648
Current children cumulated CPU time (s) 558.97
Current children cumulated vsize (Kb) 235648

[startup+590.024 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 10597136 0 0 0 35511 21365 0 0 25 0 1 0 1840193738 243347456 58130 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 59411 58130 1116 68 0 59343 0
[pid=23135] vsize: 237644
Current children cumulated CPU time (s) 568.76
Current children cumulated vsize (Kb) 237644

[startup+600.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 10778448 0 0 0 36114 21739 0 0 25 0 1 0 1840193738 245383168 58628 4294967295 134512640 134736556 3221224560 3221222984 1077799185 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 59908 58628 1116 68 0 59840 0
[pid=23135] vsize: 239632
Current children cumulated CPU time (s) 578.53
Current children cumulated vsize (Kb) 239632

[startup+610.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 10959987 0 0 0 36723 22109 0 0 25 0 1 0 1840193738 247418880 59113 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 60405 59113 1116 68 0 60337 0
[pid=23135] vsize: 241620
Current children cumulated CPU time (s) 588.32
Current children cumulated vsize (Kb) 241620

[startup+620.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 11142105 0 0 0 37324 22487 0 0 25 0 1 0 1840193738 249319424 59511 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 60869 59511 1116 68 0 60801 0
[pid=23135] vsize: 243476
Current children cumulated CPU time (s) 598.11
Current children cumulated vsize (Kb) 243476

[startup+630.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 11323319 0 0 0 37934 22857 0 0 25 0 1 0 1840193738 251355136 60015 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 61366 60019 1116 68 0 61298 0
[pid=23135] vsize: 245464
Current children cumulated CPU time (s) 607.91
Current children cumulated vsize (Kb) 245464

[startup+640.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 11502702 0 0 0 38533 23236 0 0 25 0 1 0 1840193738 253255680 60503 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 61830 60503 1116 68 0 61762 0
[pid=23135] vsize: 247320
Current children cumulated CPU time (s) 617.69
Current children cumulated vsize (Kb) 247320

[startup+650.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 11681800 0 0 0 39133 23612 0 0 25 0 1 0 1840193738 255164416 60921 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 62296 60921 1116 68 0 62228 0
[pid=23135] vsize: 249184
Current children cumulated CPU time (s) 627.45
Current children cumulated vsize (Kb) 249184

[startup+660.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 11863558 0 0 0 39740 23985 0 0 25 0 1 0 1840193738 257200128 61442 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 62793 61447 1116 68 0 62725 0
[pid=23135] vsize: 251172
Current children cumulated CPU time (s) 637.25
Current children cumulated vsize (Kb) 251172

[startup+670.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12045113 0 0 0 40356 24346 0 0 25 0 1 0 1840193738 259100672 61994 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 63257 61998 1116 68 0 63189 0
[pid=23135] vsize: 253028
Current children cumulated CPU time (s) 647.02
Current children cumulated vsize (Kb) 253028

[startup+680.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12226379 0 0 0 40952 24731 0 0 25 0 1 0 1840193738 261001216 62364 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 63721 62368 1116 68 0 63653 0
[pid=23135] vsize: 254884
Current children cumulated CPU time (s) 656.83
Current children cumulated vsize (Kb) 254884

[startup+690.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12408078 0 0 0 41549 25112 0 0 25 0 1 0 1840193738 262901760 62827 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 64185 62827 1116 68 0 64117 0
[pid=23135] vsize: 256740
Current children cumulated CPU time (s) 666.61
Current children cumulated vsize (Kb) 256740

[startup+700.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12590164 0 0 0 42141 25499 0 0 25 0 1 0 1840193738 264802304 63355 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 64649 63359 1116 68 0 64581 0
[pid=23135] vsize: 258596
Current children cumulated CPU time (s) 676.4
Current children cumulated vsize (Kb) 258596

[startup+710.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12772224 0 0 0 42747 25873 0 0 25 0 1 0 1840193738 266702848 63873 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 65113 63875 1116 68 0 65045 0
[pid=23135] vsize: 260452
Current children cumulated CPU time (s) 686.2
Current children cumulated vsize (Kb) 260452

[startup+720.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 12954199 0 0 0 43357 26245 0 0 25 0 1 0 1840193738 268476416 64185 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 65546 64189 1116 68 0 65478 0
[pid=23135] vsize: 262184
Current children cumulated CPU time (s) 696.02
Current children cumulated vsize (Kb) 262184

[startup+730.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13136449 0 0 0 43954 26629 0 0 25 0 1 0 1840193738 270376960 64735 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 66010 64735 1116 68 0 65942 0
[pid=23135] vsize: 264040
Current children cumulated CPU time (s) 705.83
Current children cumulated vsize (Kb) 264040

[startup+740.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13317708 0 0 0 44565 26997 0 0 25 0 1 0 1840193738 272142336 65207 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 66441 65212 1116 68 0 66373 0
[pid=23135] vsize: 265764
Current children cumulated CPU time (s) 715.62
Current children cumulated vsize (Kb) 265764

[startup+750.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13485663 0 0 0 45197 27340 0 0 25 0 1 0 1840193738 275394560 66033 4294967295 134512640 134736556 3221224560 3221223064 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 67235 66033 1116 68 0 67167 0
[pid=23135] vsize: 268940
Current children cumulated CPU time (s) 725.37
Current children cumulated vsize (Kb) 268940

[startup+760.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 46132 27398 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223364 134644678 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 735.3
Current children cumulated vsize (Kb) 363596

[startup+770.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 47132 27398 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223284 134645401 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 745.3
Current children cumulated vsize (Kb) 363596

[startup+780.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 48132 27398 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223376 134644663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 755.3
Current children cumulated vsize (Kb) 363596

[startup+790.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 49132 27398 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223356 134537608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 765.3
Current children cumulated vsize (Kb) 363596

[startup+800.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 50132 27399 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 775.31
Current children cumulated vsize (Kb) 363596

[startup+810.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13508336 0 0 0 51132 27399 0 0 25 0 1 0 1840193738 372322304 88706 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 90899 88706 1116 68 0 90831 0
[pid=23135] vsize: 363596
Current children cumulated CPU time (s) 785.31
Current children cumulated vsize (Kb) 363596

[startup+820.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13514980 0 0 0 52107 27416 0 0 25 0 1 0 1840193738 398745600 94856 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97350 94856 1116 68 0 97282 0
[pid=23135] vsize: 389400
Current children cumulated CPU time (s) 795.23
Current children cumulated vsize (Kb) 389400

[startup+830.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13514984 0 0 0 53101 27418 0 0 25 0 1 0 1840193738 398745600 94860 4294967295 134512640 134736556 3221224560 3221223248 134529014 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97350 94860 1116 68 0 97282 0
[pid=23135] vsize: 389400
Current children cumulated CPU time (s) 805.19
Current children cumulated vsize (Kb) 389400

[startup+840.032 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 13514986 0 0 0 54089 27422 0 0 25 0 1 0 1840193738 398745600 94862 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97350 94862 1116 68 0 97282 0
[pid=23135] vsize: 389400
Current children cumulated CPU time (s) 815.11
Current children cumulated vsize (Kb) 389400

[startup+850.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13514989 0 0 0 55083 27424 0 0 25 0 1 0 1840193738 398745600 94865 4294967295 134512640 134736556 3221224560 3221223104 134716149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97350 94865 1116 68 0 97282 0
[pid=23135] vsize: 389400
Current children cumulated CPU time (s) 825.07
Current children cumulated vsize (Kb) 389400

[startup+860.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13514997 0 0 0 56076 27426 0 0 25 0 1 0 1840193738 398880768 94873 4294967295 134512640 134736556 3221224560 3221223068 134540038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94873 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 835.02
Current children cumulated vsize (Kb) 389532

[startup+870.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13514997 0 0 0 57069 27429 0 0 25 0 1 0 1840193738 398880768 94873 4294967295 134512640 134736556 3221224560 3221223156 134537394 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94873 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 844.98
Current children cumulated vsize (Kb) 389532

[startup+880.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515000 0 0 0 58062 27432 0 0 25 0 1 0 1840193738 398880768 94876 4294967295 134512640 134736556 3221224560 3221223108 134544543 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94876 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 854.94
Current children cumulated vsize (Kb) 389532

[startup+890.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515002 0 0 0 59057 27433 0 0 25 0 1 0 1840193738 398880768 94878 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94878 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 864.9
Current children cumulated vsize (Kb) 389532

[startup+900.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515007 0 0 0 60050 27436 0 0 25 0 1 0 1840193738 398880768 94883 4294967295 134512640 134736556 3221224560 3221223152 134543990 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94883 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 874.86
Current children cumulated vsize (Kb) 389532

[startup+910.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515011 0 0 0 61043 27438 0 0 25 0 1 0 1840193738 398880768 94887 4294967295 134512640 134736556 3221224560 3221223124 134544527 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94887 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 884.81
Current children cumulated vsize (Kb) 389532

[startup+920.035 s]
Raw data (loadavg): 0.99 0.97 0.91 3/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515013 0 0 0 62037 27441 0 0 25 0 1 0 1840193738 398880768 94889 4294967295 134512640 134736556 3221224560 3221223216 134544812 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97383 94889 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 894.78
Current children cumulated vsize (Kb) 389532

[startup+930.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515018 0 0 0 63030 27444 0 0 25 0 1 0 1840193738 398880768 94894 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 97383 94894 1116 68 0 97315 0
[pid=23135] vsize: 389532
Current children cumulated CPU time (s) 904.74
Current children cumulated vsize (Kb) 389532

[startup+940.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515715 0 0 0 64027 27445 0 0 25 0 1 0 1840193738 399151104 94940 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23135/statm): 97449 94940 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 914.72
Current children cumulated vsize (Kb) 389796

[startup+950.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515716 0 0 0 65026 27446 0 0 25 0 1 0 1840193738 399151104 94941 4294967295 134512640 134736556 3221224560 3221223096 134543871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94941 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 924.72
Current children cumulated vsize (Kb) 389796

[startup+960.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515723 0 0 0 66023 27447 0 0 25 0 1 0 1840193738 399151104 94948 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94948 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 934.7
Current children cumulated vsize (Kb) 389796

[startup+970.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515723 0 0 0 67022 27447 0 0 25 0 1 0 1840193738 399151104 94948 4294967295 134512640 134736556 3221224560 3221223312 134597473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94948 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 944.69
Current children cumulated vsize (Kb) 389796

[startup+980.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515724 0 0 0 68021 27448 0 0 25 0 1 0 1840193738 399151104 94949 4294967295 134512640 134736556 3221224560 3221223104 134540198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94949 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 954.69
Current children cumulated vsize (Kb) 389796

[startup+990.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515730 0 0 0 69020 27449 0 0 25 0 1 0 1840193738 399151104 94955 4294967295 134512640 134736556 3221224560 3221223260 134537642 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94955 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 964.69
Current children cumulated vsize (Kb) 389796

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515733 0 0 0 70019 27449 0 0 25 0 1 0 1840193738 399151104 94958 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94958 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 974.68
Current children cumulated vsize (Kb) 389796

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515736 0 0 0 71018 27450 0 0 25 0 1 0 1840193738 399151104 94961 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94961 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 984.68
Current children cumulated vsize (Kb) 389796

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515738 0 0 0 72011 27453 0 0 25 0 1 0 1840193738 399151104 94963 4294967295 134512640 134736556 3221224560 3221223140 134544663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94963 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 994.64
Current children cumulated vsize (Kb) 389796

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515744 0 0 0 73010 27453 0 0 25 0 1 0 1840193738 399151104 94969 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97449 94969 1116 68 0 97381 0
[pid=23135] vsize: 389796
Current children cumulated CPU time (s) 1004.63
Current children cumulated vsize (Kb) 389796

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515751 0 0 0 74009 27454 0 0 25 0 1 0 1840193738 399286272 94976 4294967295 134512640 134736556 3221224560 3221223104 134540183 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97482 94976 1116 68 0 97414 0
[pid=23135] vsize: 389928
Current children cumulated CPU time (s) 1014.63
Current children cumulated vsize (Kb) 389928

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 13515753 0 0 0 75006 27455 0 0 25 0 1 0 1840193738 399286272 94978 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97482 94978 1116 68 0 97414 0
[pid=23135] vsize: 389928
Current children cumulated CPU time (s) 1024.61
Current children cumulated vsize (Kb) 389928

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515776 0 0 0 75996 27459 0 0 25 0 1 0 1840193738 399286272 95001 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97482 95001 1116 68 0 97414 0
[pid=23135] vsize: 389928
Current children cumulated CPU time (s) 1034.55
Current children cumulated vsize (Kb) 389928

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) T 23134 23135 21452 0 -1 0 13515795 0 0 0 76993 27461 0 0 25 0 1 0 1840193738 399421440 95020 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97515 95020 1116 68 0 97447 0
[pid=23135] vsize: 390060
Current children cumulated CPU time (s) 1044.54
Current children cumulated vsize (Kb) 390060

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515803 0 0 0 77991 27462 0 0 25 0 1 0 1840193738 399421440 95028 4294967295 134512640 134736556 3221224560 3221223068 134540047 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97515 95028 1116 68 0 97447 0
[pid=23135] vsize: 390060
Current children cumulated CPU time (s) 1054.53
Current children cumulated vsize (Kb) 390060

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515808 0 0 0 78990 27462 0 0 25 0 1 0 1840193738 399421440 95033 4294967295 134512640 134736556 3221224560 3221223084 134540059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97515 95033 1116 68 0 97447 0
[pid=23135] vsize: 390060
Current children cumulated CPU time (s) 1064.52
Current children cumulated vsize (Kb) 390060

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515813 0 0 0 79989 27463 0 0 25 0 1 0 1840193738 399556608 95038 4294967295 134512640 134736556 3221224560 3221223104 134716187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95038 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1074.52
Current children cumulated vsize (Kb) 390192

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515821 0 0 0 80987 27463 0 0 25 0 1 0 1840193738 399556608 95046 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95046 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1084.5
Current children cumulated vsize (Kb) 390192

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515824 0 0 0 81986 27464 0 0 25 0 1 0 1840193738 399556608 95049 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95049 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1094.5
Current children cumulated vsize (Kb) 390192

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515827 0 0 0 82985 27464 0 0 25 0 1 0 1840193738 399556608 95052 4294967295 134512640 134736556 3221224560 3221223280 134597473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95052 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1104.49
Current children cumulated vsize (Kb) 390192

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515830 0 0 0 83983 27465 0 0 25 0 1 0 1840193738 399556608 95055 4294967295 134512640 134736556 3221224560 3221223140 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95055 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1114.48
Current children cumulated vsize (Kb) 390192

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515837 0 0 0 84979 27466 0 0 25 0 1 0 1840193738 399556608 95062 4294967295 134512640 134736556 3221224560 3221223120 134544600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95062 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1124.45
Current children cumulated vsize (Kb) 390192

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515840 0 0 0 85978 27467 0 0 25 0 1 0 1840193738 399556608 95065 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97548 95065 1116 68 0 97480 0
[pid=23135] vsize: 390192
Current children cumulated CPU time (s) 1134.45
Current children cumulated vsize (Kb) 390192

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515845 0 0 0 86977 27467 0 0 25 0 1 0 1840193738 399691776 95070 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95070 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1144.44
Current children cumulated vsize (Kb) 390324

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515848 0 0 0 87973 27470 0 0 25 0 1 0 1840193738 399691776 95073 4294967295 134512640 134736556 3221224560 3221223256 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95073 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1154.43
Current children cumulated vsize (Kb) 390324

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515858 0 0 0 88971 27471 0 0 25 0 1 0 1840193738 399691776 95083 4294967295 134512640 134736556 3221224560 3221223184 134537444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95083 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1164.42
Current children cumulated vsize (Kb) 390324

[startup+1200.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515861 0 0 0 89964 27473 0 0 25 0 1 0 1840193738 399691776 95086 4294967295 134512640 134736556 3221224560 3221223200 134536549 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95086 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1174.37
Current children cumulated vsize (Kb) 390324

[startup+1210.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515865 0 0 0 90958 27475 0 0 25 0 1 0 1840193738 399691776 95090 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95090 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1184.33
Current children cumulated vsize (Kb) 390324

[startup+1220.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 23135
Raw data (/proc/23135/stat): 23135 (bsolo) R 23134 23135 21452 0 -1 0 13515872 0 0 0 91941 27482 0 0 25 0 1 0 1840193738 399691776 95097 4294967295 134512640 134736556 3221224560 3221223096 134543869 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23135/statm): 97581 95097 1116 68 0 97513 0
[pid=23135] vsize: 390324
Current children cumulated CPU time (s) 1194.23
Current children cumulated vsize (Kb) 390324
One traced child (pid=23135) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1221.41
CPU time (s): 1195.6
CPU user time (s): 920.599
CPU system time (s): 275.005
CPU usage (%): 97.8874
Max. virtual memory (cumulated for all children) (Kb): 390324

Verifier Data

ERROR: no interpretation found !