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-fpga15_15_sat_pb.cnf.cr.opb
MD5SUM5845da453401bb95aae2b4a79f2952fc
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 16
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.067989
Number of variables338
Total number of constraints270
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15

Trace number 40

Launcher Data

LAUNCH ON wulflinc27 THE 2005-09-18 07:39:34 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=35 boxname=wulflinc27 idbench=35 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  5845da453401bb95aae2b4a79f2952fc  /oldhome/oroussel/tmp/wulflinc27/normalized-fpga15_15_sat_pb.cnf.cr.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc27/normalized-fpga15_15_sat_pb.cnf.cr.opb
IDLAUNCH: 35
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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.169
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:        945404 kB
Buffers:         34472 kB
Cached:          22768 kB
SwapCached:        764 kB
Active:          52648 kB
Inactive:         7192 kB
HighTotal:      131008 kB
HighFree:       105280 kB
LowTotal:       903652 kB
LowFree:        840124 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            23784 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 07:59:34 (client local time) WITH STATUS 0 IN 1195.13 SECONDS
stats: 35 7 1195.13 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 338 variables and 270 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.137
c After prepocess the problem consists of 338 variables and 270 constraints.
c Restart #1 #Var: 338 #Dec: 287 LB: 0 @ 0.27
c Restart #2 #Var: 338 #Dec: 706 LB: 0 @ 0.645
c Restart #3 #Var: 338 #Dec: 1326 LB: 0 @ 1.337
c Restart #4 #Var: 338 #Dec: 2163 LB: 0 @ 2.909
c Restart #5 #Var: 338 #Dec: 3175 LB: 0 @ 5.018
c Restart #6 #Var: 338 #Dec: 4408 LB: 0 @ 7.616
c Restart #7 #Var: 338 #Dec: 5845 LB: 0 @ 12.909
c Restart #8 #Var: 338 #Dec: 7469 LB: 0 @ 19.295
c Restart #9 #Var: 338 #Dec: 9311 LB: 0 @ 26.852
c Restart #10 #Var: 338 #Dec: 11356 LB: 0 @ 35.619
c Restart #11 #Var: 338 #Dec: 13590 LB: 0 @ 47.358
c Restart #12 #Var: 338 #Dec: 16021 LB: 0 @ 64.232
c Restart #13 #Var: 338 #Dec: 18667 LB: 0 @ 85.365
c Restart #14 #Var: 338 #Dec: 21510 LB: 0 @ 113.1
c Restart #15 #Var: 338 #Dec: 24589 LB: 0 @ 136.52
c Restart #16 #Var: 338 #Dec: 27868 LB: 0 @ 176.52
c Restart #17 #Var: 338 #Dec: 31307 LB: 0 @ 217.88
c Restart #18 #Var: 338 #Dec: 34962 LB: 0 @ 253.7
c Restart #19 #Var: 338 #Dec: 38828 LB: 0 @ 297.25
c Restart #20 #Var: 338 #Dec: 42880 LB: 0 @ 348.93
c Restart #21 #Var: 338 #Dec: 47152 LB: 0 @ 409.19
c Restart #22 #Var: 338 #Dec: 51639 LB: 0 @ 469.8
c Restart #23 #Var: 338 #Dec: 56326 LB: 0 @ 545.55
c CHANGE Heuristic... 
c Restart #0 #Var: 338 #Dec: 61202 LB: 0 @ 619.14
c Restart #1 #Var: 338 #Dec: 61482 LB: 0 @ 621.23
c Restart #2 #Var: 338 #Dec: 61903 LB: 0 @ 636.68
c Restart #3 #Var: 338 #Dec: 62769 LB: 0 @ 652.92
c Restart #4 #Var: 338 #Dec: 63802 LB: 0 @ 678.1
c Restart #5 #Var: 338 #Dec: 64970 LB: 0 @ 685.36
c Restart #6 #Var: 338 #Dec: 66284 LB: 0 @ 718.8
c Restart #7 #Var: 338 #Dec: 67752 LB: 0 @ 739.31
c Restart #8 #Var: 338 #Dec: 69448 LB: 0 @ 770.32
c Restart #9 #Var: 338 #Dec: 71282 LB: 0 @ 802.72
c Restart #10 #Var: 338 #Dec: 73348 LB: 0 @ 847.63
c Restart #11 #Var: 338 #Dec: 75594 LB: 0 @ 901.63
c Restart #12 #Var: 338 #Dec: 78063 LB: 0 @ 950.98
c Restart #13 #Var: 338 #Dec: 80708 LB: 0 @ 1026.9
c Restart #14 #Var: 338 #Dec: 83578 LB: 0 @ 1102.4
c Restart #15 #Var: 338 #Dec: 86675 LB: 0 @ 1129
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/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1839507167 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/29216/statm): 107 3 90 68 0 39 0
[pid=29216] 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/wulflinc27/normalized-fpga15_15_sat_pb.cnf.cr.opb

[startup+10.0044 s]
Raw data (loadavg): 0.79 0.31 0.11 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 3503 0 0 0 947 23 0 0 25 0 1 0 1839507167 17408000 3414 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 4250 3414 1116 68 0 4182 0
[pid=29216] vsize: 17000
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (Kb) 17000

[startup+20.0052 s]
Raw data (loadavg): 0.82 0.33 0.12 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 4995 0 0 0 1926 33 0 0 25 0 1 0 1839507167 23498752 4906 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 5737 4906 1116 68 0 5669 0
[pid=29216] vsize: 22948
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (Kb) 22948

[startup+30.005 s]
Raw data (loadavg): 0.85 0.36 0.13 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 6479 0 0 0 2903 45 0 0 25 0 1 0 1839507167 29622272 6390 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29216/statm): 7232 6390 1116 68 0 7164 0
[pid=29216] vsize: 28928
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (Kb) 28928

