Some explanations

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

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370b.opb
MD5SUM8298f3392c738b735ea9c7e42f541654
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
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 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29694485111877
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29694485111877
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000

Trace number 2140

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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:        899312 kB
Buffers:         35896 kB
Cached:          66700 kB
SwapCached:        764 kB
Active:          78348 kB
Inactive:        26852 kB
HighTotal:      131008 kB
HighFree:        61740 kB
LowTotal:       903652 kB
LowFree:        837572 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            24560 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 18:05:42 (client local time) WITH STATUS 0 IN 1203.64 SECONDS
stats: 688 7 1203.64 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 155000 variables and 5300 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 95.279
c After prepocess the problem consists of 94324 variables and 5300 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 94324 #Dec: 87476 LB: 0 @ 118.3
c Restart #2 #Var: 94324 #Dec: 193911 LB: 0 @ 156.75
c Restart #3 #Var: 94324 #Dec: 320276 LB: 0 @ 210.58
c Restart #4 #Var: 94324 #Dec: 464552 LB: 0 @ 277.04
c Restart #5 #Var: 94324 #Dec: 636589 LB: 0 @ 361.11
c Restart #6 #Var: 94324 #Dec: 857893 LB: 0 @ 463.55
c CHANGE Heuristic... 
c Restart #0 #Var: 94324 #Dec: 1523576 LB: 0 @ 607.95
c Restart #1 #Var: 94324 #Dec: 1538060 LB: 0 @ 671.91
c Restart #2 #Var: 94324 #Dec: 1552793 LB: 0 @ 944.74
c Restart #3 #Var: 94324 #Dec: 1573262 LB: 0 @ 1085.2
s UNKNOWN
c Exit Code: 0
c Total time: 1203.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/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1843139790 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 107 3 90 68 0 39 0
[pid=8772] 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/wulflinc27/normalized-mps-v2-20-10-n370b.opb

[startup+10.0048 s]
Raw data (loadavg): 0.97 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 60935 0 0 0 826 145 0 0 25 0 1 0 1843139790 251494400 60531 4294967295 134512640 134736556 3221224560 3221223024 134525431 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 61400 60531 1116 68 0 61332 0
[pid=8772] vsize: 245600
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (Kb) 245600

[startup+20.0056 s]
Raw data (loadavg): 0.97 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 104761 0 0 0 1720 234 0 0 25 0 1 0 1843139790 430645248 103854 4294967295 134512640 134736556 3221224560 3221221348 1077358150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 105138 103854 1116 68 0 105070 0
[pid=8772] vsize: 420552
Current children cumulated CPU time (s) 19.54
Current children cumulated vsize (Kb) 420552

[startup+30.0054 s]
Raw data (loadavg): 0.98 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 106110 0 0 0 2714 238 0 0 25 0 1 0 1843139790 436420608 105203 4294967295 134512640 134736556 3221224560 3221223072 134572994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 106548 105203 1116 68 0 106480 0
[pid=8772] vsize: 426192
Current children cumulated CPU time (s) 29.52
Current children cumulated vsize (Kb) 426192

[startup+40.0062 s]
Raw data (loadavg): 0.98 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 107154 0 0 0 3710 241 0 0 25 0 1 0 1843139790 440807424 106247 4294967295 134512640 134736556 3221224560 3221223060 1077049358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 107619 106247 1116 68 0 107551 0
[pid=8772] vsize: 430476
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (Kb) 430476

[startup+50.0071 s]
Raw data (loadavg): 0.98 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 108256 0 0 0 4706 244 0 0 25 0 1 0 1843139790 445603840 107349 4294967295 134512640 134736556 3221224560 3221223136 134539916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 108790 107349 1116 68 0 108722 0
[pid=8772] vsize: 435160
Current children cumulated CPU time (s) 49.5
Current children cumulated vsize (Kb) 435160

