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/milp/normalized-mps-v2-20-10-neos13.opb
MD5SUMcf076aa1d04c57dc685f8035f0968734
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1346964
Optimality of the best value was proved NO
Number of terms in the objective function 120
Biggest coefficient in the objective function 103558656
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 2282563635
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 69966336000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 636991772142
Number of bits of the biggest sum of numbers40
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1300.93
Number of variables1935
Total number of constraints22679
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1816
Number of constraints which are nor clauses,nor cardinality constraints20863
Minimum length of a constraint1
Maximum length of a constraint1815

Trace number 4479

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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:        832712 kB
Buffers:         34812 kB
Cached:         136264 kB
SwapCached:        692 kB
Active:         113508 kB
Inactive:        60124 kB
HighTotal:      131008 kB
HighFree:         3836 kB
LowTotal:       903652 kB
LowFree:        828876 kB
SwapTotal:     2097136 kB
SwapFree:      2095920 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            22448 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 17:45:57 (client local time) WITH STATUS 0 IN 1195.3 SECONDS
stats: 744 7 1195.3 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 1935 variables and 19275 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 611.72
c After prepocess the problem consists of 1927 variables and 19275 constraints.
c Initial Lower Bound: -1619799347
c CHANGE Heuristic... 
c Restart #0 #Var: 1927 #Dec: 368 LB: -1619799347 @ 769.66
c Restart #1 #Var: 1927 #Dec: 967 LB: -1619799347 @ 855.97
c Restart #2 #Var: 1927 #Dec: 1470 LB: -1619799347 @ 1027.8
s UNKNOWN
c Exit Code: 0
c Total time: 1195.2 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/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1793445737 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 107 3 90 68 0 39 0
[pid=26644] 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/wulflinc15/normalized-mps-v2-20-10-neos13.opb

[startup+10.0041 s]
Raw data (loadavg): 0.56 0.15 0.05 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 5072 0 0 0 969 18 0 0 25 0 1 0 1793445737 24104960 4983 4294967295 134512640 134736556 3221224560 3221221324 1077091173 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 5885 4983 1116 68 0 5817 0
[pid=26644] vsize: 23540
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (Kb) 23540

[startup+20.0049 s]
Raw data (loadavg): 0.62 0.18 0.06 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) T 26643 26644 31778 0 -1 0 9885 0 0 0 1945 37 0 0 25 0 1 0 1793445737 44281856 9765 4294967295 134512640 134736556 3221224560 3221223108 1077757598 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/26644/statm): 10811 9765 1116 68 0 10743 0
[pid=26644] vsize: 43244
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (Kb) 43244

[startup+30.0047 s]
Raw data (loadavg): 0.68 0.20 0.07 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 15132 0 0 0 2918 58 0 0 25 0 1 0 1793445737 66891776 14907 4294967295 134512640 134736556 3221224560 3221223328 1076611947 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 16331 14907 1116 68 0 16263 0
[pid=26644] vsize: 65324
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (Kb) 65324

[startup+40.0055 s]
Raw data (loadavg): 0.73 0.23 0.08 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 19583 0 0 0 3897 74 0 0 25 0 1 0 1793445737 84869120 19358 4294967295 134512640 134736556 3221224560 3221222904 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 20720 19359 1116 68 0 20652 0
[pid=26644] vsize: 82880
Current children cumulated CPU time (s) 39.71
Current children cumulated vsize (Kb) 82880

[startup+50.0053 s]
Raw data (loadavg): 0.77 0.26 0.09 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 24139 0 0 0 4873 92 0 0 25 0 1 0 1793445737 102711296 23914 4294967295 134512640 134736556 3221224560 3221222668 1076880066 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 25076 23914 1116 68 0 25008 0
[pid=26644] vsize: 100304
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (Kb) 100304