[startup+40.0058 s]
Raw data (loadavg): 0.87 0.38 0.14 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 7560 0 0 0 3887 53 0 0 25 0 1 0 1839507167 34127872 7471 4294967295 134512640 134736556 3221224560 3221223232 134524348 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29216/statm): 8332 7471 1116 68 0 8264 0
[pid=29216] vsize: 33328
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (Kb) 33328

[startup+50.0066 s]
Raw data (loadavg): 0.89 0.40 0.15 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 8733 0 0 0 4870 61 0 0 25 0 1 0 1839507167 38903808 8642 4294967295 134512640 134736556 3221224560 3221223248 134529378 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 9498 8642 1116 68 0 9430 0
[pid=29216] vsize: 37992
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (Kb) 37992

[startup+60.0064 s]
Raw data (loadavg): 0.91 0.42 0.15 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 9739 0 0 0 5858 67 0 0 25 0 1 0 1839507167 43122688 9648 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 10528 9648 1116 68 0 10460 0
[pid=29216] vsize: 42112
Current children cumulated CPU time (s) 59.25
Current children cumulated vsize (Kb) 42112

[startup+70.0072 s]
Raw data (loadavg): 0.92 0.43 0.16 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 10649 0 0 0 6843 75 0 0 25 0 1 0 1839507167 46936064 10557 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 11459 10557 1116 68 0 11391 0
[pid=29216] vsize: 45836
Current children cumulated CPU time (s) 69.18
Current children cumulated vsize (Kb) 45836

[startup+80.008 s]
Raw data (loadavg): 0.93 0.45 0.17 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 11465 0 0 0 7830 82 0 0 25 0 1 0 1839507167 50315264 11373 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 12284 11373 1116 68 0 12216 0
[pid=29216] vsize: 49136
Current children cumulated CPU time (s) 79.12
Current children cumulated vsize (Kb) 49136

[startup+90.0088 s]
Raw data (loadavg): 0.94 0.47 0.18 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 12143 0 0 0 8820 87 0 0 25 0 1 0 1839507167 53104640 12049 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 12965 12049 1116 68 0 12897 0
[pid=29216] vsize: 51860
Current children cumulated CPU time (s) 89.07
Current children cumulated vsize (Kb) 51860

[startup+100.009 s]
Raw data (loadavg): 0.95 0.49 0.19 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 12938 0 0 0 9809 93 0 0 25 0 1 0 1839507167 56360960 12844 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 13760 12844 1116 68 0 13692 0
[pid=29216] vsize: 55040
Current children cumulated CPU time (s) 99.02
Current children cumulated vsize (Kb) 55040

[startup+110.008 s]
Raw data (loadavg): 0.96 0.50 0.20 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 13586 0 0 0 10799 97 0 0 25 0 1 0 1839507167 59064320 13491 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 14420 13491 1116 68 0 14352 0
[pid=29216] vsize: 57680
Current children cumulated CPU time (s) 108.96
Current children cumulated vsize (Kb) 57680

[startup+120.009 s]
Raw data (loadavg): 0.96 0.52 0.20 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 14202 0 0 0 11791 102 0 0 25 0 1 0 1839507167 61546496 14106 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 15026 14106 1116 68 0 14958 0
[pid=29216] vsize: 60104
Current children cumulated CPU time (s) 118.93
Current children cumulated vsize (Kb) 60104

[startup+130.009 s]
Raw data (loadavg): 0.97 0.54 0.21 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 14721 0 0 0 12783 105 0 0 25 0 1 0 1839507167 63770624 14624 4294967295 134512640 134736556 3221224560 3221223172 134537472 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 15569 14624 1116 68 0 15501 0
[pid=29216] vsize: 62276
Current children cumulated CPU time (s) 128.88
Current children cumulated vsize (Kb) 62276

[startup+140.01 s]
Raw data (loadavg): 0.97 0.55 0.22 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 15830 0 0 0 13767 113 0 0 25 0 1 0 1839507167 68370432 15733 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 16692 15733 1116 68 0 16624 0
[pid=29216] vsize: 66768
Current children cumulated CPU time (s) 138.8
Current children cumulated vsize (Kb) 66768

[startup+150.011 s]
Raw data (loadavg): 0.98 0.56 0.23 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 16429 0 0 0 14758 117 0 0 25 0 1 0 1839507167 70873088 16330 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 17303 16330 1116 68 0 17235 0
[pid=29216] vsize: 69212
Current children cumulated CPU time (s) 148.75
Current children cumulated vsize (Kb) 69212

[startup+160.01 s]
Raw data (loadavg): 0.98 0.58 0.24 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 16977 0 0 0 15750 120 0 0 25 0 1 0 1839507167 73068544 16876 4294967295 134512640 134736556 3221224560 3221223264 134528735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 17839 16876 1116 68 0 17771 0
[pid=29216] vsize: 71356
Current children cumulated CPU time (s) 158.7
Current children cumulated vsize (Kb) 71356

[startup+170.011 s]
Raw data (loadavg): 0.98 0.59 0.24 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 17453 0 0 0 16743 124 0 0 25 0 1 0 1839507167 75231232 17352 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 18367 17352 1116 68 0 18299 0
[pid=29216] vsize: 73468
Current children cumulated CPU time (s) 168.67
Current children cumulated vsize (Kb) 73468

[startup+180.012 s]
Raw data (loadavg): 0.98 0.60 0.25 1/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) T 29215 29216 28974 0 -1 0 18042 0 0 0 17735 129 0 0 25 0 1 0 1839507167 77676544 17940 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29216/statm): 18964 17940 1116 68 0 18896 0
[pid=29216] vsize: 75856
Current children cumulated CPU time (s) 178.64
Current children cumulated vsize (Kb) 75856

[startup+190.013 s]
Raw data (loadavg): 0.99 0.62 0.26 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 18665 0 0 0 18724 134 0 0 25 0 1 0 1839507167 80109568 18563 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 19558 18563 1116 68 0 19490 0
[pid=29216] vsize: 78232
Current children cumulated CPU time (s) 188.58
Current children cumulated vsize (Kb) 78232

