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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM6b45570c3ad2b7b75465bdaa58eb934a
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 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables30004
Total number of constraints462
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 constraints462
Minimum length of a constraint11
Maximum length of a constraint22350

Trace number 524

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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:        948816 kB
Buffers:         31736 kB
Cached:          30044 kB
SwapCached:        780 kB
Active:          22344 kB
Inactive:        42128 kB
HighTotal:      131008 kB
HighFree:        96908 kB
LowTotal:       903652 kB
LowFree:        851908 kB
SwapTotal:     2097136 kB
SwapFree:      2095888 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            15648 kB
Committed_AS:    64264 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:15:11 (client local time) WITH STATUS 0 IN 1195.06 SECONDS
stats: 480 7 1195.06 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 30004 variables and 615 constraints.
c	preprocess terminated. Elapsed time: 40.228
c After prepocess the problem consists of 17352 variables and 579 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 17352 #Dec: 26676 LB: 0 @ 451.45
c CHANGE Heuristic... 
c Restart #0 #Var: 17352 #Dec: 50756 LB: 0 @ 868.59
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

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

[startup+10.0027 s]
Raw data (loadavg): 0.93 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 18236 0 0 0 936 49 0 0 25 0 1 0 1782474300 76759040 17852 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 18740 17852 1116 68 0 18672 0
[pid=2718] vsize: 74960
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (Kb) 74960