[startup+60.0078 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 109738 0 0 0 5701 248 0 0 25 0 1 0 1843139790 451575808 108831 4294967295 134512640 134736556 3221224560 3221221260 1077191300 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 110248 108831 1116 68 0 110180 0
[pid=8772] vsize: 440992
Current children cumulated CPU time (s) 59.49
Current children cumulated vsize (Kb) 440992

[startup+70.0087 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 111218 0 0 0 6696 252 0 0 25 0 1 0 1843139790 457678848 110311 4294967295 134512640 134736556 3221224560 3221222904 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 111738 110311 1116 68 0 111670 0
[pid=8772] vsize: 446952
Current children cumulated CPU time (s) 69.48
Current children cumulated vsize (Kb) 446952

[startup+80.0085 s]
Raw data (loadavg): 0.99 1.00 0.94 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 112983 0 0 0 7689 258 0 0 25 0 1 0 1843139790 464871424 112076 4294967295 134512640 134736556 3221224560 3221223096 1077757598 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8772/statm): 113494 112076 1116 68 0 113426 0
[pid=8772] vsize: 453976
Current children cumulated CPU time (s) 79.47
Current children cumulated vsize (Kb) 453976

[startup+90.0093 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 115315 0 0 0 8677 266 0 0 25 0 1 0 1843139790 474468352 114408 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 115837 114408 1116 68 0 115769 0
[pid=8772] vsize: 463348
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (Kb) 463348

[startup+100.009 s]
Raw data (loadavg): 0.99 1.00 0.94 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134564 0 0 0 9417 378 0 0 17 0 1 0 1843139790 557862912 133657 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136197 133657 1116 68 0 136129 0
[pid=8772] vsize: 544788
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (Kb) 544788

[startup+110.011 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134673 0 0 0 10318 414 0 0 25 0 1 0 1843139790 558080000 133766 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136250 133766 1116 68 0 136182 0
[pid=8772] vsize: 545000
Current children cumulated CPU time (s) 107.32
Current children cumulated vsize (Kb) 545000

[startup+120.012 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134703 0 0 0 11280 426 0 0 25 0 1 0 1843139790 558194688 133796 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136278 133796 1116 68 0 136210 0
[pid=8772] vsize: 545112
Current children cumulated CPU time (s) 117.06
Current children cumulated vsize (Kb) 545112

[startup+130.012 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134713 0 0 0 12022 514 0 0 25 0 1 0 1843139790 558018560 133752 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136235 133752 1116 68 0 136167 0
[pid=8772] vsize: 544940
Current children cumulated CPU time (s) 125.36
Current children cumulated vsize (Kb) 544940

[startup+140.012 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134743 0 0 0 12947 539 0 0 25 0 1 0 1843139790 558137344 133782 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133782 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 134.86
Current children cumulated vsize (Kb) 545056

[startup+150.012 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134757 0 0 0 13893 558 0 0 24 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 144.51
Current children cumulated vsize (Kb) 545056

[startup+160.013 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134758 0 0 0 14855 570 0 0 25 0 1 0 1843139790 558137344 133797 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133797 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 154.25
Current children cumulated vsize (Kb) 545056

[startup+170.014 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134758 0 0 0 15618 647 0 0 25 0 1 0 1843139790 557961216 133756 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136221 133756 1116 68 0 136153 0
[pid=8772] vsize: 544884
Current children cumulated CPU time (s) 162.65
Current children cumulated vsize (Kb) 544884

[startup+180.014 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134771 0 0 0 16527 678 0 0 25 0 1 0 1843139790 558096384 133769 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136254 133769 1116 68 0 136186 0
[pid=8772] vsize: 545016
Current children cumulated CPU time (s) 172.05
Current children cumulated vsize (Kb) 545016

[startup+190.015 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134785 0 0 0 17490 691 0 0 25 0 1 0 1843139790 558096384 133783 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136254 133783 1116 68 0 136186 0
[pid=8772] vsize: 545016
Current children cumulated CPU time (s) 181.81
Current children cumulated vsize (Kb) 545016

[startup+200.015 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134798 0 0 0 18431 710 0 0 25 0 1 0 1843139790 558231552 133796 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136287 133796 1116 68 0 136219 0
[pid=8772] vsize: 545148
Current children cumulated CPU time (s) 191.41
Current children cumulated vsize (Kb) 545148

[startup+210.016 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134798 0 0 0 19391 723 0 0 25 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 201.14
Current children cumulated vsize (Kb) 545096

[startup+220.017 s]
Raw data (loadavg): 0.99 1.00 0.94 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134798 0 0 0 20337 742 0 0 20 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 210.79
Current children cumulated vsize (Kb) 545096

[startup+230.017 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134798 0 0 0 21093 821 0 0 25 0 1 0 1843139790 558112768 133793 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136258 133793 1116 68 0 136190 0
[pid=8772] vsize: 545032
Current children cumulated CPU time (s) 219.14
Current children cumulated vsize (Kb) 545032

[startup+240.018 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134798 0 0 0 21995 851 0 0 20 0 1 0 1843139790 558112768 133793 4294967295 134512640 134736556 3221224560 3221223184 134634273 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136258 133793 1116 68 0 136190 0
[pid=8772] vsize: 545032
Current children cumulated CPU time (s) 228.46
Current children cumulated vsize (Kb) 545032

[startup+250.018 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 22958 864 0 0 25 0 1 0 1843139790 558194688 133796 4294967295 134512640 134736556 3221224560 3221223280 134605376 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136278 133796 1116 68 0 136210 0
[pid=8772] vsize: 545112
Current children cumulated CPU time (s) 238.22
Current children cumulated vsize (Kb) 545112

[startup+260.02 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 23901 884 0 0 20 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 247.85
Current children cumulated vsize (Kb) 545096

[startup+270.02 s]
Raw data (loadavg): 0.99 1.00 0.94 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 24860 899 0 0 25 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 257.59
Current children cumulated vsize (Kb) 545096

[startup+280.02 s]
Raw data (loadavg): 1.07 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 25817 915 0 0 25 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 267.32
Current children cumulated vsize (Kb) 545096

[startup+290.021 s]
Raw data (loadavg): 1.06 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 26772 930 0 0 25 0 1 0 1843139790 558178304 133796 4294967295 134512640 134736556 3221224560 3221223220 134634388 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136274 133796 1116 68 0 136206 0
[pid=8772] vsize: 545096
Current children cumulated CPU time (s) 277.02
Current children cumulated vsize (Kb) 545096

[startup+300.022 s]
Raw data (loadavg): 1.05 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134801 0 0 0 27530 1014 0 0 25 0 1 0 1843139790 558010368 133768 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136233 133768 1116 68 0 136165 0
[pid=8772] vsize: 544932
Current children cumulated CPU time (s) 285.44
Current children cumulated vsize (Kb) 544932

[startup+310.022 s]
Raw data (loadavg): 1.04 1.01 0.95 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134815 0 0 0 28448 1042 0 0 23 0 1 0 1843139790 558137344 133782 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136264 133782 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 294.9
Current children cumulated vsize (Kb) 545056

[startup+320.023 s]
Raw data (loadavg): 1.04 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 29388 1063 0 0 25 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 304.51
Current children cumulated vsize (Kb) 545056

[startup+330.023 s]
Raw data (loadavg): 1.03 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 30344 1077 0 0 25 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 314.21
Current children cumulated vsize (Kb) 545056

[startup+340.024 s]
Raw data (loadavg): 1.03 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 31282 1097 0 0 25 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (Kb) 545056

[startup+350.025 s]
Raw data (loadavg): 1.02 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 32239 1110 0 0 25 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 333.49
Current children cumulated vsize (Kb) 545056

[startup+360.025 s]
Raw data (loadavg): 1.02 1.01 0.95 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134829 0 0 0 33191 1126 0 0 24 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 343.17
Current children cumulated vsize (Kb) 545056

[startup+370.026 s]
Raw data (loadavg): 1.01 1.00 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 34119 1151 0 0 23 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 352.7
Current children cumulated vsize (Kb) 545056

[startup+380.026 s]
Raw data (loadavg): 1.09 1.02 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 35021 1183 0 0 17 0 1 0 1843139790 558137344 133796 4294967295 134512640 134736556 3221224560 3221223124 134544511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136264 133796 1116 68 0 136196 0
[pid=8772] vsize: 545056
Current children cumulated CPU time (s) 362.04
Current children cumulated vsize (Kb) 545056

[startup+390.027 s]
Raw data (loadavg): 1.08 1.02 0.95 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134829 0 0 0 35834 1248 0 0 21 0 1 0 1843139790 558112768 133793 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136258 133793 1116 68 0 136190 0
[pid=8772] vsize: 545032
Current children cumulated CPU time (s) 370.82
Current children cumulated vsize (Kb) 545032

[startup+400.028 s]
Raw data (loadavg): 1.06 1.02 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134829 0 0 0 36756 1272 0 0 25 0 1 0 1843139790 558112768 133793 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136258 133793 1116 68 0 136190 0
[pid=8772] vsize: 545032
Current children cumulated CPU time (s) 380.28
Current children cumulated vsize (Kb) 545032

[startup+410.029 s]
Raw data (loadavg): 1.05 1.02 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 37709 1289 0 0 25 0 1 0 1843139790 558194688 133796 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136278 133796 1116 68 0 136210 0
[pid=8772] vsize: 545112
Current children cumulated CPU time (s) 389.98
Current children cumulated vsize (Kb) 545112

[startup+420.029 s]
Raw data (loadavg): 1.05 1.02 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 38636 1312 0 0 25 0 1 0 1843139790 558194688 133796 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136278 133796 1116 68 0 136210 0
[pid=8772] vsize: 545112
Current children cumulated CPU time (s) 399.48
Current children cumulated vsize (Kb) 545112

[startup+430.03 s]
Raw data (loadavg): 1.04 1.02 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 39587 1329 0 0 25 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 409.16
Current children cumulated vsize (Kb) 545104

[startup+440.031 s]
Raw data (loadavg): 1.03 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 40521 1350 0 0 22 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223368 134598818 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 418.71
Current children cumulated vsize (Kb) 545104

[startup+450.031 s]
Raw data (loadavg): 1.03 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 41474 1365 0 0 25 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 428.39
Current children cumulated vsize (Kb) 545104

[startup+460.032 s]
Raw data (loadavg): 1.02 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 42425 1382 0 0 25 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 438.07
Current children cumulated vsize (Kb) 545104

[startup+470.033 s]
Raw data (loadavg): 1.02 1.01 0.95 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 134832 0 0 0 43363 1403 0 0 25 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 447.66
Current children cumulated vsize (Kb) 545104

[startup+480.033 s]
Raw data (loadavg): 1.10 1.03 0.96 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134832 0 0 0 44299 1424 0 0 19 0 1 0 1843139790 558186496 133796 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136276 133796 1116 68 0 136208 0
[pid=8772] vsize: 545104
Current children cumulated CPU time (s) 457.23
Current children cumulated vsize (Kb) 545104

[startup+490.034 s]
Raw data (loadavg): 1.08 1.03 0.96 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134886 0 0 0 45044 1508 0 0 17 0 1 0 1843139790 558415872 133850 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136332 133850 1116 68 0 136264 0
[pid=8772] vsize: 545328
Current children cumulated CPU time (s) 465.52
Current children cumulated vsize (Kb) 545328

[startup+500.037 s]
Raw data (loadavg): 1.07 1.02 0.96 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 134895 0 0 0 45877 1566 0 0 18 0 1 0 1843139790 558153728 133779 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136268 133779 1116 68 0 136200 0
[pid=8772] vsize: 545072
Current children cumulated CPU time (s) 474.43
Current children cumulated vsize (Kb) 545072

[startup+510.038 s]
Raw data (loadavg): 1.06 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135047 0 0 0 46629 1653 0 0 18 0 1 0 1843139790 558702592 133931 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136402 133931 1116 68 0 136334 0
[pid=8772] vsize: 545608
Current children cumulated CPU time (s) 482.82
Current children cumulated vsize (Kb) 545608

[startup+520.039 s]
Raw data (loadavg): 1.05 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135131 0 0 0 47470 1710 0 0 18 0 1 0 1843139790 559104000 134015 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136500 134015 1116 68 0 136432 0
[pid=8772] vsize: 546000
Current children cumulated CPU time (s) 491.8
Current children cumulated vsize (Kb) 546000

[startup+530.038 s]
Raw data (loadavg): 1.04 1.02 0.96 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 135243 0 0 0 48102 1835 0 0 18 0 1 0 1843139790 559509504 134127 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136599 134127 1116 68 0 136531 0
[pid=8772] vsize: 546396
Current children cumulated CPU time (s) 499.37
Current children cumulated vsize (Kb) 546396

[startup+540.039 s]
Raw data (loadavg): 1.03 1.02 0.96 1/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) T 8771 8772 28974 0 -1 0 135288 0 0 0 48941 1887 0 0 18 0 1 0 1843139790 559706112 134172 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136647 134172 1116 68 0 136579 0
[pid=8772] vsize: 546588
Current children cumulated CPU time (s) 508.28
Current children cumulated vsize (Kb) 546588

[startup+550.04 s]
Raw data (loadavg): 1.03 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135358 0 0 0 49676 1974 0 0 25 0 1 0 1843139790 559980544 134242 4294967295 134512640 134736556 3221224560 3221223188 134524881 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136714 134242 1116 68 0 136646 0
[pid=8772] vsize: 546856
Current children cumulated CPU time (s) 516.5
Current children cumulated vsize (Kb) 546856

[startup+560.041 s]
Raw data (loadavg): 1.10 1.04 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135453 0 0 0 50388 2069 0 0 18 0 1 0 1843139790 560320512 134328 4294967295 134512640 134736556 3221224560 3221223272 134553048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136797 134328 1116 68 0 136729 0
[pid=8772] vsize: 547188
Current children cumulated CPU time (s) 524.57
Current children cumulated vsize (Kb) 547188

[startup+570.042 s]
Raw data (loadavg): 1.08 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135510 0 0 0 51139 2151 0 0 19 0 1 0 1843139790 560590848 134385 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 136863 134385 1116 68 0 136795 0
[pid=8772] vsize: 547452
Current children cumulated CPU time (s) 532.9
Current children cumulated vsize (Kb) 547452

[startup+580.042 s]
Raw data (loadavg): 1.07 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135566 0 0 0 51936 2219 0 0 25 0 1 0 1843139790 560869376 134441 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136931 134441 1116 68 0 136863 0
[pid=8772] vsize: 547724
Current children cumulated CPU time (s) 541.55
Current children cumulated vsize (Kb) 547724

[startup+590.042 s]
Raw data (loadavg): 1.06 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135608 0 0 0 52781 2272 0 0 25 0 1 0 1843139790 560975872 134483 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 136957 134483 1116 68 0 136889 0
[pid=8772] vsize: 547828
Current children cumulated CPU time (s) 550.53
Current children cumulated vsize (Kb) 547828

[startup+600.042 s]
Raw data (loadavg): 1.05 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135665 0 0 0 53624 2323 0 0 25 0 1 0 1843139790 561246208 134540 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137023 134540 1116 68 0 136955 0
[pid=8772] vsize: 548092
Current children cumulated CPU time (s) 559.47
Current children cumulated vsize (Kb) 548092

[startup+610.043 s]
Raw data (loadavg): 1.04 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135692 0 0 0 54573 2339 0 0 25 0 1 0 1843139790 561381376 134567 4294967295 134512640 134736556 3221224560 3221223260 134532898 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137056 134567 1116 68 0 136988 0
[pid=8772] vsize: 548224
Current children cumulated CPU time (s) 569.12
Current children cumulated vsize (Kb) 548224

[startup+620.044 s]
Raw data (loadavg): 1.03 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135706 0 0 0 55573 2340 0 0 25 0 1 0 1843139790 561381376 134581 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137056 134581 1116 68 0 136988 0
[pid=8772] vsize: 548224
Current children cumulated CPU time (s) 579.13
Current children cumulated vsize (Kb) 548224

[startup+630.044 s]
Raw data (loadavg): 1.03 1.03 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135734 0 0 0 56572 2340 0 0 25 0 1 0 1843139790 561516544 134609 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137089 134609 1116 68 0 137021 0
[pid=8772] vsize: 548356
Current children cumulated CPU time (s) 589.12
Current children cumulated vsize (Kb) 548356

[startup+640.044 s]
Raw data (loadavg): 1.02 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 135734 0 0 0 57572 2340 0 0 25 0 1 0 1843139790 561475584 134609 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137079 134609 1116 68 0 137011 0
[pid=8772] vsize: 548316
Current children cumulated CPU time (s) 599.12
Current children cumulated vsize (Kb) 548316

[startup+650.044 s]
Raw data (loadavg): 1.02 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136244 0 0 0 58543 2351 0 0 22 0 1 0 1843139790 561557504 134631 4294967295 134512640 134736556 3221224560 3221223068 134540070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 137099 134631 1116 68 0 137031 0
[pid=8772] vsize: 548396
Current children cumulated CPU time (s) 608.94
Current children cumulated vsize (Kb) 548396

[startup+660.045 s]
Raw data (loadavg): 1.02 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136675 0 0 0 59516 2359 0 0 25 0 1 0 1843139790 563089408 134982 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137473 134982 1116 68 0 137405 0
[pid=8772] vsize: 549892
Current children cumulated CPU time (s) 618.75
Current children cumulated vsize (Kb) 549892

[startup+670.046 s]
Raw data (loadavg): 1.01 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136679 0 0 0 60516 2359 0 0 25 0 1 0 1843139790 562610176 134902 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137356 134902 1116 68 0 137288 0
[pid=8772] vsize: 549424
Current children cumulated CPU time (s) 628.75
Current children cumulated vsize (Kb) 549424

[startup+680.046 s]
Raw data (loadavg): 1.01 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136679 0 0 0 61516 2359 0 0 25 0 1 0 1843139790 562610176 134902 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137356 134902 1116 68 0 137288 0
[pid=8772] vsize: 549424
Current children cumulated CPU time (s) 638.75
Current children cumulated vsize (Kb) 549424

[startup+690.047 s]
Raw data (loadavg): 1.01 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136679 0 0 0 62516 2359 0 0 25 0 1 0 1843139790 562610176 134902 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137356 134902 1116 68 0 137288 0
[pid=8772] vsize: 549424
Current children cumulated CPU time (s) 648.75
Current children cumulated vsize (Kb) 549424

[startup+700.046 s]
Raw data (loadavg): 1.01 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136679 0 0 0 63516 2359 0 0 25 0 1 0 1843139790 562610176 134902 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137356 134902 1116 68 0 137288 0
[pid=8772] vsize: 549424
Current children cumulated CPU time (s) 658.75
Current children cumulated vsize (Kb) 549424

[startup+710.047 s]
Raw data (loadavg): 1.00 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136945 0 0 0 64513 2360 0 0 25 0 1 0 1843139790 563818496 135168 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137651 135168 1116 68 0 137583 0
[pid=8772] vsize: 550604
Current children cumulated CPU time (s) 668.73
Current children cumulated vsize (Kb) 550604

[startup+720.048 s]
Raw data (loadavg): 1.00 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136950 0 0 0 65462 2378 0 0 25 0 1 0 1843139790 563240960 135057 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137510 135057 1116 68 0 137442 0
[pid=8772] vsize: 550040
Current children cumulated CPU time (s) 678.4
Current children cumulated vsize (Kb) 550040

[startup+730.048 s]
Raw data (loadavg): 1.00 1.02 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136950 0 0 0 66462 2378 0 0 25 0 1 0 1843139790 563240960 135057 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137510 135057 1116 68 0 137442 0
[pid=8772] vsize: 550040
Current children cumulated CPU time (s) 688.4
Current children cumulated vsize (Kb) 550040

[startup+740.049 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 67461 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 698.39
Current children cumulated vsize (Kb) 550172

[startup+750.049 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 68461 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 708.39
Current children cumulated vsize (Kb) 550172

[startup+760.05 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 69461 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 718.39
Current children cumulated vsize (Kb) 550172

[startup+770.051 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 70462 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 728.4
Current children cumulated vsize (Kb) 550172

[startup+780.052 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 71462 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 738.4
Current children cumulated vsize (Kb) 550172

[startup+790.053 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 72462 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 748.4
Current children cumulated vsize (Kb) 550172

[startup+800.053 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 136959 0 0 0 73462 2378 0 0 25 0 1 0 1843139790 563376128 135066 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137543 135066 1116 68 0 137475 0
[pid=8772] vsize: 550172
Current children cumulated CPU time (s) 758.4
Current children cumulated vsize (Kb) 550172

[startup+810.053 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137014 0 0 0 74461 2379 0 0 25 0 1 0 1843139790 563470336 135112 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137566 135112 1116 68 0 137498 0
[pid=8772] vsize: 550264
Current children cumulated CPU time (s) 768.4
Current children cumulated vsize (Kb) 550264

[startup+820.054 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137153 0 0 0 75461 2379 0 0 25 0 1 0 1843139790 564178944 135251 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137739 135251 1116 68 0 137671 0
[pid=8772] vsize: 550956
Current children cumulated CPU time (s) 778.4
Current children cumulated vsize (Kb) 550956

[startup+830.054 s]
Raw data (loadavg): 1.00 1.01 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137153 0 0 0 76461 2379 0 0 25 0 1 0 1843139790 564178944 135251 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137739 135251 1116 68 0 137671 0
[pid=8772] vsize: 550956
Current children cumulated CPU time (s) 788.4
Current children cumulated vsize (Kb) 550956

[startup+840.055 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137153 0 0 0 77462 2379 0 0 25 0 1 0 1843139790 564178944 135251 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137739 135251 1116 68 0 137671 0
[pid=8772] vsize: 550956
Current children cumulated CPU time (s) 798.41
Current children cumulated vsize (Kb) 550956

[startup+850.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137157 0 0 0 78461 2379 0 0 25 0 1 0 1843139790 564178944 135255 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137739 135255 1116 68 0 137671 0
[pid=8772] vsize: 550956
Current children cumulated CPU time (s) 808.4
Current children cumulated vsize (Kb) 550956

[startup+860.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137236 0 0 0 79462 2379 0 0 25 0 1 0 1843139790 564469760 135322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137810 135322 1116 68 0 137742 0
[pid=8772] vsize: 551240
Current children cumulated CPU time (s) 818.41
Current children cumulated vsize (Kb) 551240

[startup+870.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137242 0 0 0 80462 2380 0 0 25 0 1 0 1843139790 564469760 135328 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137810 135328 1116 68 0 137742 0
[pid=8772] vsize: 551240
Current children cumulated CPU time (s) 828.42
Current children cumulated vsize (Kb) 551240

[startup+880.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137242 0 0 0 81462 2380 0 0 25 0 1 0 1843139790 564469760 135328 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137810 135328 1116 68 0 137742 0
[pid=8772] vsize: 551240
Current children cumulated CPU time (s) 838.42
Current children cumulated vsize (Kb) 551240

[startup+890.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137282 0 0 0 82461 2380 0 0 25 0 1 0 1843139790 564604928 135368 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137843 135368 1116 68 0 137775 0
[pid=8772] vsize: 551372
Current children cumulated CPU time (s) 848.41
Current children cumulated vsize (Kb) 551372

[startup+900.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137514 0 0 0 83460 2381 0 0 25 0 1 0 1843139790 565608448 135600 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138088 135600 1116 68 0 138020 0
[pid=8772] vsize: 552352
Current children cumulated CPU time (s) 858.41
Current children cumulated vsize (Kb) 552352

[startup+910.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137557 0 0 0 84460 2381 0 0 25 0 1 0 1843139790 565239808 135510 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135510 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 868.41
Current children cumulated vsize (Kb) 551992

[startup+920.058 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137557 0 0 0 85460 2381 0 0 25 0 1 0 1843139790 565239808 135510 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135510 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 878.41
Current children cumulated vsize (Kb) 551992

[startup+930.058 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137557 0 0 0 86460 2381 0 0 25 0 1 0 1843139790 565239808 135510 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135510 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 888.41
Current children cumulated vsize (Kb) 551992

[startup+940.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 87459 2381 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 898.4
Current children cumulated vsize (Kb) 551992

[startup+950.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 88458 2382 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 908.4
Current children cumulated vsize (Kb) 551992

[startup+960.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 89457 2382 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 918.39
Current children cumulated vsize (Kb) 551992

[startup+970.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 90457 2382 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 928.39
Current children cumulated vsize (Kb) 551992

[startup+980.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 91457 2382 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 938.39
Current children cumulated vsize (Kb) 551992

[startup+990.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 92382 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 947.89
Current children cumulated vsize (Kb) 551992

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 93382 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550710 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 957.89
Current children cumulated vsize (Kb) 551992

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 94381 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 967.88
Current children cumulated vsize (Kb) 551992

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 95381 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 977.88
Current children cumulated vsize (Kb) 551992

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 96381 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 987.88
Current children cumulated vsize (Kb) 551992

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 97380 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 997.87
Current children cumulated vsize (Kb) 551992

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 98380 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1007.87
Current children cumulated vsize (Kb) 551992

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 99379 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1017.86
Current children cumulated vsize (Kb) 551992

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 100379 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1027.86
Current children cumulated vsize (Kb) 551992

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 101379 2407 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1037.86
Current children cumulated vsize (Kb) 551992

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 102379 2408 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1047.87
Current children cumulated vsize (Kb) 551992

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 103378 2408 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1057.86
Current children cumulated vsize (Kb) 551992

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 104378 2408 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1067.86
Current children cumulated vsize (Kb) 551992

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 105378 2408 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1077.86
Current children cumulated vsize (Kb) 551992

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 106310 2430 0 0 22 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1087.4
Current children cumulated vsize (Kb) 551992

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 107309 2430 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1097.39
Current children cumulated vsize (Kb) 551992

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 108308 2431 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1107.39
Current children cumulated vsize (Kb) 551992

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 109308 2431 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1117.39
Current children cumulated vsize (Kb) 551992

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 110306 2431 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1127.37
Current children cumulated vsize (Kb) 551992

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 111305 2432 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223232 134525071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1137.37
Current children cumulated vsize (Kb) 551992

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137560 0 0 0 112304 2432 0 0 25 0 1 0 1843139790 565239808 135513 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 137998 135513 1116 68 0 137930 0
[pid=8772] vsize: 551992
Current children cumulated CPU time (s) 1147.36
Current children cumulated vsize (Kb) 551992

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 137635 0 0 0 113303 2433 0 0 25 0 1 0 1843139790 565510144 135588 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138064 135588 1116 68 0 137996 0
[pid=8772] vsize: 552256
Current children cumulated CPU time (s) 1157.36
Current children cumulated vsize (Kb) 552256

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 138312 0 0 0 114292 2437 0 0 25 0 1 0 1843139790 568381440 136265 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138765 136265 1116 68 0 138697 0
[pid=8772] vsize: 555060
Current children cumulated CPU time (s) 1167.29
Current children cumulated vsize (Kb) 555060

[startup+1220.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 138490 0 0 0 115292 2437 0 0 25 0 1 0 1843139790 569061376 136443 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138931 136443 1116 68 0 138863 0
[pid=8772] vsize: 555724
Current children cumulated CPU time (s) 1177.29
Current children cumulated vsize (Kb) 555724

[startup+1230.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 138512 0 0 0 116292 2438 0 0 25 0 1 0 1843139790 568700928 136348 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138843 136348 1116 68 0 138775 0
[pid=8772] vsize: 555372
Current children cumulated CPU time (s) 1187.3
Current children cumulated vsize (Kb) 555372

[startup+1240.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/56 8772
Raw data (/proc/8772/stat): 8772 (bsolo) R 8771 8772 28974 0 -1 0 138658 0 0 0 117291 2438 0 0 25 0 1 0 1843139790 568815616 136377 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/8772/statm): 138871 136377 1116 68 0 138803 0
[pid=8772] vsize: 555484
Current children cumulated CPU time (s) 1197.29
Current children cumulated vsize (Kb) 555484
One traced child (pid=8772) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1246.42
CPU time (s): 1203.64
CPU user time (s): 1179
CPU system time (s): 24.6373
CPU usage (%): 96.5681
Max. virtual memory (cumulated for all children) (Kb): 555724

Verifier Data

ERROR: no interpretation found !