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/MIPLIB/miplib3/normalized-mps-v2-20-10-set1ch.opb
MD5SUM38f0a9b4a9f08223cf001d3ae518ccdb
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 569806848
Optimality of the best value was proved NO
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616658659871
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616658659871
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1241.33
Number of variables14400
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint630

Trace number 1399

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        921000 kB
Buffers:         35196 kB
Cached:          51044 kB
SwapCached:        868 kB
Active:          66112 kB
Inactive:        22768 kB
HighTotal:      131008 kB
HighFree:        77224 kB
LowTotal:       903652 kB
LowFree:        843776 kB
SwapTotal:     2097892 kB
SwapFree:      2096540 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            19000 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 15:08:31 (client local time) WITH STATUS 0 IN 1195.05 SECONDS
stats: 664 7 1195.05 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 14400 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 7.225
c After prepocess the problem consists of 9262 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 9262 #Dec: 41634 LB: 0 @ 274.15
c CHANGE Heuristic... 
c Restart #0 #Var: 9262 #Dec: 149536 LB: 0 @ 952.21
c Restart #1 #Var: 9161 #Dec: 158854 LB: 0 @ 1112.1
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/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842107329 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 107 3 90 68 0 39 0
[pid=21647] 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/wulflinc26/normalized-mps-v2-20-10-set1ch.opb

[startup+10.0045 s]
Raw data (loadavg): 0.96 1.03 1.02 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11681 0 0 0 954 34 0 0 25 0 1 0 1842107329 51494912 11592 4294967295 134512640 134736556 3221224560 3221223136 134558418 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 12572 11592 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 50288

[startup+20.0052 s]
Raw data (loadavg): 0.96 1.03 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11681 0 0 0 1950 35 0 0 25 0 1 0 1842107329 51494912 11592 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11592 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (Kb) 50288

[startup+30.0058 s]
Raw data (loadavg): 0.97 1.03 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11683 0 0 0 2945 37 0 0 25 0 1 0 1842107329 51494912 11594 4294967295 134512640 134736556 3221224560 3221223152 134558316 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11594 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (Kb) 50288

[startup+40.0055 s]
Raw data (loadavg): 0.97 1.03 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11685 0 0 0 3939 38 0 0 25 0 1 0 1842107329 51494912 11596 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11596 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 39.77
Current children cumulated vsize (Kb) 50288

[startup+50.0062 s]
Raw data (loadavg): 0.98 1.03 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11685 0 0 0 4935 40 0 0 25 0 1 0 1842107329 51494912 11596 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11596 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (Kb) 50288

[startup+60.0069 s]
Raw data (loadavg): 0.98 1.02 1.01 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 11687 0 0 0 5929 42 0 0 25 0 1 0 1842107329 51494912 11598 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11598 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 59.71
Current children cumulated vsize (Kb) 50288

[startup+70.0066 s]
Raw data (loadavg): 0.98 1.02 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 11689 0 0 0 6922 44 0 0 25 0 1 0 1842107329 51494912 11600 4294967295 134512640 134736556 3221224560 3221223152 134558393 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 12572 11600 1116 68 0 12504 0
[pid=21647] vsize: 50288
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (Kb) 50288

[startup+80.0073 s]
Raw data (loadavg): 0.98 1.02 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 12420 0 0 0 7910 49 0 0 25 0 1 0 1842107329 54460416 12331 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13296 12331 1116 68 0 13228 0
[pid=21647] vsize: 53184
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (Kb) 53184

[startup+90.0079 s]
Raw data (loadavg): 0.99 1.02 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12546 0 0 0 8898 53 0 0 25 0 1 0 1842107329 54874112 12457 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13397 12457 1116 68 0 13329 0
[pid=21647] vsize: 53588
Current children cumulated CPU time (s) 89.51
Current children cumulated vsize (Kb) 53588

[startup+100.008 s]
Raw data (loadavg): 0.99 1.02 1.01 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 12830 0 0 0 9886 58 0 0 25 0 1 0 1842107329 56131584 12740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13704 12740 1116 68 0 13636 0
[pid=21647] vsize: 54816
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (Kb) 54816

[startup+110.008 s]
Raw data (loadavg): 0.99 1.02 1.01 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12938 0 0 0 10871 63 0 0 25 0 1 0 1842107329 56561664 12848 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13809 12848 1116 68 0 13741 0
[pid=21647] vsize: 55236
Current children cumulated CPU time (s) 109.34
Current children cumulated vsize (Kb) 55236

