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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-fit1d.opb
MD5SUM6bb160e5eb0ef9c02ca7232f62836f2b
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 8436
Biggest coefficient in the objective function 368640
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 57614442
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 483840
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 72412534
Number of bits of the biggest sum of numbers27
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1194.95
Number of variables8436
Total number of constraints1050
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1050
Minimum length of a constraint8
Maximum length of a constraint8436

Trace number 5054

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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:        890828 kB
Buffers:         31916 kB
Cached:          86552 kB
SwapCached:        736 kB
Active:          53296 kB
Inactive:        67812 kB
HighTotal:      131008 kB
HighFree:        40656 kB
LowTotal:       903652 kB
LowFree:        850172 kB
SwapTotal:     2097136 kB
SwapFree:      2095896 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5720 kB
Slab:            16964 kB
Committed_AS:    64152 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 22:30:11 (client local time) WITH STATUS 0 IN 1197.58 SECONDS
stats: 812 7 1197.58 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 8436 variables and 1051 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 24.934
c After prepocess the problem consists of 8434 variables and 1049 constraints.
c Initial Lower Bound: -7226190
c Restart #1 #Var: 8434 #Dec: 9967 LB: -7226190 @ 41.191
c Restart #2 #Var: 8434 #Dec: 24062 LB: -7226190 @ 72.666
c Restart #3 #Var: 8434 #Dec: 40097 LB: -7226190 @ 118.83
c Restart #4 #Var: 8434 #Dec: 64201 LB: -7226190 @ 178.1
s UNKNOWN
c Exit Code: 0
c Total time: 1197.5 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/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1795184727 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/5577/statm): 107 3 90 68 0 39 0
[pid=5577] 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/wulflinc7/normalized-mps-v2-13-7-fit1d.opb

[startup+10.0034 s]
Raw data (loadavg): 0.91 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 14490 0 0 0 952 35 0 0 25 0 1 0 1795184727 62787584 14378 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 15329 14378 1116 68 0 15261 0
[pid=5577] vsize: 61316
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (Kb) 61316

[startup+20.003 s]
Raw data (loadavg): 0.92 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 15321 0 0 0 1948 37 0 0 25 0 1 0 1795184727 66416640 15188 4294967295 134512640 134736556 3221224560 3221223136 134539904 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 16215 15188 1116 68 0 16147 0
[pid=5577] vsize: 64860
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (Kb) 64860

[startup+30.0066 s]
Raw data (loadavg): 0.94 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 16896 0 0 0 2915 51 0 0 25 0 1 0 1795184727 73003008 16759 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17823 16759 1116 68 0 17755 0
[pid=5577] vsize: 71292
Current children cumulated CPU time (s) 29.66
Current children cumulated vsize (Kb) 71292

[startup+40.0073 s]
Raw data (loadavg): 0.94 0.96 0.98 1/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) T 5576 5577 15400 0 -1 0 16932 0 0 0 3904 55 0 0 25 0 1 0 1795184727 73138176 16793 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17856 16793 1116 68 0 17788 0
[pid=5577] vsize: 71424
Current children cumulated CPU time (s) 39.59
Current children cumulated vsize (Kb) 71424

[startup+50.0069 s]
Raw data (loadavg): 0.95 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 16944 0 0 0 4871 68 0 0 25 0 1 0 1795184727 73191424 16793 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17869 16793 1116 68 0 17801 0
[pid=5577] vsize: 71476
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (Kb) 71476

[startup+60.0065 s]
Raw data (loadavg): 0.96 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 16994 0 0 0 5861 71 0 0 25 0 1 0 1795184727 73142272 16793 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17857 16793 1116 68 0 17789 0
[pid=5577] vsize: 71428
Current children cumulated CPU time (s) 59.32
Current children cumulated vsize (Kb) 71428

