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/fctp/normalized-mps-v2-20-10-n3700.opb
MD5SUMbc3b48d8361bf44c5b17a3bc4d19364a
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29631666774144
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29631666774144
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000

Trace number 1442

Launcher Data

LAUNCH ON wulflinc10 THE 2005-09-18 15:00:15 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=678 boxname=wulflinc10 idbench=678 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  bc3b48d8361bf44c5b17a3bc4d19364a  /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-20-10-n3700.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-20-10-n3700.opb
IDLAUNCH: 678
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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		: 450.999
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:        912520 kB
Buffers:         34640 kB
Cached:          60196 kB
SwapCached:        228 kB
Active:          74564 kB
Inactive:        23232 kB
HighTotal:      131008 kB
HighFree:        67004 kB
LowTotal:       903652 kB
LowFree:        845516 kB
SwapTotal:     2097136 kB
SwapFree:      2096756 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6272 kB
Slab:            18504 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 15:21:03 (client local time) WITH STATUS 0 IN 1195.96 SECONDS
stats: 678 7 1195.96 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 155000 variables and 5300 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 96.11
c After prepocess the problem consists of 93998 variables and 5300 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 93998 #Dec: 94813 LB: 0 @ 116.52
c Restart #2 #Var: 93998 #Dec: 216192 LB: 0 @ 151.79
c Restart #3 #Var: 93998 #Dec: 349023 LB: 0 @ 202.62
c Restart #4 #Var: 93998 #Dec: 494216 LB: 0 @ 267.88
c Restart #5 #Var: 93998 #Dec: 670628 LB: 0 @ 348.45
c Restart #6 #Var: 93998 #Dec: 876981 LB: 0 @ 446.64
c CHANGE Heuristic... 
c Restart #0 #Var: 93998 #Dec: 1797014 LB: 0 @ 604.8
c Restart #1 #Var: 93998 #Dec: 1809952 LB: 0 @ 664.14
c Restart #2 #Var: 93998 #Dec: 1824855 LB: 0 @ 857.48
c Restart #3 #Var: 93998 #Dec: 1843385 LB: 0 @ 915.79
c Restart #4 #Var: 93998 #Dec: 1863151 LB: 0 @ 1025.2
s UNKNOWN
c Exit Code: 0
c Total time: 1195.7 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/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1783975965 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 107 3 90 68 0 39 0
[pid=28945] 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/wulflinc10/normalized-mps-v2-20-10-n3700.opb

[startup+10.0037 s]
Raw data (loadavg): 0.95 1.03 1.07 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 60514 0 0 0 822 147 0 0 25 0 1 0 1783975965 249757696 60110 4294967295 134512640 134736556 3221224560 3221223104 134573013 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 60976 60110 1116 68 0 60908 0
[pid=28945] vsize: 243904
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (Kb) 243904

[startup+20.0042 s]
Raw data (loadavg): 0.96 1.03 1.07 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 104717 0 0 0 1717 235 0 0 25 0 1 0 1783975965 430510080 103810 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 105105 103810 1116 68 0 105037 0
[pid=28945] vsize: 420420
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (Kb) 420420

[startup+30.0048 s]
Raw data (loadavg): 0.96 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 106066 0 0 0 2712 239 0 0 25 0 1 0 1783975965 436285440 105159 4294967295 134512640 134736556 3221224560 3221222444 1077245793 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 106515 105159 1116 68 0 106447 0
[pid=28945] vsize: 426060
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (Kb) 426060

[startup+40.0054 s]
Raw data (loadavg): 0.97 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 107110 0 0 0 3707 242 0 0 25 0 1 0 1783975965 440672256 106203 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 107586 106203 1116 68 0 107518 0
[pid=28945] vsize: 430344
Current children cumulated CPU time (s) 39.49
Current children cumulated vsize (Kb) 430344

