Some explanations

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

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-air04.opb
MD5SUMeb0734273e24196dd14c6f237b52fa81
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables8904
Total number of constraints9727
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)9727
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint368

Trace number 540

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        940816 kB
Buffers:         34388 kB
Cached:          30264 kB
SwapCached:        832 kB
Active:          55416 kB
Inactive:        11960 kB
HighTotal:      131008 kB
HighFree:        97020 kB
LowTotal:       903652 kB
LowFree:        843796 kB
SwapTotal:     2097892 kB
SwapFree:      2096604 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            20816 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 11:20:13 (client local time) WITH STATUS 0 IN 1195.14 SECONDS
stats: 497 7 1195.14 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 8904 variables and 1646 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 35.733
c After prepocess the problem consists of 8904 variables and 1449 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 8903 #Dec: 31484 LB: 0 @ 41.062
c Restart #2 #Var: 8903 #Dec: 54017 LB: 0 @ 49.654
c Restart #3 #Var: 8903 #Dec: 87730 LB: 0 @ 60.196
c Restart #4 #Var: 8902 #Dec: 134545 LB: 0 @ 79.241
c Restart #5 #Var: 8895 #Dec: 138379 LB: 0 @ 124.23
c Restart #6 #Var: 8893 #Dec: 140746 LB: 0 @ 167.55
c Restart #7 #Var: 8892 #Dec: 144064 LB: 0 @ 211.25
c Restart #8 #Var: 8885 #Dec: 147551 LB: 0 @ 265.19
c Restart #9 #Var: 8876 #Dec: 151930 LB: 0 @ 335.25
c Restart #10 #Var: 8867 #Dec: 156223 LB: 0 @ 408.49
c Restart #11 #Var: 8862 #Dec: 159282 LB: 0 @ 472.79
c Restart #12 #Var: 8859 #Dec: 163036 LB: 0 @ 553.85
c CHANGE Heuristic... 
c Restart #0 #Var: 8855 #Dec: 167906 LB: 0 @ 642.89
c Restart #1 #Var: 8853 #Dec: 168457 LB: 0 @ 651.66
c Restart #2 #Var: 8852 #Dec: 169356 LB: 0 @ 667.99
c Restart #3 #Var: 8849 #Dec: 170642 LB: 0 @ 693.1
c Restart #4 #Var: 8848 #Dec: 172313 LB: 0 @ 718.22
c Restart #5 #Var: 8846 #Dec: 174478 LB: 0 @ 762.85
c Restart #6 #Var: 8845 #Dec: 177136 LB: 0 @ 804.28
c Restart #7 #Var: 8844 #Dec: 180026 LB: 0 @ 843.02
c Restart #8 #Var: 8840 #Dec: 183332 LB: 0 @ 908.84
c Restart #9 #Var: 8840 #Dec: 186283 LB: 0 @ 965.18
c Restart #10 #Var: 8835 #Dec: 189681 LB: 0 @ 1032.8
c Restart #11 #Var: 8831 #Dec: 193329 LB: 0 @ 1108.9
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1840726362 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 107 3 90 68 0 39 0
[pid=4632] 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/wulflinc20/normalized-mps-v2-20-10-air04.opb

[startup+10.0032 s]
Raw data (loadavg): 0.93 0.98 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 54951 0 0 0 851 119 0 0 25 0 1 0 1840726362 228261888 54862 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 55728 54862 1116 68 0 55660 0
[pid=4632] vsize: 222912
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (Kb) 222912

[startup+20.0039 s]
Raw data (loadavg): 0.94 0.98 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 55848 0 0 0 1847 122 0 0 25 0 1 0 1840726362 232046592 55759 4294967295 134512640 134736556 3221224560 3221223356 1077049168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 56652 55759 1116 68 0 56584 0
[pid=4632] vsize: 226608
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (Kb) 226608

[startup+30.0046 s]
Raw data (loadavg): 0.95 0.98 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 56727 0 0 0 2844 125 0 0 25 0 1 0 1840726362 235565056 56638 4294967295 134512640 134736556 3221224560 3221223068 1077399588 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 57511 56638 1116 68 0 57443 0
[pid=4632] vsize: 230044
Current children cumulated CPU time (s) 29.69
Current children cumulated vsize (Kb) 230044

[startup+40.0054 s]
Raw data (loadavg): 0.96 0.98 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58348 0 0 0 3754 154 0 0 22 0 1 0 1840726362 242331648 58259 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59163 58259 1116 68 0 59095 0
[pid=4632] vsize: 236652
Current children cumulated CPU time (s) 39.08
Current children cumulated vsize (Kb) 236652

[startup+50.0061 s]
Raw data (loadavg): 1.04 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58383 0 0 0 4633 192 0 0 21 0 1 0 1840726362 242454528 58294 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59193 58294 1116 68 0 59125 0
[pid=4632] vsize: 236772
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (Kb) 236772

[startup+60.0058 s]
Raw data (loadavg): 1.03 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58408 0 0 0 5512 231 0 0 25 0 1 0 1840726362 242573312 58319 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59222 58319 1116 68 0 59154 0
[pid=4632] vsize: 236888
Current children cumulated CPU time (s) 57.43
Current children cumulated vsize (Kb) 236888

[startup+70.0086 s]
Raw data (loadavg): 1.03 1.00 0.93 1/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) T 4631 4632 2660 0 -1 0 58478 0 0 0 6361 279 0 0 25 0 1 0 1840726362 242843648 58389 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59288 58389 1116 68 0 59220 0
[pid=4632] vsize: 237152
Current children cumulated CPU time (s) 66.4
Current children cumulated vsize (Kb) 237152