[startup+200.014 s]
Raw data (loadavg): 0.99 0.63 0.27 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 19148 0 0 0 19717 137 0 0 25 0 1 0 1839507167 82223104 19042 4294967295 134512640 134736556 3221224560 3221223116 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 20074 19042 1116 68 0 20006 0
[pid=29216] vsize: 80296
Current children cumulated CPU time (s) 198.54
Current children cumulated vsize (Kb) 80296

[startup+210.013 s]
Raw data (loadavg): 0.99 0.64 0.28 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 19483 0 0 0 20711 140 0 0 25 0 1 0 1839507167 83587072 19377 4294967295 134512640 134736556 3221224560 3221223024 134536188 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 20407 19377 1116 68 0 20339 0
[pid=29216] vsize: 81628
Current children cumulated CPU time (s) 208.51
Current children cumulated vsize (Kb) 81628

[startup+220.014 s]
Raw data (loadavg): 0.99 0.65 0.28 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 20283 0 0 0 21699 147 0 0 25 0 1 0 1839507167 86888448 20177 4294967295 134512640 134736556 3221224560 3221223120 134551188 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 21213 20177 1116 68 0 21145 0
[pid=29216] vsize: 84852
Current children cumulated CPU time (s) 218.46
Current children cumulated vsize (Kb) 84852

[startup+230.014 s]
Raw data (loadavg): 0.99 0.66 0.29 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 20701 0 0 0 22693 150 0 0 25 0 1 0 1839507167 88539136 20594 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 21616 20594 1116 68 0 21548 0
[pid=29216] vsize: 86464
Current children cumulated CPU time (s) 228.43
Current children cumulated vsize (Kb) 86464

[startup+240.016 s]
Raw data (loadavg): 0.99 0.67 0.30 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 21374 0 0 0 23683 155 0 0 25 0 1 0 1839507167 91258880 21267 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 22280 21267 1116 68 0 22212 0
[pid=29216] vsize: 89120
Current children cumulated CPU time (s) 238.38
Current children cumulated vsize (Kb) 89120

[startup+250.016 s]
Raw data (loadavg): 0.99 0.68 0.30 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 22189 0 0 0 24671 161 0 0 25 0 1 0 1839507167 94707712 22078 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 23122 22078 1116 68 0 23054 0
[pid=29216] vsize: 92488
Current children cumulated CPU time (s) 248.32
Current children cumulated vsize (Kb) 92488

[startup+260.015 s]
Raw data (loadavg): 0.99 0.69 0.31 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 22787 0 0 0 25662 166 0 0 25 0 1 0 1839507167 97140736 22676 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 23716 22676 1116 68 0 23648 0
[pid=29216] vsize: 94864
Current children cumulated CPU time (s) 258.28
Current children cumulated vsize (Kb) 94864

[startup+270.016 s]
Raw data (loadavg): 0.99 0.70 0.32 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 23259 0 0 0 26655 170 0 0 25 0 1 0 1839507167 99090432 23148 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 24192 23148 1116 68 0 24124 0
[pid=29216] vsize: 96768
Current children cumulated CPU time (s) 268.25
Current children cumulated vsize (Kb) 96768

[startup+280.016 s]
Raw data (loadavg): 0.99 0.71 0.32 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 23954 0 0 0 27645 174 0 0 25 0 1 0 1839507167 101941248 23842 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 24888 23842 1116 68 0 24820 0
[pid=29216] vsize: 99552
Current children cumulated CPU time (s) 278.19
Current children cumulated vsize (Kb) 99552

[startup+290.017 s]
Raw data (loadavg): 0.99 0.72 0.33 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 24653 0 0 0 28634 180 0 0 25 0 1 0 1839507167 104841216 24540 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 25596 24540 1116 68 0 25528 0
[pid=29216] vsize: 102384
Current children cumulated CPU time (s) 288.14
Current children cumulated vsize (Kb) 102384

[startup+300.018 s]
Raw data (loadavg): 0.99 0.73 0.34 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 25178 0 0 0 29626 184 0 0 25 0 1 0 1839507167 107036672 25065 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 26132 25065 1116 68 0 26064 0
[pid=29216] vsize: 104528
Current children cumulated CPU time (s) 298.1
Current children cumulated vsize (Kb) 104528

[startup+310.018 s]
Raw data (loadavg): 0.99 0.74 0.34 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 25672 0 0 0 30618 189 0 0 25 0 1 0 1839507167 108929024 25559 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 26594 25559 1116 68 0 26526 0
[pid=29216] vsize: 106376
Current children cumulated CPU time (s) 308.07
Current children cumulated vsize (Kb) 106376

[startup+320.018 s]
Raw data (loadavg): 0.99 0.75 0.35 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 26066 0 0 0 31611 192 0 0 25 0 1 0 1839507167 110592000 25953 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 27000 25953 1116 68 0 26932 0
[pid=29216] vsize: 108000
Current children cumulated CPU time (s) 318.03
Current children cumulated vsize (Kb) 108000

[startup+330.019 s]
Raw data (loadavg): 0.99 0.75 0.36 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 26553 0 0 0 32605 196 0 0 25 0 1 0 1839507167 112484352 26439 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 27462 26439 1116 68 0 27394 0
[pid=29216] vsize: 109848
Current children cumulated CPU time (s) 328.01
Current children cumulated vsize (Kb) 109848

[startup+340.02 s]
Raw data (loadavg): 0.99 0.76 0.36 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 27342 0 0 0 33594 201 0 0 25 0 1 0 1839507167 115834880 27225 4294967295 134512640 134736556 3221224560 3221223216 134528671 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 28280 27225 1116 68 0 28212 0
[pid=29216] vsize: 113120
Current children cumulated CPU time (s) 337.95
Current children cumulated vsize (Kb) 113120