[startup+50.0069 s]
Raw data (loadavg): 0.97 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 108177 0 0 0 4703 245 0 0 25 0 1 0 1783975965 445194240 107270 4294967295 134512640 134736556 3221224560 3221221260 1077198256 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 108690 107270 1116 68 0 108622 0
[pid=28945] vsize: 434760
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (Kb) 434760

[startup+60.0075 s]
Raw data (loadavg): 0.98 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 109624 0 0 0 5697 249 0 0 25 0 1 0 1783975965 451166208 108717 4294967295 134512640 134736556 3221224560 3221223068 1077399588 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 110148 108717 1116 68 0 110080 0
[pid=28945] vsize: 440592
Current children cumulated CPU time (s) 59.46
Current children cumulated vsize (Kb) 440592

[startup+70.007 s]
Raw data (loadavg): 0.98 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 111099 0 0 0 6691 253 0 0 25 0 1 0 1783975965 457273344 110192 4294967295 134512640 134736556 3221224560 3221222444 1077253109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 111639 110192 1116 68 0 111571 0
[pid=28945] vsize: 446556
Current children cumulated CPU time (s) 69.44
Current children cumulated vsize (Kb) 446556

[startup+80.0076 s]
Raw data (loadavg): 0.98 1.02 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 112759 0 0 0 7686 256 0 0 25 0 1 0 1783975965 464056320 111852 4294967295 134512640 134736556 3221224560 3221221260 1077198264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 113295 111852 1116 68 0 113227 0
[pid=28945] vsize: 453180
Current children cumulated CPU time (s) 79.42
Current children cumulated vsize (Kb) 453180

[startup+90.0072 s]
Raw data (loadavg): 0.98 1.02 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 115191 0 0 0 8675 264 0 0 25 0 1 0 1783975965 473927680 114284 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 115705 114284 1116 68 0 115637 0
[pid=28945] vsize: 462820
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (Kb) 462820

[startup+100.008 s]
Raw data (loadavg): 0.99 1.02 1.06 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134533 0 0 0 9455 368 0 0 17 0 1 0 1783975965 557862912 133626 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136197 133626 1116 68 0 136129 0
[pid=28945] vsize: 544788
Current children cumulated CPU time (s) 98.23
Current children cumulated vsize (Kb) 544788

[startup+110.008 s]
Raw data (loadavg): 0.99 1.02 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134642 0 0 0 10314 415 0 0 25 0 1 0 1783975965 557961216 133735 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133735 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 107.29
Current children cumulated vsize (Kb) 544884

[startup+120.009 s]
Raw data (loadavg): 0.99 1.02 1.06 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134642 0 0 0 11227 445 0 0 20 0 1 0 1783975965 557961216 133735 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133735 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 116.72
Current children cumulated vsize (Kb) 544884

[startup+130.009 s]
Raw data (loadavg): 0.99 1.02 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134642 0 0 0 11973 529 0 0 25 0 1 0 1783975965 557961216 133735 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133735 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 125.02
Current children cumulated vsize (Kb) 544884

[startup+140.01 s]
Raw data (loadavg): 0.99 1.02 1.05 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134642 0 0 0 12894 552 0 0 25 0 1 0 1783975965 557961216 133735 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133735 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 134.46
Current children cumulated vsize (Kb) 544884

[startup+150.012 s]
Raw data (loadavg): 0.99 1.02 1.05 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134643 0 0 0 13811 577 0 0 24 0 1 0 1783975965 557961216 133736 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133736 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 143.88
Current children cumulated vsize (Kb) 544884

[startup+160.012 s]
Raw data (loadavg): 0.99 1.02 1.05 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134643 0 0 0 14666 627 0 0 17 0 1 0 1783975965 557961216 133736 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133736 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 152.93
Current children cumulated vsize (Kb) 544884

[startup+170.013 s]
Raw data (loadavg): 0.99 1.02 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134643 0 0 0 15485 690 0 0 25 0 1 0 1783975965 557961216 133736 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133736 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (Kb) 544884