[startup+120.008 s]
Raw data (loadavg): 0.99 1.02 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 12951 0 0 0 11857 68 0 0 25 0 1 0 1842107329 56561664 12861 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13809 12861 1116 68 0 13741 0
[pid=21647] vsize: 55236
Current children cumulated CPU time (s) 119.25
Current children cumulated vsize (Kb) 55236

[startup+130.009 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12958 0 0 0 12843 74 0 0 25 0 1 0 1842107329 56561664 12868 4294967295 134512640 134736556 3221224560 3221223100 134555082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13809 12868 1116 68 0 13741 0
[pid=21647] vsize: 55236
Current children cumulated CPU time (s) 129.17
Current children cumulated vsize (Kb) 55236

[startup+140.009 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12962 0 0 0 13829 80 0 0 25 0 1 0 1842107329 56561664 12872 4294967295 134512640 134736556 3221224560 3221223152 134558542 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13809 12872 1116 68 0 13741 0
[pid=21647] vsize: 55236
Current children cumulated CPU time (s) 139.09
Current children cumulated vsize (Kb) 55236

[startup+150.009 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12962 0 0 0 14817 84 0 0 25 0 1 0 1842107329 56561664 12872 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13809 12872 1116 68 0 13741 0
[pid=21647] vsize: 55236
Current children cumulated CPU time (s) 149.01
Current children cumulated vsize (Kb) 55236

[startup+160.01 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12971 0 0 0 15803 90 0 0 25 0 1 0 1842107329 56696832 12881 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13842 12881 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 158.93
Current children cumulated vsize (Kb) 55368

[startup+170.01 s]
Raw data (loadavg): 0.99 1.01 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 12972 0 0 0 16790 96 0 0 25 0 1 0 1842107329 56696832 12882 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13842 12882 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 168.86
Current children cumulated vsize (Kb) 55368

[startup+180.011 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12977 0 0 0 17778 101 0 0 25 0 1 0 1842107329 56696832 12887 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13842 12887 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 178.79
Current children cumulated vsize (Kb) 55368

[startup+190.011 s]
Raw data (loadavg): 0.99 1.01 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 12977 0 0 0 18766 105 0 0 25 0 1 0 1842107329 56696832 12887 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13842 12887 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 188.71
Current children cumulated vsize (Kb) 55368

[startup+200.011 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12977 0 0 0 19755 109 0 0 25 0 1 0 1842107329 56696832 12887 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13842 12887 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 198.64
Current children cumulated vsize (Kb) 55368

[startup+210.011 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 12994 0 0 0 20743 114 0 0 25 0 1 0 1842107329 56696832 12904 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13842 12904 1116 68 0 13774 0
[pid=21647] vsize: 55368
Current children cumulated CPU time (s) 208.57
Current children cumulated vsize (Kb) 55368

[startup+220.011 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13005 0 0 0 21730 118 0 0 25 0 1 0 1842107329 56832000 12915 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13875 12915 1116 68 0 13807 0
[pid=21647] vsize: 55500
Current children cumulated CPU time (s) 218.48
Current children cumulated vsize (Kb) 55500

[startup+230.012 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13005 0 0 0 22717 123 0 0 25 0 1 0 1842107329 56832000 12915 4294967295 134512640 134736556 3221224560 3221223192 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 13875 12915 1116 68 0 13807 0
[pid=21647] vsize: 55500
Current children cumulated CPU time (s) 228.4
Current children cumulated vsize (Kb) 55500

[startup+240.012 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13016 0 0 0 23704 128 0 0 25 0 1 0 1842107329 56832000 12926 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13875 12926 1116 68 0 13807 0
[pid=21647] vsize: 55500
Current children cumulated CPU time (s) 238.32
Current children cumulated vsize (Kb) 55500

[startup+250.012 s]
Raw data (loadavg): 0.99 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13016 0 0 0 24693 132 0 0 25 0 1 0 1842107329 56832000 12926 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13875 12926 1116 68 0 13807 0
[pid=21647] vsize: 55500
Current children cumulated CPU time (s) 248.25
Current children cumulated vsize (Kb) 55500

[startup+260.013 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13016 0 0 0 25681 136 0 0 25 0 1 0 1842107329 56832000 12926 4294967295 134512640 134736556 3221224560 3221223216 134649124 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 13875 12926 1116 68 0 13807 0
[pid=21647] vsize: 55500
Current children cumulated CPU time (s) 258.17
Current children cumulated vsize (Kb) 55500

[startup+270.013 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13136 0 0 0 26669 142 0 0 25 0 1 0 1842107329 57393152 13046 4294967295 134512640 134736556 3221224560 3221223192 134544045 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13046 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 268.11
Current children cumulated vsize (Kb) 56048

[startup+280.014 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 27659 145 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223112 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 278.04
Current children cumulated vsize (Kb) 56048

[startup+290.014 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 28655 147 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 288.02
Current children cumulated vsize (Kb) 56048

[startup+300.013 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 29651 148 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223152 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 297.99
Current children cumulated vsize (Kb) 56048

[startup+310.014 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 30645 150 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223216 134649031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 307.95
Current children cumulated vsize (Kb) 56048

[startup+320.014 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 31639 153 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223288 134645789 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 317.92
Current children cumulated vsize (Kb) 56048

[startup+330.014 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 32632 156 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 327.88
Current children cumulated vsize (Kb) 56048

[startup+340.015 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 33625 158 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 337.83
Current children cumulated vsize (Kb) 56048

[startup+350.015 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13140 0 0 0 34616 162 0 0 25 0 1 0 1842107329 57393152 13050 4294967295 134512640 134736556 3221224560 3221223280 134645796 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13050 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 347.78
Current children cumulated vsize (Kb) 56048

[startup+360.015 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13141 0 0 0 35602 167 0 0 25 0 1 0 1842107329 57393152 13051 4294967295 134512640 134736556 3221224560 3221223144 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13051 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 357.69
Current children cumulated vsize (Kb) 56048

[startup+370.016 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 36586 173 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223112 1077377221 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 367.59
Current children cumulated vsize (Kb) 56048

[startup+380.017 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 37573 178 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221222872 1077377437 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 377.51
Current children cumulated vsize (Kb) 56048

[startup+390.018 s]
Raw data (loadavg): 0.99 1.00 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 13142 0 0 0 38561 183 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 387.44
Current children cumulated vsize (Kb) 56048

[startup+400.017 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 39549 187 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 397.36
Current children cumulated vsize (Kb) 56048

[startup+410.018 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 40539 193 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 407.32
Current children cumulated vsize (Kb) 56048

[startup+420.018 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 41526 198 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 417.24
Current children cumulated vsize (Kb) 56048

[startup+430.018 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 42515 201 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 427.16
Current children cumulated vsize (Kb) 56048

[startup+440.019 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 43503 206 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 437.09
Current children cumulated vsize (Kb) 56048

[startup+450.019 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 44490 211 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 447.01
Current children cumulated vsize (Kb) 56048

[startup+460.019 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 45479 216 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 456.95
Current children cumulated vsize (Kb) 56048

[startup+470.02 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 46468 220 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 466.88
Current children cumulated vsize (Kb) 56048

[startup+480.021 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 47457 223 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 476.8
Current children cumulated vsize (Kb) 56048

[startup+490.021 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 48443 229 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 486.72
Current children cumulated vsize (Kb) 56048

[startup+500.021 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 49429 234 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 496.63
Current children cumulated vsize (Kb) 56048

[startup+510.022 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 50417 238 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223104 134541002 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 506.55
Current children cumulated vsize (Kb) 56048

[startup+520.021 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 51405 242 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 516.47
Current children cumulated vsize (Kb) 56048

[startup+530.022 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 52394 245 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 526.39
Current children cumulated vsize (Kb) 56048

[startup+540.023 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 53382 250 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 536.32
Current children cumulated vsize (Kb) 56048

[startup+550.022 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 54370 254 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223144 134560305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 546.24
Current children cumulated vsize (Kb) 56048

[startup+560.023 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 55360 257 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558393 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 556.17
Current children cumulated vsize (Kb) 56048

[startup+570.024 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 56350 260 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 566.1
Current children cumulated vsize (Kb) 56048

[startup+580.024 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 57340 264 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134544061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 576.04
Current children cumulated vsize (Kb) 56048

[startup+590.024 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 58330 268 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 585.98
Current children cumulated vsize (Kb) 56048

[startup+600.024 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 59317 272 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 595.89
Current children cumulated vsize (Kb) 56048

[startup+610.025 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 60304 276 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223136 134558542 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 605.8
Current children cumulated vsize (Kb) 56048

[startup+620.024 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 61292 281 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 615.73
Current children cumulated vsize (Kb) 56048

[startup+630.025 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 62281 285 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 625.66
Current children cumulated vsize (Kb) 56048

[startup+640.026 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 63269 289 0 0 20 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223200 134648994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 635.58
Current children cumulated vsize (Kb) 56048

[startup+650.025 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 64256 295 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 645.51
Current children cumulated vsize (Kb) 56048

[startup+660.026 s]
Raw data (loadavg): 0.99 1.00 1.00 3/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 65241 302 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223188 134649148 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 655.43
Current children cumulated vsize (Kb) 56048

[startup+670.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 66229 307 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 665.36
Current children cumulated vsize (Kb) 56048

[startup+680.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 67216 312 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 675.28
Current children cumulated vsize (Kb) 56048

[startup+690.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 68205 316 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223204 134648967 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 685.21
Current children cumulated vsize (Kb) 56048

[startup+700.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 69193 322 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 695.15
Current children cumulated vsize (Kb) 56048

[startup+710.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 70183 325 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 705.08
Current children cumulated vsize (Kb) 56048

[startup+720.027 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 71171 330 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 715.01
Current children cumulated vsize (Kb) 56048

[startup+730.028 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 72159 334 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223272 134599549 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 724.93
Current children cumulated vsize (Kb) 56048

[startup+740.029 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 73147 338 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223100 134536226 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 734.85
Current children cumulated vsize (Kb) 56048

[startup+750.028 s]
Raw data (loadavg): 0.99 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 74136 344 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134558385 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 744.8
Current children cumulated vsize (Kb) 56048

[startup+760.029 s]
Raw data (loadavg): 1.07 1.02 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 75125 347 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 754.72
Current children cumulated vsize (Kb) 56048

[startup+770.029 s]
Raw data (loadavg): 1.06 1.02 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 76115 351 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 764.66
Current children cumulated vsize (Kb) 56048

[startup+780.029 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 77106 355 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223168 134558532 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 774.61
Current children cumulated vsize (Kb) 56048

[startup+790.03 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 78094 359 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 784.53
Current children cumulated vsize (Kb) 56048

[startup+800.03 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 79082 365 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 794.47
Current children cumulated vsize (Kb) 56048

[startup+810.03 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13142 0 0 0 80071 369 0 0 25 0 1 0 1842107329 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14012 13052 1116 68 0 13944 0
[pid=21647] vsize: 56048
Current children cumulated CPU time (s) 804.4
Current children cumulated vsize (Kb) 56048

[startup+820.03 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13319 0 0 0 81056 376 0 0 25 0 1 0 1842107329 57511936 13104 4294967295 134512640 134736556 3221224560 3221223280 134645793 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14041 13104 1116 68 0 13973 0
[pid=21647] vsize: 56164
Current children cumulated CPU time (s) 814.32
Current children cumulated vsize (Kb) 56164

[startup+830.031 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 13458 0 0 0 82042 382 0 0 25 0 1 0 1842107329 57958400 13181 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14150 13181 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 824.24
Current children cumulated vsize (Kb) 56600

[startup+840.03 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13458 0 0 0 83029 386 0 0 25 0 1 0 1842107329 57958400 13181 4294967295 134512640 134736556 3221224560 3221223152 134558305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14150 13181 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 834.15
Current children cumulated vsize (Kb) 56600

[startup+850.031 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 13458 0 0 0 84018 390 0 0 25 0 1 0 1842107329 57958400 13181 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14150 13181 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 844.08
Current children cumulated vsize (Kb) 56600

[startup+860.032 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13474 0 0 0 85006 395 0 0 25 0 1 0 1842107329 57958400 13197 4294967295 134512640 134736556 3221224560 3221223200 134648974 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14150 13197 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 854.01
Current children cumulated vsize (Kb) 56600

[startup+870.031 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13474 0 0 0 85996 398 0 0 25 0 1 0 1842107329 57958400 13197 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14150 13197 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 863.94
Current children cumulated vsize (Kb) 56600

[startup+880.032 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13489 0 0 0 86985 401 0 0 25 0 1 0 1842107329 57958400 13212 4294967295 134512640 134736556 3221224560 3221223216 134649106 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14150 13212 1116 68 0 14082 0
[pid=21647] vsize: 56600
Current children cumulated CPU time (s) 873.86
Current children cumulated vsize (Kb) 56600

[startup+890.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13497 0 0 0 87972 406 0 0 25 0 1 0 1842107329 58093568 13220 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14183 13220 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 883.78
Current children cumulated vsize (Kb) 56732

[startup+900.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13499 0 0 0 88960 411 0 0 25 0 1 0 1842107329 58093568 13222 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14183 13222 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 893.71
Current children cumulated vsize (Kb) 56732

[startup+910.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13499 0 0 0 89948 415 0 0 25 0 1 0 1842107329 58093568 13222 4294967295 134512640 134736556 3221224560 3221223200 134648994 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13222 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 903.63
Current children cumulated vsize (Kb) 56732

[startup+920.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13499 0 0 0 90935 421 0 0 25 0 1 0 1842107329 58093568 13222 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13222 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 913.56
Current children cumulated vsize (Kb) 56732

[startup+930.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13511 0 0 0 91924 424 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 923.48
Current children cumulated vsize (Kb) 56732

[startup+940.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13511 0 0 0 92914 428 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 933.42
Current children cumulated vsize (Kb) 56732

[startup+950.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13511 0 0 0 93903 431 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223180 134558582 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 943.34
Current children cumulated vsize (Kb) 56732

[startup+960.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 94892 436 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223168 134558535 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 953.28
Current children cumulated vsize (Kb) 56732

[startup+970.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 95887 437 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 963.24
Current children cumulated vsize (Kb) 56732

[startup+980.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 96883 439 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 973.22
Current children cumulated vsize (Kb) 56732

[startup+990.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 97878 441 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223120 134558421 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 983.19
Current children cumulated vsize (Kb) 56732

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 98873 443 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223180 134537576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 993.16
Current children cumulated vsize (Kb) 56732

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 99870 445 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (Kb) 56732

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 100866 446 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1013.12
Current children cumulated vsize (Kb) 56732

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 101862 449 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223152 134558322 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1023.11
Current children cumulated vsize (Kb) 56732

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 102859 450 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1033.09
Current children cumulated vsize (Kb) 56732

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 13530 0 0 0 103855 452 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1043.07
Current children cumulated vsize (Kb) 56732

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 104850 454 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223144 134560381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1053.04
Current children cumulated vsize (Kb) 56732

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 105847 456 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1063.03
Current children cumulated vsize (Kb) 56732

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 106842 458 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1073
Current children cumulated vsize (Kb) 56732

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 107839 459 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1082.98
Current children cumulated vsize (Kb) 56732

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 108835 461 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1092.96
Current children cumulated vsize (Kb) 56732

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 109831 463 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1102.94
Current children cumulated vsize (Kb) 56732

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 110827 465 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1112.92
Current children cumulated vsize (Kb) 56732

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 111823 466 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1122.89
Current children cumulated vsize (Kb) 56732

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) T 21646 21647 16528 0 -1 0 13530 0 0 0 112819 468 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1132.87
Current children cumulated vsize (Kb) 56732

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 113815 469 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223168 134558396 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1142.84
Current children cumulated vsize (Kb) 56732

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 114811 471 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1152.82
Current children cumulated vsize (Kb) 56732

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 115807 473 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1162.8
Current children cumulated vsize (Kb) 56732

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 116804 474 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1172.78
Current children cumulated vsize (Kb) 56732

[startup+1190.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 117800 475 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223168 134558396 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1182.75
Current children cumulated vsize (Kb) 56732

[startup+1200.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21647
Raw data (/proc/21647/stat): 21647 (bsolo) R 21646 21647 16528 0 -1 0 13530 0 0 0 118796 477 0 0 25 0 1 0 1842107329 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21647/statm): 14183 13234 1116 68 0 14115 0
[pid=21647] vsize: 56732
Current children cumulated CPU time (s) 1192.73
Current children cumulated vsize (Kb) 56732
One traced child (pid=21647) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.36
CPU time (s): 1195.05
CPU user time (s): 1190.25
CPU system time (s): 4.80027
CPU usage (%): 99.3917
Max. virtual memory (cumulated for all children) (Kb): 56732

Verifier Data

ERROR: no interpretation found !