Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos8.opb
MD5SUM74f2ccfaf3fc18110d6ed0b0b3cd2342
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3719
Optimality of the best value was proved YES
Number of terms in the objective function 68
Biggest coefficient in the objective function 2700
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 54380
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2700
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 54380
Number of bits of the biggest sum of numbers16
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark37.6333
Number of variables23264
Total number of constraints69552
Number of constraints which are clauses20804
Number of constraints which are cardinality constraints (but not clauses)23228
Number of constraints which are nor clauses,nor cardinality constraints25520
Minimum length of a constraint1
Maximum length of a constraint2747

Trace number 4980

Launcher Data

LAUNCH ON wulflinc22 THE 2005-09-19 21:41:53 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=733 boxname=wulflinc22 idbench=733 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  74f2ccfaf3fc18110d6ed0b0b3cd2342  /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-neos8.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-neos8.opb
IDLAUNCH: 733
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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	: 3
cpu MHz		: 451.031
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:        722448 kB
Buffers:         36492 kB
Cached:         247824 kB
SwapCached:        536 kB
Active:         215044 kB
Inactive:        71828 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        722196 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           5868 kB
Slab:            19748 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:01:52 (client local time) WITH STATUS 0 IN 1195.3 SECONDS
stats: 733 7 1195.3 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 23264 variables and 46340 constraints.
c	preprocess terminated. Elapsed time: 70.586
c After prepocess the problem consists of 23148 variables and 46224 constraints.
c Initial Lower Bound: -44150
c Restart #1 #Var: 23148 #Dec: 4993 LB: -44150 @ 158.7
c Restart #2 #Var: 23148 #Dec: 11946 LB: -44150 @ 277.16
c Restart #3 #Var: 23148 #Dec: 21483 LB: -44150 @ 424.37
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/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1853218965 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 107 3 90 68 0 39 0
[pid=9463] 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/wulflinc22/normalized-mps-v2-20-10-neos8.opb

[startup+10.0041 s]
Raw data (loadavg): 1.04 1.08 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 85485 0 0 0 782 180 0 0 25 0 1 0 1853218965 353505280 85396 4294967295 134512640 134736556 3221224560 3221221260 1077193047 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 86305 85396 1116 68 0 86237 0
[pid=9463] vsize: 345220
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (Kb) 345220

[startup+20.0048 s]
Raw data (loadavg): 1.03 1.08 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 121341 0 0 0 1700 247 0 0 25 0 1 0 1853218965 500469760 121252 4294967295 134512640 134736556 3221224560 3221223088 134573619 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 122185 121252 1116 68 0 122117 0
[pid=9463] vsize: 488740
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (Kb) 488740

[startup+30.0055 s]
Raw data (loadavg): 1.02 1.07 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 135625 0 0 0 2669 272 0 0 25 0 1 0 1853218965 559108096 135536 4294967295 134512640 134736556 3221224560 3221223068 1077399564 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 136501 135536 1116 68 0 136433 0
[pid=9463] vsize: 546004
Current children cumulated CPU time (s) 29.41
Current children cumulated vsize (Kb) 546004

[startup+40.0062 s]
Raw data (loadavg): 1.02 1.07 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 144171 0 0 0 3644 292 0 0 25 0 1 0 1853218965 594112512 144082 4294967295 134512640 134736556 3221224560 3221221340 1077359153 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 145047 144082 1116 68 0 144979 0
[pid=9463] vsize: 580188
Current children cumulated CPU time (s) 39.36
Current children cumulated vsize (Kb) 580188

[startup+50.0059 s]
Raw data (loadavg): 1.02 1.07 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 148064 0 0 0 4630 302 0 0 25 0 1 0 1853218965 610246656 147971 4294967295 134512640 134736556 3221224560 3221222852 1077314270 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 148986 147971 1116 68 0 148918 0
[pid=9463] vsize: 595944
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (Kb) 595944