[startup+180.013 s]
Raw data (loadavg): 1.07 1.03 1.06 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134643 0 0 0 16425 711 0 0 25 0 1 0 1783975965 557961216 133736 4294967295 134512640 134736556 3221224560 3221223256 134524885 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133736 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 171.36
Current children cumulated vsize (Kb) 544884

[startup+190.014 s]
Raw data (loadavg): 1.06 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134643 0 0 0 17380 725 0 0 25 0 1 0 1783975965 557961216 133736 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133736 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 181.05
Current children cumulated vsize (Kb) 544884

[startup+200.014 s]
Raw data (loadavg): 1.05 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134654 0 0 0 18313 747 0 0 24 0 1 0 1783975965 558096384 133747 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136254 133747 1116 68 0 136186 0
[pid=28945] vsize: 545016
Current children cumulated CPU time (s) 190.6
Current children cumulated vsize (Kb) 545016

[startup+210.015 s]
Raw data (loadavg): 1.04 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134654 0 0 0 19242 771 0 0 25 0 1 0 1783975965 558096384 133747 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136254 133747 1116 68 0 136186 0
[pid=28945] vsize: 545016
Current children cumulated CPU time (s) 200.13
Current children cumulated vsize (Kb) 545016

[startup+220.016 s]
Raw data (loadavg): 1.04 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134654 0 0 0 19975 858 0 0 25 0 1 0 1783975965 557961216 133737 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133737 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 208.33
Current children cumulated vsize (Kb) 544884

[startup+230.016 s]
Raw data (loadavg): 1.03 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134654 0 0 0 20905 881 0 0 25 0 1 0 1783975965 557961216 133737 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133737 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 217.86
Current children cumulated vsize (Kb) 544884

[startup+240.017 s]
Raw data (loadavg): 1.10 1.04 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134654 0 0 0 21851 899 0 0 25 0 1 0 1783975965 557961216 133737 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136221 133737 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 227.5
Current children cumulated vsize (Kb) 544884

[startup+250.017 s]
Raw data (loadavg): 1.08 1.04 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134664 0 0 0 22796 918 0 0 25 0 1 0 1783975965 558063616 133747 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136246 133747 1116 68 0 136178 0
[pid=28945] vsize: 544984
Current children cumulated CPU time (s) 237.14
Current children cumulated vsize (Kb) 544984

[startup+260.018 s]
Raw data (loadavg): 1.07 1.04 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 23740 935 0 0 25 0 1 0 1783975965 558063616 133749 4294967295 134512640 134736556 3221224560 3221223224 134534797 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136246 133749 1116 68 0 136178 0
[pid=28945] vsize: 544984
Current children cumulated CPU time (s) 246.75
Current children cumulated vsize (Kb) 544984

[startup+270.017 s]
Raw data (loadavg): 1.06 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 24678 955 0 0 25 0 1 0 1783975965 558063616 133749 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136246 133749 1116 68 0 136178 0
[pid=28945] vsize: 544984
Current children cumulated CPU time (s) 256.33
Current children cumulated vsize (Kb) 544984

[startup+280.018 s]
Raw data (loadavg): 1.05 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 25647 965 0 0 25 0 1 0 1783975965 558063616 133749 4294967295 134512640 134736556 3221224560 3221223368 134598797 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136246 133749 1116 68 0 136178 0
[pid=28945] vsize: 544984
Current children cumulated CPU time (s) 266.12
Current children cumulated vsize (Kb) 544984

[startup+290.018 s]
Raw data (loadavg): 1.04 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 26394 1047 0 0 25 0 1 0 1783975965 558063616 133749 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136246 133749 1116 68 0 136178 0
[pid=28945] vsize: 544984
Current children cumulated CPU time (s) 274.41
Current children cumulated vsize (Kb) 544984

[startup+300.019 s]
Raw data (loadavg): 1.03 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 27304 1075 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 283.79
Current children cumulated vsize (Kb) 544940

[startup+310.02 s]
Raw data (loadavg): 1.03 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 28241 1096 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 293.37
Current children cumulated vsize (Kb) 544940