[startup+70.0072 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17017 0 0 0 6851 75 0 0 25 0 1 0 1795184727 73281536 16815 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17891 16815 1116 68 0 17823 0
[pid=5577] vsize: 71564
Current children cumulated CPU time (s) 69.26
Current children cumulated vsize (Kb) 71564

[startup+80.0078 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17032 0 0 0 7816 86 0 0 25 0 1 0 1795184727 73142272 16781 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17857 16781 1116 68 0 17789 0
[pid=5577] vsize: 71428
Current children cumulated CPU time (s) 79.02
Current children cumulated vsize (Kb) 71428

[startup+90.0074 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17044 0 0 0 8809 89 0 0 25 0 1 0 1795184727 73187328 16792 4294967295 134512640 134736556 3221224560 3221223152 134543728 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17868 16792 1116 68 0 17800 0
[pid=5577] vsize: 71472
Current children cumulated CPU time (s) 88.98
Current children cumulated vsize (Kb) 71472

[startup+100.007 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 9798 92 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 98.9
Current children cumulated vsize (Kb) 71652

[startup+110.008 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 10786 97 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 108.83
Current children cumulated vsize (Kb) 71652

[startup+120.007 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 11781 98 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223312 134609059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 118.79
Current children cumulated vsize (Kb) 71652

[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 12745 111 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 128.56
Current children cumulated vsize (Kb) 71652

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 13734 116 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 138.5
Current children cumulated vsize (Kb) 71652

[startup+150.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 14725 119 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 148.44
Current children cumulated vsize (Kb) 71652

[startup+160.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 15710 124 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 158.34
Current children cumulated vsize (Kb) 71652

[startup+170.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 16695 129 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 168.24
Current children cumulated vsize (Kb) 71652

[startup+180.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17100 0 0 0 17673 136 0 0 25 0 1 0 1795184727 73371648 16848 4294967295 134512640 134736556 3221224560 3221223124 134716325 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16848 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 178.09
Current children cumulated vsize (Kb) 71652

[startup+190.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17105 0 0 0 18643 146 0 0 25 0 1 0 1795184727 73371648 16853 4294967295 134512640 134736556 3221224560 3221223264 134605328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17913 16853 1116 68 0 17845 0
[pid=5577] vsize: 71652
Current children cumulated CPU time (s) 187.89
Current children cumulated vsize (Kb) 71652

[startup+200.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17142 0 0 0 19643 146 0 0 25 0 1 0 1795184727 73539584 16890 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17954 16890 1116 68 0 17886 0
[pid=5577] vsize: 71816
Current children cumulated CPU time (s) 197.89
Current children cumulated vsize (Kb) 71816

[startup+210.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17176 0 0 0 20643 146 0 0 25 0 1 0 1795184727 73674752 16924 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17987 16924 1116 68 0 17919 0
[pid=5577] vsize: 71948
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (Kb) 71948

[startup+220.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17176 0 0 0 21643 147 0 0 25 0 1 0 1795184727 73674752 16924 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17987 16924 1116 68 0 17919 0
[pid=5577] vsize: 71948
Current children cumulated CPU time (s) 217.9
Current children cumulated vsize (Kb) 71948

[startup+230.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17231 0 0 0 22643 147 0 0 25 0 1 0 1795184727 73551872 16901 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 17957 16901 1116 68 0 17889 0
[pid=5577] vsize: 71828
Current children cumulated CPU time (s) 227.9
Current children cumulated vsize (Kb) 71828

[startup+240.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17288 0 0 0 23642 148 0 0 25 0 1 0 1795184727 73822208 16958 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18023 16958 1116 68 0 17955 0
[pid=5577] vsize: 72092
Current children cumulated CPU time (s) 237.9
Current children cumulated vsize (Kb) 72092

[startup+250.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17312 0 0 0 24642 148 0 0 25 0 1 0 1795184727 73957376 16982 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18056 16982 1116 68 0 17988 0
[pid=5577] vsize: 72224
Current children cumulated CPU time (s) 247.9
Current children cumulated vsize (Kb) 72224

[startup+260.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17367 0 0 0 25642 148 0 0 25 0 1 0 1795184727 74252288 17037 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18128 17037 1116 68 0 18060 0
[pid=5577] vsize: 72512
Current children cumulated CPU time (s) 257.9
Current children cumulated vsize (Kb) 72512

[startup+270.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17367 0 0 0 26642 148 0 0 25 0 1 0 1795184727 74252288 17037 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18128 17037 1116 68 0 18060 0
[pid=5577] vsize: 72512
Current children cumulated CPU time (s) 267.9
Current children cumulated vsize (Kb) 72512

[startup+280.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17367 0 0 0 27642 148 0 0 25 0 1 0 1795184727 74252288 17037 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18128 17037 1116 68 0 18060 0
[pid=5577] vsize: 72512
Current children cumulated CPU time (s) 277.9
Current children cumulated vsize (Kb) 72512

[startup+290.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17422 0 0 0 28642 148 0 0 25 0 1 0 1795184727 74387456 17092 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18161 17092 1116 68 0 18093 0
[pid=5577] vsize: 72644
Current children cumulated CPU time (s) 287.9
Current children cumulated vsize (Kb) 72644

[startup+300.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17514 0 0 0 29642 148 0 0 25 0 1 0 1795184727 74801152 17184 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18262 17184 1116 68 0 18194 0
[pid=5577] vsize: 73048
Current children cumulated CPU time (s) 297.9
Current children cumulated vsize (Kb) 73048

[startup+310.004 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17588 0 0 0 30642 149 0 0 25 0 1 0 1795184727 75104256 17258 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18336 17258 1116 68 0 18268 0
[pid=5577] vsize: 73344
Current children cumulated CPU time (s) 307.91
Current children cumulated vsize (Kb) 73344

[startup+320.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17589 0 0 0 31642 149 0 0 25 0 1 0 1795184727 75104256 17259 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18336 17259 1116 68 0 18268 0
[pid=5577] vsize: 73344
Current children cumulated CPU time (s) 317.91
Current children cumulated vsize (Kb) 73344

[startup+330.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17589 0 0 0 32643 149 0 0 25 0 1 0 1795184727 75104256 17259 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18336 17259 1116 68 0 18268 0
[pid=5577] vsize: 73344
Current children cumulated CPU time (s) 327.92
Current children cumulated vsize (Kb) 73344

[startup+340.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17666 0 0 0 33643 149 0 0 25 0 1 0 1795184727 75513856 17336 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18436 17336 1116 68 0 18368 0
[pid=5577] vsize: 73744
Current children cumulated CPU time (s) 337.92
Current children cumulated vsize (Kb) 73744

[startup+350.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17705 0 0 0 34643 149 0 0 25 0 1 0 1795184727 75456512 17352 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18422 17352 1116 68 0 18354 0
[pid=5577] vsize: 73688
Current children cumulated CPU time (s) 347.92
Current children cumulated vsize (Kb) 73688

[startup+360.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17707 0 0 0 35643 149 0 0 25 0 1 0 1795184727 75456512 17354 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18422 17354 1116 68 0 18354 0
[pid=5577] vsize: 73688
Current children cumulated CPU time (s) 357.92
Current children cumulated vsize (Kb) 73688

[startup+370.004 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17730 0 0 0 36643 149 0 0 25 0 1 0 1795184727 75218944 17299 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18364 17299 1116 68 0 18296 0
[pid=5577] vsize: 73456
Current children cumulated CPU time (s) 367.92
Current children cumulated vsize (Kb) 73456

[startup+380.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17733 0 0 0 37643 149 0 0 25 0 1 0 1795184727 75218944 17302 4294967295 134512640 134736556 3221224560 3221222924 1077379908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18364 17302 1116 68 0 18296 0
[pid=5577] vsize: 73456
Current children cumulated CPU time (s) 377.92
Current children cumulated vsize (Kb) 73456

[startup+390.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17753 0 0 0 38643 149 0 0 25 0 1 0 1795184727 75354112 17322 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18397 17322 1116 68 0 18329 0
[pid=5577] vsize: 73588
Current children cumulated CPU time (s) 387.92
Current children cumulated vsize (Kb) 73588

[startup+400.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17922 0 0 0 39642 150 0 0 25 0 1 0 1795184727 76054528 17491 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18568 17491 1116 68 0 18500 0
[pid=5577] vsize: 74272
Current children cumulated CPU time (s) 397.92
Current children cumulated vsize (Kb) 74272

[startup+410.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17922 0 0 0 40642 150 0 0 25 0 1 0 1795184727 75218944 17303 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18364 17303 1116 68 0 18296 0
[pid=5577] vsize: 73456
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (Kb) 73456

[startup+420.004 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17925 0 0 0 41642 150 0 0 25 0 1 0 1795184727 75218944 17306 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18364 17306 1116 68 0 18296 0
[pid=5577] vsize: 73456
Current children cumulated CPU time (s) 417.92
Current children cumulated vsize (Kb) 73456

[startup+430.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 17927 0 0 0 42642 150 0 0 25 0 1 0 1795184727 75218944 17308 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18364 17308 1116 68 0 18296 0
[pid=5577] vsize: 73456
Current children cumulated CPU time (s) 427.92
Current children cumulated vsize (Kb) 73456

[startup+440.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18113 0 0 0 43642 151 0 0 25 0 1 0 1795184727 76054528 17494 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18568 17494 1116 68 0 18500 0
[pid=5577] vsize: 74272
Current children cumulated CPU time (s) 437.93
Current children cumulated vsize (Kb) 74272

[startup+450.004 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18170 0 0 0 44642 151 0 0 25 0 1 0 1795184727 75931648 17473 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17473 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 447.93
Current children cumulated vsize (Kb) 74152

[startup+460.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18173 0 0 0 45642 151 0 0 25 0 1 0 1795184727 75931648 17476 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17476 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 457.93
Current children cumulated vsize (Kb) 74152

[startup+470.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18179 0 0 0 46642 151 0 0 25 0 1 0 1795184727 75931648 17482 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17482 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 467.93
Current children cumulated vsize (Kb) 74152

[startup+480.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18179 0 0 0 47642 151 0 0 25 0 1 0 1795184727 75931648 17482 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17482 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 477.93
Current children cumulated vsize (Kb) 74152

[startup+490.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 48642 151 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 487.93
Current children cumulated vsize (Kb) 74152

[startup+500.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 49641 151 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 497.92
Current children cumulated vsize (Kb) 74152

[startup+510.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 50642 151 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 507.93
Current children cumulated vsize (Kb) 74152

[startup+520.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 51642 151 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 517.93
Current children cumulated vsize (Kb) 74152

[startup+530.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 52642 151 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 527.93
Current children cumulated vsize (Kb) 74152

[startup+540.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 53642 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 537.94
Current children cumulated vsize (Kb) 74152

[startup+550.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 54642 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 547.94
Current children cumulated vsize (Kb) 74152

[startup+560.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 55642 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 557.94
Current children cumulated vsize (Kb) 74152

[startup+570.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 56642 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 567.94
Current children cumulated vsize (Kb) 74152

[startup+580.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18182 0 0 0 57643 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 577.95
Current children cumulated vsize (Kb) 74152

[startup+590.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18205 0 0 0 58643 152 0 0 25 0 1 0 1795184727 75931648 17485 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18538 17485 1116 68 0 18470 0
[pid=5577] vsize: 74152
Current children cumulated CPU time (s) 587.95
Current children cumulated vsize (Kb) 74152

[startup+600.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18338 0 0 0 59642 152 0 0 25 0 1 0 1795184727 76632064 17618 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18709 17618 1116 68 0 18641 0
[pid=5577] vsize: 74836
Current children cumulated CPU time (s) 597.94
Current children cumulated vsize (Kb) 74836

[startup+610.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18338 0 0 0 60642 152 0 0 25 0 1 0 1795184727 76455936 17607 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17607 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 607.94
Current children cumulated vsize (Kb) 74664

[startup+620.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18338 0 0 0 61642 152 0 0 25 0 1 0 1795184727 76455936 17607 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17607 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 617.94
Current children cumulated vsize (Kb) 74664

[startup+630.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18352 0 0 0 62642 152 0 0 25 0 1 0 1795184727 76455936 17610 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17610 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 627.94
Current children cumulated vsize (Kb) 74664

[startup+640.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18352 0 0 0 63642 152 0 0 25 0 1 0 1795184727 76455936 17610 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17610 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 637.94
Current children cumulated vsize (Kb) 74664

[startup+650.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 64642 152 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 647.94
Current children cumulated vsize (Kb) 74664

[startup+660.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 65643 152 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 657.95
Current children cumulated vsize (Kb) 74664

[startup+670.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 66643 152 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 667.95
Current children cumulated vsize (Kb) 74664

[startup+680.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 67643 152 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 677.95
Current children cumulated vsize (Kb) 74664

[startup+690.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 68643 152 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 687.95
Current children cumulated vsize (Kb) 74664

[startup+700.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 69643 153 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 697.96
Current children cumulated vsize (Kb) 74664

[startup+710.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 70643 153 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 707.96
Current children cumulated vsize (Kb) 74664

[startup+720.005 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 71643 153 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 717.96
Current children cumulated vsize (Kb) 74664

[startup+730.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 72643 153 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 727.96
Current children cumulated vsize (Kb) 74664

[startup+740.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 73642 154 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 737.96
Current children cumulated vsize (Kb) 74664

[startup+750.006 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 74642 154 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 747.96
Current children cumulated vsize (Kb) 74664

[startup+760.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18355 0 0 0 75642 154 0 0 25 0 1 0 1795184727 76455936 17613 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18666 17613 1116 68 0 18598 0
[pid=5577] vsize: 74664
Current children cumulated CPU time (s) 757.96
Current children cumulated vsize (Kb) 74664

[startup+770.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18396 0 0 0 76641 155 0 0 25 0 1 0 1795184727 76726272 17654 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18732 17654 1116 68 0 18664 0
[pid=5577] vsize: 74928
Current children cumulated CPU time (s) 767.96
Current children cumulated vsize (Kb) 74928

[startup+780.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18421 0 0 0 77641 155 0 0 25 0 1 0 1795184727 76869632 17679 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18767 17679 1116 68 0 18699 0
[pid=5577] vsize: 75068
Current children cumulated CPU time (s) 777.96
Current children cumulated vsize (Kb) 75068

[startup+790.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18424 0 0 0 78641 155 0 0 25 0 1 0 1795184727 76869632 17682 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18767 17682 1116 68 0 18699 0
[pid=5577] vsize: 75068
Current children cumulated CPU time (s) 787.96
Current children cumulated vsize (Kb) 75068

[startup+800.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18479 0 0 0 79641 155 0 0 25 0 1 0 1795184727 77004800 17737 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17737 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 797.96
Current children cumulated vsize (Kb) 75200

[startup+810.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18479 0 0 0 80641 156 0 0 25 0 1 0 1795184727 77004800 17737 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17737 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 807.97
Current children cumulated vsize (Kb) 75200

[startup+820.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18479 0 0 0 81641 156 0 0 25 0 1 0 1795184727 77004800 17737 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17737 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 817.97
Current children cumulated vsize (Kb) 75200

[startup+830.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 82641 156 0 0 25 0 1 0 1795184727 77004800 17738 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17738 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 827.97
Current children cumulated vsize (Kb) 75200

[startup+840.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 83641 156 0 0 25 0 1 0 1795184727 77004800 17738 4294967295 134512640 134736556 3221224560 3221223296 134553215 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17738 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 837.97
Current children cumulated vsize (Kb) 75200

[startup+850.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 84641 156 0 0 25 0 1 0 1795184727 77004800 17738 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17738 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 847.97
Current children cumulated vsize (Kb) 75200

[startup+860.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 85641 157 0 0 25 0 1 0 1795184727 77004800 17738 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18800 17738 1116 68 0 18732 0
[pid=5577] vsize: 75200
Current children cumulated CPU time (s) 857.98
Current children cumulated vsize (Kb) 75200

[startup+870.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 86641 157 0 0 25 0 1 0 1795184727 76881920 17715 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17715 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 867.98
Current children cumulated vsize (Kb) 75080

[startup+880.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 87641 157 0 0 25 0 1 0 1795184727 76881920 17715 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17715 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 877.98
Current children cumulated vsize (Kb) 75080

[startup+890.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18480 0 0 0 88641 157 0 0 25 0 1 0 1795184727 76881920 17715 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17715 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 887.98
Current children cumulated vsize (Kb) 75080

[startup+900.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 89642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 897.99
Current children cumulated vsize (Kb) 75080

[startup+910.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 90642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 907.99
Current children cumulated vsize (Kb) 75080

[startup+920.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 91642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 917.99
Current children cumulated vsize (Kb) 75080

[startup+930.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 92642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 927.99
Current children cumulated vsize (Kb) 75080

[startup+940.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 93642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 937.99
Current children cumulated vsize (Kb) 75080

[startup+950.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 94642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 947.99
Current children cumulated vsize (Kb) 75080

[startup+960.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 95642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 957.99
Current children cumulated vsize (Kb) 75080

[startup+970.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 96642 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 967.99
Current children cumulated vsize (Kb) 75080

[startup+980.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 97643 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 978
Current children cumulated vsize (Kb) 75080

[startup+990.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 98643 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 988
Current children cumulated vsize (Kb) 75080

[startup+1000.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 99643 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 998
Current children cumulated vsize (Kb) 75080

[startup+1010.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 100643 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1008
Current children cumulated vsize (Kb) 75080

[startup+1020.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 101643 157 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1018
Current children cumulated vsize (Kb) 75080

[startup+1030.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 102643 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1028.01
Current children cumulated vsize (Kb) 75080

[startup+1040.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 103643 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1038.01
Current children cumulated vsize (Kb) 75080

[startup+1050.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 104643 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1048.01
Current children cumulated vsize (Kb) 75080

[startup+1060.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 105644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1058.02
Current children cumulated vsize (Kb) 75080

[startup+1070.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 106643 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1068.01
Current children cumulated vsize (Kb) 75080

[startup+1080.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 107644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1078.02
Current children cumulated vsize (Kb) 75080

[startup+1090.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 108644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223096 1077377891 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1088.02
Current children cumulated vsize (Kb) 75080

[startup+1100.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 109644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1098.02
Current children cumulated vsize (Kb) 75080

[startup+1110.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 110644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1108.02
Current children cumulated vsize (Kb) 75080

[startup+1120.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 111644 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1118.02
Current children cumulated vsize (Kb) 75080

[startup+1130.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 112645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1128.03
Current children cumulated vsize (Kb) 75080

[startup+1140.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 113645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1138.03
Current children cumulated vsize (Kb) 75080

[startup+1150.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 114645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1148.03
Current children cumulated vsize (Kb) 75080

[startup+1160.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 115645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1158.03
Current children cumulated vsize (Kb) 75080

[startup+1170.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 116645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1168.03
Current children cumulated vsize (Kb) 75080

[startup+1180.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 117645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1178.03
Current children cumulated vsize (Kb) 75080

[startup+1190.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 5577
Raw data (/proc/5577/stat): 5577 (bsolo) R 5576 5577 15400 0 -1 0 18482 0 0 0 118645 158 0 0 25 0 1 0 1795184727 76881920 17717 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/5577/statm): 18770 17717 1116 68 0 18702 0
[pid=5577] vsize: 75080
Current children cumulated CPU time (s) 1188.03
Current children cumulated vsize (Kb) 75080
One traced child (pid=5577) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1199.55
CPU time (s): 1197.58
CPU user time (s): 1195.96
CPU system time (s): 1.62175
CPU usage (%): 99.8356
Max. virtual memory (cumulated for all children) (Kb): 75200

Verifier Data

ERROR: no interpretation found !