[startup+60.0061 s]
Raw data (loadavg): 0.81 0.28 0.10 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 35906 0 0 0 5834 123 0 0 25 0 1 0 1793445737 153841664 35396 4294967295 134512640 134736556 3221224560 3221223200 134536134 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 37559 35397 1116 68 0 37491 0
[pid=26644] vsize: 150236
Current children cumulated CPU time (s) 59.57
Current children cumulated vsize (Kb) 150236

[startup+70.0059 s]
Raw data (loadavg): 0.84 0.30 0.11 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 45381 0 0 0 6802 148 0 0 25 0 1 0 1793445737 192249856 44871 4294967295 134512640 134736556 3221224560 3221223456 134570874 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 46936 44871 1116 68 0 46868 0
[pid=26644] vsize: 187744
Current children cumulated CPU time (s) 69.5
Current children cumulated vsize (Kb) 187744

[startup+80.0057 s]
Raw data (loadavg): 0.86 0.33 0.11 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 49912 0 0 0 7776 166 0 0 25 0 1 0 1793445737 210227200 49402 4294967295 134512640 134736556 3221224560 3221223088 134572961 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 51325 49402 1116 68 0 51257 0
[pid=26644] vsize: 205300
Current children cumulated CPU time (s) 79.42
Current children cumulated vsize (Kb) 205300

[startup+90.0065 s]
Raw data (loadavg): 0.88 0.35 0.12 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 54446 0 0 0 8755 184 0 0 25 0 1 0 1793445737 228069376 53936 4294967295 134512640 134736556 3221224560 3221223256 134535729 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 55681 53936 1116 68 0 55613 0
[pid=26644] vsize: 222724
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (Kb) 222724

[startup+100.006 s]
Raw data (loadavg): 0.90 0.37 0.13 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 58811 0 0 0 9733 200 0 0 25 0 1 0 1793445737 245370880 58301 4294967295 134512640 134736556 3221224560 3221221252 1077359217 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 59905 58301 1116 68 0 59837 0
[pid=26644] vsize: 239620
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (Kb) 239620

[startup+110.007 s]
Raw data (loadavg): 0.91 0.39 0.14 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62733 0 0 0 10713 214 0 0 25 0 1 0 1793445737 260964352 62223 4294967295 134512640 134736556 3221224560 3221223200 134537370 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/26644/statm): 63712 62223 1116 68 0 63644 0
[pid=26644] vsize: 254848
Current children cumulated CPU time (s) 109.27
Current children cumulated vsize (Kb) 254848

[startup+120.008 s]
Raw data (loadavg): 0.93 0.41 0.15 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 11712 215 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223276 134560216 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 119.27
Current children cumulated vsize (Kb) 255000

[startup+130.008 s]
Raw data (loadavg): 0.94 0.43 0.16 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 12711 216 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645414 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 129.27
Current children cumulated vsize (Kb) 255000

[startup+140.009 s]
Raw data (loadavg): 0.95 0.45 0.17 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 13711 216 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 139.27
Current children cumulated vsize (Kb) 255000

[startup+150.009 s]
Raw data (loadavg): 0.95 0.46 0.18 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 14711 216 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223352 134543264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 149.27
Current children cumulated vsize (Kb) 255000

[startup+160.01 s]
Raw data (loadavg): 0.96 0.48 0.18 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 15711 216 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645346 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 159.27
Current children cumulated vsize (Kb) 255000

[startup+170.01 s]
Raw data (loadavg): 0.97 0.50 0.19 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 16711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645346 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 169.28
Current children cumulated vsize (Kb) 255000

[startup+180.01 s]
Raw data (loadavg): 0.97 0.51 0.20 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 17711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 179.28
Current children cumulated vsize (Kb) 255000

[startup+190.011 s]
Raw data (loadavg): 0.98 0.53 0.21 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 18711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 189.28
Current children cumulated vsize (Kb) 255000

[startup+200.01 s]
Raw data (loadavg): 0.98 0.54 0.22 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 19711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 199.28
Current children cumulated vsize (Kb) 255000