[startup+320.02 s]
Raw data (loadavg): 1.02 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 29178 1117 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223296 134605900 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 302.95
Current children cumulated vsize (Kb) 544940

[startup+330.021 s]
Raw data (loadavg): 1.02 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 30112 1137 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 312.49
Current children cumulated vsize (Kb) 544940

[startup+340.021 s]
Raw data (loadavg): 1.02 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 31046 1159 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 322.05
Current children cumulated vsize (Kb) 544940

[startup+350.023 s]
Raw data (loadavg): 1.01 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 32012 1171 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 331.83
Current children cumulated vsize (Kb) 544940

[startup+360.023 s]
Raw data (loadavg): 1.01 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 32978 1182 0 0 25 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 341.6
Current children cumulated vsize (Kb) 544940

[startup+370.023 s]
Raw data (loadavg): 1.09 1.04 1.05 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134666 0 0 0 33787 1247 0 0 17 0 1 0 1783975965 558018560 133749 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136235 133749 1116 68 0 136167 0
[pid=28945] vsize: 544940
Current children cumulated CPU time (s) 350.34
Current children cumulated vsize (Kb) 544940

[startup+380.023 s]
Raw data (loadavg): 1.07 1.04 1.05 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134666 0 0 0 34627 1299 0 0 19 0 1 0 1783975965 557961216 133737 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133737 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 359.26
Current children cumulated vsize (Kb) 544884

[startup+390.024 s]
Raw data (loadavg): 1.06 1.03 1.05 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134666 0 0 0 35546 1323 0 0 25 0 1 0 1783975965 557961216 133737 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136221 133737 1116 68 0 136153 0
[pid=28945] vsize: 544884
Current children cumulated CPU time (s) 368.69
Current children cumulated vsize (Kb) 544884

[startup+400.025 s]
Raw data (loadavg): 1.05 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134676 0 0 0 36476 1347 0 0 25 0 1 0 1783975965 558096384 133747 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136254 133747 1116 68 0 136186 0
[pid=28945] vsize: 545016
Current children cumulated CPU time (s) 378.23
Current children cumulated vsize (Kb) 545016

[startup+410.025 s]
Raw data (loadavg): 1.04 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134676 0 0 0 37406 1371 0 0 25 0 1 0 1783975965 558075904 133747 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136249 133747 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 387.77
Current children cumulated vsize (Kb) 544996

[startup+420.026 s]
Raw data (loadavg): 1.04 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134676 0 0 0 38336 1398 0 0 25 0 1 0 1783975965 558075904 133747 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136249 133747 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 397.34
Current children cumulated vsize (Kb) 544996

[startup+430.026 s]
Raw data (loadavg): 1.03 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 39299 1411 0 0 25 0 1 0 1783975965 558075904 133749 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136249 133749 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 407.1
Current children cumulated vsize (Kb) 544996

[startup+440.026 s]
Raw data (loadavg): 1.03 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 40224 1435 0 0 24 0 1 0 1783975965 558075904 133749 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136249 133749 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 416.59
Current children cumulated vsize (Kb) 544996

[startup+450.026 s]
Raw data (loadavg): 1.02 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 41186 1449 0 0 25 0 1 0 1783975965 558075904 133749 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136249 133749 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 426.35
Current children cumulated vsize (Kb) 544996

[startup+460.027 s]
Raw data (loadavg): 1.02 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 42151 1461 0 0 25 0 1 0 1783975965 558075904 133749 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136249 133749 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 436.12
Current children cumulated vsize (Kb) 544996

[startup+470.028 s]
Raw data (loadavg): 1.01 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 43113 1473 0 0 25 0 1 0 1783975965 558075904 133749 4294967295 134512640 134736556 3221224560 3221223124 134716384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136249 133749 1116 68 0 136181 0
[pid=28945] vsize: 544996
Current children cumulated CPU time (s) 445.86
Current children cumulated vsize (Kb) 544996