[startup+60.0056 s]
Raw data (loadavg): 1.01 1.06 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 151525 0 0 0 5619 312 0 0 25 0 1 0 1853218965 625025024 151432 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 152594 151432 1116 68 0 152526 0
[pid=9463] vsize: 610376
Current children cumulated CPU time (s) 59.31
Current children cumulated vsize (Kb) 610376

[startup+70.0053 s]
Raw data (loadavg): 1.01 1.06 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 151525 0 0 0 6619 312 0 0 25 0 1 0 1853218965 625025024 151432 4294967295 134512640 134736556 3221224560 3221223296 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 152594 151432 1116 68 0 152526 0
[pid=9463] vsize: 610376
Current children cumulated CPU time (s) 69.31
Current children cumulated vsize (Kb) 610376

[startup+80.006 s]
Raw data (loadavg): 1.01 1.06 1.06 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153239 0 0 0 7614 316 0 0 25 0 1 0 1853218965 630890496 152871 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154026 152871 1116 68 0 153958 0
[pid=9463] vsize: 616104
Current children cumulated CPU time (s) 79.3
Current children cumulated vsize (Kb) 616104

[startup+90.0058 s]
Raw data (loadavg): 1.01 1.06 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153239 0 0 0 8609 318 0 0 25 0 1 0 1853218965 630890496 152871 4294967295 134512640 134736556 3221224560 3221223120 134558423 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154026 152871 1116 68 0 153958 0
[pid=9463] vsize: 616104
Current children cumulated CPU time (s) 89.27
Current children cumulated vsize (Kb) 616104

[startup+100.005 s]
Raw data (loadavg): 1.01 1.05 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 9603 321 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (Kb) 616632

[startup+110.006 s]
Raw data (loadavg): 1.00 1.05 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 10599 323 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 109.22
Current children cumulated vsize (Kb) 616632

[startup+120.006 s]
Raw data (loadavg): 1.00 1.05 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 11594 325 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223232 134536477 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 119.19
Current children cumulated vsize (Kb) 616632

[startup+130.007 s]
Raw data (loadavg): 1.00 1.05 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 12590 327 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 129.17
Current children cumulated vsize (Kb) 616632

[startup+140.007 s]
Raw data (loadavg): 1.00 1.05 1.05 1/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) T 9462 9463 21452 0 -1 0 153394 0 0 0 13586 328 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 139.14
Current children cumulated vsize (Kb) 616632

