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

Namesubmitted/aloul/FPGA_SAT05/normalized-fpga13_12_sat_pb.cnf.cr.opb
MD5SUMb895465c3a135658947941250991e4de
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.142977
Number of variables234
Total number of constraints193
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint13

Trace number 91

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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:        957488 kB
Buffers:         33472 kB
Cached:          16832 kB
SwapCached:        832 kB
Active:          47648 kB
Inactive:         5204 kB
HighTotal:      131008 kB
HighFree:       113484 kB
LowTotal:       903652 kB
LowFree:        844004 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            18732 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 08:19:59 (client local time) WITH STATUS 0 IN 1195.2 SECONDS
stats: 29 7 1195.2 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 234 variables and 193 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.096
c After prepocess the problem consists of 234 variables and 193 constraints.
c Restart #1 #Var: 234 #Dec: 257 LB: 0 @ 0.244
c Restart #2 #Var: 234 #Dec: 783 LB: 0 @ 0.53
c Restart #3 #Var: 234 #Dec: 1486 LB: 0 @ 1.198
c Restart #4 #Var: 234 #Dec: 2306 LB: 0 @ 2.4
c Restart #5 #Var: 234 #Dec: 3327 LB: 0 @ 4.51
c Restart #6 #Var: 234 #Dec: 4570 LB: 0 @ 7.472
c Restart #7 #Var: 234 #Dec: 6001 LB: 0 @ 11.356
c Restart #8 #Var: 234 #Dec: 7613 LB: 0 @ 18.07
c Restart #9 #Var: 234 #Dec: 9452 LB: 0 @ 25.404
c Restart #10 #Var: 234 #Dec: 11499 LB: 0 @ 33.289
c Restart #11 #Var: 234 #Dec: 13724 LB: 0 @ 43.878
c Restart #12 #Var: 234 #Dec: 16169 LB: 0 @ 58.577
c Restart #13 #Var: 234 #Dec: 18803 LB: 0 @ 77.706
c Restart #14 #Var: 234 #Dec: 21643 LB: 0 @ 96.9
c Restart #15 #Var: 234 #Dec: 24706 LB: 0 @ 128.63
c Restart #16 #Var: 234 #Dec: 28013 LB: 0 @ 160.29
c Restart #17 #Var: 234 #Dec: 31570 LB: 0 @ 202.08
c Restart #18 #Var: 234 #Dec: 35247 LB: 0 @ 247.69
c Restart #19 #Var: 234 #Dec: 39116 LB: 0 @ 288.54
c Restart #20 #Var: 234 #Dec: 43190 LB: 0 @ 333.54
c Restart #21 #Var: 234 #Dec: 47472 LB: 0 @ 386.79
c Restart #22 #Var: 234 #Dec: 51983 LB: 0 @ 443.79
c Restart #23 #Var: 234 #Dec: 56648 LB: 0 @ 505.71
c Restart #24 #Var: 234 #Dec: 61560 LB: 0 @ 587.98
c CHANGE Heuristic... 
c Restart #0 #Var: 234 #Dec: 66636 LB: 0 @ 685.25
c Restart #1 #Var: 234 #Dec: 66931 LB: 0 @ 685.96
c Restart #2 #Var: 234 #Dec: 67548 LB: 0 @ 696.54
c Restart #3 #Var: 234 #Dec: 68923 LB: 0 @ 717.46
c Restart #4 #Var: 234 #Dec: 69903 LB: 0 @ 744.83
c Restart #5 #Var: 234 #Dec: 70987 LB: 0 @ 770.83
c Restart #6 #Var: 234 #Dec: 72239 LB: 0 @ 804.91
c Restart #7 #Var: 234 #Dec: 73673 LB: 0 @ 843.2
c Restart #8 #Var: 234 #Dec: 75558 LB: 0 @ 891.98
c Restart #9 #Var: 234 #Dec: 78109 LB: 0 @ 937.48
c Restart #10 #Var: 234 #Dec: 80156 LB: 0 @ 1000.8
c Restart #11 #Var: 234 #Dec: 82403 LB: 0 @ 1071.5
c Restart #12 #Var: 234 #Dec: 84977 LB: 0 @ 1097.6
c Restart #13 #Var: 234 #Dec: 87893 LB: 0 @ 1178.1
s UNKNOWN
c Exit Code: 0
c Total time: 1195.1 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/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1839629321 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 107 3 90 68 0 39 0
[pid=6187] 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/wulflinc19/normalized-fpga13_12_sat_pb.cnf.cr.opb

[startup+10.0038 s]
Raw data (loadavg): 0.93 0.97 0.73 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 3150 0 0 0 954 20 0 0 25 0 1 0 1839629321 15917056 3061 4294967295 134512640 134736556 3221224560 3221223272 134553045 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 3886 3061 1116 68 0 3818 0
[pid=6187] vsize: 15544
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (Kb) 15544

[startup+20.0046 s]
Raw data (loadavg): 0.94 0.97 0.73 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 4600 0 0 0 1930 30 0 0 25 0 1 0 1839629321 21893120 4510 4294967295 134512640 134736556 3221224560 3221223144 134716081 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 5345 4510 1116 68 0 5277 0
[pid=6187] vsize: 21380
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (Kb) 21380

[startup+30.0053 s]
Raw data (loadavg): 0.95 0.97 0.73 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 5928 0 0 0 2908 40 0 0 25 0 1 0 1839629321 27451392 5837 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 6702 5837 1116 68 0 6634 0
[pid=6187] vsize: 26808
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (Kb) 26808