[startup+480.028 s]
Raw data (loadavg): 1.01 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134678 0 0 0 43822 1568 0 0 19 0 1 0 1783975965 558006272 133748 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136232 133748 1116 68 0 136164 0
[pid=28945] vsize: 544928
Current children cumulated CPU time (s) 453.9
Current children cumulated vsize (Kb) 544928

[startup+490.029 s]
Raw data (loadavg): 1.01 1.02 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134679 0 0 0 44746 1593 0 0 25 0 1 0 1783975965 558006272 133749 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136232 133749 1116 68 0 136164 0
[pid=28945] vsize: 544928
Current children cumulated CPU time (s) 463.39
Current children cumulated vsize (Kb) 544928

[startup+500.029 s]
Raw data (loadavg): 1.01 1.02 1.03 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134734 0 0 0 45560 1657 0 0 18 0 1 0 1783975965 558276608 133804 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136298 133804 1116 68 0 136230 0
[pid=28945] vsize: 545192
Current children cumulated CPU time (s) 472.17
Current children cumulated vsize (Kb) 545192

[startup+510.03 s]
Raw data (loadavg): 1.08 1.04 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134831 0 0 0 46292 1744 0 0 20 0 1 0 1783975965 558686208 133901 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136398 133901 1116 68 0 136330 0
[pid=28945] vsize: 545592
Current children cumulated CPU time (s) 480.36
Current children cumulated vsize (Kb) 545592

[startup+520.029 s]
Raw data (loadavg): 1.07 1.03 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 134910 0 0 0 46966 1850 0 0 25 0 1 0 1783975965 558989312 133971 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136472 133971 1116 68 0 136404 0
[pid=28945] vsize: 545888
Current children cumulated CPU time (s) 488.16
Current children cumulated vsize (Kb) 545888

[startup+530.03 s]
Raw data (loadavg): 1.14 1.05 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134910 0 0 0 47646 1960 0 0 19 0 1 0 1783975965 558977024 133971 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136469 133971 1116 68 0 136401 0
[pid=28945] vsize: 545876
Current children cumulated CPU time (s) 496.06
Current children cumulated vsize (Kb) 545876

[startup+540.03 s]
Raw data (loadavg): 1.11 1.05 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 134980 0 0 0 48363 2054 0 0 19 0 1 0 1783975965 559104000 134017 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136500 134017 1116 68 0 136432 0
[pid=28945] vsize: 546000
Current children cumulated CPU time (s) 504.17
Current children cumulated vsize (Kb) 546000

[startup+550.031 s]
Raw data (loadavg): 1.10 1.04 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 135018 0 0 0 48986 2177 0 0 18 0 1 0 1783975965 559374336 134055 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136566 134055 1116 68 0 136498 0
[pid=28945] vsize: 546264
Current children cumulated CPU time (s) 511.63
Current children cumulated vsize (Kb) 546264

[startup+560.032 s]
Raw data (loadavg): 1.08 1.04 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135089 0 0 0 49758 2247 0 0 18 0 1 0 1783975965 559104000 134017 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136500 134017 1116 68 0 136432 0
[pid=28945] vsize: 546000
Current children cumulated CPU time (s) 520.05
Current children cumulated vsize (Kb) 546000

[startup+570.031 s]
Raw data (loadavg): 1.07 1.04 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 135336 0 0 0 50384 2372 0 0 18 0 1 0 1783975965 560193536 134264 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136766 134264 1116 68 0 136698 0
[pid=28945] vsize: 547064
Current children cumulated CPU time (s) 527.56
Current children cumulated vsize (Kb) 547064

[startup+580.032 s]
Raw data (loadavg): 1.06 1.04 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 135365 0 0 0 51206 2432 0 0 19 0 1 0 1783975965 560021504 134240 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136724 134240 1116 68 0 136656 0
[pid=28945] vsize: 546896
Current children cumulated CPU time (s) 536.38
Current children cumulated vsize (Kb) 546896