[startup+210.011 s]
Raw data (loadavg): 0.98 0.56 0.22 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 20711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223356 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 209.28
Current children cumulated vsize (Kb) 255000

[startup+220.012 s]
Raw data (loadavg): 0.98 0.57 0.23 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 21711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223364 134644919 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 219.28
Current children cumulated vsize (Kb) 255000

[startup+230.012 s]
Raw data (loadavg): 0.99 0.59 0.24 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 22711 217 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 229.28
Current children cumulated vsize (Kb) 255000

[startup+240.013 s]
Raw data (loadavg): 0.99 0.60 0.25 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 23711 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 239.29
Current children cumulated vsize (Kb) 255000

[startup+250.012 s]
Raw data (loadavg): 0.99 0.61 0.26 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 24711 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223352 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 249.29
Current children cumulated vsize (Kb) 255000

[startup+260.013 s]
Raw data (loadavg): 0.99 0.62 0.26 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 25711 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223356 134543252 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 259.29
Current children cumulated vsize (Kb) 255000

[startup+270.013 s]
Raw data (loadavg): 0.99 0.64 0.27 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 26711 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645169 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 269.29
Current children cumulated vsize (Kb) 255000

[startup+280.013 s]
Raw data (loadavg): 0.99 0.65 0.28 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 27711 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223288 134645222 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 279.29
Current children cumulated vsize (Kb) 255000

[startup+290.014 s]
Raw data (loadavg): 0.99 0.66 0.29 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 28712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645414 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 289.3
Current children cumulated vsize (Kb) 255000

[startup+300.013 s]
Raw data (loadavg): 0.99 0.67 0.29 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 29712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 299.3
Current children cumulated vsize (Kb) 255000

[startup+310.014 s]
Raw data (loadavg): 0.99 0.68 0.30 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 30712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 309.3
Current children cumulated vsize (Kb) 255000

[startup+320.015 s]
Raw data (loadavg): 0.99 0.69 0.31 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 31712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 319.3
Current children cumulated vsize (Kb) 255000

[startup+330.015 s]
Raw data (loadavg): 0.99 0.70 0.31 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 32712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 329.3
Current children cumulated vsize (Kb) 255000

[startup+340.016 s]
Raw data (loadavg): 0.99 0.71 0.32 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 33712 218 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223284 134645304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 339.3
Current children cumulated vsize (Kb) 255000

[startup+350.015 s]
Raw data (loadavg): 0.99 0.72 0.33 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 34712 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223284 134645429 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 349.31
Current children cumulated vsize (Kb) 255000

[startup+360.016 s]
Raw data (loadavg): 0.99 0.73 0.33 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 35713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 359.32
Current children cumulated vsize (Kb) 255000

[startup+370.016 s]
Raw data (loadavg): 0.99 0.74 0.34 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 36713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 369.32
Current children cumulated vsize (Kb) 255000

[startup+380.016 s]
Raw data (loadavg): 0.99 0.74 0.35 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 37713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 379.32
Current children cumulated vsize (Kb) 255000

[startup+390.017 s]
Raw data (loadavg): 0.99 0.75 0.35 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 38713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 389.32
Current children cumulated vsize (Kb) 255000

[startup+400.017 s]
Raw data (loadavg): 0.99 0.76 0.36 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 39713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 399.32
Current children cumulated vsize (Kb) 255000