[startup+40.0061 s]
Raw data (loadavg): 0.96 0.97 0.73 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 6918 0 0 0 3893 47 0 0 25 0 1 0 1839629321 31526912 6827 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 7697 6827 1116 68 0 7629 0
[pid=6187] vsize: 30788
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (Kb) 30788

[startup+50.0069 s]
Raw data (loadavg): 0.96 0.97 0.74 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 7782 0 0 0 4879 55 0 0 25 0 1 0 1839629321 35053568 7690 4294967295 134512640 134736556 3221224560 3221223024 134536053 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 8558 7690 1116 68 0 8490 0
[pid=6187] vsize: 34232
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (Kb) 34232

[startup+60.0067 s]
Raw data (loadavg): 0.97 0.97 0.74 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 8788 0 0 0 5862 63 0 0 25 0 1 0 1839629321 39112704 8695 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 9549 8695 1116 68 0 9481 0
[pid=6187] vsize: 38196
Current children cumulated CPU time (s) 59.25
Current children cumulated vsize (Kb) 38196

[startup+70.0075 s]
Raw data (loadavg): 0.97 0.97 0.74 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 9619 0 0 0 6847 69 0 0 25 0 1 0 1839629321 42635264 9526 4294967295 134512640 134736556 3221224560 3221223100 134536400 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 10409 9526 1116 68 0 10341 0
[pid=6187] vsize: 41636
Current children cumulated CPU time (s) 69.16
Current children cumulated vsize (Kb) 41636

[startup+80.0083 s]
Raw data (loadavg): 0.98 0.97 0.74 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 10290 0 0 0 7836 75 0 0 25 0 1 0 1839629321 45404160 10195 4294967295 134512640 134736556 3221224560 3221223248 134524441 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 11085 10196 1116 68 0 11017 0
[pid=6187] vsize: 44340
Current children cumulated CPU time (s) 79.11
Current children cumulated vsize (Kb) 44340

[startup+90.0091 s]
Raw data (loadavg): 0.98 0.97 0.74 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 11055 0 0 0 8822 82 0 0 25 0 1 0 1839629321 48529408 10959 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 11848 10959 1116 68 0 11780 0
[pid=6187] vsize: 47392
Current children cumulated CPU time (s) 89.04
Current children cumulated vsize (Kb) 47392

[startup+100.009 s]
Raw data (loadavg): 0.98 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 11794 0 0 0 9806 89 0 0 25 0 1 0 1839629321 51724288 11695 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 12628 11695 1116 68 0 12560 0
[pid=6187] vsize: 50512
Current children cumulated CPU time (s) 98.95
Current children cumulated vsize (Kb) 50512

[startup+110.01 s]
Raw data (loadavg): 0.98 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 12403 0 0 0 10794 95 0 0 25 0 1 0 1839629321 54161408 12303 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 13223 12303 1116 68 0 13155 0
[pid=6187] vsize: 52892
Current children cumulated CPU time (s) 108.89
Current children cumulated vsize (Kb) 52892