[startup+350.02 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 27835 0 0 0 34588 205 0 0 25 0 1 0 1839507167 117891072 27717 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 28782 27717 1116 68 0 28714 0
[pid=29216] vsize: 115128
Current children cumulated CPU time (s) 347.93
Current children cumulated vsize (Kb) 115128

[startup+360.021 s]
Raw data (loadavg): 0.99 0.78 0.38 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 28201 0 0 0 35582 207 0 0 25 0 1 0 1839507167 119410688 28082 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 29153 28082 1116 68 0 29085 0
[pid=29216] vsize: 116612
Current children cumulated CPU time (s) 357.89
Current children cumulated vsize (Kb) 116612

[startup+370.021 s]
Raw data (loadavg): 0.99 0.78 0.38 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 28543 0 0 0 36578 210 0 0 25 0 1 0 1839507167 120938496 28424 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 29526 28424 1116 68 0 29458 0
[pid=29216] vsize: 118104
Current children cumulated CPU time (s) 367.88
Current children cumulated vsize (Kb) 118104

[startup+380.021 s]
Raw data (loadavg): 0.99 0.79 0.39 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 29265 0 0 0 37567 215 0 0 25 0 1 0 1839507167 123908096 29146 4294967295 134512640 134736556 3221224560 3221223120 134550925 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 30251 29146 1116 68 0 30183 0
[pid=29216] vsize: 121004
Current children cumulated CPU time (s) 377.82
Current children cumulated vsize (Kb) 121004

[startup+390.022 s]
Raw data (loadavg): 0.99 0.80 0.39 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 29894 0 0 0 38558 220 0 0 25 0 1 0 1839507167 126476288 29775 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 30878 29775 1116 68 0 30810 0
[pid=29216] vsize: 123512
Current children cumulated CPU time (s) 387.78
Current children cumulated vsize (Kb) 123512

[startup+400.023 s]
Raw data (loadavg): 0.99 0.80 0.40 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 30300 0 0 0 39552 223 0 0 25 0 1 0 1839507167 128098304 30181 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 31274 30181 1116 68 0 31206 0
[pid=29216] vsize: 125096
Current children cumulated CPU time (s) 397.75
Current children cumulated vsize (Kb) 125096

[startup+410.023 s]
Raw data (loadavg): 0.99 0.81 0.41 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 30703 0 0 0 40545 227 0 0 25 0 1 0 1839507167 129732608 30583 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 31673 30583 1116 68 0 31605 0
[pid=29216] vsize: 126692
Current children cumulated CPU time (s) 407.72
Current children cumulated vsize (Kb) 126692

[startup+420.023 s]
Raw data (loadavg): 0.99 0.81 0.41 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 31060 0 0 0 41541 228 0 0 25 0 1 0 1839507167 131284992 30931 4294967295 134512640 134736556 3221224560 3221223184 134553392 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 32052 30931 1116 68 0 31984 0
[pid=29216] vsize: 128208
Current children cumulated CPU time (s) 417.69
Current children cumulated vsize (Kb) 128208

[startup+430.024 s]
Raw data (loadavg): 0.99 0.82 0.42 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 31405 0 0 0 42537 230 0 0 25 0 1 0 1839507167 132694016 31276 4294967295 134512640 134736556 3221224560 3221223164 134537568 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 32396 31276 1116 68 0 32328 0
[pid=29216] vsize: 129584
Current children cumulated CPU time (s) 427.67
Current children cumulated vsize (Kb) 129584

[startup+440.025 s]
Raw data (loadavg): 0.99 0.83 0.42 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) T 29215 29216 28974 0 -1 0 31934 0 0 0 43529 235 0 0 25 0 1 0 1839507167 134983680 31802 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29216/statm): 32955 31802 1116 68 0 32887 0
[pid=29216] vsize: 131820
Current children cumulated CPU time (s) 437.64
Current children cumulated vsize (Kb) 131820

