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-13-7/plato.asu.edu/pub/milp/normalized-mps-v2-13-7-bienst1.opb
MD5SUM3be753912a1804561d804d0545fc341d
Bench Categoryoptimization, medium integers (OPTMEDINT)
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 20
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 1048575
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 524288
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 13633395
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables9232
Total number of constraints632
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint1
Maximum length of a constraint260

Trace number 5364

Launcher Data

LAUNCH ON wulflinc5 THE 2005-09-20 00:47:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=1127 boxname=wulflinc5 idbench=1127 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  3be753912a1804561d804d0545fc341d  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-bienst1.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-bienst1.opb
IDLAUNCH: 1127
/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:        905768 kB
Buffers:         17084 kB
Cached:          86828 kB
SwapCached:        740 kB
Active:          30860 kB
Inactive:        75732 kB
HighTotal:      131008 kB
HighFree:        42532 kB
LowTotal:       903652 kB
LowFree:        863236 kB
SwapTotal:     2097136 kB
SwapFree:      2095892 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            16672 kB
Committed_AS:    64264 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 01:07:14 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 1127 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 9232 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 2.632
c After prepocess the problem consists of 6649 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 6649 #Dec: 15295 LB: 0 @ 103.03
c Restart #2 #Var: 6649 #Dec: 27625 LB: 0 @ 150.22
c Restart #3 #Var: 6649 #Dec: 47089 LB: 0 @ 210.34
c Restart #4 #Var: 6649 #Dec: 80218 LB: 0 @ 326.7
c Restart #5 #Var: 6649 #Dec: 147688 LB: 0 @ 441.03
c Restart #6 #Var: 6649 #Dec: 171390 LB: 0 @ 534.72
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/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1796107890 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 107 3 90 68 0 39 0
[pid=23792] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-bienst1.opb

[startup+10.0033 s]
Raw data (loadavg): 0.90 0.94 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9485 0 0 0 960 27 0 0 25 0 1 0 1796107890 42287104 9396 4294967295 134512640 134736556 3221224560 3221223168 134558532 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 10324 9396 1116 68 0 10256 0
[pid=23792] vsize: 41296
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (Kb) 41296

[startup+20.004 s]
Raw data (loadavg): 0.91 0.94 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9487 0 0 0 1953 29 0 0 25 0 1 0 1796107890 42287104 9398 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 10324 9398 1116 68 0 10256 0
[pid=23792] vsize: 41296
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (Kb) 41296

[startup+30.0047 s]
Raw data (loadavg): 0.92 0.94 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9489 0 0 0 2943 33 0 0 25 0 1 0 1796107890 42287104 9400 4294967295 134512640 134736556 3221224560 3221223300 134560264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 10324 9400 1116 68 0 10256 0
[pid=23792] vsize: 41296
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (Kb) 41296

[startup+40.0055 s]
Raw data (loadavg): 0.94 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 3927 39 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223112 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 39.66
Current children cumulated vsize (Kb) 42100

[startup+50.0062 s]
Raw data (loadavg): 0.95 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 4917 43 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (Kb) 42100

[startup+60.006 s]
Raw data (loadavg): 0.95 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 5907 46 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223184 134649704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 59.53
Current children cumulated vsize (Kb) 42100

[startup+70.0067 s]
Raw data (loadavg): 0.96 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 6898 48 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 69.46
Current children cumulated vsize (Kb) 42100

[startup+80.0074 s]
Raw data (loadavg): 0.97 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 7891 51 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 79.42
Current children cumulated vsize (Kb) 42100

[startup+90.0082 s]
Raw data (loadavg): 0.97 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9679 0 0 0 8883 54 0 0 25 0 1 0 1796107890 43110400 9590 4294967295 134512640 134736556 3221224560 3221223152 134558322 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9590 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 89.37
Current children cumulated vsize (Kb) 42100

[startup+100.008 s]
Raw data (loadavg): 0.97 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9683 0 0 0 9872 58 0 0 25 0 1 0 1796107890 43110400 9594 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10525 9594 1116 68 0 10457 0
[pid=23792] vsize: 42100
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (Kb) 42100

