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/miplib/normalized-mps-v2-20-10-set1al.opb
MD5SUM1f33433ec2b5955518c8bc8b8e0b8c29
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 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 1616008034847
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 1616008034847
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 587

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        947396 kB
Buffers:         33672 kB
Cached:          28640 kB
SwapCached:        792 kB
Active:          55084 kB
Inactive:         9864 kB
HighTotal:      131008 kB
HighFree:        98616 kB
LowTotal:       903652 kB
LowFree:        848780 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16696 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:43:43 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 541 7 1195.04 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.239
c After prepocess the problem consists of 9284 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 9284 #Dec: 39781 LB: 0 @ 270.02
c CHANGE Heuristic... 
c Restart #0 #Var: 9284 #Dec: 157971 LB: 0 @ 1025.1
c Restart #1 #Var: 9265 #Dec: 158736 LB: 0 @ 1038.9
c Restart #2 #Var: 9240 #Dec: 159792 LB: 0 @ 1057.9
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/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1769074701 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 107 3 90 68 0 39 0
[pid=29347] 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/wulflinc8/normalized-mps-v2-20-10-set1al.opb

[startup+10.0039 s]
Raw data (loadavg): 0.94 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11680 0 0 0 952 36 0 0 25 0 1 0 1769074701 51490816 11591 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 12571 11591 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 50284

[startup+20.0047 s]
Raw data (loadavg): 0.95 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11680 0 0 0 1946 38 0 0 25 0 1 0 1769074701 51490816 11591 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 12571 11591 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (Kb) 50284

[startup+30.0055 s]
Raw data (loadavg): 0.96 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11682 0 0 0 2941 40 0 0 25 0 1 0 1769074701 51490816 11593 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12571 11593 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 29.81
Current children cumulated vsize (Kb) 50284

[startup+40.0063 s]
Raw data (loadavg): 0.96 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11684 0 0 0 3938 41 0 0 25 0 1 0 1769074701 51490816 11595 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12571 11595 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 39.79
Current children cumulated vsize (Kb) 50284

[startup+50.007 s]
Raw data (loadavg): 0.97 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11684 0 0 0 4932 44 0 0 25 0 1 0 1769074701 51490816 11595 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12571 11595 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (Kb) 50284

[startup+60.0078 s]
Raw data (loadavg): 0.97 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11686 0 0 0 5926 46 0 0 25 0 1 0 1769074701 51490816 11597 4294967295 134512640 134736556 3221224560 3221223152 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12571 11597 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 59.72
Current children cumulated vsize (Kb) 50284

[startup+70.0086 s]
Raw data (loadavg): 0.98 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11688 0 0 0 6918 49 0 0 25 0 1 0 1769074701 51490816 11599 4294967295 134512640 134736556 3221224560 3221223152 134558393 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12571 11599 1116 68 0 12503 0
[pid=29347] vsize: 50284
Current children cumulated CPU time (s) 69.67
Current children cumulated vsize (Kb) 50284

[startup+80.0094 s]
Raw data (loadavg): 0.98 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 11941 0 0 0 7909 53 0 0 25 0 1 0 1769074701 52482048 11852 4294967295 134512640 134736556 3221224560 3221223208 134649597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12813 11852 1116 68 0 12745 0
[pid=29347] vsize: 51252
Current children cumulated CPU time (s) 79.62
Current children cumulated vsize (Kb) 51252

[startup+90.0102 s]
Raw data (loadavg): 0.98 0.99 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 11963 0 0 0 8898 57 0 0 25 0 1 0 1769074701 52482048 11874 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 12813 11874 1116 68 0 12745 0
[pid=29347] vsize: 51252
Current children cumulated CPU time (s) 89.55
Current children cumulated vsize (Kb) 51252

[startup+100.01 s]
Raw data (loadavg): 0.98 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 12938 0 0 0 9885 62 0 0 25 0 1 0 1769074701 56569856 12849 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 13811 12849 1116 68 0 13743 0
[pid=29347] vsize: 55244
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (Kb) 55244

[startup+110.011 s]
Raw data (loadavg): 0.99 0.99 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13047 0 0 0 10872 67 0 0 25 0 1 0 1769074701 57004032 12958 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 13917 12958 1116 68 0 13849 0
[pid=29347] vsize: 55668
Current children cumulated CPU time (s) 109.39
Current children cumulated vsize (Kb) 55668