[startup+450.026 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 32602 0 0 0 44518 240 0 0 25 0 1 0 1839507167 137687040 32470 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 33615 32470 1116 68 0 33547 0
[pid=29216] vsize: 134460
Current children cumulated CPU time (s) 447.58
Current children cumulated vsize (Kb) 134460

[startup+460.026 s]
Raw data (loadavg): 0.99 0.84 0.43 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 33147 0 0 0 45509 245 0 0 25 0 1 0 1839507167 139984896 33015 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 34176 33015 1116 68 0 34108 0
[pid=29216] vsize: 136704
Current children cumulated CPU time (s) 457.54
Current children cumulated vsize (Kb) 136704

[startup+470.026 s]
Raw data (loadavg): 0.99 0.84 0.44 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 33669 0 0 0 46502 249 0 0 25 0 1 0 1839507167 142147584 33537 4294967295 134512640 134736556 3221224560 3221223120 134551150 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 34704 33537 1116 68 0 34636 0
[pid=29216] vsize: 138816
Current children cumulated CPU time (s) 467.51
Current children cumulated vsize (Kb) 138816

[startup+480.027 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 33996 0 0 0 47498 251 0 0 25 0 1 0 1839507167 143478784 33859 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 35029 33859 1116 68 0 34961 0
[pid=29216] vsize: 140116
Current children cumulated CPU time (s) 477.49
Current children cumulated vsize (Kb) 140116

[startup+490.028 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 34405 0 0 0 48492 253 0 0 25 0 1 0 1839507167 145219584 34259 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 35454 34259 1116 68 0 35386 0
[pid=29216] vsize: 141816
Current children cumulated CPU time (s) 487.45
Current children cumulated vsize (Kb) 141816

[startup+500.029 s]
Raw data (loadavg): 0.99 0.85 0.46 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 34752 0 0 0 49487 255 0 0 25 0 1 0 1839507167 146620416 34605 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 35796 34605 1116 68 0 35728 0
[pid=29216] vsize: 143184
Current children cumulated CPU time (s) 497.42
Current children cumulated vsize (Kb) 143184

[startup+510.029 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 35437 0 0 0 50478 259 0 0 25 0 1 0 1839507167 149483520 35287 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 36495 35287 1116 68 0 36427 0
[pid=29216] vsize: 145980
Current children cumulated CPU time (s) 507.37
Current children cumulated vsize (Kb) 145980

[startup+520.029 s]
Raw data (loadavg): 0.99 0.86 0.47 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 36018 0 0 0 51469 264 0 0 25 0 1 0 1839507167 151982080 35867 4294967295 134512640 134736556 3221224560 3221223276 134554060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 37105 35867 1116 68 0 37037 0
[pid=29216] vsize: 148420
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (Kb) 148420

[startup+530.029 s]
Raw data (loadavg): 0.99 0.87 0.47 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 36398 0 0 0 52463 267 0 0 25 0 1 0 1839507167 153604096 36247 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 37501 36247 1116 68 0 37433 0
[pid=29216] vsize: 150004
Current children cumulated CPU time (s) 527.3
Current children cumulated vsize (Kb) 150004

[startup+540.031 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 36800 0 0 0 53458 269 0 0 25 0 1 0 1839507167 155226112 36649 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 37897 36649 1116 68 0 37829 0
[pid=29216] vsize: 151588
Current children cumulated CPU time (s) 537.27
Current children cumulated vsize (Kb) 151588

[startup+550.031 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 37050 0 0 0 54455 271 0 0 25 0 1 0 1839507167 156172288 36899 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 38128 36899 1116 68 0 38060 0
[pid=29216] vsize: 152512
Current children cumulated CPU time (s) 547.26
Current children cumulated vsize (Kb) 152512

[startup+560.031 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 37310 0 0 0 55452 272 0 0 25 0 1 0 1839507167 157265920 37159 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 38395 37159 1116 68 0 38327 0
[pid=29216] vsize: 153580
Current children cumulated CPU time (s) 557.24
Current children cumulated vsize (Kb) 153580

[startup+570.031 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 37807 0 0 0 56445 276 0 0 25 0 1 0 1839507167 159391744 37649 4294967295 134512640 134736556 3221224560 3221223016 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 38914 37649 1116 68 0 38846 0
[pid=29216] vsize: 155656
Current children cumulated CPU time (s) 567.21
Current children cumulated vsize (Kb) 155656

[startup+580.031 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 38415 0 0 0 57435 281 0 0 25 0 1 0 1839507167 162025472 38251 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 39557 38251 1116 68 0 39489 0
[pid=29216] vsize: 158228
Current children cumulated CPU time (s) 577.16
Current children cumulated vsize (Kb) 158228

[startup+590.031 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 38960 0 0 0 58428 285 0 0 25 0 1 0 1839507167 164188160 38796 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 40085 38797 1116 68 0 40017 0
[pid=29216] vsize: 160340
Current children cumulated CPU time (s) 587.13
Current children cumulated vsize (Kb) 160340

[startup+600.032 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 39406 0 0 0 59422 288 0 0 25 0 1 0 1839507167 166080512 39242 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 40547 39242 1116 68 0 40479 0
[pid=29216] vsize: 162188
Current children cumulated CPU time (s) 597.1
Current children cumulated vsize (Kb) 162188

[startup+610.032 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 39788 0 0 0 60416 290 0 0 22 0 1 0 1839507167 167600128 39624 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 40918 39624 1116 68 0 40850 0
[pid=29216] vsize: 163672
Current children cumulated CPU time (s) 607.06
Current children cumulated vsize (Kb) 163672

[startup+620.033 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 40184 0 0 0 61411 293 0 0 25 0 1 0 1839507167 169238528 40016 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 41318 40016 1116 68 0 41250 0
[pid=29216] vsize: 165272
Current children cumulated CPU time (s) 617.04
Current children cumulated vsize (Kb) 165272

[startup+630.033 s]
Raw data (loadavg): 0.99 0.90 0.52 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 40649 0 0 0 62405 296 0 0 25 0 1 0 1839507167 171294720 40477 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 41820 40477 1116 68 0 41752 0
[pid=29216] vsize: 167280
Current children cumulated CPU time (s) 627.01
Current children cumulated vsize (Kb) 167280

[startup+640.033 s]
Raw data (loadavg): 0.99 0.90 0.53 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 40830 0 0 0 63402 297 0 0 25 0 1 0 1839507167 171978752 40657 4294967295 134512640 134736556 3221224560 3221223016 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 41987 40657 1116 68 0 41919 0
[pid=29216] vsize: 167948
Current children cumulated CPU time (s) 636.99
Current children cumulated vsize (Kb) 167948

[startup+650.033 s]
Raw data (loadavg): 0.99 0.91 0.53 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 41082 0 0 0 64397 300 0 0 25 0 1 0 1839507167 173105152 40908 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 42262 40908 1116 68 0 42194 0
[pid=29216] vsize: 169048
Current children cumulated CPU time (s) 646.97
Current children cumulated vsize (Kb) 169048

[startup+660.034 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 41342 0 0 0 65393 303 0 0 25 0 1 0 1839507167 174252032 41166 4294967295 134512640 134736556 3221224560 3221223296 134529164 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 42542 41166 1116 68 0 42474 0
[pid=29216] vsize: 170168
Current children cumulated CPU time (s) 656.96
Current children cumulated vsize (Kb) 170168

[startup+670.034 s]
Raw data (loadavg): 0.99 0.91 0.54 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 41567 0 0 0 66389 304 0 0 25 0 1 0 1839507167 175230976 41390 4294967295 134512640 134736556 3221224560 3221223128 134634653 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 42781 41390 1116 68 0 42713 0
[pid=29216] vsize: 171124
Current children cumulated CPU time (s) 666.93
Current children cumulated vsize (Kb) 171124

[startup+680.035 s]
Raw data (loadavg): 0.99 0.91 0.55 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 41846 0 0 0 67385 306 0 0 25 0 1 0 1839507167 176312320 41669 4294967295 134512640 134736556 3221224560 3221223232 134528687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 43045 41669 1116 68 0 42977 0
[pid=29216] vsize: 172180
Current children cumulated CPU time (s) 676.91
Current children cumulated vsize (Kb) 172180

[startup+690.035 s]
Raw data (loadavg): 0.99 0.92 0.55 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 42510 0 0 0 68376 310 0 0 25 0 1 0 1839507167 179085312 42327 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 43722 42327 1116 68 0 43654 0
[pid=29216] vsize: 174888
Current children cumulated CPU time (s) 686.86
Current children cumulated vsize (Kb) 174888

[startup+700.035 s]
Raw data (loadavg): 0.99 0.92 0.55 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 42756 0 0 0 69371 312 0 0 25 0 1 0 1839507167 180183040 42572 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 43990 42572 1116 68 0 43922 0
[pid=29216] vsize: 175960
Current children cumulated CPU time (s) 696.83
Current children cumulated vsize (Kb) 175960

[startup+710.035 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 43083 0 0 0 70367 314 0 0 25 0 1 0 1839507167 181460992 42895 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 44302 42895 1116 68 0 44234 0
[pid=29216] vsize: 177208
Current children cumulated CPU time (s) 706.81
Current children cumulated vsize (Kb) 177208

[startup+720.036 s]
Raw data (loadavg): 0.99 0.92 0.56 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 43431 0 0 0 71361 317 0 0 25 0 1 0 1839507167 182845440 43241 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 44640 43241 1116 68 0 44572 0
[pid=29216] vsize: 178560
Current children cumulated CPU time (s) 716.78
Current children cumulated vsize (Kb) 178560

[startup+730.035 s]
Raw data (loadavg): 0.99 0.92 0.57 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 43773 0 0 0 72357 319 0 0 25 0 1 0 1839507167 184340480 43581 4294967295 134512640 134736556 3221224560 3221223296 134529337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 45005 43581 1116 68 0 44937 0
[pid=29216] vsize: 180020
Current children cumulated CPU time (s) 726.76
Current children cumulated vsize (Kb) 180020

[startup+740.035 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 44303 0 0 0 73351 322 0 0 25 0 1 0 1839507167 186540032 44111 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 45542 44111 1116 68 0 45474 0
[pid=29216] vsize: 182168
Current children cumulated CPU time (s) 736.73
Current children cumulated vsize (Kb) 182168

[startup+750.036 s]
Raw data (loadavg): 0.99 0.93 0.57 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 44639 0 0 0 74346 324 0 0 25 0 1 0 1839507167 187940864 44447 4294967295 134512640 134736556 3221224560 3221223184 134537355 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 45884 44447 1116 68 0 45816 0
[pid=29216] vsize: 183536
Current children cumulated CPU time (s) 746.7
Current children cumulated vsize (Kb) 183536

[startup+760.036 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 44961 0 0 0 75340 327 0 0 25 0 1 0 1839507167 189227008 44769 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 46198 44769 1116 68 0 46130 0
[pid=29216] vsize: 184792
Current children cumulated CPU time (s) 756.67
Current children cumulated vsize (Kb) 184792

[startup+770.037 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 45461 0 0 0 76333 330 0 0 25 0 1 0 1839507167 191254528 45269 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 46693 45269 1116 68 0 46625 0
[pid=29216] vsize: 186772
Current children cumulated CPU time (s) 766.63
Current children cumulated vsize (Kb) 186772

[startup+780.037 s]
Raw data (loadavg): 0.99 0.93 0.58 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 45816 0 0 0 77327 334 0 0 25 0 1 0 1839507167 192749568 45624 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 47058 45624 1116 68 0 46990 0
[pid=29216] vsize: 188232
Current children cumulated CPU time (s) 776.61
Current children cumulated vsize (Kb) 188232

[startup+790.037 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 46189 0 0 0 78321 336 0 0 25 0 1 0 1839507167 194297856 45997 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 47436 45997 1116 68 0 47368 0
[pid=29216] vsize: 189744
Current children cumulated CPU time (s) 786.57
Current children cumulated vsize (Kb) 189744

[startup+800.038 s]
Raw data (loadavg): 0.99 0.94 0.59 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 46614 0 0 0 79315 340 0 0 25 0 1 0 1839507167 196055040 46422 4294967295 134512640 134736556 3221224560 3221223112 134551113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 47865 46422 1116 68 0 47797 0
[pid=29216] vsize: 191460
Current children cumulated CPU time (s) 796.55
Current children cumulated vsize (Kb) 191460

[startup+810.038 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 46976 0 0 0 80309 342 0 0 25 0 1 0 1839507167 197550080 46784 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 48230 46784 1116 68 0 48162 0
[pid=29216] vsize: 192920
Current children cumulated CPU time (s) 806.51
Current children cumulated vsize (Kb) 192920

[startup+820.039 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 47194 0 0 0 81306 344 0 0 25 0 1 0 1839507167 198504448 47002 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 48463 47002 1116 68 0 48395 0
[pid=29216] vsize: 193852
Current children cumulated CPU time (s) 816.5
Current children cumulated vsize (Kb) 193852

[startup+830.039 s]
Raw data (loadavg): 0.99 0.94 0.60 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 47559 0 0 0 82301 346 0 0 25 0 1 0 1839507167 199991296 47367 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 48826 47367 1116 68 0 48758 0
[pid=29216] vsize: 195304
Current children cumulated CPU time (s) 826.47
Current children cumulated vsize (Kb) 195304

[startup+840.039 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 47855 0 0 0 83296 349 0 0 25 0 1 0 1839507167 201207808 47663 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 49123 47664 1116 68 0 49055 0
[pid=29216] vsize: 196492
Current children cumulated CPU time (s) 836.45
Current children cumulated vsize (Kb) 196492

[startup+850.04 s]
Raw data (loadavg): 0.99 0.94 0.61 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 48232 0 0 0 84290 353 0 0 25 0 1 0 1839507167 202694656 48040 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 49486 48040 1116 68 0 49418 0
[pid=29216] vsize: 197944
Current children cumulated CPU time (s) 846.43
Current children cumulated vsize (Kb) 197944

[startup+860.041 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 48453 0 0 0 85286 355 0 0 25 0 1 0 1839507167 203841536 48260 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 49766 48260 1116 68 0 49698 0
[pid=29216] vsize: 199064
Current children cumulated CPU time (s) 856.41
Current children cumulated vsize (Kb) 199064

[startup+870.042 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 48746 0 0 0 86282 357 0 0 25 0 1 0 1839507167 204922880 48553 4294967295 134512640 134736556 3221224560 3221223152 134551105 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 50030 48553 1116 68 0 49962 0
[pid=29216] vsize: 200120
Current children cumulated CPU time (s) 866.39
Current children cumulated vsize (Kb) 200120

[startup+880.042 s]
Raw data (loadavg): 0.99 0.95 0.62 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 49078 0 0 0 87278 360 0 0 25 0 1 0 1839507167 206274560 48885 4294967295 134512640 134736556 3221224560 3221223120 134551076 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 50360 48885 1116 68 0 50292 0
[pid=29216] vsize: 201440
Current children cumulated CPU time (s) 876.38
Current children cumulated vsize (Kb) 201440

[startup+890.042 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 49456 0 0 0 88272 363 0 0 25 0 1 0 1839507167 207900672 49262 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 50757 49262 1116 68 0 50689 0
[pid=29216] vsize: 203028
Current children cumulated CPU time (s) 886.35
Current children cumulated vsize (Kb) 203028

[startup+900.043 s]
Raw data (loadavg): 0.99 0.95 0.63 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 49741 0 0 0 89268 366 0 0 25 0 1 0 1839507167 209117184 49547 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 51054 49547 1116 68 0 50986 0
[pid=29216] vsize: 204216
Current children cumulated CPU time (s) 896.34
Current children cumulated vsize (Kb) 204216

[startup+910.043 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 49926 0 0 0 90266 366 0 0 25 0 1 0 1839507167 209928192 49732 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 51252 49732 1116 68 0 51184 0
[pid=29216] vsize: 205008
Current children cumulated CPU time (s) 906.32
Current children cumulated vsize (Kb) 205008

[startup+920.044 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 50307 0 0 0 91261 369 0 0 25 0 1 0 1839507167 211468288 50109 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 51628 50109 1116 68 0 51560 0
[pid=29216] vsize: 206512
Current children cumulated CPU time (s) 916.3
Current children cumulated vsize (Kb) 206512

[startup+930.044 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 50707 0 0 0 92253 373 0 0 25 0 1 0 1839507167 213090304 50509 4294967295 134512640 134736556 3221224560 3221223164 134537504 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 52024 50509 1116 68 0 51956 0
[pid=29216] vsize: 208096
Current children cumulated CPU time (s) 926.26
Current children cumulated vsize (Kb) 208096

[startup+940.043 s]
Raw data (loadavg): 0.99 0.95 0.64 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 51121 0 0 0 93248 376 0 0 25 0 1 0 1839507167 214712320 50923 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 52420 50923 1116 68 0 52352 0
[pid=29216] vsize: 209680
Current children cumulated CPU time (s) 936.24
Current children cumulated vsize (Kb) 209680

[startup+950.044 s]
Raw data (loadavg): 0.99 0.95 0.65 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 51403 0 0 0 94244 377 0 0 25 0 1 0 1839507167 215928832 51205 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 52717 51205 1116 68 0 52649 0
[pid=29216] vsize: 210868
Current children cumulated CPU time (s) 946.21
Current children cumulated vsize (Kb) 210868

[startup+960.045 s]
Raw data (loadavg): 0.99 0.95 0.65 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 51571 0 0 0 95242 378 0 0 25 0 1 0 1839507167 216625152 51372 4294967295 134512640 134736556 3221224560 3221223200 134553321 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 52887 51372 1116 68 0 52819 0
[pid=29216] vsize: 211548
Current children cumulated CPU time (s) 956.2
Current children cumulated vsize (Kb) 211548

[startup+970.046 s]
Raw data (loadavg): 0.99 0.96 0.65 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 51873 0 0 0 96237 381 0 0 25 0 1 0 1839507167 217841664 51674 4294967295 134512640 134736556 3221224560 3221223024 134536153 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 53184 51674 1116 68 0 53116 0
[pid=29216] vsize: 212736
Current children cumulated CPU time (s) 966.18
Current children cumulated vsize (Kb) 212736

[startup+980.047 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 52118 0 0 0 97235 382 0 0 25 0 1 0 1839507167 219058176 51917 4294967295 134512640 134736556 3221224560 3221223120 134551088 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 53481 51917 1116 68 0 53413 0
[pid=29216] vsize: 213924
Current children cumulated CPU time (s) 976.17
Current children cumulated vsize (Kb) 213924

[startup+990.046 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 52368 0 0 0 98231 384 0 0 25 0 1 0 1839507167 220004352 52167 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 53712 52167 1116 68 0 53644 0
[pid=29216] vsize: 214848
Current children cumulated CPU time (s) 986.15
Current children cumulated vsize (Kb) 214848

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.96 0.66 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 52565 0 0 0 99229 386 0 0 25 0 1 0 1839507167 220848128 52363 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 53918 52363 1116 68 0 53850 0
[pid=29216] vsize: 215672
Current children cumulated CPU time (s) 996.15
Current children cumulated vsize (Kb) 215672

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 52862 0 0 0 100225 388 0 0 25 0 1 0 1839507167 221978624 52660 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 54194 52660 1116 68 0 54126 0
[pid=29216] vsize: 216776
Current children cumulated CPU time (s) 1006.13
Current children cumulated vsize (Kb) 216776

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 53148 0 0 0 101220 391 0 0 25 0 1 0 1839507167 223195136 52946 4294967295 134512640 134736556 3221224560 3221223296 134529363 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 54491 52946 1116 68 0 54423 0
[pid=29216] vsize: 217964
Current children cumulated CPU time (s) 1016.11
Current children cumulated vsize (Kb) 217964

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 53347 0 0 0 102217 392 0 0 25 0 1 0 1839507167 224006144 53145 4294967295 134512640 134736556 3221224560 3221223040 134535746 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 54689 53145 1116 68 0 54621 0
[pid=29216] vsize: 218756
Current children cumulated CPU time (s) 1026.09
Current children cumulated vsize (Kb) 218756

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.96 0.67 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 53611 0 0 0 103213 395 0 0 25 0 1 0 1839507167 225128448 53409 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 54963 53409 1116 68 0 54895 0
[pid=29216] vsize: 219852
Current children cumulated CPU time (s) 1036.08
Current children cumulated vsize (Kb) 219852

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 53920 0 0 0 104209 397 0 0 25 0 1 0 1839507167 226344960 53718 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 55260 53718 1116 68 0 55192 0
[pid=29216] vsize: 221040
Current children cumulated CPU time (s) 1046.06
Current children cumulated vsize (Kb) 221040

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.96 0.68 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 54138 0 0 0 105206 398 0 0 25 0 1 0 1839507167 227155968 53936 4294967295 134512640 134736556 3221224560 3221223232 134528726 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 55458 53936 1116 68 0 55390 0
[pid=29216] vsize: 221832
Current children cumulated CPU time (s) 1056.04
Current children cumulated vsize (Kb) 221832

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.97 0.68 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 54492 0 0 0 106201 400 0 0 25 0 1 0 1839507167 228810752 54283 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 55862 54283 1116 68 0 55794 0
[pid=29216] vsize: 223448
Current children cumulated CPU time (s) 1066.01
Current children cumulated vsize (Kb) 223448

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 54785 0 0 0 107197 403 0 0 25 0 1 0 1839507167 230027264 54576 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 56159 54576 1116 68 0 56091 0
[pid=29216] vsize: 224636
Current children cumulated CPU time (s) 1076
Current children cumulated vsize (Kb) 224636

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 54989 0 0 0 108194 404 0 0 25 0 1 0 1839507167 230838272 54780 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 56357 54780 1116 68 0 56289 0
[pid=29216] vsize: 225428
Current children cumulated CPU time (s) 1085.98
Current children cumulated vsize (Kb) 225428

[startup+1100.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 55223 0 0 0 109191 406 0 0 25 0 1 0 1839507167 231784448 55014 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 56588 55014 1116 68 0 56520 0
[pid=29216] vsize: 226352
Current children cumulated CPU time (s) 1095.97
Current children cumulated vsize (Kb) 226352

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.97 0.69 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 55409 0 0 0 110187 408 0 0 25 0 1 0 1839507167 232460288 55200 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 56753 55200 1116 68 0 56685 0
[pid=29216] vsize: 227012
Current children cumulated CPU time (s) 1105.95
Current children cumulated vsize (Kb) 227012

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.97 0.70 1/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) T 29215 29216 28974 0 -1 0 55757 0 0 0 111181 411 0 0 25 0 1 0 1839507167 233947136 55548 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29216/statm): 57116 55548 1116 68 0 57048 0
[pid=29216] vsize: 228464
Current children cumulated CPU time (s) 1115.92
Current children cumulated vsize (Kb) 228464

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 56872 0 0 0 112165 419 0 0 25 0 1 0 1839507167 238546944 56663 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 58239 56663 1116 68 0 58171 0
[pid=29216] vsize: 232956
Current children cumulated CPU time (s) 1125.84
Current children cumulated vsize (Kb) 232956

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.70 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 57205 0 0 0 113158 421 0 0 25 0 1 0 1839507167 239919104 56996 4294967295 134512640 134736556 3221224560 3221223084 134536611 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29216/statm): 58574 56996 1116 68 0 58506 0
[pid=29216] vsize: 234296
Current children cumulated CPU time (s) 1135.79
Current children cumulated vsize (Kb) 234296

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 57456 0 0 0 114155 423 0 0 25 0 1 0 1839507167 240930816 57245 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 58821 57245 1116 68 0 58753 0
[pid=29216] vsize: 235284
Current children cumulated CPU time (s) 1145.78
Current children cumulated vsize (Kb) 235284

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 57691 0 0 0 115151 426 0 0 25 0 1 0 1839507167 241950720 57480 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 59070 57480 1116 68 0 59002 0
[pid=29216] vsize: 236280
Current children cumulated CPU time (s) 1155.77
Current children cumulated vsize (Kb) 236280

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.71 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 57973 0 0 0 116148 428 0 0 25 0 1 0 1839507167 243191808 57762 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 59373 57762 1116 68 0 59305 0
[pid=29216] vsize: 237492
Current children cumulated CPU time (s) 1165.76
Current children cumulated vsize (Kb) 237492

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.72 1/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) T 29215 29216 28974 0 -1 0 58267 0 0 0 117144 430 0 0 25 0 1 0 1839507167 244273152 58056 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29216/statm): 59637 58056 1116 68 0 59569 0
[pid=29216] vsize: 238548
Current children cumulated CPU time (s) 1175.74
Current children cumulated vsize (Kb) 238548

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.72 2/56 29216
Raw data (/proc/29216/stat): 29216 (bsolo) R 29215 29216 28974 0 -1 0 58551 0 0 0 118140 433 0 0 25 0 1 0 1839507167 245489664 58340 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29216/statm): 59934 58340 1116 68 0 59866 0
[pid=29216] vsize: 239736
Current children cumulated CPU time (s) 1185.73
Current children cumulated vsize (Kb) 239736
One traced child (pid=29216) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1199.45
CPU time (s): 1195.13
CPU user time (s): 1190.67
CPU system time (s): 4.45432
CPU usage (%): 99.6391
Max. virtual memory (cumulated for all children) (Kb): 239736

Verifier Data

ERROR: no interpretation found !