[startup+20.0035 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 18384 0 0 0 1936 49 0 0 25 0 1 0 1782474300 77434880 17988 4294967295 134512640 134736556 3221224560 3221223136 134539924 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 18905 17988 1116 68 0 18837 0
[pid=2718] vsize: 75620
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (Kb) 75620

[startup+30.0042 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 18685 0 0 0 2934 50 0 0 25 0 1 0 1782474300 78753792 18268 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 19227 18268 1116 68 0 19159 0
[pid=2718] vsize: 76908
Current children cumulated CPU time (s) 29.84
Current children cumulated vsize (Kb) 76908

[startup+40.005 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 21208 0 0 0 3926 58 0 0 25 0 1 0 1782474300 89747456 20791 4294967295 134512640 134736556 3221224560 3221223336 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 21911 20791 1116 68 0 21843 0
[pid=2718] vsize: 87644
Current children cumulated CPU time (s) 39.84
Current children cumulated vsize (Kb) 87644

[startup+50.0057 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22645 0 0 0 4920 61 0 0 25 0 1 0 1782474300 95956992 22228 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22228 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (Kb) 93708

[startup+60.0055 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22645 0 0 0 5917 63 0 0 25 0 1 0 1782474300 95956992 22228 4294967295 134512640 134736556 3221224560 3221223304 134544067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22228 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 59.8
Current children cumulated vsize (Kb) 93708

[startup+70.0082 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22645 0 0 0 6914 65 0 0 25 0 1 0 1782474300 95956992 22228 4294967295 134512640 134736556 3221224560 3221223152 134558298 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 23427 22228 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 69.79
Current children cumulated vsize (Kb) 93708

[startup+80.009 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22645 0 0 0 7912 66 0 0 25 0 1 0 1782474300 95956992 22228 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 23427 22228 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 79.78
Current children cumulated vsize (Kb) 93708

[startup+90.0097 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22647 0 0 0 8910 66 0 0 25 0 1 0 1782474300 95956992 22230 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22230 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 89.76
Current children cumulated vsize (Kb) 93708

[startup+100.009 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22647 0 0 0 9908 68 0 0 25 0 1 0 1782474300 95956992 22230 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22230 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 99.76
Current children cumulated vsize (Kb) 93708

[startup+110.01 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22647 0 0 0 10906 68 0 0 25 0 1 0 1782474300 95956992 22230 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22230 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 109.74
Current children cumulated vsize (Kb) 93708

[startup+120.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22649 0 0 0 11904 70 0 0 25 0 1 0 1782474300 95956992 22232 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22232 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 119.74
Current children cumulated vsize (Kb) 93708

[startup+130.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22649 0 0 0 12902 71 0 0 25 0 1 0 1782474300 95956992 22232 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22232 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (Kb) 93708

[startup+140.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22649 0 0 0 13900 72 0 0 25 0 1 0 1782474300 95956992 22232 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22232 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 139.72
Current children cumulated vsize (Kb) 93708

[startup+150.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22649 0 0 0 14898 72 0 0 25 0 1 0 1782474300 95956992 22232 4294967295 134512640 134736556 3221224560 3221223136 134558559 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22232 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 149.7
Current children cumulated vsize (Kb) 93708

[startup+160.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22651 0 0 0 15896 74 0 0 25 0 1 0 1782474300 95956992 22234 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22234 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 159.7
Current children cumulated vsize (Kb) 93708

[startup+170.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22651 0 0 0 16894 75 0 0 25 0 1 0 1782474300 95956992 22234 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22234 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 169.69
Current children cumulated vsize (Kb) 93708

[startup+180.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22651 0 0 0 17892 75 0 0 25 0 1 0 1782474300 95956992 22234 4294967295 134512640 134736556 3221224560 3221223216 134649112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22234 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 179.67
Current children cumulated vsize (Kb) 93708

[startup+190.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22653 0 0 0 18890 76 0 0 25 0 1 0 1782474300 95956992 22236 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22236 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 189.66
Current children cumulated vsize (Kb) 93708

[startup+200.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22653 0 0 0 19887 77 0 0 25 0 1 0 1782474300 95956992 22236 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22236 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 199.64
Current children cumulated vsize (Kb) 93708

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22653 0 0 0 20884 78 0 0 25 0 1 0 1782474300 95956992 22236 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22236 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 209.62
Current children cumulated vsize (Kb) 93708

[startup+220.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22655 0 0 0 21881 80 0 0 25 0 1 0 1782474300 95956992 22238 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22238 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 219.61
Current children cumulated vsize (Kb) 93708

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 22655 0 0 0 22878 81 0 0 25 0 1 0 1782474300 95956992 22238 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22238 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 229.59
Current children cumulated vsize (Kb) 93708

[startup+240.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22655 0 0 0 23874 82 0 0 25 0 1 0 1782474300 95956992 22238 4294967295 134512640 134736556 3221224560 3221223180 134537576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22238 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 239.56
Current children cumulated vsize (Kb) 93708

[startup+250.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22657 0 0 0 24871 83 0 0 25 0 1 0 1782474300 95956992 22240 4294967295 134512640 134736556 3221224560 3221223128 134560350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23427 22240 1116 68 0 23359 0
[pid=2718] vsize: 93708
Current children cumulated CPU time (s) 249.54
Current children cumulated vsize (Kb) 93708

[startup+260.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22944 0 0 0 25868 84 0 0 25 0 1 0 1782474300 97075200 22527 4294967295 134512640 134736556 3221224560 3221223128 134560350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22527 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 259.52
Current children cumulated vsize (Kb) 94800

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22946 0 0 0 26865 85 0 0 25 0 1 0 1782474300 97075200 22529 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22529 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 269.5
Current children cumulated vsize (Kb) 94800

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22947 0 0 0 27861 86 0 0 25 0 1 0 1782474300 97075200 22530 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22530 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 279.47
Current children cumulated vsize (Kb) 94800

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22949 0 0 0 28859 87 0 0 25 0 1 0 1782474300 97075200 22532 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22532 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 289.46
Current children cumulated vsize (Kb) 94800

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22949 0 0 0 29856 88 0 0 25 0 1 0 1782474300 97075200 22532 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22532 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 299.44
Current children cumulated vsize (Kb) 94800

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22952 0 0 0 30851 90 0 0 25 0 1 0 1782474300 97075200 22535 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22535 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 309.41
Current children cumulated vsize (Kb) 94800

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22952 0 0 0 31847 91 0 0 25 0 1 0 1782474300 97075200 22535 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22535 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 319.38
Current children cumulated vsize (Kb) 94800

[startup+330.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22955 0 0 0 32842 92 0 0 25 0 1 0 1782474300 97075200 22538 4294967295 134512640 134736556 3221224560 3221223152 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22538 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 329.34
Current children cumulated vsize (Kb) 94800

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22957 0 0 0 33837 94 0 0 25 0 1 0 1782474300 97075200 22540 4294967295 134512640 134736556 3221224560 3221223152 134558485 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22540 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 339.31
Current children cumulated vsize (Kb) 94800

[startup+350.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 22960 0 0 0 34829 96 0 0 25 0 1 0 1782474300 97075200 22543 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 23700 22543 1116 68 0 23632 0
[pid=2718] vsize: 94800
Current children cumulated CPU time (s) 349.25
Current children cumulated vsize (Kb) 94800

[startup+360.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23353 0 0 0 35816 102 0 0 25 0 1 0 1782474300 98717696 22936 4294967295 134512640 134736556 3221224560 3221223168 134558178 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24101 22936 1116 68 0 24033 0
[pid=2718] vsize: 96404
Current children cumulated CPU time (s) 359.18
Current children cumulated vsize (Kb) 96404

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23357 0 0 0 36808 105 0 0 25 0 1 0 1782474300 98717696 22940 4294967295 134512640 134736556 3221224560 3221223316 134644533 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24101 22940 1116 68 0 24033 0
[pid=2718] vsize: 96404
Current children cumulated CPU time (s) 369.13
Current children cumulated vsize (Kb) 96404

[startup+380.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23363 0 0 0 37797 109 0 0 25 0 1 0 1782474300 98717696 22946 4294967295 134512640 134736556 3221224560 3221223160 134558580 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24101 22946 1116 68 0 24033 0
[pid=2718] vsize: 96404
Current children cumulated CPU time (s) 379.06
Current children cumulated vsize (Kb) 96404

[startup+390.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 38782 116 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 388.98
Current children cumulated vsize (Kb) 98572

[startup+400.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 39770 120 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 398.9
Current children cumulated vsize (Kb) 98572

[startup+410.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 40759 124 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 408.83
Current children cumulated vsize (Kb) 98572

[startup+420.018 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 23908 0 0 0 41749 127 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 418.76
Current children cumulated vsize (Kb) 98572

[startup+430.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 42742 131 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 428.73
Current children cumulated vsize (Kb) 98572

[startup+440.02 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 23908 0 0 0 43734 134 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 438.68
Current children cumulated vsize (Kb) 98572

[startup+450.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 44728 136 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 448.64
Current children cumulated vsize (Kb) 98572

[startup+460.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 45724 138 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (Kb) 98572

[startup+470.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 46721 139 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 468.6
Current children cumulated vsize (Kb) 98572

[startup+480.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 47719 140 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 478.59
Current children cumulated vsize (Kb) 98572

[startup+490.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 48716 140 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 488.56
Current children cumulated vsize (Kb) 98572

[startup+500.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 49715 141 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 498.56
Current children cumulated vsize (Kb) 98572

[startup+510.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 50714 142 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 508.56
Current children cumulated vsize (Kb) 98572

[startup+520.021 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 23908 0 0 0 51713 142 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (Kb) 98572

[startup+530.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 52710 144 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 528.54
Current children cumulated vsize (Kb) 98572

[startup+540.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 53708 145 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 538.53
Current children cumulated vsize (Kb) 98572

[startup+550.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 54706 146 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223308 134544036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 548.52
Current children cumulated vsize (Kb) 98572

[startup+560.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 55704 147 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 558.51
Current children cumulated vsize (Kb) 98572

[startup+570.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 56702 148 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558393 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 568.5
Current children cumulated vsize (Kb) 98572

[startup+580.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 57699 148 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 578.47
Current children cumulated vsize (Kb) 98572

[startup+590.022 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 23908 0 0 0 58697 149 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 588.46
Current children cumulated vsize (Kb) 98572

[startup+600.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 59696 150 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 598.46
Current children cumulated vsize (Kb) 98572

[startup+610.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 60694 151 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 608.45
Current children cumulated vsize (Kb) 98572

[startup+620.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 61692 151 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 618.43
Current children cumulated vsize (Kb) 98572

[startup+630.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 62690 152 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223184 134649153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 628.42
Current children cumulated vsize (Kb) 98572

[startup+640.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 63687 154 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 638.41
Current children cumulated vsize (Kb) 98572

[startup+650.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 64685 155 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 648.4
Current children cumulated vsize (Kb) 98572

[startup+660.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 65681 157 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558396 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 658.38
Current children cumulated vsize (Kb) 98572

[startup+670.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 66677 158 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 668.35
Current children cumulated vsize (Kb) 98572

[startup+680.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 67673 160 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 678.33
Current children cumulated vsize (Kb) 98572

[startup+690.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 68669 162 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 688.31
Current children cumulated vsize (Kb) 98572

[startup+700.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 69665 164 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 698.29
Current children cumulated vsize (Kb) 98572

[startup+710.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 70661 165 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 708.26
Current children cumulated vsize (Kb) 98572

[startup+720.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 71656 167 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 718.23
Current children cumulated vsize (Kb) 98572

[startup+730.025 s]
Raw data (loadavg): 1.15 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 72651 169 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223308 134560240 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 728.2
Current children cumulated vsize (Kb) 98572

[startup+740.026 s]
Raw data (loadavg): 1.12 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 73646 171 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223188 134649086 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 738.17
Current children cumulated vsize (Kb) 98572

[startup+750.026 s]
Raw data (loadavg): 1.10 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 74639 173 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 748.12
Current children cumulated vsize (Kb) 98572

[startup+760.026 s]
Raw data (loadavg): 1.09 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 75634 176 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 758.1
Current children cumulated vsize (Kb) 98572

[startup+770.026 s]
Raw data (loadavg): 1.07 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 76628 178 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223296 134645959 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 768.06
Current children cumulated vsize (Kb) 98572

[startup+780.026 s]
Raw data (loadavg): 1.06 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 77620 181 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 778.01
Current children cumulated vsize (Kb) 98572

[startup+790.028 s]
Raw data (loadavg): 1.05 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23908 0 0 0 78611 184 0 0 25 0 1 0 1782474300 100937728 23491 4294967295 134512640 134736556 3221224560 3221223200 134649141 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23491 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 787.95
Current children cumulated vsize (Kb) 98572

[startup+800.028 s]
Raw data (loadavg): 1.04 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 79603 186 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223100 134536254 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 797.89
Current children cumulated vsize (Kb) 98572

[startup+810.027 s]
Raw data (loadavg): 1.04 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 80593 190 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 807.83
Current children cumulated vsize (Kb) 98572

[startup+820.028 s]
Raw data (loadavg): 1.03 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 81584 193 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223304 134544054 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 817.77
Current children cumulated vsize (Kb) 98572

[startup+830.029 s]
Raw data (loadavg): 1.03 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 82577 195 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 827.72
Current children cumulated vsize (Kb) 98572

[startup+840.03 s]
Raw data (loadavg): 1.02 1.00 0.93 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 83569 198 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223300 134560289 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 837.67
Current children cumulated vsize (Kb) 98572

[startup+850.03 s]
Raw data (loadavg): 1.17 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 84561 202 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 847.63
Current children cumulated vsize (Kb) 98572

[startup+860.03 s]
Raw data (loadavg): 1.14 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 85552 205 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 857.57
Current children cumulated vsize (Kb) 98572

[startup+870.031 s]
Raw data (loadavg): 1.12 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23909 0 0 0 86544 207 0 0 25 0 1 0 1782474300 100937728 23492 4294967295 134512640 134736556 3221224560 3221223312 134645103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24643 23492 1116 68 0 24575 0
[pid=2718] vsize: 98572
Current children cumulated CPU time (s) 867.51
Current children cumulated vsize (Kb) 98572

[startup+880.031 s]
Raw data (loadavg): 1.10 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 87540 209 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 877.49
Current children cumulated vsize (Kb) 97864

[startup+890.031 s]
Raw data (loadavg): 1.09 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 88539 209 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 887.48
Current children cumulated vsize (Kb) 97864

[startup+900.031 s]
Raw data (loadavg): 1.07 1.03 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 89538 210 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 897.48
Current children cumulated vsize (Kb) 97864

[startup+910.031 s]
Raw data (loadavg): 1.06 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 90536 211 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 907.47
Current children cumulated vsize (Kb) 97864

[startup+920.032 s]
Raw data (loadavg): 1.05 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 91535 211 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 917.46
Current children cumulated vsize (Kb) 97864

[startup+930.031 s]
Raw data (loadavg): 1.04 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 92534 211 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223304 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 927.45
Current children cumulated vsize (Kb) 97864

[startup+940.032 s]
Raw data (loadavg): 1.04 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 93532 212 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 937.44
Current children cumulated vsize (Kb) 97864

[startup+950.033 s]
Raw data (loadavg): 1.03 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 94530 213 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223304 134544067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 947.43
Current children cumulated vsize (Kb) 97864

[startup+960.033 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 95529 214 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 957.43
Current children cumulated vsize (Kb) 97864

[startup+970.033 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 96527 215 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 967.42
Current children cumulated vsize (Kb) 97864

[startup+980.033 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 97525 215 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 977.4
Current children cumulated vsize (Kb) 97864

[startup+990.034 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 98523 216 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 987.39
Current children cumulated vsize (Kb) 97864

[startup+1000.03 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 99521 217 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 997.38
Current children cumulated vsize (Kb) 97864

[startup+1010.03 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 100519 217 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1007.36
Current children cumulated vsize (Kb) 97864

[startup+1020.03 s]
Raw data (loadavg): 1.01 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 101518 218 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1017.36
Current children cumulated vsize (Kb) 97864

[startup+1030.03 s]
Raw data (loadavg): 1.01 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 102516 218 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1027.34
Current children cumulated vsize (Kb) 97864

[startup+1040.03 s]
Raw data (loadavg): 1.00 1.01 0.94 1/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) T 2717 2718 824 0 -1 0 23915 0 0 0 103515 219 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1037.34
Current children cumulated vsize (Kb) 97864

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 104513 220 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1047.33
Current children cumulated vsize (Kb) 97864

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 105511 221 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1057.32
Current children cumulated vsize (Kb) 97864

[startup+1070.03 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 106510 222 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223304 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1067.32
Current children cumulated vsize (Kb) 97864

[startup+1080.03 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 107508 223 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1077.31
Current children cumulated vsize (Kb) 97864

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 108506 223 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1087.29
Current children cumulated vsize (Kb) 97864

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 109505 224 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1097.29
Current children cumulated vsize (Kb) 97864

[startup+1110.03 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 110502 224 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223328 134644543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1107.26
Current children cumulated vsize (Kb) 97864

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 111501 225 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223088 134554617 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1117.26
Current children cumulated vsize (Kb) 97864

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 112499 225 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223300 134560289 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1127.24
Current children cumulated vsize (Kb) 97864

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 113497 226 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1137.23
Current children cumulated vsize (Kb) 97864

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 114496 227 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1147.23
Current children cumulated vsize (Kb) 97864

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 115493 228 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1157.21
Current children cumulated vsize (Kb) 97864

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 116491 229 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1167.2
Current children cumulated vsize (Kb) 97864

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 117491 229 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1177.2
Current children cumulated vsize (Kb) 97864

[startup+1190.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 2718
Raw data (/proc/2718/stat): 2718 (bsolo) R 2717 2718 824 0 -1 0 23915 0 0 0 118489 230 0 0 25 0 1 0 1782474300 100212736 23405 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2718/statm): 24466 23405 1116 68 0 24398 0
[pid=2718] vsize: 97864
Current children cumulated CPU time (s) 1187.19
Current children cumulated vsize (Kb) 97864
One traced child (pid=2718) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1197.92
CPU time (s): 1195.06
CPU user time (s): 1192.71
CPU system time (s): 2.34964
CPU usage (%): 99.7615
Max. virtual memory (cumulated for all children) (Kb): 98572

Verifier Data

ERROR: no interpretation found !