[startup+410.018 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 40713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223352 134537641 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 409.32
Current children cumulated vsize (Kb) 255000

[startup+420.018 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 41713 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134560217 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 419.32
Current children cumulated vsize (Kb) 255000

[startup+430.018 s]
Raw data (loadavg): 0.99 0.78 0.38 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 42714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644509 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 429.33
Current children cumulated vsize (Kb) 255000

[startup+440.019 s]
Raw data (loadavg): 0.99 0.79 0.38 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 43714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 439.33
Current children cumulated vsize (Kb) 255000

[startup+450.018 s]
Raw data (loadavg): 0.99 0.79 0.39 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 44714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134560230 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 449.33
Current children cumulated vsize (Kb) 255000

[startup+460.019 s]
Raw data (loadavg): 0.99 0.80 0.40 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 45714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 459.33
Current children cumulated vsize (Kb) 255000

[startup+470.02 s]
Raw data (loadavg): 0.99 0.81 0.40 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 46714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 469.33
Current children cumulated vsize (Kb) 255000

[startup+480.02 s]
Raw data (loadavg): 0.99 0.81 0.41 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 47714 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223272 134560230 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 479.33
Current children cumulated vsize (Kb) 255000

[startup+490.021 s]
Raw data (loadavg): 0.99 0.82 0.41 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 48715 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 489.34
Current children cumulated vsize (Kb) 255000

[startup+500.022 s]
Raw data (loadavg): 0.99 0.82 0.42 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 49715 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645391 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 499.34
Current children cumulated vsize (Kb) 255000

[startup+510.022 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 50715 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 509.34
Current children cumulated vsize (Kb) 255000

[startup+520.022 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 51715 219 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 519.34
Current children cumulated vsize (Kb) 255000

[startup+530.022 s]
Raw data (loadavg): 0.99 0.84 0.44 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 52715 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223368 134645087 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 529.35
Current children cumulated vsize (Kb) 255000

[startup+540.023 s]
Raw data (loadavg): 0.99 0.84 0.44 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 53715 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 539.35
Current children cumulated vsize (Kb) 255000

[startup+550.023 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 54715 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 549.35
Current children cumulated vsize (Kb) 255000

[startup+560.023 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 55716 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223352 134543264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 559.36
Current children cumulated vsize (Kb) 255000

[startup+570.024 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 56716 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223352 134543264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 569.36
Current children cumulated vsize (Kb) 255000

[startup+580.024 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 57716 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223296 134645346 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 579.36
Current children cumulated vsize (Kb) 255000

[startup+590.025 s]
Raw data (loadavg): 0.99 0.86 0.47 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 58716 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 589.36
Current children cumulated vsize (Kb) 255000

[startup+600.025 s]
Raw data (loadavg): 0.99 0.87 0.47 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 59717 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223376 134644904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 599.37
Current children cumulated vsize (Kb) 255000

[startup+610.025 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62804 0 0 0 60716 220 0 0 25 0 1 0 1793445737 261120000 62294 4294967295 134512640 134736556 3221224560 3221223356 134537608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63750 62294 1116 68 0 63682 0
[pid=26644] vsize: 255000
Current children cumulated CPU time (s) 609.36
Current children cumulated vsize (Kb) 255000

[startup+620.026 s]
Raw data (loadavg): 0.99 0.88 0.48 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62963 0 0 0 61715 221 0 0 25 0 1 0 1793445737 261726208 62453 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63898 62453 1116 68 0 63830 0
[pid=26644] vsize: 255592
Current children cumulated CPU time (s) 619.36
Current children cumulated vsize (Kb) 255592

[startup+630.026 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62966 0 0 0 62715 221 0 0 25 0 1 0 1793445737 261861376 62456 4294967295 134512640 134736556 3221224560 3221223164 134544720 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62456 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 629.36
Current children cumulated vsize (Kb) 255724

[startup+640.027 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62968 0 0 0 63715 221 0 0 25 0 1 0 1793445737 261861376 62458 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62458 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 639.36
Current children cumulated vsize (Kb) 255724

[startup+650.027 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62968 0 0 0 64715 221 0 0 25 0 1 0 1793445737 261861376 62458 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62458 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 649.36
Current children cumulated vsize (Kb) 255724

[startup+660.027 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62970 0 0 0 65715 221 0 0 25 0 1 0 1793445737 261861376 62460 4294967295 134512640 134736556 3221224560 3221223072 134543074 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62460 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 659.36
Current children cumulated vsize (Kb) 255724

[startup+670.027 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62976 0 0 0 66715 221 0 0 25 0 1 0 1793445737 261861376 62466 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62466 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 669.36
Current children cumulated vsize (Kb) 255724

[startup+680.028 s]
Raw data (loadavg): 0.99 0.90 0.51 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62980 0 0 0 67715 221 0 0 25 0 1 0 1793445737 261861376 62470 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62470 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 679.36
Current children cumulated vsize (Kb) 255724

[startup+690.029 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62982 0 0 0 68715 221 0 0 25 0 1 0 1793445737 261861376 62472 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62472 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 689.36
Current children cumulated vsize (Kb) 255724

[startup+700.029 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62989 0 0 0 69715 221 0 0 25 0 1 0 1793445737 261861376 62479 4294967295 134512640 134736556 3221224560 3221223044 134536600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62479 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 699.36
Current children cumulated vsize (Kb) 255724

[startup+710.029 s]
Raw data (loadavg): 0.99 0.90 0.53 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62990 0 0 0 70715 222 0 0 25 0 1 0 1793445737 261861376 62480 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62480 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 709.37
Current children cumulated vsize (Kb) 255724

[startup+720.029 s]
Raw data (loadavg): 0.99 0.91 0.53 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62990 0 0 0 71714 222 0 0 25 0 1 0 1793445737 261861376 62480 4294967295 134512640 134736556 3221224560 3221223120 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62480 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 719.36
Current children cumulated vsize (Kb) 255724

[startup+730.029 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62991 0 0 0 72712 224 0 0 25 0 1 0 1793445737 261861376 62481 4294967295 134512640 134736556 3221224560 3221223104 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62481 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 729.36
Current children cumulated vsize (Kb) 255724

[startup+740.03 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62995 0 0 0 73711 224 0 0 25 0 1 0 1793445737 261861376 62485 4294967295 134512640 134736556 3221224560 3221223140 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63931 62485 1116 68 0 63863 0
[pid=26644] vsize: 255724
Current children cumulated CPU time (s) 739.35
Current children cumulated vsize (Kb) 255724

[startup+750.03 s]
Raw data (loadavg): 0.99 0.91 0.55 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 62999 0 0 0 74711 225 0 0 25 0 1 0 1793445737 261996544 62489 4294967295 134512640 134736556 3221224560 3221223060 134543905 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63964 62489 1116 68 0 63896 0
[pid=26644] vsize: 255856
Current children cumulated CPU time (s) 749.36
Current children cumulated vsize (Kb) 255856

[startup+760.03 s]
Raw data (loadavg): 0.99 0.92 0.55 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63004 0 0 0 75711 225 0 0 25 0 1 0 1793445737 261996544 62494 4294967295 134512640 134736556 3221224560 3221223172 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63964 62494 1116 68 0 63896 0
[pid=26644] vsize: 255856
Current children cumulated CPU time (s) 759.36
Current children cumulated vsize (Kb) 255856

[startup+770.031 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63004 0 0 0 76711 225 0 0 25 0 1 0 1793445737 261996544 62494 4294967295 134512640 134736556 3221224560 3221223136 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63964 62494 1116 68 0 63896 0
[pid=26644] vsize: 255856
Current children cumulated CPU time (s) 769.36
Current children cumulated vsize (Kb) 255856

[startup+780.031 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63008 0 0 0 77709 226 0 0 25 0 1 0 1793445737 261996544 62498 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63964 62498 1116 68 0 63896 0
[pid=26644] vsize: 255856
Current children cumulated CPU time (s) 779.35
Current children cumulated vsize (Kb) 255856

[startup+790.032 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63025 0 0 0 78709 226 0 0 25 0 1 0 1793445737 261996544 62515 4294967295 134512640 134736556 3221224560 3221223144 134543970 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63964 62515 1116 68 0 63896 0
[pid=26644] vsize: 255856
Current children cumulated CPU time (s) 789.35
Current children cumulated vsize (Kb) 255856

[startup+800.033 s]
Raw data (loadavg): 0.99 0.92 0.57 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63046 0 0 0 79709 226 0 0 25 0 1 0 1793445737 262131712 62536 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 63997 62536 1116 68 0 63929 0
[pid=26644] vsize: 255988
Current children cumulated CPU time (s) 799.35
Current children cumulated vsize (Kb) 255988

[startup+810.034 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63069 0 0 0 80708 227 0 0 25 0 1 0 1793445737 262266880 62559 4294967295 134512640 134736556 3221224560 3221223124 134537472 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64030 62559 1116 68 0 63962 0
[pid=26644] vsize: 256120
Current children cumulated CPU time (s) 809.35
Current children cumulated vsize (Kb) 256120

[startup+820.033 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63082 0 0 0 81708 227 0 0 25 0 1 0 1793445737 262266880 62572 4294967295 134512640 134736556 3221224560 3221223184 134544716 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64030 62572 1116 68 0 63962 0
[pid=26644] vsize: 256120
Current children cumulated CPU time (s) 819.35
Current children cumulated vsize (Kb) 256120

[startup+830.033 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63099 0 0 0 82708 227 0 0 25 0 1 0 1793445737 262402048 62589 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64063 62589 1116 68 0 63995 0
[pid=26644] vsize: 256252
Current children cumulated CPU time (s) 829.35
Current children cumulated vsize (Kb) 256252

[startup+840.034 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63117 0 0 0 83707 228 0 0 25 0 1 0 1793445737 262402048 62607 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64063 62607 1116 68 0 63995 0
[pid=26644] vsize: 256252
Current children cumulated CPU time (s) 839.35
Current children cumulated vsize (Kb) 256252

[startup+850.034 s]
Raw data (loadavg): 0.99 0.93 0.59 1/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) T 26643 26644 31778 0 -1 0 63130 0 0 0 84707 228 0 0 25 0 1 0 1793445737 262402048 62620 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64063 62620 1116 68 0 63995 0
[pid=26644] vsize: 256252
Current children cumulated CPU time (s) 849.35
Current children cumulated vsize (Kb) 256252

[startup+860.034 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63138 0 0 0 85707 228 0 0 25 0 1 0 1793445737 262537216 62628 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64096 62628 1116 68 0 64028 0
[pid=26644] vsize: 256384
Current children cumulated CPU time (s) 859.35
Current children cumulated vsize (Kb) 256384

[startup+870.034 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63164 0 0 0 86707 228 0 0 25 0 1 0 1793445737 262672384 62654 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62654 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 869.35
Current children cumulated vsize (Kb) 256516

[startup+880.034 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63164 0 0 0 87707 228 0 0 25 0 1 0 1793445737 262672384 62654 4294967295 134512640 134736556 3221224560 3221223104 134543888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62654 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 879.35
Current children cumulated vsize (Kb) 256516

[startup+890.035 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63164 0 0 0 88707 228 0 0 25 0 1 0 1793445737 262672384 62654 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62654 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 889.35
Current children cumulated vsize (Kb) 256516

[startup+900.035 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63177 0 0 0 89707 228 0 0 25 0 1 0 1793445737 262672384 62667 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62667 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 899.35
Current children cumulated vsize (Kb) 256516

[startup+910.036 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63182 0 0 0 90707 229 0 0 25 0 1 0 1793445737 262672384 62672 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62672 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 909.36
Current children cumulated vsize (Kb) 256516

[startup+920.036 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63184 0 0 0 91706 229 0 0 25 0 1 0 1793445737 262672384 62674 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62674 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 919.35
Current children cumulated vsize (Kb) 256516

[startup+930.036 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63184 0 0 0 92706 229 0 0 25 0 1 0 1793445737 262672384 62674 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62674 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 929.35
Current children cumulated vsize (Kb) 256516

[startup+940.037 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63184 0 0 0 93706 229 0 0 25 0 1 0 1793445737 262672384 62674 4294967295 134512640 134736556 3221224560 3221223036 134536704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62674 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 939.35
Current children cumulated vsize (Kb) 256516

[startup+950.038 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63184 0 0 0 94706 229 0 0 25 0 1 0 1793445737 262672384 62674 4294967295 134512640 134736556 3221224560 3221223072 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62674 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 949.35
Current children cumulated vsize (Kb) 256516

[startup+960.039 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63186 0 0 0 95706 230 0 0 25 0 1 0 1793445737 262672384 62676 4294967295 134512640 134736556 3221224560 3221223036 134536701 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62676 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 959.36
Current children cumulated vsize (Kb) 256516

[startup+970.038 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63190 0 0 0 96706 230 0 0 25 0 1 0 1793445737 262672384 62680 4294967295 134512640 134736556 3221224560 3221223152 134540254 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62680 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 969.36
Current children cumulated vsize (Kb) 256516

[startup+980.038 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63192 0 0 0 97706 230 0 0 25 0 1 0 1793445737 262672384 62682 4294967295 134512640 134736556 3221224560 3221223072 134543204 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62682 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 979.36
Current children cumulated vsize (Kb) 256516

[startup+990.039 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63192 0 0 0 98706 230 0 0 25 0 1 0 1793445737 262672384 62682 4294967295 134512640 134736556 3221224560 3221223068 134536611 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62682 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 989.36
Current children cumulated vsize (Kb) 256516

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63192 0 0 0 99706 230 0 0 25 0 1 0 1793445737 262672384 62682 4294967295 134512640 134736556 3221224560 3221223136 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62682 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 999.36
Current children cumulated vsize (Kb) 256516

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.95 0.65 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63194 0 0 0 100705 230 0 0 25 0 1 0 1793445737 262672384 62684 4294967295 134512640 134736556 3221224560 3221223104 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62684 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 1009.35
Current children cumulated vsize (Kb) 256516

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.95 0.65 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63194 0 0 0 101705 230 0 0 25 0 1 0 1793445737 262672384 62684 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64129 62684 1116 68 0 64061 0
[pid=26644] vsize: 256516
Current children cumulated CPU time (s) 1019.35
Current children cumulated vsize (Kb) 256516

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.96 0.65 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63197 0 0 0 102705 230 0 0 25 0 1 0 1793445737 262807552 62687 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/26644/statm): 64162 62687 1116 68 0 64094 0
[pid=26644] vsize: 256648
Current children cumulated CPU time (s) 1029.35
Current children cumulated vsize (Kb) 256648

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.96 0.65 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63197 0 0 0 103705 230 0 0 25 0 1 0 1793445737 262807552 62687 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64162 62687 1116 68 0 64094 0
[pid=26644] vsize: 256648
Current children cumulated CPU time (s) 1039.35
Current children cumulated vsize (Kb) 256648

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63197 0 0 0 104703 231 0 0 25 0 1 0 1793445737 262807552 62687 4294967295 134512640 134736556 3221224560 3221223108 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64162 62687 1116 68 0 64094 0
[pid=26644] vsize: 256648
Current children cumulated CPU time (s) 1049.34
Current children cumulated vsize (Kb) 256648

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63201 0 0 0 105703 232 0 0 25 0 1 0 1793445737 262807552 62691 4294967295 134512640 134736556 3221224560 3221223120 134544700 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64162 62691 1116 68 0 64094 0
[pid=26644] vsize: 256648
Current children cumulated CPU time (s) 1059.35
Current children cumulated vsize (Kb) 256648

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63216 0 0 0 106702 232 0 0 25 0 1 0 1793445737 262807552 62706 4294967295 134512640 134736556 3221224560 3221223036 134536611 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64162 62706 1116 68 0 64094 0
[pid=26644] vsize: 256648
Current children cumulated CPU time (s) 1069.34
Current children cumulated vsize (Kb) 256648

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63233 0 0 0 107698 233 0 0 25 0 1 0 1793445737 262942720 62723 4294967295 134512640 134736556 3221224560 3221223088 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64195 62723 1116 68 0 64127 0
[pid=26644] vsize: 256780
Current children cumulated CPU time (s) 1079.31
Current children cumulated vsize (Kb) 256780

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63246 0 0 0 108698 234 0 0 25 0 1 0 1793445737 262942720 62736 4294967295 134512640 134736556 3221224560 3221223144 134543967 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64195 62736 1116 68 0 64127 0
[pid=26644] vsize: 256780
Current children cumulated CPU time (s) 1089.32
Current children cumulated vsize (Kb) 256780

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63258 0 0 0 109697 234 0 0 25 0 1 0 1793445737 262942720 62748 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64195 62748 1116 68 0 64127 0
[pid=26644] vsize: 256780
Current children cumulated CPU time (s) 1099.31
Current children cumulated vsize (Kb) 256780

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63267 0 0 0 110697 234 0 0 25 0 1 0 1793445737 263077888 62757 4294967295 134512640 134736556 3221224560 3221223108 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64228 62757 1116 68 0 64160 0
[pid=26644] vsize: 256912
Current children cumulated CPU time (s) 1109.31
Current children cumulated vsize (Kb) 256912

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63278 0 0 0 111696 235 0 0 25 0 1 0 1793445737 263077888 62768 4294967295 134512640 134736556 3221224560 3221223084 134540047 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64228 62768 1116 68 0 64160 0
[pid=26644] vsize: 256912
Current children cumulated CPU time (s) 1119.31
Current children cumulated vsize (Kb) 256912

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.68 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63291 0 0 0 112695 235 0 0 25 0 1 0 1793445737 263077888 62781 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64228 62781 1116 68 0 64160 0
[pid=26644] vsize: 256912
Current children cumulated CPU time (s) 1129.3
Current children cumulated vsize (Kb) 256912

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.68 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63302 0 0 0 113695 235 0 0 25 0 1 0 1793445737 263213056 62792 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64261 62792 1116 68 0 64193 0
[pid=26644] vsize: 257044
Current children cumulated CPU time (s) 1139.3
Current children cumulated vsize (Kb) 257044

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63316 0 0 0 114695 235 0 0 25 0 1 0 1793445737 263213056 62806 4294967295 134512640 134736556 3221224560 3221223088 134540037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64261 62806 1116 68 0 64193 0
[pid=26644] vsize: 257044
Current children cumulated CPU time (s) 1149.3
Current children cumulated vsize (Kb) 257044

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63333 0 0 0 115692 236 0 0 25 0 1 0 1793445737 263348224 62823 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64294 62823 1116 68 0 64226 0
[pid=26644] vsize: 257176
Current children cumulated CPU time (s) 1159.28
Current children cumulated vsize (Kb) 257176

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63346 0 0 0 116691 236 0 0 25 0 1 0 1793445737 263348224 62836 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64294 62836 1116 68 0 64226 0
[pid=26644] vsize: 257176
Current children cumulated CPU time (s) 1169.27
Current children cumulated vsize (Kb) 257176

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63358 0 0 0 117691 237 0 0 25 0 1 0 1793445737 263348224 62848 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64294 62848 1116 68 0 64226 0
[pid=26644] vsize: 257176
Current children cumulated CPU time (s) 1179.28
Current children cumulated vsize (Kb) 257176

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 26644
Raw data (/proc/26644/stat): 26644 (bsolo) R 26643 26644 31778 0 -1 0 63372 0 0 0 118691 237 0 0 25 0 1 0 1793445737 263483392 62862 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/26644/statm): 64327 62862 1116 68 0 64259 0
[pid=26644] vsize: 257308
Current children cumulated CPU time (s) 1189.28
Current children cumulated vsize (Kb) 257308
One traced child (pid=26644) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.06
CPU time (s): 1195.3
CPU user time (s): 1192.8
CPU system time (s): 2.49562
CPU usage (%): 99.9361
Max. virtual memory (cumulated for all children) (Kb): 257308

Verifier Data

ERROR: no interpretation found !