[startup+590.032 s]
Raw data (loadavg): 1.05 1.04 1.04 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135546 0 0 0 51915 2530 0 0 25 0 1 0 1783975965 560832512 134421 4294967295 134512640 134736556 3221224560 3221223272 134694477 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136922 134421 1116 68 0 136854 0
[pid=28945] vsize: 547688
Current children cumulated CPU time (s) 544.45
Current children cumulated vsize (Kb) 547688

[startup+600.034 s]
Raw data (loadavg): 1.04 1.04 1.04 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 135588 0 0 0 52647 2620 0 0 18 0 1 0 1783975965 560967680 134463 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28945/statm): 136955 134463 1116 68 0 136887 0
[pid=28945] vsize: 547820
Current children cumulated CPU time (s) 552.67
Current children cumulated vsize (Kb) 547820

[startup+610.034 s]
Raw data (loadavg): 1.03 1.03 1.03 1/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) T 28944 28945 22582 0 -1 0 135660 0 0 0 53500 2669 0 0 18 0 1 0 1783975965 561238016 134535 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137021 134535 1116 68 0 136953 0
[pid=28945] vsize: 548084
Current children cumulated CPU time (s) 561.69
Current children cumulated vsize (Kb) 548084

[startup+620.034 s]
Raw data (loadavg): 1.03 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135688 0 0 0 54437 2690 0 0 25 0 1 0 1783975965 561373184 134563 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137054 134563 1116 68 0 136986 0
[pid=28945] vsize: 548216
Current children cumulated CPU time (s) 571.27
Current children cumulated vsize (Kb) 548216

[startup+630.035 s]
Raw data (loadavg): 1.02 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135702 0 0 0 55435 2691 0 0 25 0 1 0 1783975965 561508352 134577 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137087 134577 1116 68 0 137019 0
[pid=28945] vsize: 548348
Current children cumulated CPU time (s) 581.26
Current children cumulated vsize (Kb) 548348

[startup+640.036 s]
Raw data (loadavg): 1.02 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135702 0 0 0 56434 2692 0 0 25 0 1 0 1783975965 561123328 134510 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 136993 134510 1116 68 0 136925 0
[pid=28945] vsize: 547972
Current children cumulated CPU time (s) 591.26
Current children cumulated vsize (Kb) 547972

[startup+650.037 s]
Raw data (loadavg): 1.02 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 135783 0 0 0 57432 2693 0 0 25 0 1 0 1783975965 561524736 134591 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137091 134591 1116 68 0 137023 0
[pid=28945] vsize: 548364
Current children cumulated CPU time (s) 601.25
Current children cumulated vsize (Kb) 548364

[startup+660.037 s]
Raw data (loadavg): 1.01 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 58380 2712 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 610.92
Current children cumulated vsize (Kb) 549288

[startup+670.037 s]
Raw data (loadavg): 1.01 1.03 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 59379 2712 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 620.91
Current children cumulated vsize (Kb) 549288

[startup+680.037 s]
Raw data (loadavg): 1.01 1.02 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 60378 2713 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 630.91
Current children cumulated vsize (Kb) 549288

[startup+690.037 s]
Raw data (loadavg): 1.01 1.02 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 61378 2713 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 640.91
Current children cumulated vsize (Kb) 549288

[startup+700.038 s]
Raw data (loadavg): 1.00 1.02 1.03 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 62377 2713 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 650.9
Current children cumulated vsize (Kb) 549288