[startup+80.0093 s]
Raw data (loadavg): 1.02 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58543 0 0 0 7295 301 0 0 25 0 1 0 1840726362 243101696 58454 4294967295 134512640 134736556 3221224560 3221223248 134528904 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59351 58454 1116 68 0 59283 0
[pid=4632] vsize: 237404
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (Kb) 237404

[startup+90.01 s]
Raw data (loadavg): 1.02 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58634 0 0 0 8280 306 0 0 25 0 1 0 1840726362 243507200 58545 4294967295 134512640 134736556 3221224560 3221223256 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59450 58545 1116 68 0 59382 0
[pid=4632] vsize: 237800
Current children cumulated CPU time (s) 85.86
Current children cumulated vsize (Kb) 237800

[startup+100.01 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58702 0 0 0 9274 309 0 0 25 0 1 0 1840726362 243777536 58613 4294967295 134512640 134736556 3221224560 3221223312 134597438 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 59516 58613 1116 68 0 59448 0
[pid=4632] vsize: 238064
Current children cumulated CPU time (s) 95.83
Current children cumulated vsize (Kb) 238064

[startup+110.01 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58752 0 0 0 10270 310 0 0 25 0 1 0 1840726362 244047872 58663 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 59582 58663 1116 68 0 59514 0
[pid=4632] vsize: 238328
Current children cumulated CPU time (s) 105.8
Current children cumulated vsize (Kb) 238328

[startup+120.011 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58841 0 0 0 11266 312 0 0 25 0 1 0 1840726362 244318208 58752 4294967295 134512640 134736556 3221224560 3221223140 134716418 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59648 58752 1116 68 0 59580 0
[pid=4632] vsize: 238592
Current children cumulated CPU time (s) 115.78
Current children cumulated vsize (Kb) 238592

[startup+130.011 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 58948 0 0 0 12259 315 0 0 25 0 1 0 1840726362 244858880 58859 4294967295 134512640 134736556 3221224560 3221223152 134543731 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 59780 58859 1116 68 0 59712 0
[pid=4632] vsize: 239120
Current children cumulated CPU time (s) 125.74
Current children cumulated vsize (Kb) 239120

[startup+140.012 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59005 0 0 0 13254 317 0 0 25 0 1 0 1840726362 244994048 58916 4294967295 134512640 134736556 3221224560 3221223160 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59813 58916 1116 68 0 59745 0
[pid=4632] vsize: 239252
Current children cumulated CPU time (s) 135.71
Current children cumulated vsize (Kb) 239252

[startup+150.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59109 0 0 0 14249 319 0 0 25 0 1 0 1840726362 245534720 59020 4294967295 134512640 134736556 3221224560 3221223248 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 59945 59020 1116 68 0 59877 0
[pid=4632] vsize: 239780
Current children cumulated CPU time (s) 145.68
Current children cumulated vsize (Kb) 239780

[startup+160.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59179 0 0 0 15243 321 0 0 25 0 1 0 1840726362 245805056 59090 4294967295 134512640 134736556 3221224560 3221223104 134543700 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60011 59090 1116 68 0 59943 0
[pid=4632] vsize: 240044
Current children cumulated CPU time (s) 155.64
Current children cumulated vsize (Kb) 240044

[startup+170.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59209 0 0 0 16241 322 0 0 25 0 1 0 1840726362 245940224 59120 4294967295 134512640 134736556 3221224560 3221223152 134543733 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60044 59120 1116 68 0 59976 0
[pid=4632] vsize: 240176
Current children cumulated CPU time (s) 165.63
Current children cumulated vsize (Kb) 240176

[startup+180.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59274 0 0 0 17236 324 0 0 25 0 1 0 1840726362 246210560 59185 4294967295 134512640 134736556 3221224560 3221223164 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60110 59185 1116 68 0 60042 0
[pid=4632] vsize: 240440
Current children cumulated CPU time (s) 175.6
Current children cumulated vsize (Kb) 240440

[startup+190.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59427 0 0 0 18228 328 0 0 25 0 1 0 1840726362 246743040 59338 4294967295 134512640 134736556 3221224560 3221223104 134540206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60240 59338 1116 68 0 60172 0
[pid=4632] vsize: 240960
Current children cumulated CPU time (s) 185.56
Current children cumulated vsize (Kb) 240960

[startup+200.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59528 0 0 0 19221 331 0 0 25 0 1 0 1840726362 247148544 59439 4294967295 134512640 134736556 3221224560 3221223216 134544812 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60339 59439 1116 68 0 60271 0
[pid=4632] vsize: 241356
Current children cumulated CPU time (s) 195.52
Current children cumulated vsize (Kb) 241356

[startup+210.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59621 0 0 0 20215 333 0 0 25 0 1 0 1840726362 247554048 59532 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60438 59532 1116 68 0 60370 0
[pid=4632] vsize: 241752
Current children cumulated CPU time (s) 205.48
Current children cumulated vsize (Kb) 241752

[startup+220.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59763 0 0 0 21211 335 0 0 25 0 1 0 1840726362 248094720 59674 4294967295 134512640 134736556 3221224560 3221223120 134544672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60570 59674 1116 68 0 60502 0
[pid=4632] vsize: 242280
Current children cumulated CPU time (s) 215.46
Current children cumulated vsize (Kb) 242280

[startup+230.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59870 0 0 0 22204 338 0 0 25 0 1 0 1840726362 248635392 59781 4294967295 134512640 134736556 3221224560 3221223072 134543107 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60702 59781 1116 68 0 60634 0
[pid=4632] vsize: 242808
Current children cumulated CPU time (s) 225.42
Current children cumulated vsize (Kb) 242808

[startup+240.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 59951 0 0 0 23198 341 0 0 25 0 1 0 1840726362 248905728 59862 4294967295 134512640 134736556 3221224560 3221223152 134716183 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60768 59862 1116 68 0 60700 0
[pid=4632] vsize: 243072
Current children cumulated CPU time (s) 235.39
Current children cumulated vsize (Kb) 243072

[startup+250.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60113 0 0 0 24193 343 0 0 25 0 1 0 1840726362 249581568 60024 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60933 60024 1116 68 0 60865 0
[pid=4632] vsize: 243732
Current children cumulated CPU time (s) 245.36
Current children cumulated vsize (Kb) 243732

[startup+260.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60124 0 0 0 25188 345 0 0 25 0 1 0 1840726362 249581568 60035 4294967295 134512640 134736556 3221224560 3221223120 134543198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 60933 60035 1116 68 0 60865 0
[pid=4632] vsize: 243732
Current children cumulated CPU time (s) 255.33
Current children cumulated vsize (Kb) 243732

[startup+270.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60213 0 0 0 26183 347 0 0 25 0 1 0 1840726362 249987072 60124 4294967295 134512640 134736556 3221224560 3221223016 134717506 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61032 60124 1116 68 0 60964 0
[pid=4632] vsize: 244128
Current children cumulated CPU time (s) 265.3
Current children cumulated vsize (Kb) 244128

[startup+280.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60293 0 0 0 27178 349 0 0 25 0 1 0 1840726362 250392576 60204 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61131 60204 1116 68 0 61063 0
[pid=4632] vsize: 244524
Current children cumulated CPU time (s) 275.27
Current children cumulated vsize (Kb) 244524

[startup+290.015 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) T 4631 4632 2660 0 -1 0 60379 0 0 0 28174 351 0 0 25 0 1 0 1840726362 250662912 60290 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61197 60290 1116 68 0 61129 0
[pid=4632] vsize: 244788
Current children cumulated CPU time (s) 285.25
Current children cumulated vsize (Kb) 244788

[startup+300.015 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60497 0 0 0 29167 353 0 0 25 0 1 0 1840726362 251203584 60408 4294967295 134512640 134736556 3221224560 3221223108 134543565 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61329 60408 1116 68 0 61261 0
[pid=4632] vsize: 245316
Current children cumulated CPU time (s) 295.2
Current children cumulated vsize (Kb) 245316

[startup+310.015 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60584 0 0 0 30163 354 0 0 25 0 1 0 1840726362 251473920 60495 4294967295 134512640 134736556 3221224560 3221223204 134523848 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61395 60495 1116 68 0 61327 0
[pid=4632] vsize: 245580
Current children cumulated CPU time (s) 305.17
Current children cumulated vsize (Kb) 245580

[startup+320.016 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60627 0 0 0 31160 356 0 0 25 0 1 0 1840726362 251744256 60538 4294967295 134512640 134736556 3221224560 3221223112 134540400 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61461 60538 1116 68 0 61393 0
[pid=4632] vsize: 245844
Current children cumulated CPU time (s) 315.16
Current children cumulated vsize (Kb) 245844

[startup+330.017 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60731 0 0 0 32156 358 0 0 25 0 1 0 1840726362 252145664 60642 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61559 60642 1116 68 0 61491 0
[pid=4632] vsize: 246236
Current children cumulated CPU time (s) 325.14
Current children cumulated vsize (Kb) 246236

[startup+340.017 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60868 0 0 0 33151 360 0 0 25 0 1 0 1840726362 252686336 60779 4294967295 134512640 134736556 3221224560 3221223072 134543198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61691 60779 1116 68 0 61623 0
[pid=4632] vsize: 246764
Current children cumulated CPU time (s) 335.11
Current children cumulated vsize (Kb) 246764

[startup+350.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60949 0 0 0 34148 361 0 0 25 0 1 0 1840726362 252956672 60860 4294967295 134512640 134736556 3221224560 3221223184 134536510 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61757 60860 1116 68 0 61689 0
[pid=4632] vsize: 247028
Current children cumulated CPU time (s) 345.09
Current children cumulated vsize (Kb) 247028

[startup+360.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 60950 0 0 0 35143 364 0 0 25 0 1 0 1840726362 252956672 60861 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61757 60861 1116 68 0 61689 0
[pid=4632] vsize: 247028
Current children cumulated CPU time (s) 355.07
Current children cumulated vsize (Kb) 247028

[startup+370.017 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61014 0 0 0 36138 367 0 0 25 0 1 0 1840726362 253227008 60925 4294967295 134512640 134736556 3221224560 3221223088 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61823 60925 1116 68 0 61755 0
[pid=4632] vsize: 247292
Current children cumulated CPU time (s) 365.05
Current children cumulated vsize (Kb) 247292

[startup+380.017 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61034 0 0 0 37133 368 0 0 25 0 1 0 1840726362 253362176 60945 4294967295 134512640 134736556 3221224560 3221223200 134544675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61856 60945 1116 68 0 61788 0
[pid=4632] vsize: 247424
Current children cumulated CPU time (s) 375.01
Current children cumulated vsize (Kb) 247424

[startup+390.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61135 0 0 0 38130 370 0 0 25 0 1 0 1840726362 253767680 61046 4294967295 134512640 134736556 3221224560 3221223112 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 61955 61046 1116 68 0 61887 0
[pid=4632] vsize: 247820
Current children cumulated CPU time (s) 385
Current children cumulated vsize (Kb) 247820

[startup+400.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61206 0 0 0 39125 372 0 0 25 0 1 0 1840726362 254038016 61117 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62021 61117 1116 68 0 61953 0
[pid=4632] vsize: 248084
Current children cumulated CPU time (s) 394.97
Current children cumulated vsize (Kb) 248084

[startup+410.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61304 0 0 0 40120 374 0 0 25 0 1 0 1840726362 254443520 61215 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62120 61215 1116 68 0 62052 0
[pid=4632] vsize: 248480
Current children cumulated CPU time (s) 404.94
Current children cumulated vsize (Kb) 248480

[startup+420.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61386 0 0 0 41115 376 0 0 25 0 1 0 1840726362 254849024 61297 4294967295 134512640 134736556 3221224560 3221223228 134528473 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62219 61297 1116 68 0 62151 0
[pid=4632] vsize: 248876
Current children cumulated CPU time (s) 414.91
Current children cumulated vsize (Kb) 248876

[startup+430.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61453 0 0 0 42109 379 0 0 25 0 1 0 1840726362 255119360 61364 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62285 61364 1116 68 0 62217 0
[pid=4632] vsize: 249140
Current children cumulated CPU time (s) 424.88
Current children cumulated vsize (Kb) 249140

[startup+440.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61585 0 0 0 43104 381 0 0 25 0 1 0 1840726362 255660032 61496 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62417 61496 1116 68 0 62349 0
[pid=4632] vsize: 249668
Current children cumulated CPU time (s) 434.85
Current children cumulated vsize (Kb) 249668

[startup+450.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61696 0 0 0 44100 382 0 0 25 0 1 0 1840726362 256065536 61607 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62516 61607 1116 68 0 62448 0
[pid=4632] vsize: 250064
Current children cumulated CPU time (s) 444.82
Current children cumulated vsize (Kb) 250064

[startup+460.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61820 0 0 0 45097 384 0 0 25 0 1 0 1840726362 256606208 61731 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62648 61731 1116 68 0 62580 0
[pid=4632] vsize: 250592
Current children cumulated CPU time (s) 454.81
Current children cumulated vsize (Kb) 250592

[startup+470.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61890 0 0 0 46096 384 0 0 25 0 1 0 1840726362 256876544 61801 4294967295 134512640 134736556 3221224560 3221223180 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62714 61801 1116 68 0 62646 0
[pid=4632] vsize: 250856
Current children cumulated CPU time (s) 464.8
Current children cumulated vsize (Kb) 250856

[startup+480.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 61966 0 0 0 47092 386 0 0 25 0 1 0 1840726362 257146880 61877 4294967295 134512640 134736556 3221224560 3221223084 134540032 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62780 61877 1116 68 0 62712 0
[pid=4632] vsize: 251120
Current children cumulated CPU time (s) 474.78
Current children cumulated vsize (Kb) 251120

[startup+490.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62049 0 0 0 48088 388 0 0 25 0 1 0 1840726362 257552384 61960 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62879 61960 1116 68 0 62811 0
[pid=4632] vsize: 251516
Current children cumulated CPU time (s) 484.76
Current children cumulated vsize (Kb) 251516

[startup+500.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62070 0 0 0 49085 389 0 0 25 0 1 0 1840726362 257552384 61981 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62879 61981 1116 68 0 62811 0
[pid=4632] vsize: 251516
Current children cumulated CPU time (s) 494.74
Current children cumulated vsize (Kb) 251516

[startup+510.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62151 0 0 0 50081 390 0 0 25 0 1 0 1840726362 257957888 62062 4294967295 134512640 134736556 3221224560 3221223168 134544572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 62978 62062 1116 68 0 62910 0
[pid=4632] vsize: 251912
Current children cumulated CPU time (s) 504.71
Current children cumulated vsize (Kb) 251912

[startup+520.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62283 0 0 0 51077 392 0 0 25 0 1 0 1840726362 258498560 62194 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63110 62194 1116 68 0 63042 0
[pid=4632] vsize: 252440
Current children cumulated CPU time (s) 514.69
Current children cumulated vsize (Kb) 252440

[startup+530.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62327 0 0 0 52074 393 0 0 25 0 1 0 1840726362 258633728 62238 4294967295 134512640 134736556 3221224560 3221223068 134537534 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63143 62238 1116 68 0 63075 0
[pid=4632] vsize: 252572
Current children cumulated CPU time (s) 524.67
Current children cumulated vsize (Kb) 252572

[startup+540.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62327 0 0 0 53072 394 0 0 25 0 1 0 1840726362 258633728 62238 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63143 62238 1116 68 0 63075 0
[pid=4632] vsize: 252572
Current children cumulated CPU time (s) 534.66
Current children cumulated vsize (Kb) 252572

[startup+550.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62374 0 0 0 54067 397 0 0 25 0 1 0 1840726362 258904064 62285 4294967295 134512640 134736556 3221224560 3221223152 134537395 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63209 62285 1116 68 0 63141 0
[pid=4632] vsize: 252836
Current children cumulated CPU time (s) 544.64
Current children cumulated vsize (Kb) 252836

[startup+560.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62458 0 0 0 55063 399 0 0 25 0 1 0 1840726362 259170304 62369 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 63274 62369 1116 68 0 63206 0
[pid=4632] vsize: 253096
Current children cumulated CPU time (s) 554.62
Current children cumulated vsize (Kb) 253096

[startup+570.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62477 0 0 0 56058 401 0 0 25 0 1 0 1840726362 259305472 62388 4294967295 134512640 134736556 3221224560 3221223096 134716081 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63307 62388 1116 68 0 63239 0
[pid=4632] vsize: 253228
Current children cumulated CPU time (s) 564.59
Current children cumulated vsize (Kb) 253228

[startup+580.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62549 0 0 0 57054 402 0 0 25 0 1 0 1840726362 259575808 62460 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63373 62460 1116 68 0 63305 0
[pid=4632] vsize: 253492
Current children cumulated CPU time (s) 574.56
Current children cumulated vsize (Kb) 253492

[startup+590.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62640 0 0 0 58050 405 0 0 25 0 1 0 1840726362 259981312 62551 4294967295 134512640 134736556 3221224560 3221223232 134528470 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63472 62551 1116 68 0 63404 0
[pid=4632] vsize: 253888
Current children cumulated CPU time (s) 584.55
Current children cumulated vsize (Kb) 253888

[startup+600.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62719 0 0 0 59047 406 0 0 25 0 1 0 1840726362 260251648 62630 4294967295 134512640 134736556 3221224560 3221223152 134543750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63538 62630 1116 68 0 63470 0
[pid=4632] vsize: 254152
Current children cumulated CPU time (s) 594.53
Current children cumulated vsize (Kb) 254152

[startup+610.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62747 0 0 0 60043 407 0 0 25 0 1 0 1840726362 260386816 62658 4294967295 134512640 134736556 3221224560 3221223216 134544751 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63571 62658 1116 68 0 63503 0
[pid=4632] vsize: 254284
Current children cumulated CPU time (s) 604.5
Current children cumulated vsize (Kb) 254284

[startup+620.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 62949 0 0 0 61040 410 0 0 25 0 1 0 1840726362 261193728 62860 4294967295 134512640 134736556 3221224560 3221223224 134544625 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63768 62860 1116 68 0 63700 0
[pid=4632] vsize: 255072
Current children cumulated CPU time (s) 614.5
Current children cumulated vsize (Kb) 255072

[startup+630.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63035 0 0 0 62034 411 0 0 25 0 1 0 1840726362 261599232 62946 4294967295 134512640 134736556 3221224560 3221222772 134717260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63867 62946 1116 68 0 63799 0
[pid=4632] vsize: 255468
Current children cumulated CPU time (s) 624.45
Current children cumulated vsize (Kb) 255468

[startup+640.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63039 0 0 0 63029 413 0 0 25 0 1 0 1840726362 261599232 62950 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63867 62950 1116 68 0 63799 0
[pid=4632] vsize: 255468
Current children cumulated CPU time (s) 634.42
Current children cumulated vsize (Kb) 255468

[startup+650.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63139 0 0 0 64023 417 0 0 25 0 1 0 1840726362 261869568 63032 4294967295 134512640 134736556 3221224560 3221223072 134543119 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63933 63032 1116 68 0 63865 0
[pid=4632] vsize: 255732
Current children cumulated CPU time (s) 644.4
Current children cumulated vsize (Kb) 255732

[startup+660.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63209 0 0 0 65019 419 0 0 25 0 1 0 1840726362 262139904 63102 4294967295 134512640 134736556 3221224560 3221223068 134540111 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 63999 63102 1116 68 0 63931 0
[pid=4632] vsize: 255996
Current children cumulated CPU time (s) 654.38
Current children cumulated vsize (Kb) 255996

[startup+670.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63289 0 0 0 66014 421 0 0 25 0 1 0 1840726362 262545408 63182 4294967295 134512640 134736556 3221224560 3221223004 134634644 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64098 63182 1116 68 0 64030 0
[pid=4632] vsize: 256392
Current children cumulated CPU time (s) 664.35
Current children cumulated vsize (Kb) 256392

[startup+680.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63348 0 0 0 67011 422 0 0 25 0 1 0 1840726362 262815744 63241 4294967295 134512640 134736556 3221224560 3221223072 134543153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64164 63241 1116 68 0 64096 0
[pid=4632] vsize: 256656
Current children cumulated CPU time (s) 674.33
Current children cumulated vsize (Kb) 256656

[startup+690.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63421 0 0 0 68005 424 0 0 25 0 1 0 1840726362 263086080 63314 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64230 63314 1116 68 0 64162 0
[pid=4632] vsize: 256920
Current children cumulated CPU time (s) 684.29
Current children cumulated vsize (Kb) 256920

[startup+700.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63497 0 0 0 69001 426 0 0 25 0 1 0 1840726362 263356416 63390 4294967295 134512640 134736556 3221224560 3221223084 134540106 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64296 63390 1116 68 0 64228 0
[pid=4632] vsize: 257184
Current children cumulated CPU time (s) 694.27
Current children cumulated vsize (Kb) 257184

[startup+710.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63621 0 0 0 69994 429 0 0 25 0 1 0 1840726362 263897088 63514 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64428 63514 1116 68 0 64360 0
[pid=4632] vsize: 257712
Current children cumulated CPU time (s) 704.23
Current children cumulated vsize (Kb) 257712

[startup+720.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63678 0 0 0 70989 431 0 0 25 0 1 0 1840726362 264167424 63571 4294967295 134512640 134736556 3221224560 3221223120 134544641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64494 63571 1116 68 0 64426 0
[pid=4632] vsize: 257976
Current children cumulated CPU time (s) 714.2
Current children cumulated vsize (Kb) 257976

[startup+730.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63686 0 0 0 71986 432 0 0 25 0 1 0 1840726362 264167424 63579 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64494 63579 1116 68 0 64426 0
[pid=4632] vsize: 257976
Current children cumulated CPU time (s) 724.18
Current children cumulated vsize (Kb) 257976

[startup+740.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63686 0 0 0 72983 433 0 0 25 0 1 0 1840726362 264167424 63579 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64494 63579 1116 68 0 64426 0
[pid=4632] vsize: 257976
Current children cumulated CPU time (s) 734.16
Current children cumulated vsize (Kb) 257976

[startup+750.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63760 0 0 0 73979 434 0 0 25 0 1 0 1840726362 264425472 63653 4294967295 134512640 134736556 3221224560 3221223088 134543219 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64557 63653 1116 68 0 64489 0
[pid=4632] vsize: 258228
Current children cumulated CPU time (s) 744.13
Current children cumulated vsize (Kb) 258228

[startup+760.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63784 0 0 0 74975 436 0 0 25 0 1 0 1840726362 264560640 63677 4294967295 134512640 134736556 3221224560 3221223316 134597423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64590 63677 1116 68 0 64522 0
[pid=4632] vsize: 258360
Current children cumulated CPU time (s) 754.11
Current children cumulated vsize (Kb) 258360

[startup+770.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63849 0 0 0 75971 438 0 0 25 0 1 0 1840726362 264830976 63742 4294967295 134512640 134736556 3221224560 3221223248 134536560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64656 63742 1116 68 0 64588 0
[pid=4632] vsize: 258624
Current children cumulated CPU time (s) 764.09
Current children cumulated vsize (Kb) 258624

[startup+780.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63899 0 0 0 76965 440 0 0 25 0 1 0 1840726362 264966144 63792 4294967295 134512640 134736556 3221224560 3221223068 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64689 63792 1116 68 0 64621 0
[pid=4632] vsize: 258756
Current children cumulated CPU time (s) 774.05
Current children cumulated vsize (Kb) 258756

[startup+790.031 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 63960 0 0 0 77960 443 0 0 25 0 1 0 1840726362 265236480 63853 4294967295 134512640 134736556 3221224560 3221223284 134605891 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64755 63853 1116 68 0 64687 0
[pid=4632] vsize: 259020
Current children cumulated CPU time (s) 784.03
Current children cumulated vsize (Kb) 259020

[startup+800.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64004 0 0 0 78957 444 0 0 25 0 1 0 1840726362 265506816 63897 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64821 63897 1116 68 0 64753 0
[pid=4632] vsize: 259284
Current children cumulated CPU time (s) 794.01
Current children cumulated vsize (Kb) 259284

[startup+810.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64100 0 0 0 79953 446 0 0 25 0 1 0 1840726362 265912320 63993 4294967295 134512640 134736556 3221224560 3221223072 134543143 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64920 63993 1116 68 0 64852 0
[pid=4632] vsize: 259680
Current children cumulated CPU time (s) 803.99
Current children cumulated vsize (Kb) 259680

[startup+820.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64166 0 0 0 80948 448 0 0 25 0 1 0 1840726362 266182656 64059 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 64986 64059 1116 68 0 64918 0
[pid=4632] vsize: 259944
Current children cumulated CPU time (s) 813.96
Current children cumulated vsize (Kb) 259944

[startup+830.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64283 0 0 0 81942 450 0 0 25 0 1 0 1840726362 266588160 64176 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65085 64176 1116 68 0 65017 0
[pid=4632] vsize: 260340
Current children cumulated CPU time (s) 823.92
Current children cumulated vsize (Kb) 260340

[startup+840.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64383 0 0 0 82937 453 0 0 25 0 1 0 1840726362 266993664 64276 4294967295 134512640 134736556 3221224560 3221223076 134716792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65184 64276 1116 68 0 65116 0
[pid=4632] vsize: 260736
Current children cumulated CPU time (s) 833.9
Current children cumulated vsize (Kb) 260736

[startup+850.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64461 0 0 0 83932 454 0 0 25 0 1 0 1840726362 267264000 64354 4294967295 134512640 134736556 3221224560 3221223068 134540047 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65250 64354 1116 68 0 65182 0
[pid=4632] vsize: 261000
Current children cumulated CPU time (s) 843.86
Current children cumulated vsize (Kb) 261000

[startup+860.033 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) T 4631 4632 2660 0 -1 0 64560 0 0 0 84926 456 0 0 25 0 1 0 1840726362 267669504 64453 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65349 64453 1116 68 0 65281 0
[pid=4632] vsize: 261396
Current children cumulated CPU time (s) 853.82
Current children cumulated vsize (Kb) 261396

[startup+870.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64635 0 0 0 85922 458 0 0 25 0 1 0 1840726362 268075008 64528 4294967295 134512640 134736556 3221224560 3221223296 134529007 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65448 64528 1116 68 0 65380 0
[pid=4632] vsize: 261792
Current children cumulated CPU time (s) 863.8
Current children cumulated vsize (Kb) 261792

[startup+880.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64723 0 0 0 86918 460 0 0 25 0 1 0 1840726362 268345344 64616 4294967295 134512640 134736556 3221224560 3221223104 134543676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65514 64616 1116 68 0 65446 0
[pid=4632] vsize: 262056
Current children cumulated CPU time (s) 873.78
Current children cumulated vsize (Kb) 262056

[startup+890.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64770 0 0 0 87914 462 0 0 25 0 1 0 1840726362 268566528 64663 4294967295 134512640 134736556 3221224560 3221223072 134543153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65568 64663 1116 68 0 65500 0
[pid=4632] vsize: 262272
Current children cumulated CPU time (s) 883.76
Current children cumulated vsize (Kb) 262272

[startup+900.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64869 0 0 0 88909 464 0 0 25 0 1 0 1840726362 268972032 64762 4294967295 134512640 134736556 3221224560 3221223232 134536515 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65667 64762 1116 68 0 65599 0
[pid=4632] vsize: 262668
Current children cumulated CPU time (s) 893.73
Current children cumulated vsize (Kb) 262668

[startup+910.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 64876 0 0 0 89907 465 0 0 25 0 1 0 1840726362 268972032 64769 4294967295 134512640 134736556 3221224560 3221223012 134717263 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65667 64769 1116 68 0 65599 0
[pid=4632] vsize: 262668
Current children cumulated CPU time (s) 903.72
Current children cumulated vsize (Kb) 262668

[startup+920.036 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) T 4631 4632 2660 0 -1 0 64962 0 0 0 90902 467 0 0 25 0 1 0 1840726362 269377536 64855 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65766 64855 1116 68 0 65698 0
[pid=4632] vsize: 263064
Current children cumulated CPU time (s) 913.69
Current children cumulated vsize (Kb) 263064

[startup+930.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65078 0 0 0 91895 470 0 0 25 0 1 0 1840726362 269918208 64971 4294967295 134512640 134736556 3221224560 3221223232 134528541 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65898 64971 1116 68 0 65830 0
[pid=4632] vsize: 263592
Current children cumulated CPU time (s) 923.65
Current children cumulated vsize (Kb) 263592

[startup+940.037 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) T 4631 4632 2660 0 -1 0 65190 0 0 0 92893 471 0 0 25 0 1 0 1840726362 270323712 65083 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/4632/statm): 65997 65083 1116 68 0 65929 0
[pid=4632] vsize: 263988
Current children cumulated CPU time (s) 933.64
Current children cumulated vsize (Kb) 263988

[startup+950.038 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65216 0 0 0 93888 473 0 0 25 0 1 0 1840726362 270458880 65109 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66030 65109 1116 68 0 65962 0
[pid=4632] vsize: 264120
Current children cumulated CPU time (s) 943.61
Current children cumulated vsize (Kb) 264120

[startup+960.037 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65240 0 0 0 94885 474 0 0 25 0 1 0 1840726362 270458880 65133 4294967295 134512640 134736556 3221224560 3221223296 134605999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66030 65133 1116 68 0 65962 0
[pid=4632] vsize: 264120
Current children cumulated CPU time (s) 953.59
Current children cumulated vsize (Kb) 264120

[startup+970.037 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65349 0 0 0 95881 476 0 0 25 0 1 0 1840726362 270999552 65242 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66162 65242 1116 68 0 66094 0
[pid=4632] vsize: 264648
Current children cumulated CPU time (s) 963.57
Current children cumulated vsize (Kb) 264648

[startup+980.037 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65349 0 0 0 96878 477 0 0 25 0 1 0 1840726362 270925824 65242 4294967295 134512640 134736556 3221224560 3221223104 134540186 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66144 65242 1116 68 0 66076 0
[pid=4632] vsize: 264576
Current children cumulated CPU time (s) 973.55
Current children cumulated vsize (Kb) 264576

[startup+990.039 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65407 0 0 0 97873 479 0 0 25 0 1 0 1840726362 271196160 65300 4294967295 134512640 134736556 3221224560 3221223280 134528853 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66210 65300 1116 68 0 66142 0
[pid=4632] vsize: 264840
Current children cumulated CPU time (s) 983.52
Current children cumulated vsize (Kb) 264840

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65491 0 0 0 98868 480 0 0 25 0 1 0 1840726362 271601664 65384 4294967295 134512640 134736556 3221224560 3221223184 134536487 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 66309 65384 1116 68 0 66241 0
[pid=4632] vsize: 265236
Current children cumulated CPU time (s) 993.48
Current children cumulated vsize (Kb) 265236

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65503 0 0 0 99864 482 0 0 25 0 1 0 1840726362 271601664 65396 4294967295 134512640 134736556 3221224560 3221223152 134540186 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 66309 65396 1116 68 0 66241 0
[pid=4632] vsize: 265236
Current children cumulated CPU time (s) 1003.46
Current children cumulated vsize (Kb) 265236

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65557 0 0 0 100859 484 0 0 25 0 1 0 1840726362 271872000 65450 4294967295 134512640 134736556 3221224560 3221223084 134540089 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66375 65450 1116 68 0 66307 0
[pid=4632] vsize: 265500
Current children cumulated CPU time (s) 1013.43
Current children cumulated vsize (Kb) 265500

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65663 0 0 0 101856 485 0 0 25 0 1 0 1840726362 272277504 65556 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66474 65556 1116 68 0 66406 0
[pid=4632] vsize: 265896
Current children cumulated CPU time (s) 1023.41
Current children cumulated vsize (Kb) 265896

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65733 0 0 0 102851 486 0 0 25 0 1 0 1840726362 272547840 65626 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66540 65626 1116 68 0 66472 0
[pid=4632] vsize: 266160
Current children cumulated CPU time (s) 1033.37
Current children cumulated vsize (Kb) 266160

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65832 0 0 0 103847 489 0 0 25 0 1 0 1840726362 272953344 65725 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66639 65725 1116 68 0 66571 0
[pid=4632] vsize: 266556
Current children cumulated CPU time (s) 1043.36
Current children cumulated vsize (Kb) 266556

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65907 0 0 0 104843 490 0 0 25 0 1 0 1840726362 273219584 65800 4294967295 134512640 134736556 3221224560 3221223248 134529000 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66704 65800 1116 68 0 66636 0
[pid=4632] vsize: 266816
Current children cumulated CPU time (s) 1053.33
Current children cumulated vsize (Kb) 266816

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 65948 0 0 0 105840 491 0 0 25 0 1 0 1840726362 273354752 65841 4294967295 134512640 134736556 3221224560 3221223064 134634653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66737 65841 1116 68 0 66669 0
[pid=4632] vsize: 266948
Current children cumulated CPU time (s) 1063.31
Current children cumulated vsize (Kb) 266948

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66025 0 0 0 106835 493 0 0 25 0 1 0 1840726362 273760256 65918 4294967295 134512640 134736556 3221224560 3221223348 134602882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66836 65918 1116 68 0 66768 0
[pid=4632] vsize: 267344
Current children cumulated CPU time (s) 1073.28
Current children cumulated vsize (Kb) 267344

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66107 0 0 0 107831 494 0 0 25 0 1 0 1840726362 274030592 66000 4294967295 134512640 134736556 3221224560 3221223072 134543125 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66902 66000 1116 68 0 66834 0
[pid=4632] vsize: 267608
Current children cumulated CPU time (s) 1083.25
Current children cumulated vsize (Kb) 267608

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66180 0 0 0 108827 495 0 0 25 0 1 0 1840726362 274300928 66073 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 66968 66073 1116 68 0 66900 0
[pid=4632] vsize: 267872
Current children cumulated CPU time (s) 1093.22
Current children cumulated vsize (Kb) 267872

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66252 0 0 0 109824 496 0 0 25 0 1 0 1840726362 274706432 66145 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67067 66145 1116 68 0 66999 0
[pid=4632] vsize: 268268
Current children cumulated CPU time (s) 1103.2
Current children cumulated vsize (Kb) 268268

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66268 0 0 0 110821 497 0 0 25 0 1 0 1840726362 274685952 66161 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67062 66161 1116 68 0 66994 0
[pid=4632] vsize: 268248
Current children cumulated CPU time (s) 1113.18
Current children cumulated vsize (Kb) 268248

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66361 0 0 0 111814 500 0 0 25 0 1 0 1840726362 275083264 66254 4294967295 134512640 134736556 3221224560 3221223280 134609056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 67159 66254 1116 68 0 67091 0
[pid=4632] vsize: 268636
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (Kb) 268636

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66461 0 0 0 112808 502 0 0 25 0 1 0 1840726362 275488768 66354 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4632/statm): 67258 66354 1116 68 0 67190 0
[pid=4632] vsize: 269032
Current children cumulated CPU time (s) 1133.1
Current children cumulated vsize (Kb) 269032

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66545 0 0 0 113804 503 0 0 25 0 1 0 1840726362 275894272 66438 4294967295 134512640 134736556 3221224560 3221223152 134540206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67357 66438 1116 68 0 67289 0
[pid=4632] vsize: 269428
Current children cumulated CPU time (s) 1143.07
Current children cumulated vsize (Kb) 269428

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66584 0 0 0 114799 505 0 0 25 0 1 0 1840726362 276013056 66477 4294967295 134512640 134736556 3221224560 3221223092 134543223 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67386 66477 1116 68 0 67318 0
[pid=4632] vsize: 269544
Current children cumulated CPU time (s) 1153.04
Current children cumulated vsize (Kb) 269544

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66695 0 0 0 115793 508 0 0 25 0 1 0 1840726362 276414464 66588 4294967295 134512640 134736556 3221224560 3221223220 134544744 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67484 66588 1116 68 0 67416 0
[pid=4632] vsize: 269936
Current children cumulated CPU time (s) 1163.01
Current children cumulated vsize (Kb) 269936

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66710 0 0 0 116790 509 0 0 25 0 1 0 1840726362 276549632 66603 4294967295 134512640 134736556 3221224560 3221223120 134543606 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67517 66603 1116 68 0 67449 0
[pid=4632] vsize: 270068
Current children cumulated CPU time (s) 1172.99
Current children cumulated vsize (Kb) 270068

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66804 0 0 0 117787 511 0 0 25 0 1 0 1840726362 276955136 66697 4294967295 134512640 134736556 3221224560 3221223120 134543560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67616 66697 1116 68 0 67548 0
[pid=4632] vsize: 270464
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (Kb) 270464

[startup+1200.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 4632
Raw data (/proc/4632/stat): 4632 (bsolo) R 4631 4632 2660 0 -1 0 66878 0 0 0 118782 513 0 0 25 0 1 0 1840726362 277225472 66771 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4632/statm): 67682 66771 1116 68 0 67614 0
[pid=4632] vsize: 270728
Current children cumulated CPU time (s) 1192.95
Current children cumulated vsize (Kb) 270728
One traced child (pid=4632) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.23
CPU time (s): 1195.14
CPU user time (s): 1189.88
CPU system time (s): 5.2652
CPU usage (%): 99.4107
Max. virtual memory (cumulated for all children) (Kb): 270728

Verifier Data

ERROR: no interpretation found !