[startup+120.01 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 12934 0 0 0 11785 99 0 0 25 0 1 0 1839629321 56459264 12832 4294967295 134512640 134736556 3221224560 3221223296 134529353 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 13784 12832 1116 68 0 13716 0
[pid=6187] vsize: 55136
Current children cumulated CPU time (s) 118.84
Current children cumulated vsize (Kb) 55136

[startup+130.01 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 13377 0 0 0 12778 103 0 0 25 0 1 0 1839629321 58380288 13274 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 14253 13274 1116 68 0 14185 0
[pid=6187] vsize: 57012
Current children cumulated CPU time (s) 128.81
Current children cumulated vsize (Kb) 57012

[startup+140.011 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 14037 0 0 0 13769 109 0 0 25 0 1 0 1839629321 61095936 13934 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 14916 13934 1116 68 0 14848 0
[pid=6187] vsize: 59664
Current children cumulated CPU time (s) 138.78
Current children cumulated vsize (Kb) 59664

[startup+150.012 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 14546 0 0 0 14761 112 0 0 25 0 1 0 1839629321 63176704 14442 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 15424 14442 1116 68 0 15356 0
[pid=6187] vsize: 61696
Current children cumulated CPU time (s) 148.73
Current children cumulated vsize (Kb) 61696

[startup+160.012 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 14955 0 0 0 15754 115 0 0 25 0 1 0 1839629321 64942080 14851 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 15855 14851 1116 68 0 15787 0
[pid=6187] vsize: 63420
Current children cumulated CPU time (s) 158.69
Current children cumulated vsize (Kb) 63420

[startup+170.011 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 15576 0 0 0 16743 121 0 0 25 0 1 0 1839629321 67440640 15470 4294967295 134512640 134736556 3221224560 3221223224 134544625 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 16465 15470 1116 68 0 16397 0
[pid=6187] vsize: 65860
Current children cumulated CPU time (s) 168.64
Current children cumulated vsize (Kb) 65860

[startup+180.011 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 16045 0 0 0 17733 127 0 0 25 0 1 0 1839629321 69468160 15938 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 16960 15938 1116 68 0 16892 0
[pid=6187] vsize: 67840
Current children cumulated CPU time (s) 178.6
Current children cumulated vsize (Kb) 67840

[startup+190.012 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 16453 0 0 0 18724 131 0 0 25 0 1 0 1839629321 71090176 16344 4294967295 134512640 134736556 3221224560 3221223232 134528735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 17356 16344 1116 68 0 17288 0
[pid=6187] vsize: 69424
Current children cumulated CPU time (s) 188.55
Current children cumulated vsize (Kb) 69424

[startup+200.012 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 16773 0 0 0 19719 134 0 0 25 0 1 0 1839629321 72429568 16663 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 17683 16663 1116 68 0 17615 0
[pid=6187] vsize: 70732
Current children cumulated CPU time (s) 198.53
Current children cumulated vsize (Kb) 70732

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 17324 0 0 0 20711 137 0 0 25 0 1 0 1839629321 74739712 17209 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 18247 17209 1116 68 0 18179 0
[pid=6187] vsize: 72988
Current children cumulated CPU time (s) 208.48
Current children cumulated vsize (Kb) 72988

[startup+220.012 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 17717 0 0 0 21704 141 0 0 25 0 1 0 1839629321 76361728 17602 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 18643 17602 1116 68 0 18575 0
[pid=6187] vsize: 74572
Current children cumulated CPU time (s) 218.45
Current children cumulated vsize (Kb) 74572

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 18195 0 0 0 22695 145 0 0 25 0 1 0 1839629321 78254080 18080 4294967295 134512640 134736556 3221224560 3221223276 134554112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 19105 18080 1116 68 0 19037 0
[pid=6187] vsize: 76420
Current children cumulated CPU time (s) 228.4
Current children cumulated vsize (Kb) 76420

[startup+240.013 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 18525 0 0 0 23689 149 0 0 25 0 1 0 1839629321 79810560 18404 4294967295 134512640 134736556 3221224560 3221223232 134528766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 19485 18404 1116 68 0 19417 0
[pid=6187] vsize: 77940
Current children cumulated CPU time (s) 238.38
Current children cumulated vsize (Kb) 77940

[startup+250.014 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 18984 0 0 0 24680 154 0 0 25 0 1 0 1839629321 81752064 18863 4294967295 134512640 134736556 3221224560 3221223232 134528741 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 19959 18863 1116 68 0 19891 0
[pid=6187] vsize: 79836
Current children cumulated CPU time (s) 248.34
Current children cumulated vsize (Kb) 79836

[startup+260.014 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 19353 0 0 0 25674 157 0 0 25 0 1 0 1839629321 83312640 19228 4294967295 134512640 134736556 3221224560 3221223232 134528766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 20340 19228 1116 68 0 20272 0
[pid=6187] vsize: 81360
Current children cumulated CPU time (s) 258.31
Current children cumulated vsize (Kb) 81360

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 19645 0 0 0 26669 160 0 0 25 0 1 0 1839629321 84566016 19516 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 20646 19516 1116 68 0 20578 0
[pid=6187] vsize: 82584
Current children cumulated CPU time (s) 268.29
Current children cumulated vsize (Kb) 82584

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 20217 0 0 0 27657 166 0 0 25 0 1 0 1839629321 86863872 20085 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 21207 20085 1116 68 0 21139 0
[pid=6187] vsize: 84828
Current children cumulated CPU time (s) 278.23
Current children cumulated vsize (Kb) 84828

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 20826 0 0 0 28645 171 0 0 25 0 1 0 1839629321 89432064 20694 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 21834 20694 1116 68 0 21766 0
[pid=6187] vsize: 87336
Current children cumulated CPU time (s) 288.16
Current children cumulated vsize (Kb) 87336

[startup+300.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 21118 0 0 0 29639 175 0 0 25 0 1 0 1839629321 90566656 20983 4294967295 134512640 134736556 3221224560 3221223084 134536351 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 22111 20983 1116 68 0 22043 0
[pid=6187] vsize: 88444
Current children cumulated CPU time (s) 298.14
Current children cumulated vsize (Kb) 88444

[startup+310.016 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 21330 0 0 0 30635 177 0 0 25 0 1 0 1839629321 91561984 21195 4294967295 134512640 134736556 3221224560 3221223228 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 22354 21195 1116 68 0 22286 0
[pid=6187] vsize: 89416
Current children cumulated CPU time (s) 308.12
Current children cumulated vsize (Kb) 89416

[startup+320.016 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 22102 0 0 0 31620 184 0 0 25 0 1 0 1839629321 94748672 21964 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 23132 21964 1116 68 0 23064 0
[pid=6187] vsize: 92528
Current children cumulated CPU time (s) 318.04
Current children cumulated vsize (Kb) 92528

[startup+330.016 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 22596 0 0 0 32611 189 0 0 25 0 1 0 1839629321 96776192 22458 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 23627 22458 1116 68 0 23559 0
[pid=6187] vsize: 94508
Current children cumulated CPU time (s) 328
Current children cumulated vsize (Kb) 94508

[startup+340.017 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 22961 0 0 0 33604 192 0 0 25 0 1 0 1839629321 98205696 22823 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 23976 22823 1116 68 0 23908 0
[pid=6187] vsize: 95904
Current children cumulated CPU time (s) 337.96
Current children cumulated vsize (Kb) 95904

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 23286 0 0 0 34599 195 0 0 25 0 1 0 1839629321 99471360 23144 4294967295 134512640 134736556 3221224560 3221223164 134537534 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 24285 23144 1116 68 0 24217 0
[pid=6187] vsize: 97140
Current children cumulated CPU time (s) 347.94
Current children cumulated vsize (Kb) 97140

[startup+360.018 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 23541 0 0 0 35593 198 0 0 25 0 1 0 1839629321 100593664 23398 4294967295 134512640 134736556 3221224560 3221223296 134529337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 24559 23398 1116 68 0 24491 0
[pid=6187] vsize: 98236
Current children cumulated CPU time (s) 357.91
Current children cumulated vsize (Kb) 98236

[startup+370.018 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 24127 0 0 0 36584 202 0 0 25 0 1 0 1839629321 103051264 23983 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 25159 23983 1116 68 0 25091 0
[pid=6187] vsize: 100636
Current children cumulated CPU time (s) 367.86
Current children cumulated vsize (Kb) 100636

[startup+380.017 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 24601 0 0 0 37575 207 0 0 25 0 1 0 1839629321 104980480 24455 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 25630 24455 1116 68 0 25562 0
[pid=6187] vsize: 102520
Current children cumulated CPU time (s) 377.82
Current children cumulated vsize (Kb) 102520

[startup+390.018 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 24965 0 0 0 38568 210 0 0 25 0 1 0 1839629321 106467328 24819 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 25993 24819 1116 68 0 25925 0
[pid=6187] vsize: 103972
Current children cumulated CPU time (s) 387.78
Current children cumulated vsize (Kb) 103972

[startup+400.019 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 25171 0 0 0 39563 213 0 0 25 0 1 0 1839629321 107278336 25025 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 26191 25025 1116 68 0 26123 0
[pid=6187] vsize: 104764
Current children cumulated CPU time (s) 397.76
Current children cumulated vsize (Kb) 104764

[startup+410.019 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 25767 0 0 0 40554 218 0 0 25 0 1 0 1839629321 109760512 25618 4294967295 134512640 134736556 3221224560 3221223276 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 26797 25618 1116 68 0 26729 0
[pid=6187] vsize: 107188
Current children cumulated CPU time (s) 407.72
Current children cumulated vsize (Kb) 107188

[startup+420.02 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 26385 0 0 0 41542 223 0 0 25 0 1 0 1839629321 112459776 26230 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 27456 26230 1116 68 0 27388 0
[pid=6187] vsize: 109824
Current children cumulated CPU time (s) 417.65
Current children cumulated vsize (Kb) 109824

[startup+430.02 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 26774 0 0 0 42535 227 0 0 25 0 1 0 1839629321 113946624 26619 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 27819 26619 1116 68 0 27751 0
[pid=6187] vsize: 111276
Current children cumulated CPU time (s) 427.62
Current children cumulated vsize (Kb) 111276

[startup+440.02 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 26993 0 0 0 43531 228 0 0 25 0 1 0 1839629321 114892800 26838 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 28050 26838 1116 68 0 27982 0
[pid=6187] vsize: 112200
Current children cumulated CPU time (s) 437.59
Current children cumulated vsize (Kb) 112200

[startup+450.021 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 27206 0 0 0 44526 231 0 0 25 0 1 0 1839629321 115781632 27047 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6187/statm): 28267 27047 1116 68 0 28199 0
[pid=6187] vsize: 113068
Current children cumulated CPU time (s) 447.57
Current children cumulated vsize (Kb) 113068

[startup+460.021 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 27353 0 0 0 45522 232 0 0 25 0 1 0 1839629321 116322304 27194 4294967295 134512640 134736556 3221224560 3221223096 134536209 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 28399 27194 1116 68 0 28331 0
[pid=6187] vsize: 113596
Current children cumulated CPU time (s) 457.54
Current children cumulated vsize (Kb) 113596

[startup+470.022 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 27882 0 0 0 46512 237 0 0 25 0 1 0 1839629321 118489088 27723 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 28928 27723 1116 68 0 28860 0
[pid=6187] vsize: 115712
Current children cumulated CPU time (s) 467.49
Current children cumulated vsize (Kb) 115712

[startup+480.023 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 28397 0 0 0 47503 239 0 0 25 0 1 0 1839629321 120733696 28230 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 29476 28230 1116 68 0 29408 0
[pid=6187] vsize: 117904
Current children cumulated CPU time (s) 477.42
Current children cumulated vsize (Kb) 117904

[startup+490.024 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 28688 0 0 0 48497 242 0 0 25 0 1 0 1839629321 121950208 28521 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 29773 28521 1116 68 0 29705 0
[pid=6187] vsize: 119092
Current children cumulated CPU time (s) 487.39
Current children cumulated vsize (Kb) 119092

[startup+500.023 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 29003 0 0 0 49491 245 0 0 25 0 1 0 1839629321 123224064 28833 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 30084 28833 1116 68 0 30016 0
[pid=6187] vsize: 120336
Current children cumulated CPU time (s) 497.36
Current children cumulated vsize (Kb) 120336

[startup+510.024 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 29436 0 0 0 50483 249 0 0 25 0 1 0 1839629321 125014016 29266 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 30521 29266 1116 68 0 30453 0
[pid=6187] vsize: 122084
Current children cumulated CPU time (s) 507.32
Current children cumulated vsize (Kb) 122084

[startup+520.025 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 29665 0 0 0 51477 253 0 0 25 0 1 0 1839629321 125960192 29495 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 30752 29495 1116 68 0 30684 0
[pid=6187] vsize: 123008
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (Kb) 123008

[startup+530.025 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 30116 0 0 0 52468 256 0 0 25 0 1 0 1839629321 127860736 29943 4294967295 134512640 134736556 3221224560 3221223164 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 31216 29943 1116 68 0 31148 0
[pid=6187] vsize: 124864
Current children cumulated CPU time (s) 527.24
Current children cumulated vsize (Kb) 124864

[startup+540.026 s]
Raw data (loadavg): 0.99 0.97 0.83 1/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 30429 0 0 0 53462 259 0 0 25 0 1 0 1839629321 129118208 30252 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 31523 30252 1116 68 0 31455 0
[pid=6187] vsize: 126092
Current children cumulated CPU time (s) 537.21
Current children cumulated vsize (Kb) 126092

[startup+550.026 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 30731 0 0 0 54456 262 0 0 25 0 1 0 1839629321 130367488 30554 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 31828 30554 1116 68 0 31760 0
[pid=6187] vsize: 127312
Current children cumulated CPU time (s) 547.18
Current children cumulated vsize (Kb) 127312

[startup+560.025 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 31014 0 0 0 55450 265 0 0 25 0 1 0 1839629321 131584000 30837 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 32125 30837 1116 68 0 32057 0
[pid=6187] vsize: 128500
Current children cumulated CPU time (s) 557.15
Current children cumulated vsize (Kb) 128500

[startup+570.026 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 31245 0 0 0 56446 266 0 0 25 0 1 0 1839629321 132530176 31068 4294967295 134512640 134736556 3221224560 3221223276 134554060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 32356 31068 1116 68 0 32288 0
[pid=6187] vsize: 129424
Current children cumulated CPU time (s) 567.12
Current children cumulated vsize (Kb) 129424

[startup+580.026 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 31618 0 0 0 57440 269 0 0 25 0 1 0 1839629321 134082560 31439 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 32735 31439 1116 68 0 32667 0
[pid=6187] vsize: 130940
Current children cumulated CPU time (s) 577.09
Current children cumulated vsize (Kb) 130940

[startup+590.027 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 31817 0 0 0 58436 271 0 0 25 0 1 0 1839629321 134893568 31638 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 32933 31638 1116 68 0 32865 0
[pid=6187] vsize: 131732
Current children cumulated CPU time (s) 587.07
Current children cumulated vsize (Kb) 131732

[startup+600.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 32156 0 0 0 59430 274 0 0 25 0 1 0 1839629321 136335360 31975 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 33285 31975 1116 68 0 33217 0
[pid=6187] vsize: 133140
Current children cumulated CPU time (s) 597.04
Current children cumulated vsize (Kb) 133140

[startup+610.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 32430 0 0 0 60426 276 0 0 25 0 1 0 1839629321 137416704 32249 4294967295 134512640 134736556 3221224560 3221223204 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 33549 32249 1116 68 0 33481 0
[pid=6187] vsize: 134196
Current children cumulated CPU time (s) 607.02
Current children cumulated vsize (Kb) 134196

[startup+620.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 32683 0 0 0 61421 278 0 0 25 0 1 0 1839629321 138428416 32493 4294967295 134512640 134736556 3221224560 3221223084 134536238 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 33796 32493 1116 68 0 33728 0
[pid=6187] vsize: 135184
Current children cumulated CPU time (s) 616.99
Current children cumulated vsize (Kb) 135184

[startup+630.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 32948 0 0 0 62415 281 0 0 25 0 1 0 1839629321 139534336 32758 4294967295 134512640 134736556 3221224560 3221223260 134554007 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 34066 32758 1116 68 0 33998 0
[pid=6187] vsize: 136264
Current children cumulated CPU time (s) 626.96
Current children cumulated vsize (Kb) 136264

[startup+640.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 33268 0 0 0 63409 284 0 0 25 0 1 0 1839629321 140898304 33074 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 34399 33074 1116 68 0 34331 0
[pid=6187] vsize: 137596
Current children cumulated CPU time (s) 636.93
Current children cumulated vsize (Kb) 137596

[startup+650.028 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 33537 0 0 0 64402 287 0 0 25 0 1 0 1839629321 141979648 33343 4294967295 134512640 134736556 3221224560 3221223184 134537450 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 34663 33343 1116 68 0 34595 0
[pid=6187] vsize: 138652
Current children cumulated CPU time (s) 646.89
Current children cumulated vsize (Kb) 138652

[startup+660.028 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 33772 0 0 0 65399 289 0 0 25 0 1 0 1839629321 142925824 33578 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 34894 33578 1116 68 0 34826 0
[pid=6187] vsize: 139576
Current children cumulated CPU time (s) 656.88
Current children cumulated vsize (Kb) 139576

[startup+670.029 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34005 0 0 0 66394 292 0 0 25 0 1 0 1839629321 143888384 33807 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 35129 33807 1116 68 0 35061 0
[pid=6187] vsize: 140516
Current children cumulated CPU time (s) 666.86
Current children cumulated vsize (Kb) 140516

[startup+680.029 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34164 0 0 0 67391 293 0 0 25 0 1 0 1839629321 144564224 33966 4294967295 134512640 134736556 3221224560 3221223120 134551188 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 35294 33966 1116 68 0 35226 0
[pid=6187] vsize: 141176
Current children cumulated CPU time (s) 676.84
Current children cumulated vsize (Kb) 141176

[startup+690.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34382 0 0 0 68385 296 0 0 25 0 1 0 1839629321 145547264 34184 4294967295 134512640 134736556 3221224560 3221223248 134529245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 35534 34184 1116 68 0 35466 0
[pid=6187] vsize: 142136
Current children cumulated CPU time (s) 686.81
Current children cumulated vsize (Kb) 142136

[startup+700.031 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34573 0 0 0 69381 298 0 0 25 0 1 0 1839629321 146378752 34374 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 35737 34374 1116 68 0 35669 0
[pid=6187] vsize: 142948
Current children cumulated CPU time (s) 696.79
Current children cumulated vsize (Kb) 142948

[startup+710.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34742 0 0 0 70375 300 0 0 25 0 1 0 1839629321 147054592 34543 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 35902 34543 1116 68 0 35834 0
[pid=6187] vsize: 143608
Current children cumulated CPU time (s) 706.75
Current children cumulated vsize (Kb) 143608

[startup+720.031 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 34889 0 0 0 71372 301 0 0 25 0 1 0 1839629321 147730432 34689 4294967295 134512640 134736556 3221224560 3221223120 134550941 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 36067 34689 1116 68 0 35999 0
[pid=6187] vsize: 144268
Current children cumulated CPU time (s) 716.73
Current children cumulated vsize (Kb) 144268

[startup+730.031 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 35086 0 0 0 72367 303 0 0 25 0 1 0 1839629321 148557824 34880 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 36269 34880 1116 68 0 36201 0
[pid=6187] vsize: 145076
Current children cumulated CPU time (s) 726.7
Current children cumulated vsize (Kb) 145076

[startup+740.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 35253 0 0 0 73363 304 0 0 25 0 1 0 1839629321 149262336 35044 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 36441 35044 1116 68 0 36373 0
[pid=6187] vsize: 145764
Current children cumulated CPU time (s) 736.67
Current children cumulated vsize (Kb) 145764

[startup+750.033 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 35437 0 0 0 74361 306 0 0 25 0 1 0 1839629321 150175744 35224 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 36664 35224 1116 68 0 36596 0
[pid=6187] vsize: 146656
Current children cumulated CPU time (s) 746.67
Current children cumulated vsize (Kb) 146656

[startup+760.033 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 35627 0 0 0 75357 308 0 0 25 0 1 0 1839629321 150851584 35414 4294967295 134512640 134736556 3221224560 3221223024 134536153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 36829 35414 1116 68 0 36761 0
[pid=6187] vsize: 147316
Current children cumulated CPU time (s) 756.65
Current children cumulated vsize (Kb) 147316

[startup+770.034 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 35893 0 0 0 76352 311 0 0 25 0 1 0 1839629321 152035328 35669 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 37118 35669 1116 68 0 37050 0
[pid=6187] vsize: 148472
Current children cumulated CPU time (s) 766.63
Current children cumulated vsize (Kb) 148472

[startup+780.034 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 36115 0 0 0 77348 312 0 0 25 0 1 0 1839629321 152846336 35891 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 37316 35891 1116 68 0 37248 0
[pid=6187] vsize: 149264
Current children cumulated CPU time (s) 776.6
Current children cumulated vsize (Kb) 149264

[startup+790.035 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 36281 0 0 0 78344 315 0 0 25 0 1 0 1839629321 153567232 36054 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 37492 36054 1116 68 0 37424 0
[pid=6187] vsize: 149968
Current children cumulated CPU time (s) 786.59
Current children cumulated vsize (Kb) 149968

[startup+800.036 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 36450 0 0 0 79341 316 0 0 25 0 1 0 1839629321 154243072 36223 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 37657 36223 1116 68 0 37589 0
[pid=6187] vsize: 150628
Current children cumulated CPU time (s) 796.57
Current children cumulated vsize (Kb) 150628

[startup+810.036 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 36640 0 0 0 80337 318 0 0 25 0 1 0 1839629321 155119616 36413 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 37871 36413 1116 68 0 37803 0
[pid=6187] vsize: 151484
Current children cumulated CPU time (s) 806.55
Current children cumulated vsize (Kb) 151484

[startup+820.037 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 36829 0 0 0 81333 321 0 0 25 0 1 0 1839629321 155860992 36593 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38052 36593 1116 68 0 37984 0
[pid=6187] vsize: 152208
Current children cumulated CPU time (s) 816.54
Current children cumulated vsize (Kb) 152208

[startup+830.037 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37019 0 0 0 82329 323 0 0 25 0 1 0 1839629321 156536832 36783 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38217 36783 1116 68 0 38149 0
[pid=6187] vsize: 152868
Current children cumulated CPU time (s) 826.52
Current children cumulated vsize (Kb) 152868

[startup+840.038 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37237 0 0 0 83324 326 0 0 25 0 1 0 1839629321 157483008 37001 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38448 37001 1116 68 0 38380 0
[pid=6187] vsize: 153792
Current children cumulated CPU time (s) 836.5
Current children cumulated vsize (Kb) 153792

[startup+850.038 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37401 0 0 0 84320 329 0 0 25 0 1 0 1839629321 158158848 37165 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38613 37165 1116 68 0 38545 0
[pid=6187] vsize: 154452
Current children cumulated CPU time (s) 846.49
Current children cumulated vsize (Kb) 154452

[startup+860.038 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37569 0 0 0 85316 331 0 0 25 0 1 0 1839629321 158769152 37329 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38762 37329 1116 68 0 38694 0
[pid=6187] vsize: 155048
Current children cumulated CPU time (s) 856.47
Current children cumulated vsize (Kb) 155048

[startup+870.039 s]
Raw data (loadavg): 0.99 0.97 0.86 1/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 37720 0 0 0 86313 333 0 0 25 0 1 0 1839629321 159444992 37480 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 38927 37480 1116 68 0 38859 0
[pid=6187] vsize: 155708
Current children cumulated CPU time (s) 866.46
Current children cumulated vsize (Kb) 155708

[startup+880.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37849 0 0 0 87311 334 0 0 25 0 1 0 1839629321 159911936 37605 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39041 37605 1116 68 0 38973 0
[pid=6187] vsize: 156164
Current children cumulated CPU time (s) 876.45
Current children cumulated vsize (Kb) 156164

[startup+890.041 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 37944 0 0 0 88310 334 0 0 25 0 1 0 1839629321 160346112 37698 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39147 37698 1116 68 0 39079 0
[pid=6187] vsize: 156588
Current children cumulated CPU time (s) 886.44
Current children cumulated vsize (Kb) 156588

[startup+900.042 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 38181 0 0 0 89300 338 0 0 25 0 1 0 1839629321 161427456 37935 4294967295 134512640 134736556 3221224560 3221223272 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39411 37935 1116 68 0 39343 0
[pid=6187] vsize: 157644
Current children cumulated CPU time (s) 896.38
Current children cumulated vsize (Kb) 157644

[startup+910.042 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 38408 0 0 0 90295 341 0 0 25 0 1 0 1839629321 162439168 38158 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39658 38158 1116 68 0 39590 0
[pid=6187] vsize: 158632
Current children cumulated CPU time (s) 906.36
Current children cumulated vsize (Kb) 158632

[startup+920.042 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 38580 0 0 0 91292 343 0 0 25 0 1 0 1839629321 163115008 38330 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39823 38330 1116 68 0 39755 0
[pid=6187] vsize: 159292
Current children cumulated CPU time (s) 916.35
Current children cumulated vsize (Kb) 159292

[startup+930.042 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 38753 0 0 0 92288 345 0 0 25 0 1 0 1839629321 163790848 38503 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 39988 38503 1116 68 0 39920 0
[pid=6187] vsize: 159952
Current children cumulated CPU time (s) 926.33
Current children cumulated vsize (Kb) 159952

[startup+940.043 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 38965 0 0 0 93284 347 0 0 25 0 1 0 1839629321 164769792 38715 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 40227 38715 1116 68 0 40159 0
[pid=6187] vsize: 160908
Current children cumulated CPU time (s) 936.31
Current children cumulated vsize (Kb) 160908

[startup+950.044 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39093 0 0 0 94282 349 0 0 25 0 1 0 1839629321 165203968 38843 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 40333 38843 1116 68 0 40265 0
[pid=6187] vsize: 161332
Current children cumulated CPU time (s) 946.31
Current children cumulated vsize (Kb) 161332

[startup+960.044 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39345 0 0 0 95277 351 0 0 25 0 1 0 1839629321 166350848 39093 4294967295 134512640 134736556 3221224560 3221223272 134560235 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 40613 39093 1116 68 0 40545 0
[pid=6187] vsize: 162452
Current children cumulated CPU time (s) 956.28
Current children cumulated vsize (Kb) 162452

[startup+970.044 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39526 0 0 0 96274 352 0 0 25 0 1 0 1839629321 167161856 39274 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 40811 39274 1116 68 0 40743 0
[pid=6187] vsize: 163244
Current children cumulated CPU time (s) 966.26
Current children cumulated vsize (Kb) 163244

[startup+980.044 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39650 0 0 0 97272 353 0 0 25 0 1 0 1839629321 167632896 39389 4294967295 134512640 134736556 3221224560 3221223264 134528720 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 40926 39389 1116 68 0 40858 0
[pid=6187] vsize: 163704
Current children cumulated CPU time (s) 976.25
Current children cumulated vsize (Kb) 163704

[startup+990.045 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39826 0 0 0 98268 354 0 0 25 0 1 0 1839629321 168308736 39565 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41091 39565 1116 68 0 41023 0
[pid=6187] vsize: 164364
Current children cumulated CPU time (s) 986.22
Current children cumulated vsize (Kb) 164364

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 39977 0 0 0 99264 356 0 0 25 0 1 0 1839629321 168984576 39716 4294967295 134512640 134736556 3221224560 3221223104 134551210 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41256 39716 1116 68 0 41188 0
[pid=6187] vsize: 165024
Current children cumulated CPU time (s) 996.2
Current children cumulated vsize (Kb) 165024

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40153 0 0 0 100262 357 0 0 25 0 1 0 1839629321 169603072 39892 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41407 39892 1116 68 0 41339 0
[pid=6187] vsize: 165628
Current children cumulated CPU time (s) 1006.19
Current children cumulated vsize (Kb) 165628

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40340 0 0 0 101259 358 0 0 25 0 1 0 1839629321 170545152 40065 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41637 40065 1116 68 0 41569 0
[pid=6187] vsize: 166548
Current children cumulated CPU time (s) 1016.17
Current children cumulated vsize (Kb) 166548

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40460 0 0 0 102256 360 0 0 25 0 1 0 1839629321 171085824 40185 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41769 40185 1116 68 0 41701 0
[pid=6187] vsize: 167076
Current children cumulated CPU time (s) 1026.16
Current children cumulated vsize (Kb) 167076

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40599 0 0 0 103254 362 0 0 25 0 1 0 1839629321 171626496 40324 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 41901 40324 1116 68 0 41833 0
[pid=6187] vsize: 167604
Current children cumulated CPU time (s) 1036.16
Current children cumulated vsize (Kb) 167604

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40785 0 0 0 104249 364 0 0 25 0 1 0 1839629321 172302336 40510 4294967295 134512640 134736556 3221224560 3221223296 134529337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 42066 40510 1116 68 0 41998 0
[pid=6187] vsize: 168264
Current children cumulated CPU time (s) 1046.13
Current children cumulated vsize (Kb) 168264

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 40967 0 0 0 105246 366 0 0 25 0 1 0 1839629321 173113344 40692 4294967295 134512640 134736556 3221224560 3221223120 134550956 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 42264 40692 1116 68 0 42196 0
[pid=6187] vsize: 169056
Current children cumulated CPU time (s) 1056.12
Current children cumulated vsize (Kb) 169056

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.97 0.88 1/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 41119 0 0 0 106243 367 0 0 25 0 1 0 1839629321 173654016 40844 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 42396 40844 1116 68 0 42328 0
[pid=6187] vsize: 169584
Current children cumulated CPU time (s) 1066.1
Current children cumulated vsize (Kb) 169584

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 41331 0 0 0 107239 369 0 0 25 0 1 0 1839629321 174465024 41056 4294967295 134512640 134736556 3221224560 3221223280 134529480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 42594 41056 1116 68 0 42526 0
[pid=6187] vsize: 170376
Current children cumulated CPU time (s) 1076.08
Current children cumulated vsize (Kb) 170376

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 41473 0 0 0 108236 370 0 0 25 0 1 0 1839629321 175140864 41194 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 42759 41194 1116 68 0 42691 0
[pid=6187] vsize: 171036
Current children cumulated CPU time (s) 1086.06
Current children cumulated vsize (Kb) 171036

[startup+1100.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) T 6186 6187 5929 0 -1 0 41937 0 0 0 109228 375 0 0 25 0 1 0 1839629321 177049600 41656 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6187/statm): 43225 41656 1116 68 0 43157 0
[pid=6187] vsize: 172900
Current children cumulated CPU time (s) 1096.03
Current children cumulated vsize (Kb) 172900

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 42410 0 0 0 110219 378 0 0 25 0 1 0 1839629321 179109888 42129 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 43728 42129 1116 68 0 43660 0
[pid=6187] vsize: 174912
Current children cumulated CPU time (s) 1105.97
Current children cumulated vsize (Kb) 174912

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 42630 0 0 0 111215 380 0 0 25 0 1 0 1839629321 180162560 42348 4294967295 134512640 134736556 3221224560 3221223232 134529208 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 43985 42348 1116 68 0 43917 0
[pid=6187] vsize: 175940
Current children cumulated CPU time (s) 1115.95
Current children cumulated vsize (Kb) 175940

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 42770 0 0 0 112212 381 0 0 25 0 1 0 1839629321 180703232 42488 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44117 42488 1116 68 0 44049 0
[pid=6187] vsize: 176468
Current children cumulated CPU time (s) 1125.93
Current children cumulated vsize (Kb) 176468

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 42935 0 0 0 113208 383 0 0 25 0 1 0 1839629321 181379072 42653 4294967295 134512640 134736556 3221224560 3221223264 134529227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44282 42653 1116 68 0 44214 0
[pid=6187] vsize: 177128
Current children cumulated CPU time (s) 1135.91
Current children cumulated vsize (Kb) 177128

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 43101 0 0 0 114205 386 0 0 25 0 1 0 1839629321 182054912 42819 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44447 42819 1116 68 0 44379 0
[pid=6187] vsize: 177788
Current children cumulated CPU time (s) 1145.91
Current children cumulated vsize (Kb) 177788

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 43284 0 0 0 115200 388 0 0 25 0 1 0 1839629321 182730752 43002 4294967295 134512640 134736556 3221224560 3221223084 134536684 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44612 43002 1116 68 0 44544 0
[pid=6187] vsize: 178448
Current children cumulated CPU time (s) 1155.88
Current children cumulated vsize (Kb) 178448

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 43481 0 0 0 116197 389 0 0 25 0 1 0 1839629321 183541760 43199 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44810 43199 1116 68 0 44742 0
[pid=6187] vsize: 179240
Current children cumulated CPU time (s) 1165.86
Current children cumulated vsize (Kb) 179240

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 43617 0 0 0 117195 391 0 0 25 0 1 0 1839629321 184082432 43335 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 44942 43335 1116 68 0 44874 0
[pid=6187] vsize: 179768
Current children cumulated CPU time (s) 1175.86
Current children cumulated vsize (Kb) 179768

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 6187
Raw data (/proc/6187/stat): 6187 (bsolo) R 6186 6187 5929 0 -1 0 43799 0 0 0 118192 392 0 0 25 0 1 0 1839629321 184922112 43516 4294967295 134512640 134736556 3221224560 3221223284 134529474 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6187/statm): 45147 43516 1116 68 0 45079 0
[pid=6187] vsize: 180588
Current children cumulated CPU time (s) 1185.84
Current children cumulated vsize (Kb) 180588
One traced child (pid=6187) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1199.41
CPU time (s): 1195.2
CPU user time (s): 1191.18
CPU system time (s): 4.01839
CPU usage (%): 99.6492
Max. virtual memory (cumulated for all children) (Kb): 180588

Verifier Data

ERROR: no interpretation found !