[startup+710.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136532 0 0 0 63377 2713 0 0 25 0 1 0 1783975965 562470912 134853 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134853 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 660.9
Current children cumulated vsize (Kb) 549288

[startup+720.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136537 0 0 0 64323 2730 0 0 25 0 1 0 1783975965 562470912 134858 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134858 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 670.53
Current children cumulated vsize (Kb) 549288

[startup+730.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136537 0 0 0 65323 2730 0 0 25 0 1 0 1783975965 562470912 134858 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134858 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 680.53
Current children cumulated vsize (Kb) 549288

[startup+740.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136537 0 0 0 66323 2730 0 0 25 0 1 0 1783975965 562470912 134858 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134858 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 690.53
Current children cumulated vsize (Kb) 549288

[startup+750.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136537 0 0 0 67322 2731 0 0 25 0 1 0 1783975965 562470912 134858 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134858 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 700.53
Current children cumulated vsize (Kb) 549288

[startup+760.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136537 0 0 0 68323 2731 0 0 25 0 1 0 1783975965 562470912 134858 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137322 134858 1116 68 0 137254 0
[pid=28945] vsize: 549288
Current children cumulated CPU time (s) 710.54
Current children cumulated vsize (Kb) 549288

[startup+770.038 s]
Raw data (loadavg): 1.00 1.02 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136599 0 0 0 69322 2731 0 0 25 0 1 0 1783975965 562741248 134920 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137388 134920 1116 68 0 137320 0
[pid=28945] vsize: 549552
Current children cumulated CPU time (s) 720.53
Current children cumulated vsize (Kb) 549552

[startup+780.039 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136646 0 0 0 70322 2732 0 0 25 0 1 0 1783975965 563011584 134967 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137454 134967 1116 68 0 137386 0
[pid=28945] vsize: 549816
Current children cumulated CPU time (s) 730.54
Current children cumulated vsize (Kb) 549816

[startup+790.039 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136647 0 0 0 71322 2732 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 740.54
Current children cumulated vsize (Kb) 549416

[startup+800.039 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136647 0 0 0 72321 2732 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 750.53
Current children cumulated vsize (Kb) 549416

[startup+810.04 s]
Raw data (loadavg): 1.00 1.01 1.02 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136675 0 0 0 73321 2732 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 760.53
Current children cumulated vsize (Kb) 549416

[startup+820.039 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136675 0 0 0 74320 2733 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 770.53
Current children cumulated vsize (Kb) 549416

[startup+830.04 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136675 0 0 0 75319 2733 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 780.52
Current children cumulated vsize (Kb) 549416

[startup+840.04 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136675 0 0 0 76319 2733 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 790.52
Current children cumulated vsize (Kb) 549416

[startup+850.041 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136739 0 0 0 77319 2733 0 0 25 0 1 0 1783975965 562876416 134954 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137421 134954 1116 68 0 137353 0
[pid=28945] vsize: 549684
Current children cumulated CPU time (s) 800.52
Current children cumulated vsize (Kb) 549684

[startup+860.042 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136857 0 0 0 78318 2734 0 0 25 0 1 0 1783975965 563499008 135072 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137573 135072 1116 68 0 137505 0
[pid=28945] vsize: 550292
Current children cumulated CPU time (s) 810.52
Current children cumulated vsize (Kb) 550292

[startup+870.042 s]
Raw data (loadavg): 1.00 1.01 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136894 0 0 0 79318 2734 0 0 25 0 1 0 1783975965 563634176 135109 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137606 135109 1116 68 0 137538 0
[pid=28945] vsize: 550424
Current children cumulated CPU time (s) 820.52
Current children cumulated vsize (Kb) 550424

[startup+880.043 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136896 0 0 0 80318 2734 0 0 25 0 1 0 1783975965 563634176 135111 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137606 135111 1116 68 0 137538 0
[pid=28945] vsize: 550424
Current children cumulated CPU time (s) 830.52
Current children cumulated vsize (Kb) 550424

[startup+890.042 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136952 0 0 0 81318 2735 0 0 25 0 1 0 1783975965 563765248 135167 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137638 135167 1116 68 0 137570 0
[pid=28945] vsize: 550552
Current children cumulated CPU time (s) 840.53
Current children cumulated vsize (Kb) 550552

[startup+900.043 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136952 0 0 0 82318 2735 0 0 25 0 1 0 1783975965 563765248 135167 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137638 135167 1116 68 0 137570 0
[pid=28945] vsize: 550552
Current children cumulated CPU time (s) 850.53
Current children cumulated vsize (Kb) 550552

[startup+910.043 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 83246 2756 0 0 24 0 1 0 1783975965 563003392 134988 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137452 134988 1116 68 0 137384 0
[pid=28945] vsize: 549808
Current children cumulated CPU time (s) 860.02
Current children cumulated vsize (Kb) 549808

[startup+920.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 84244 2757 0 0 25 0 1 0 1783975965 563003392 134988 4294967295 134512640 134736556 3221224560 3221223136 134550852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137452 134988 1116 68 0 137384 0
[pid=28945] vsize: 549808
Current children cumulated CPU time (s) 870.01
Current children cumulated vsize (Kb) 549808

[startup+930.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 85239 2758 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 879.97
Current children cumulated vsize (Kb) 549416

[startup+940.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 86239 2758 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 889.97
Current children cumulated vsize (Kb) 549416

[startup+950.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 87239 2758 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 899.97
Current children cumulated vsize (Kb) 549416

[startup+960.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 88238 2759 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 909.97
Current children cumulated vsize (Kb) 549416

[startup+970.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 89164 2782 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 919.46
Current children cumulated vsize (Kb) 549416

[startup+980.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 90162 2783 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 929.45
Current children cumulated vsize (Kb) 549416

[startup+990.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 91162 2783 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 939.45
Current children cumulated vsize (Kb) 549416

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 92162 2783 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 949.45
Current children cumulated vsize (Kb) 549416

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 93162 2783 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 959.45
Current children cumulated vsize (Kb) 549416

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 94160 2784 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 969.44
Current children cumulated vsize (Kb) 549416

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 95160 2785 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 979.45
Current children cumulated vsize (Kb) 549416

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 96159 2785 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 989.44
Current children cumulated vsize (Kb) 549416

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 97158 2785 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (Kb) 549416

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 98157 2785 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1009.42
Current children cumulated vsize (Kb) 549416

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 99156 2786 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1019.42
Current children cumulated vsize (Kb) 549416

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 100077 2812 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1028.89
Current children cumulated vsize (Kb) 549416

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 101077 2812 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1038.89
Current children cumulated vsize (Kb) 549416

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 102077 2812 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1048.89
Current children cumulated vsize (Kb) 549416

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 103078 2812 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1058.9
Current children cumulated vsize (Kb) 549416

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 104077 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1068.9
Current children cumulated vsize (Kb) 549416

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 105077 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1078.9
Current children cumulated vsize (Kb) 549416

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 106077 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1088.9
Current children cumulated vsize (Kb) 549416

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 107077 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1098.9
Current children cumulated vsize (Kb) 549416

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 108077 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1108.9
Current children cumulated vsize (Kb) 549416

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 1.00 3/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 109076 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1118.89
Current children cumulated vsize (Kb) 549416

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 110076 2813 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1128.89
Current children cumulated vsize (Kb) 549416

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 111075 2814 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223216 134524969 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1138.89
Current children cumulated vsize (Kb) 549416

[startup+1200.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 112075 2814 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1148.89
Current children cumulated vsize (Kb) 549416

[startup+1210.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 113074 2814 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223312 134553223 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1158.88
Current children cumulated vsize (Kb) 549416

[startup+1220.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 114074 2814 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1168.88
Current children cumulated vsize (Kb) 549416

[startup+1230.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 115074 2815 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1178.89
Current children cumulated vsize (Kb) 549416

[startup+1240.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 28945
Raw data (/proc/28945/stat): 28945 (bsolo) R 28944 28945 22582 0 -1 0 136954 0 0 0 116072 2816 0 0 25 0 1 0 1783975965 562601984 134890 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28945/statm): 137354 134890 1116 68 0 137286 0
[pid=28945] vsize: 549416
Current children cumulated CPU time (s) 1188.88
Current children cumulated vsize (Kb) 549416
One traced child (pid=28945) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1247.12
CPU time (s): 1195.96
CPU user time (s): 1167.54
CPU system time (s): 28.4217
CPU usage (%): 95.8982
Max. virtual memory (cumulated for all children) (Kb): 550552

Verifier Data

ERROR: no interpretation found !