[startup+150.007 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 14582 330 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223152 134558322 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 149.12
Current children cumulated vsize (Kb) 616632

[startup+160.008 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153394 0 0 0 15577 332 0 0 25 0 1 0 1853218965 631431168 153026 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153026 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 159.09
Current children cumulated vsize (Kb) 616632

[startup+170.008 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 16574 333 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 169.07
Current children cumulated vsize (Kb) 616632

[startup+180.009 s]
Raw data (loadavg): 1.00 1.04 1.05 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 17571 335 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 179.06
Current children cumulated vsize (Kb) 616632

[startup+190.009 s]
Raw data (loadavg): 1.00 1.04 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 18568 336 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223100 134555082 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 189.04
Current children cumulated vsize (Kb) 616632

[startup+200.009 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 19563 337 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 199
Current children cumulated vsize (Kb) 616632

[startup+210.009 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 20559 339 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 208.98
Current children cumulated vsize (Kb) 616632

[startup+220.009 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 21556 340 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 218.96
Current children cumulated vsize (Kb) 616632

[startup+230.01 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 22553 341 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 228.94
Current children cumulated vsize (Kb) 616632

[startup+240.01 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 23547 344 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 238.91
Current children cumulated vsize (Kb) 616632

[startup+250.01 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 24543 346 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223124 134543064 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 248.89
Current children cumulated vsize (Kb) 616632

[startup+260.011 s]
Raw data (loadavg): 1.00 1.03 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 25539 348 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223104 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 258.87
Current children cumulated vsize (Kb) 616632

[startup+270.011 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 26535 349 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223136 134523635 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 268.84
Current children cumulated vsize (Kb) 616632

[startup+280.011 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153395 0 0 0 27527 352 0 0 25 0 1 0 1853218965 631431168 153027 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153027 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 278.79
Current children cumulated vsize (Kb) 616632

[startup+290.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 28525 353 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 288.78
Current children cumulated vsize (Kb) 616632

[startup+300.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 29521 355 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 298.76
Current children cumulated vsize (Kb) 616632

[startup+310.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 30517 356 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 308.73
Current children cumulated vsize (Kb) 616632

[startup+320.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 31512 358 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223152 134716187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 318.7
Current children cumulated vsize (Kb) 616632

[startup+330.012 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 32507 360 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223156 134543473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 328.67
Current children cumulated vsize (Kb) 616632

[startup+340.012 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 33502 363 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223196 134544444 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 338.65
Current children cumulated vsize (Kb) 616632

[startup+350.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 34498 364 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223120 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 348.62
Current children cumulated vsize (Kb) 616632

[startup+360.011 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 35493 366 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 358.59
Current children cumulated vsize (Kb) 616632

[startup+370.011 s]
Raw data (loadavg): 1.08 1.03 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 36487 367 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223328 134644663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 368.54
Current children cumulated vsize (Kb) 616632

[startup+380.011 s]
Raw data (loadavg): 1.07 1.03 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 37482 369 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 378.51
Current children cumulated vsize (Kb) 616632

[startup+390.011 s]
Raw data (loadavg): 1.06 1.03 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 38478 371 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 388.49
Current children cumulated vsize (Kb) 616632

[startup+400.011 s]
Raw data (loadavg): 1.13 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 39471 374 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223272 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (Kb) 616632

[startup+410.01 s]
Raw data (loadavg): 1.11 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 40466 375 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223172 134544543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (Kb) 616632

[startup+420.01 s]
Raw data (loadavg): 1.09 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 41460 378 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 418.38
Current children cumulated vsize (Kb) 616632

[startup+430.011 s]
Raw data (loadavg): 1.16 1.05 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 42456 380 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 428.36
Current children cumulated vsize (Kb) 616632

[startup+440.011 s]
Raw data (loadavg): 1.20 1.07 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 43453 381 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 438.34
Current children cumulated vsize (Kb) 616632

[startup+450.01 s]
Raw data (loadavg): 1.17 1.07 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 44450 382 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 448.32
Current children cumulated vsize (Kb) 616632

[startup+460.01 s]
Raw data (loadavg): 1.15 1.06 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 45447 383 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 458.3
Current children cumulated vsize (Kb) 616632

[startup+470.01 s]
Raw data (loadavg): 1.12 1.06 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 46444 384 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 468.28
Current children cumulated vsize (Kb) 616632

[startup+480.01 s]
Raw data (loadavg): 1.10 1.06 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 47439 387 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 478.26
Current children cumulated vsize (Kb) 616632

[startup+490.011 s]
Raw data (loadavg): 1.09 1.06 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 48433 390 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 488.23
Current children cumulated vsize (Kb) 616632

[startup+500.011 s]
Raw data (loadavg): 1.07 1.05 1.04 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 49427 392 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 498.19
Current children cumulated vsize (Kb) 616632

[startup+510.011 s]
Raw data (loadavg): 1.06 1.05 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 50422 394 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223172 134634320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 508.16
Current children cumulated vsize (Kb) 616632

[startup+520.011 s]
Raw data (loadavg): 1.05 1.05 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 51417 396 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 518.13
Current children cumulated vsize (Kb) 616632

[startup+530.012 s]
Raw data (loadavg): 1.04 1.05 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 52410 399 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 528.09
Current children cumulated vsize (Kb) 616632

[startup+540.012 s]
Raw data (loadavg): 1.04 1.05 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 53402 401 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 538.03
Current children cumulated vsize (Kb) 616632

[startup+550.011 s]
Raw data (loadavg): 1.03 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 54396 403 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223200 134649136 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 547.99
Current children cumulated vsize (Kb) 616632

[startup+560.012 s]
Raw data (loadavg): 1.02 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 55391 405 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223076 134716792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 557.96
Current children cumulated vsize (Kb) 616632

[startup+570.012 s]
Raw data (loadavg): 1.02 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 56386 407 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223088 134716511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 567.93
Current children cumulated vsize (Kb) 616632

[startup+580.013 s]
Raw data (loadavg): 1.02 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 57382 409 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 577.91
Current children cumulated vsize (Kb) 616632

[startup+590.013 s]
Raw data (loadavg): 1.01 1.04 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 58378 411 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 587.89
Current children cumulated vsize (Kb) 616632

[startup+600.013 s]
Raw data (loadavg): 1.01 1.03 1.03 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 59376 412 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223224 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 597.88
Current children cumulated vsize (Kb) 616632

[startup+610.014 s]
Raw data (loadavg): 1.01 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) T 9462 9463 21452 0 -1 0 153396 0 0 0 60370 414 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 607.84
Current children cumulated vsize (Kb) 616632

[startup+620.013 s]
Raw data (loadavg): 1.01 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 61367 416 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 617.83
Current children cumulated vsize (Kb) 616632

[startup+630.014 s]
Raw data (loadavg): 1.01 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 62363 417 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223248 134645207 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 627.8
Current children cumulated vsize (Kb) 616632

[startup+640.014 s]
Raw data (loadavg): 1.00 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153396 0 0 0 63360 418 0 0 25 0 1 0 1853218965 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153028 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 637.78
Current children cumulated vsize (Kb) 616632

[startup+650.014 s]
Raw data (loadavg): 1.00 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 64357 419 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 647.76
Current children cumulated vsize (Kb) 616632

[startup+660.014 s]
Raw data (loadavg): 1.00 1.03 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 65353 421 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 657.74
Current children cumulated vsize (Kb) 616632

[startup+670.014 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 66350 422 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 667.72
Current children cumulated vsize (Kb) 616632

[startup+680.015 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 67345 424 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223168 134558193 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 677.69
Current children cumulated vsize (Kb) 616632

[startup+690.014 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 68343 424 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 687.67
Current children cumulated vsize (Kb) 616632

[startup+700.014 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 69339 426 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 697.65
Current children cumulated vsize (Kb) 616632

[startup+710.014 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 70335 428 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223104 134543676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 707.63
Current children cumulated vsize (Kb) 616632

[startup+720.014 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 71333 429 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 717.62
Current children cumulated vsize (Kb) 616632

[startup+730.014 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 72329 430 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 727.59
Current children cumulated vsize (Kb) 616632

[startup+740.014 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 73325 431 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223312 134644684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 737.56
Current children cumulated vsize (Kb) 616632

[startup+750.014 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 74323 433 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 747.56
Current children cumulated vsize (Kb) 616632

[startup+760.013 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 75318 435 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 757.53
Current children cumulated vsize (Kb) 616632

[startup+770.013 s]
Raw data (loadavg): 1.00 1.02 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 76315 436 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 767.51
Current children cumulated vsize (Kb) 616632

[startup+780.014 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 77313 437 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223164 134544624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 777.5
Current children cumulated vsize (Kb) 616632

[startup+790.014 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 78309 438 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134544465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 787.47
Current children cumulated vsize (Kb) 616632

[startup+800.014 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 79307 438 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 797.45
Current children cumulated vsize (Kb) 616632

[startup+810.014 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 80303 440 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 807.43
Current children cumulated vsize (Kb) 616632

[startup+820.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 81300 441 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223088 134543163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 817.41
Current children cumulated vsize (Kb) 616632

[startup+830.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 82298 441 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 827.39
Current children cumulated vsize (Kb) 616632

[startup+840.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 83295 443 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 837.38
Current children cumulated vsize (Kb) 616632

[startup+850.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 84291 444 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 847.35
Current children cumulated vsize (Kb) 616632

[startup+860.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 85289 445 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 857.34
Current children cumulated vsize (Kb) 616632

[startup+870.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 86284 446 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 867.3
Current children cumulated vsize (Kb) 616632

[startup+880.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 87281 447 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 877.28
Current children cumulated vsize (Kb) 616632

[startup+890.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 88278 448 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 887.26
Current children cumulated vsize (Kb) 616632

[startup+900.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 89273 450 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 897.23
Current children cumulated vsize (Kb) 616632

[startup+910.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 90271 451 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 907.22
Current children cumulated vsize (Kb) 616632

[startup+920.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 91268 452 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223204 134649260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 917.2
Current children cumulated vsize (Kb) 616632

[startup+930.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 92264 454 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223088 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 927.18
Current children cumulated vsize (Kb) 616632

[startup+940.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 93262 455 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 937.17
Current children cumulated vsize (Kb) 616632

[startup+950.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 94258 456 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 947.14
Current children cumulated vsize (Kb) 616632

[startup+960.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 95255 457 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 957.12
Current children cumulated vsize (Kb) 616632

[startup+970.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 96252 458 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223316 134644678 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 967.1
Current children cumulated vsize (Kb) 616632

[startup+980.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 97247 460 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 977.07
Current children cumulated vsize (Kb) 616632

[startup+990.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 98244 461 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223224 134544024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 987.05
Current children cumulated vsize (Kb) 616632

[startup+1000.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 99242 462 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 997.04
Current children cumulated vsize (Kb) 616632

[startup+1010.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 100238 464 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1007.02
Current children cumulated vsize (Kb) 616632

[startup+1020.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 101236 465 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1017.01
Current children cumulated vsize (Kb) 616632

[startup+1030.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 102232 467 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1026.99
Current children cumulated vsize (Kb) 616632

[startup+1040.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 103227 468 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223136 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1036.95
Current children cumulated vsize (Kb) 616632

[startup+1050.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 104225 469 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223100 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1046.94
Current children cumulated vsize (Kb) 616632

[startup+1060.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 105221 470 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1056.91
Current children cumulated vsize (Kb) 616632

[startup+1070.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 106216 473 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1066.89
Current children cumulated vsize (Kb) 616632

[startup+1080.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 107213 474 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223280 134645798 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1076.87
Current children cumulated vsize (Kb) 616632

[startup+1090.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 108210 475 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1086.85
Current children cumulated vsize (Kb) 616632

[startup+1100.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 109205 476 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1096.81
Current children cumulated vsize (Kb) 616632

[startup+1110.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 110203 477 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1106.8
Current children cumulated vsize (Kb) 616632

[startup+1120.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 111198 479 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134558146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1116.77
Current children cumulated vsize (Kb) 616632

[startup+1130.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 112194 481 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223148 134560358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1126.75
Current children cumulated vsize (Kb) 616632

[startup+1140.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 113190 482 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1136.72
Current children cumulated vsize (Kb) 616632

[startup+1150.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 114187 483 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1146.7
Current children cumulated vsize (Kb) 616632

[startup+1160.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 115185 483 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1156.68
Current children cumulated vsize (Kb) 616632

[startup+1170.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 116181 485 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1166.66
Current children cumulated vsize (Kb) 616632

[startup+1180.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 117179 485 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223280 134645796 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1176.64
Current children cumulated vsize (Kb) 616632

[startup+1190.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9463
Raw data (/proc/9463/stat): 9463 (bsolo) R 9462 9463 21452 0 -1 0 153397 0 0 0 118175 487 0 0 25 0 1 0 1853218965 631431168 153029 4294967295 134512640 134736556 3221224560 3221223280 134645796 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9463/statm): 154158 153029 1116 68 0 154090 0
[pid=9463] vsize: 616632
Current children cumulated CPU time (s) 1186.62
Current children cumulated vsize (Kb) 616632
One traced child (pid=9463) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1198.72
CPU time (s): 1195.3
CPU user time (s): 1190.13
CPU system time (s): 5.17021
CPU usage (%): 99.7142
Max. virtual memory (cumulated for all children) (Kb): 616632

Verifier Data

ERROR: no interpretation found !