[startup+120.012 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13061 0 0 0 11862 70 0 0 25 0 1 0 1769074701 57004032 12972 4294967295 134512640 134736556 3221224560 3221223216 134649114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 13917 12972 1116 68 0 13849 0
[pid=29347] vsize: 55668
Current children cumulated CPU time (s) 119.32
Current children cumulated vsize (Kb) 55668

[startup+130.011 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13165 0 0 0 12850 74 0 0 25 0 1 0 1769074701 57425920 13076 4294967295 134512640 134736556 3221224560 3221223196 134544036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14020 13076 1116 68 0 13952 0
[pid=29347] vsize: 56080
Current children cumulated CPU time (s) 129.24
Current children cumulated vsize (Kb) 56080

[startup+140.012 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13179 0 0 0 13837 78 0 0 25 0 1 0 1769074701 57548800 13090 4294967295 134512640 134736556 3221224560 3221223168 134558128 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13090 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (Kb) 56200

[startup+150.013 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13184 0 0 0 14825 82 0 0 25 0 1 0 1769074701 57548800 13095 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13095 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 149.07
Current children cumulated vsize (Kb) 56200

[startup+160.014 s]
Raw data (loadavg): 0.99 0.99 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13185 0 0 0 15812 87 0 0 25 0 1 0 1769074701 57548800 13096 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13096 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 158.99
Current children cumulated vsize (Kb) 56200

[startup+170.014 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13185 0 0 0 16801 91 0 0 25 0 1 0 1769074701 57548800 13096 4294967295 134512640 134736556 3221224560 3221223200 134648994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13096 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (Kb) 56200

[startup+180.014 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 17789 95 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223152 134558322 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 178.84
Current children cumulated vsize (Kb) 56200

[startup+190.015 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 18778 100 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223156 134558405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 188.78
Current children cumulated vsize (Kb) 56200

[startup+200.015 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 19766 104 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223168 134558193 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 198.7
Current children cumulated vsize (Kb) 56200

[startup+210.016 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 20756 108 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 208.64
Current children cumulated vsize (Kb) 56200

[startup+220.016 s]
Raw data (loadavg): 0.99 0.99 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13195 0 0 0 21744 113 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 218.57
Current children cumulated vsize (Kb) 56200

[startup+230.016 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 22733 118 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 228.51
Current children cumulated vsize (Kb) 56200

[startup+240.017 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 23721 122 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 238.43
Current children cumulated vsize (Kb) 56200

[startup+250.017 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 24709 126 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 248.35
Current children cumulated vsize (Kb) 56200

[startup+260.018 s]
Raw data (loadavg): 0.99 0.99 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13195 0 0 0 25697 130 0 0 25 0 1 0 1769074701 57548800 13106 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14050 13106 1116 68 0 13982 0
[pid=29347] vsize: 56200
Current children cumulated CPU time (s) 258.27
Current children cumulated vsize (Kb) 56200

[startup+270.018 s]
Raw data (loadavg): 1.07 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13253 0 0 0 26683 135 0 0 25 0 1 0 1769074701 57843712 13164 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13164 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 268.18
Current children cumulated vsize (Kb) 56488

[startup+280.018 s]
Raw data (loadavg): 1.06 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 27676 138 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 278.14
Current children cumulated vsize (Kb) 56488

[startup+290.02 s]
Raw data (loadavg): 1.05 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 28671 140 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223168 134558480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 288.11
Current children cumulated vsize (Kb) 56488

[startup+300.021 s]
Raw data (loadavg): 1.04 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 29667 142 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223168 134558480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 298.09
Current children cumulated vsize (Kb) 56488

[startup+310.021 s]
Raw data (loadavg): 1.04 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 30661 144 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223184 134649095 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 308.05
Current children cumulated vsize (Kb) 56488

[startup+320.022 s]
Raw data (loadavg): 1.03 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 31655 146 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223200 134649079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 318.01
Current children cumulated vsize (Kb) 56488

[startup+330.023 s]
Raw data (loadavg): 1.03 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 32648 149 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223288 134645789 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 327.97
Current children cumulated vsize (Kb) 56488

[startup+340.024 s]
Raw data (loadavg): 1.02 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 33639 154 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 337.93
Current children cumulated vsize (Kb) 56488

[startup+350.025 s]
Raw data (loadavg): 1.02 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 34626 158 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 347.84
Current children cumulated vsize (Kb) 56488

[startup+360.025 s]
Raw data (loadavg): 1.01 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 35616 162 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223288 134645789 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 357.78
Current children cumulated vsize (Kb) 56488

[startup+370.025 s]
Raw data (loadavg): 1.01 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 36604 167 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223200 134649079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 367.71
Current children cumulated vsize (Kb) 56488

[startup+380.025 s]
Raw data (loadavg): 1.01 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 37591 171 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 377.62
Current children cumulated vsize (Kb) 56488

[startup+390.026 s]
Raw data (loadavg): 1.01 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 38578 177 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223192 134560235 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 387.55
Current children cumulated vsize (Kb) 56488

[startup+400.027 s]
Raw data (loadavg): 1.01 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 39566 182 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223200 134524332 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 397.48
Current children cumulated vsize (Kb) 56488

[startup+410.027 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 40553 187 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223184 134649704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 407.4
Current children cumulated vsize (Kb) 56488

[startup+420.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 41541 192 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223196 134558380 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 417.33
Current children cumulated vsize (Kb) 56488

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13255 0 0 0 42530 195 0 0 25 0 1 0 1769074701 57843712 13166 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14122 13166 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 427.25
Current children cumulated vsize (Kb) 56488

[startup+440.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 43518 199 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 437.17
Current children cumulated vsize (Kb) 56488

[startup+450.028 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 44509 202 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 447.11
Current children cumulated vsize (Kb) 56488

[startup+460.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 45498 204 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 457.02
Current children cumulated vsize (Kb) 56488

[startup+470.03 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13256 0 0 0 46487 208 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 466.95
Current children cumulated vsize (Kb) 56488

[startup+480.03 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 47477 212 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 476.89
Current children cumulated vsize (Kb) 56488

[startup+490.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 48467 216 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 486.83
Current children cumulated vsize (Kb) 56488

[startup+500.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 49456 219 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 496.75
Current children cumulated vsize (Kb) 56488

[startup+510.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 50446 223 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223200 134649648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 506.69
Current children cumulated vsize (Kb) 56488

[startup+520.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 51434 227 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 516.61
Current children cumulated vsize (Kb) 56488

[startup+530.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 52423 231 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 526.54
Current children cumulated vsize (Kb) 56488

[startup+540.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 53411 235 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 536.46
Current children cumulated vsize (Kb) 56488

[startup+550.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 54403 238 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 546.41
Current children cumulated vsize (Kb) 56488

[startup+560.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 55392 242 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 556.34
Current children cumulated vsize (Kb) 56488

[startup+570.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 56379 247 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 566.26
Current children cumulated vsize (Kb) 56488

[startup+580.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 57365 251 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 576.16
Current children cumulated vsize (Kb) 56488

[startup+590.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 58354 255 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 586.09
Current children cumulated vsize (Kb) 56488

[startup+600.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 59344 259 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223192 134558025 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 596.03
Current children cumulated vsize (Kb) 56488

[startup+610.036 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 60332 264 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 605.96
Current children cumulated vsize (Kb) 56488

[startup+620.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 61320 268 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 615.88
Current children cumulated vsize (Kb) 56488

[startup+630.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 62310 271 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 625.81
Current children cumulated vsize (Kb) 56488

[startup+640.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 63299 275 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 635.74
Current children cumulated vsize (Kb) 56488

[startup+650.038 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13256 0 0 0 64288 279 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 645.67
Current children cumulated vsize (Kb) 56488

[startup+660.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 65277 284 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 655.61
Current children cumulated vsize (Kb) 56488

[startup+670.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 66266 288 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223204 134648967 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 665.54
Current children cumulated vsize (Kb) 56488

[startup+680.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 67256 292 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 675.48
Current children cumulated vsize (Kb) 56488

[startup+690.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 68247 295 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 685.42
Current children cumulated vsize (Kb) 56488

[startup+700.04 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13256 0 0 0 69236 299 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 695.35
Current children cumulated vsize (Kb) 56488

[startup+710.041 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13256 0 0 0 70225 303 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 705.28
Current children cumulated vsize (Kb) 56488

[startup+720.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 71216 306 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 715.22
Current children cumulated vsize (Kb) 56488

[startup+730.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 72207 309 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 725.16
Current children cumulated vsize (Kb) 56488

[startup+740.042 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 73197 313 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223192 134558385 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 735.1
Current children cumulated vsize (Kb) 56488

[startup+750.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 74187 318 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 745.05
Current children cumulated vsize (Kb) 56488

[startup+760.043 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13256 0 0 0 75177 322 0 0 25 0 1 0 1769074701 57843712 13167 4294967295 134512640 134736556 3221224560 3221223200 134649523 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14122 13167 1116 68 0 14054 0
[pid=29347] vsize: 56488
Current children cumulated CPU time (s) 754.99
Current children cumulated vsize (Kb) 56488

[startup+770.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13371 0 0 0 76166 325 0 0 25 0 1 0 1769074701 58265600 13282 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14225 13282 1116 68 0 14157 0
[pid=29347] vsize: 56900
Current children cumulated CPU time (s) 764.91
Current children cumulated vsize (Kb) 56900

[startup+780.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13384 0 0 0 77154 330 0 0 25 0 1 0 1769074701 58400768 13295 4294967295 134512640 134736556 3221224560 3221223128 134560350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14258 13295 1116 68 0 14190 0
[pid=29347] vsize: 57032
Current children cumulated CPU time (s) 774.84
Current children cumulated vsize (Kb) 57032

[startup+790.045 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13388 0 0 0 78142 335 0 0 25 0 1 0 1769074701 58400768 13299 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14258 13299 1116 68 0 14190 0
[pid=29347] vsize: 57032
Current children cumulated CPU time (s) 784.77
Current children cumulated vsize (Kb) 57032

[startup+800.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13388 0 0 0 79131 339 0 0 25 0 1 0 1769074701 58400768 13299 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14258 13299 1116 68 0 14190 0
[pid=29347] vsize: 57032
Current children cumulated CPU time (s) 794.7
Current children cumulated vsize (Kb) 57032

[startup+810.045 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13404 0 0 0 80117 343 0 0 25 0 1 0 1769074701 58400768 13315 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14258 13315 1116 68 0 14190 0
[pid=29347] vsize: 57032
Current children cumulated CPU time (s) 804.6
Current children cumulated vsize (Kb) 57032

[startup+820.044 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13404 0 0 0 81106 347 0 0 25 0 1 0 1769074701 58400768 13315 4294967295 134512640 134736556 3221224560 3221223152 134558288 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14258 13315 1116 68 0 14190 0
[pid=29347] vsize: 57032
Current children cumulated CPU time (s) 814.53
Current children cumulated vsize (Kb) 57032

[startup+830.045 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13418 0 0 0 82094 351 0 0 25 0 1 0 1769074701 58535936 13329 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13329 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 824.45
Current children cumulated vsize (Kb) 57164

[startup+840.046 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13424 0 0 0 83083 354 0 0 25 0 1 0 1769074701 58535936 13335 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13335 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 834.37
Current children cumulated vsize (Kb) 57164

[startup+850.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13424 0 0 0 84072 358 0 0 25 0 1 0 1769074701 58535936 13335 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13335 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 844.3
Current children cumulated vsize (Kb) 57164

[startup+860.047 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13424 0 0 0 85062 361 0 0 25 0 1 0 1769074701 58535936 13335 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13335 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 854.23
Current children cumulated vsize (Kb) 57164

[startup+870.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 86051 366 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 864.17
Current children cumulated vsize (Kb) 57164

[startup+880.047 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 87040 369 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 874.09
Current children cumulated vsize (Kb) 57164

[startup+890.048 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13436 0 0 0 88029 373 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 884.02
Current children cumulated vsize (Kb) 57164

[startup+900.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 89017 378 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 893.95
Current children cumulated vsize (Kb) 57164

[startup+910.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 90007 381 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 903.88
Current children cumulated vsize (Kb) 57164

[startup+920.048 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 90996 384 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 913.8
Current children cumulated vsize (Kb) 57164

[startup+930.048 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13436 0 0 0 91985 388 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 923.73
Current children cumulated vsize (Kb) 57164

[startup+940.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 92973 392 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 933.65
Current children cumulated vsize (Kb) 57164

[startup+950.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 93963 396 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 943.59
Current children cumulated vsize (Kb) 57164

[startup+960.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 94952 400 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 953.52
Current children cumulated vsize (Kb) 57164

[startup+970.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13436 0 0 0 95942 404 0 0 25 0 1 0 1769074701 58535936 13347 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14291 13347 1116 68 0 14223 0
[pid=29347] vsize: 57164
Current children cumulated CPU time (s) 963.46
Current children cumulated vsize (Kb) 57164

[startup+980.049 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13491 0 0 0 96927 410 0 0 25 0 1 0 1769074701 58810368 13402 4294967295 134512640 134736556 3221224560 3221223168 134558396 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14358 13402 1116 68 0 14290 0
[pid=29347] vsize: 57432
Current children cumulated CPU time (s) 973.37
Current children cumulated vsize (Kb) 57432

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13494 0 0 0 97916 413 0 0 20 0 1 0 1769074701 58810368 13405 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14358 13405 1116 68 0 14290 0
[pid=29347] vsize: 57432
Current children cumulated CPU time (s) 983.29
Current children cumulated vsize (Kb) 57432

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13494 0 0 0 98903 418 0 0 25 0 1 0 1769074701 58810368 13405 4294967295 134512640 134736556 3221224560 3221223216 134649120 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14358 13405 1116 68 0 14290 0
[pid=29347] vsize: 57432
Current children cumulated CPU time (s) 993.21
Current children cumulated vsize (Kb) 57432

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13494 0 0 0 99892 422 0 0 25 0 1 0 1769074701 58810368 13405 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14358 13405 1116 68 0 14290 0
[pid=29347] vsize: 57432
Current children cumulated CPU time (s) 1003.14
Current children cumulated vsize (Kb) 57432

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13507 0 0 0 100883 425 0 0 25 0 1 0 1769074701 58810368 13418 4294967295 134512640 134736556 3221224560 3221223180 134558384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14358 13418 1116 68 0 14290 0
[pid=29347] vsize: 57432
Current children cumulated CPU time (s) 1013.08
Current children cumulated vsize (Kb) 57432

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13514 0 0 0 101873 428 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1023.01
Current children cumulated vsize (Kb) 57564

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 102867 430 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1032.97
Current children cumulated vsize (Kb) 57564

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 103862 432 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1042.94
Current children cumulated vsize (Kb) 57564

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 104858 433 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223168 134558512 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1052.91
Current children cumulated vsize (Kb) 57564

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 105854 435 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1062.89
Current children cumulated vsize (Kb) 57564

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 106849 437 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1072.86
Current children cumulated vsize (Kb) 57564

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 107845 439 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1082.84
Current children cumulated vsize (Kb) 57564

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 108840 441 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1092.81
Current children cumulated vsize (Kb) 57564

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 109835 442 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1102.77
Current children cumulated vsize (Kb) 57564

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 110830 444 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1112.74
Current children cumulated vsize (Kb) 57564

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 111825 445 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1122.7
Current children cumulated vsize (Kb) 57564

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 112820 447 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1132.67
Current children cumulated vsize (Kb) 57564

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 113816 449 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1142.65
Current children cumulated vsize (Kb) 57564

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 114811 451 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223192 134544054 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1152.62
Current children cumulated vsize (Kb) 57564

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 115809 452 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223152 134558285 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1162.61
Current children cumulated vsize (Kb) 57564

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 116805 454 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223200 134648994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1172.59
Current children cumulated vsize (Kb) 57564

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.97 1/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) T 29346 29347 27660 0 -1 0 13533 0 0 0 117801 456 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (Kb) 57564

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/56 29347
Raw data (/proc/29347/stat): 29347 (bsolo) R 29346 29347 27660 0 -1 0 13533 0 0 0 118797 457 0 0 25 0 1 0 1769074701 58945536 13425 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29347/statm): 14391 13425 1116 68 0 14323 0
[pid=29347] vsize: 57564
Current children cumulated CPU time (s) 1192.54
Current children cumulated vsize (Kb) 57564
One traced child (pid=29347) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.56
CPU time (s): 1195.04
CPU user time (s): 1190.44
CPU system time (s): 4.6023
CPU usage (%): 99.3751
Max. virtual memory (cumulated for all children) (Kb): 57564

Verifier Data

ERROR: no interpretation found !