[startup+110.008 s]
Raw data (loadavg): 0.98 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9754 0 0 0 10859 63 0 0 25 0 1 0 1796107890 43388928 9665 4294967295 134512640 134736556 3221224560 3221223168 134558518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10593 9665 1116 68 0 10525 0
[pid=23792] vsize: 42372
Current children cumulated CPU time (s) 109.22
Current children cumulated vsize (Kb) 42372

[startup+120.008 s]
Raw data (loadavg): 0.98 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9754 0 0 0 11850 65 0 0 25 0 1 0 1796107890 43388928 9665 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10593 9665 1116 68 0 10525 0
[pid=23792] vsize: 42372
Current children cumulated CPU time (s) 119.15
Current children cumulated vsize (Kb) 42372

[startup+130.008 s]
Raw data (loadavg): 0.98 0.95 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9754 0 0 0 12841 70 0 0 25 0 1 0 1796107890 43388928 9665 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10593 9665 1116 68 0 10525 0
[pid=23792] vsize: 42372
Current children cumulated CPU time (s) 129.11
Current children cumulated vsize (Kb) 42372

[startup+140.009 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 9820 0 0 0 13822 76 0 0 25 0 1 0 1796107890 43614208 9731 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10648 9731 1116 68 0 10580 0
[pid=23792] vsize: 42592
Current children cumulated CPU time (s) 138.98
Current children cumulated vsize (Kb) 42592

[startup+150.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9829 0 0 0 14792 87 0 0 25 0 1 0 1796107890 43606016 9740 4294967295 134512640 134736556 3221224560 3221223136 134558569 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 10646 9740 1116 68 0 10578 0
[pid=23792] vsize: 42584
Current children cumulated CPU time (s) 148.79
Current children cumulated vsize (Kb) 42584

[startup+160.009 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9829 0 0 0 15782 90 0 0 25 0 1 0 1796107890 43606016 9740 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10646 9740 1116 68 0 10578 0
[pid=23792] vsize: 42584
Current children cumulated CPU time (s) 158.72
Current children cumulated vsize (Kb) 42584

[startup+170.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9829 0 0 0 16775 92 0 0 25 0 1 0 1796107890 43606016 9740 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10646 9740 1116 68 0 10578 0
[pid=23792] vsize: 42584
Current children cumulated CPU time (s) 168.67
Current children cumulated vsize (Kb) 42584

[startup+180.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9829 0 0 0 17765 95 0 0 25 0 1 0 1796107890 43606016 9740 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10646 9740 1116 68 0 10578 0
[pid=23792] vsize: 42584
Current children cumulated CPU time (s) 178.6
Current children cumulated vsize (Kb) 42584

[startup+190.011 s]
Raw data (loadavg): 0.99 0.96 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9829 0 0 0 18744 102 0 0 25 0 1 0 1796107890 43606016 9740 4294967295 134512640 134736556 3221224560 3221223088 134555076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10646 9740 1116 68 0 10578 0
[pid=23792] vsize: 42584
Current children cumulated CPU time (s) 188.46
Current children cumulated vsize (Kb) 42584

[startup+200.011 s]
Raw data (loadavg): 1.07 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 9872 0 0 0 19713 113 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 198.26
Current children cumulated vsize (Kb) 42720

[startup+210.011 s]
Raw data (loadavg): 1.06 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9888 0 0 0 20687 121 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 208.08
Current children cumulated vsize (Kb) 42720

[startup+220.012 s]
Raw data (loadavg): 1.05 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9904 0 0 0 21677 125 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 218.02
Current children cumulated vsize (Kb) 42720

[startup+230.012 s]
Raw data (loadavg): 1.04 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9904 0 0 0 22669 128 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223092 134554616 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 227.97
Current children cumulated vsize (Kb) 42720

[startup+240.012 s]
Raw data (loadavg): 1.04 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9904 0 0 0 23657 132 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 237.89
Current children cumulated vsize (Kb) 42720

[startup+250.012 s]
Raw data (loadavg): 1.03 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9904 0 0 0 24645 136 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 247.81
Current children cumulated vsize (Kb) 42720

[startup+260.012 s]
Raw data (loadavg): 1.02 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 9904 0 0 0 25635 139 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 257.74
Current children cumulated vsize (Kb) 42720

[startup+270.012 s]
Raw data (loadavg): 1.02 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 9904 0 0 0 26628 142 0 0 25 0 1 0 1796107890 43745280 9779 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10680 9779 1116 68 0 10612 0
[pid=23792] vsize: 42720
Current children cumulated CPU time (s) 267.7
Current children cumulated vsize (Kb) 42720

[startup+280.012 s]
Raw data (loadavg): 1.02 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 9917 0 0 0 27619 145 0 0 25 0 1 0 1796107890 43880448 9792 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10713 9792 1116 68 0 10645 0
[pid=23792] vsize: 42852
Current children cumulated CPU time (s) 277.64
Current children cumulated vsize (Kb) 42852

[startup+290.013 s]
Raw data (loadavg): 1.01 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10017 0 0 0 28607 150 0 0 25 0 1 0 1796107890 44285952 9892 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10812 9892 1116 68 0 10744 0
[pid=23792] vsize: 43248
Current children cumulated CPU time (s) 287.57
Current children cumulated vsize (Kb) 43248

[startup+300.014 s]
Raw data (loadavg): 1.01 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10116 0 0 0 29595 155 0 0 25 0 1 0 1796107890 44691456 9991 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 10911 9991 1116 68 0 10843 0
[pid=23792] vsize: 43644
Current children cumulated CPU time (s) 297.5
Current children cumulated vsize (Kb) 43644

[startup+310.013 s]
Raw data (loadavg): 1.01 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10242 0 0 0 30568 163 0 0 25 0 1 0 1796107890 45236224 10117 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11044 10117 1116 68 0 10976 0
[pid=23792] vsize: 44176
Current children cumulated CPU time (s) 307.31
Current children cumulated vsize (Kb) 44176

[startup+320.014 s]
Raw data (loadavg): 1.01 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10288 0 0 0 31531 176 0 0 25 0 1 0 1796107890 45371392 10163 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11077 10163 1116 68 0 11009 0
[pid=23792] vsize: 44308
Current children cumulated CPU time (s) 317.07
Current children cumulated vsize (Kb) 44308

[startup+330.015 s]
Raw data (loadavg): 1.01 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10301 0 0 0 32499 187 0 0 25 0 1 0 1796107890 45490176 10176 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11106 10176 1116 68 0 11038 0
[pid=23792] vsize: 44424
Current children cumulated CPU time (s) 326.86
Current children cumulated vsize (Kb) 44424

[startup+340.016 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10301 0 0 0 33493 189 0 0 25 0 1 0 1796107890 45490176 10176 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11106 10176 1116 68 0 11038 0
[pid=23792] vsize: 44424
Current children cumulated CPU time (s) 336.82
Current children cumulated vsize (Kb) 44424

[startup+350.016 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10301 0 0 0 34474 196 0 0 25 0 1 0 1796107890 45490176 10176 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11106 10176 1116 68 0 11038 0
[pid=23792] vsize: 44424
Current children cumulated CPU time (s) 346.7
Current children cumulated vsize (Kb) 44424

[startup+360.017 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10301 0 0 0 35437 207 0 0 25 0 1 0 1796107890 45490176 10176 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11106 10176 1116 68 0 11038 0
[pid=23792] vsize: 44424
Current children cumulated CPU time (s) 356.44
Current children cumulated vsize (Kb) 44424

[startup+370.017 s]
Raw data (loadavg): 1.00 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10302 0 0 0 36404 220 0 0 25 0 1 0 1796107890 45457408 10177 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11098 10177 1116 68 0 11030 0
[pid=23792] vsize: 44392
Current children cumulated CPU time (s) 366.24
Current children cumulated vsize (Kb) 44392

[startup+380.017 s]
Raw data (loadavg): 1.00 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10303 0 0 0 37370 232 0 0 25 0 1 0 1796107890 45457408 10178 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11098 10178 1116 68 0 11030 0
[pid=23792] vsize: 44392
Current children cumulated CPU time (s) 376.02
Current children cumulated vsize (Kb) 44392

[startup+390.017 s]
Raw data (loadavg): 1.00 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10330 0 0 0 38334 244 0 0 25 0 1 0 1796107890 45596672 10205 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11132 10205 1116 68 0 11064 0
[pid=23792] vsize: 44528
Current children cumulated CPU time (s) 385.78
Current children cumulated vsize (Kb) 44528

[startup+400.018 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10356 0 0 0 39298 256 0 0 25 0 1 0 1796107890 45596672 10231 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11132 10231 1116 68 0 11064 0
[pid=23792] vsize: 44528
Current children cumulated CPU time (s) 395.54
Current children cumulated vsize (Kb) 44528

[startup+410.018 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10356 0 0 0 40262 270 0 0 25 0 1 0 1796107890 45596672 10231 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11132 10231 1116 68 0 11064 0
[pid=23792] vsize: 44528
Current children cumulated CPU time (s) 405.32
Current children cumulated vsize (Kb) 44528

[startup+420.019 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10356 0 0 0 41229 282 0 0 25 0 1 0 1796107890 45596672 10231 4294967295 134512640 134736556 3221224560 3221223152 134558149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11132 10231 1116 68 0 11064 0
[pid=23792] vsize: 44528
Current children cumulated CPU time (s) 415.11
Current children cumulated vsize (Kb) 44528

[startup+430.019 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10356 0 0 0 42196 292 0 0 25 0 1 0 1796107890 45596672 10231 4294967295 134512640 134736556 3221224560 3221223152 134558409 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11132 10231 1116 68 0 11064 0
[pid=23792] vsize: 44528
Current children cumulated CPU time (s) 424.88
Current children cumulated vsize (Kb) 44528

[startup+440.02 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10370 0 0 0 43167 301 0 0 25 0 1 0 1796107890 45731840 10245 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11165 10245 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 434.68
Current children cumulated vsize (Kb) 44660

[startup+450.021 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10377 0 0 0 44147 308 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223176 134558031 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 444.55
Current children cumulated vsize (Kb) 44660

[startup+460.021 s]
Raw data (loadavg): 1.00 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10377 0 0 0 45137 311 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 454.48
Current children cumulated vsize (Kb) 44660

[startup+470.021 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10377 0 0 0 46119 318 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 464.37
Current children cumulated vsize (Kb) 44660

[startup+480.021 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10377 0 0 0 47101 326 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 474.27
Current children cumulated vsize (Kb) 44660

[startup+490.022 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10377 0 0 0 48086 332 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 484.18
Current children cumulated vsize (Kb) 44660

[startup+500.022 s]
Raw data (loadavg): 1.00 0.98 0.97 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10377 0 0 0 49069 339 0 0 25 0 1 0 1796107890 45731840 10252 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11165 10252 1116 68 0 11097 0
[pid=23792] vsize: 44660
Current children cumulated CPU time (s) 494.08
Current children cumulated vsize (Kb) 44660

[startup+510.022 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 50054 344 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 503.98
Current children cumulated vsize (Kb) 44772

[startup+520.023 s]
Raw data (loadavg): 1.00 0.98 0.97 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 51035 352 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 513.87
Current children cumulated vsize (Kb) 44772

[startup+530.023 s]
Raw data (loadavg): 1.15 1.01 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10395 0 0 0 52017 358 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 523.75
Current children cumulated vsize (Kb) 44772

[startup+540.023 s]
Raw data (loadavg): 1.13 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 53002 364 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223144 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 533.66
Current children cumulated vsize (Kb) 44772

[startup+550.023 s]
Raw data (loadavg): 1.11 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 53996 366 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223152 134558288 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 543.62
Current children cumulated vsize (Kb) 44772

[startup+560.023 s]
Raw data (loadavg): 1.09 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 54991 368 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 553.59
Current children cumulated vsize (Kb) 44772

[startup+570.024 s]
Raw data (loadavg): 1.08 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 55984 369 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 563.53
Current children cumulated vsize (Kb) 44772

[startup+580.023 s]
Raw data (loadavg): 1.06 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 56976 372 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 573.48
Current children cumulated vsize (Kb) 44772

[startup+590.024 s]
Raw data (loadavg): 1.05 1.01 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 57968 375 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 583.43
Current children cumulated vsize (Kb) 44772

[startup+600.024 s]
Raw data (loadavg): 1.05 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 58962 377 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 593.39
Current children cumulated vsize (Kb) 44772

[startup+610.024 s]
Raw data (loadavg): 1.04 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 59955 379 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223136 134558554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 603.34
Current children cumulated vsize (Kb) 44772

[startup+620.024 s]
Raw data (loadavg): 1.03 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10395 0 0 0 60948 382 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 613.3
Current children cumulated vsize (Kb) 44772

[startup+630.025 s]
Raw data (loadavg): 1.03 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 61941 385 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 623.26
Current children cumulated vsize (Kb) 44772

[startup+640.026 s]
Raw data (loadavg): 1.02 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 62935 387 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 633.22
Current children cumulated vsize (Kb) 44772

[startup+650.027 s]
Raw data (loadavg): 1.02 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 63929 389 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 643.18
Current children cumulated vsize (Kb) 44772

[startup+660.026 s]
Raw data (loadavg): 1.02 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 64922 391 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 653.13
Current children cumulated vsize (Kb) 44772

[startup+670.027 s]
Raw data (loadavg): 1.01 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 65917 393 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 663.1
Current children cumulated vsize (Kb) 44772

[startup+680.028 s]
Raw data (loadavg): 1.01 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 66910 395 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 673.05
Current children cumulated vsize (Kb) 44772

[startup+690.029 s]
Raw data (loadavg): 1.01 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 67903 398 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223200 134649141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 683.01
Current children cumulated vsize (Kb) 44772

[startup+700.028 s]
Raw data (loadavg): 1.01 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10395 0 0 0 68897 401 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 692.98
Current children cumulated vsize (Kb) 44772

[startup+710.029 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 69890 403 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 702.93
Current children cumulated vsize (Kb) 44772

[startup+720.03 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 70882 406 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 712.88
Current children cumulated vsize (Kb) 44772

[startup+730.03 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 71874 409 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223144 134560381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 722.83
Current children cumulated vsize (Kb) 44772

[startup+740.03 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 72868 411 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 732.79
Current children cumulated vsize (Kb) 44772

[startup+750.031 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 73861 413 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 742.74
Current children cumulated vsize (Kb) 44772

[startup+760.031 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 74853 416 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 752.69
Current children cumulated vsize (Kb) 44772

[startup+770.032 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 75847 418 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 762.65
Current children cumulated vsize (Kb) 44772

[startup+780.032 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 76840 421 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 772.61
Current children cumulated vsize (Kb) 44772

[startup+790.033 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 77833 423 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 782.56
Current children cumulated vsize (Kb) 44772

[startup+800.034 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 78826 425 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 792.51
Current children cumulated vsize (Kb) 44772

[startup+810.033 s]
Raw data (loadavg): 1.00 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10395 0 0 0 79820 427 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 802.47
Current children cumulated vsize (Kb) 44772

[startup+820.034 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 80812 430 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 812.42
Current children cumulated vsize (Kb) 44772

[startup+830.034 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 81803 433 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223152 134558535 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (Kb) 44772

[startup+840.035 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 82795 437 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134558031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 832.32
Current children cumulated vsize (Kb) 44772

[startup+850.035 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 83788 439 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223316 134644550 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 842.27
Current children cumulated vsize (Kb) 44772

[startup+860.035 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 84782 442 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 852.24
Current children cumulated vsize (Kb) 44772

[startup+870.036 s]
Raw data (loadavg): 1.00 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10395 0 0 0 85776 443 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 862.19
Current children cumulated vsize (Kb) 44772

[startup+880.036 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 86771 444 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 872.15
Current children cumulated vsize (Kb) 44772

[startup+890.037 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 87765 446 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223156 134558284 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (Kb) 44772

[startup+900.038 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 88759 448 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 892.07
Current children cumulated vsize (Kb) 44772

[startup+910.038 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10395 0 0 0 89751 452 0 0 25 0 1 0 1796107890 45846528 10270 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10270 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 902.03
Current children cumulated vsize (Kb) 44772

[startup+920.039 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10397 0 0 0 90745 454 0 0 25 0 1 0 1796107890 45846528 10272 4294967295 134512640 134736556 3221224560 3221223176 134558391 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10272 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 911.99
Current children cumulated vsize (Kb) 44772

[startup+930.039 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10397 0 0 0 91737 456 0 0 25 0 1 0 1796107890 45846528 10272 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10272 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 921.93
Current children cumulated vsize (Kb) 44772

[startup+940.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10401 0 0 0 92731 459 0 0 25 0 1 0 1796107890 45846528 10276 4294967295 134512640 134736556 3221224560 3221223180 134537576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10276 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 931.9
Current children cumulated vsize (Kb) 44772

[startup+950.041 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10401 0 0 0 93724 461 0 0 25 0 1 0 1796107890 45846528 10276 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10276 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (Kb) 44772

[startup+960.042 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10401 0 0 0 94718 463 0 0 25 0 1 0 1796107890 45846528 10276 4294967295 134512640 134736556 3221224560 3221223180 134544464 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10276 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 951.81
Current children cumulated vsize (Kb) 44772

[startup+970.042 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10402 0 0 0 95713 465 0 0 25 0 1 0 1796107890 45846528 10277 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10277 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 961.78
Current children cumulated vsize (Kb) 44772

[startup+980.042 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 96707 468 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223088 134555076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 971.75
Current children cumulated vsize (Kb) 44772

[startup+990.044 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 97701 470 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 981.71
Current children cumulated vsize (Kb) 44772

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 98696 471 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 991.67
Current children cumulated vsize (Kb) 44772

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 99691 473 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1001.64
Current children cumulated vsize (Kb) 44772

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 100685 476 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223160 134558141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1011.61
Current children cumulated vsize (Kb) 44772

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 101679 477 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1021.56
Current children cumulated vsize (Kb) 44772

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10407 0 0 0 102673 480 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1031.53
Current children cumulated vsize (Kb) 44772

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10407 0 0 0 103667 482 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1041.49
Current children cumulated vsize (Kb) 44772

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 104661 484 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1051.45
Current children cumulated vsize (Kb) 44772

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 105656 486 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223216 134648955 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1061.42
Current children cumulated vsize (Kb) 44772

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 106650 488 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1071.38
Current children cumulated vsize (Kb) 44772

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 107645 490 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223208 134648964 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1081.35
Current children cumulated vsize (Kb) 44772

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 108637 494 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1091.31
Current children cumulated vsize (Kb) 44772

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 109631 497 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1101.28
Current children cumulated vsize (Kb) 44772

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10407 0 0 0 110624 500 0 0 25 0 1 0 1796107890 45846528 10282 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10282 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1111.24
Current children cumulated vsize (Kb) 44772

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 111618 503 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1121.21
Current children cumulated vsize (Kb) 44772

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 112612 505 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1131.17
Current children cumulated vsize (Kb) 44772

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 113607 507 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1141.14
Current children cumulated vsize (Kb) 44772

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 114599 509 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223152 134558396 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1151.08
Current children cumulated vsize (Kb) 44772

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 115594 511 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1161.05
Current children cumulated vsize (Kb) 44772

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 116588 513 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223184 134649095 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1171.01
Current children cumulated vsize (Kb) 44772

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.98 1/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) T 23791 23792 824 0 -1 0 10408 0 0 0 117583 516 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1180.99
Current children cumulated vsize (Kb) 44772

[startup+1200.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/56 23792
Raw data (/proc/23792/stat): 23792 (bsolo) R 23791 23792 824 0 -1 0 10408 0 0 0 118576 518 0 0 25 0 1 0 1796107890 45846528 10283 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23792/statm): 11193 10283 1116 68 0 11125 0
[pid=23792] vsize: 44772
Current children cumulated CPU time (s) 1190.94
Current children cumulated vsize (Kb) 44772
One traced child (pid=23792) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1204.16
CPU time (s): 1195.04
CPU user time (s): 1189.82
CPU system time (s): 5.21921
CPU usage (%): 99.2423
Max. virtual memory (cumulated for all children) (Kb): 44772

Verifier Data

ERROR: no interpretation found !