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_13_sat_pb.cnf.cr.opb
MD5SUM4b4e9c4dea51b53ba8323ee6782645f0
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.05899
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15

Trace number 41

Launcher Data

LAUNCH ON wulflinc18 THE 2005-09-18 07:39:34 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=34 boxname=wulflinc18 idbench=34 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  4b4e9c4dea51b53ba8323ee6782645f0  /oldhome/oroussel/tmp/wulflinc18/normalized-fpga15_13_sat_pb.cnf.cr.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc18/normalized-fpga15_13_sat_pb.cnf.cr.opb
IDLAUNCH: 34
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.177
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.177
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:        942952 kB
Buffers:         34216 kB
Cached:          22808 kB
SwapCached:        844 kB
Active:          52720 kB
Inactive:         6924 kB
HighTotal:      131008 kB
HighFree:       105252 kB
LowTotal:       903652 kB
LowFree:        837700 kB
SwapTotal:     2097892 kB
SwapFree:      2096548 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5764 kB
Slab:            26424 kB
Committed_AS:    64184 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.11 SECONDS
stats: 34 7 1195.11 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 293 variables and 236 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.122
c After prepocess the problem consists of 293 variables and 236 constraints.
c Restart #1 #Var: 293 #Dec: 321 LB: 0 @ 0.354
c Restart #2 #Var: 293 #Dec: 736 LB: 0 @ 0.681
c Restart #3 #Var: 293 #Dec: 1453 LB: 0 @ 1.075
c Restart #4 #Var: 293 #Dec: 2808 LB: 0 @ 1.996
c Restart #5 #Var: 293 #Dec: 4346 LB: 0 @ 3.172
c Restart #6 #Var: 293 #Dec: 6600 LB: 0 @ 5.671
c Restart #7 #Var: 293 #Dec: 8251 LB: 0 @ 8.871
c Restart #8 #Var: 293 #Dec: 10381 LB: 0 @ 12.013
c Restart #9 #Var: 293 #Dec: 12444 LB: 0 @ 18.968
c Restart #10 #Var: 293 #Dec: 14501 LB: 0 @ 26.14
c Restart #11 #Var: 293 #Dec: 16754 LB: 0 @ 35.179
c Restart #12 #Var: 293 #Dec: 19203 LB: 0 @ 48.174
c Restart #13 #Var: 293 #Dec: 21899 LB: 0 @ 63.476
c Restart #14 #Var: 293 #Dec: 24765 LB: 0 @ 83.97
c Restart #15 #Var: 293 #Dec: 27864 LB: 0 @ 112.82
c Restart #16 #Var: 293 #Dec: 31149 LB: 0 @ 147.88
c Restart #17 #Var: 293 #Dec: 34622 LB: 0 @ 177.67
c Restart #18 #Var: 293 #Dec: 38315 LB: 0 @ 213.88
c Restart #19 #Var: 293 #Dec: 42195 LB: 0 @ 256.32
c Restart #20 #Var: 293 #Dec: 46269 LB: 0 @ 303.52
c Restart #21 #Var: 293 #Dec: 50692 LB: 0 @ 373.43
c Restart #22 #Var: 293 #Dec: 55205 LB: 0 @ 444.14
c Restart #23 #Var: 293 #Dec: 59940 LB: 0 @ 569.48
c CHANGE Heuristic... 
c Restart #0 #Var: 293 #Dec: 64906 LB: 0 @ 635.96
c Restart #1 #Var: 293 #Dec: 65162 LB: 0 @ 637.84
c Restart #2 #Var: 293 #Dec: 65860 LB: 0 @ 641.27
c Restart #3 #Var: 293 #Dec: 67164 LB: 0 @ 656.78
c Restart #4 #Var: 293 #Dec: 68192 LB: 0 @ 666.35
c Restart #5 #Var: 293 #Dec: 69260 LB: 0 @ 683.6
c Restart #6 #Var: 293 #Dec: 70501 LB: 0 @ 708.35
c Restart #7 #Var: 293 #Dec: 71936 LB: 0 @ 750.04
c Restart #8 #Var: 293 #Dec: 73571 LB: 0 @ 794.6
c Restart #9 #Var: 293 #Dec: 75444 LB: 0 @ 843.57
c Restart #10 #Var: 293 #Dec: 77554 LB: 0 @ 896.52
c Restart #11 #Var: 293 #Dec: 79865 LB: 0 @ 925.45
c Restart #12 #Var: 293 #Dec: 82458 LB: 0 @ 972.44
c Restart #13 #Var: 293 #Dec: 85192 LB: 0 @ 1022.7
c Restart #14 #Var: 293 #Dec: 88139 LB: 0 @ 1079
c Restart #15 #Var: 293 #Dec: 91267 LB: 0 @ 1142.6
c Restart #16 #Var: 293 #Dec: 94604 LB: 0 @ 1189.2
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/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1839489029 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 107 3 90 68 0 39 0
[pid=31269] 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/wulflinc18/normalized-fpga15_13_sat_pb.cnf.cr.opb

[startup+10.0046 s]
Raw data (loadavg): 0.66 0.26 0.09 1/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 3118 0 0 0 930 28 0 0 25 0 1 0 1839489029 15773696 3029 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/31269/statm): 3851 3029 1116 68 0 3783 0
[pid=31269] vsize: 15404
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (Kb) 15404

[startup+20.0045 s]
Raw data (loadavg): 0.71 0.28 0.10 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 5009 0 0 0 1899 44 0 0 25 0 1 0 1839489029 23621632 4920 4294967295 134512640 134736556 3221224560 3221223024 134536055 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 5767 4920 1116 68 0 5699 0
[pid=31269] vsize: 23068
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (Kb) 23068

[startup+30.0054 s]
Raw data (loadavg): 0.75 0.30 0.11 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 6470 0 0 0 2878 54 0 0 25 0 1 0 1839489029 29601792 6381 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 7227 6381 1116 68 0 7159 0
[pid=31269] vsize: 28908
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (Kb) 28908

[startup+40.0063 s]
Raw data (loadavg): 0.79 0.33 0.12 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 7922 0 0 0 3857 65 0 0 25 0 1 0 1839489029 35557376 7833 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 8681 7833 1116 68 0 8613 0
[pid=31269] vsize: 34724
Current children cumulated CPU time (s) 39.22
Current children cumulated vsize (Kb) 34724

[startup+50.0072 s]
Raw data (loadavg): 0.82 0.35 0.13 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 8872 0 0 0 4842 72 0 0 25 0 1 0 1839489029 39477248 8783 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 9638 8783 1116 68 0 9570 0
[pid=31269] vsize: 38552
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (Kb) 38552

[startup+60.0071 s]
Raw data (loadavg): 0.85 0.37 0.14 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 9962 0 0 0 5825 82 0 0 25 0 1 0 1839489029 43945984 9873 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 10729 9873 1116 68 0 10661 0
[pid=31269] vsize: 42916
Current children cumulated CPU time (s) 59.07
Current children cumulated vsize (Kb) 42916

[startup+70.0071 s]
Raw data (loadavg): 0.87 0.39 0.14 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 10893 0 0 0 6807 90 0 0 25 0 1 0 1839489029 47742976 10803 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 11656 10803 1116 68 0 11588 0
[pid=31269] vsize: 46624
Current children cumulated CPU time (s) 68.97
Current children cumulated vsize (Kb) 46624

[startup+80.008 s]
Raw data (loadavg): 0.89 0.41 0.15 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 11769 0 0 0 7794 96 0 0 25 0 1 0 1839489029 51408896 11677 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 12551 11677 1116 68 0 12483 0
[pid=31269] vsize: 50204
Current children cumulated CPU time (s) 78.9
Current children cumulated vsize (Kb) 50204

[startup+90.0079 s]
Raw data (loadavg): 0.91 0.43 0.16 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 12543 0 0 0 8781 103 0 0 25 0 1 0 1839489029 54517760 12451 4294967295 134512640 134736556 3221224560 3221223272 134560225 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 13310 12451 1116 68 0 13242 0
[pid=31269] vsize: 53240
Current children cumulated CPU time (s) 88.84
Current children cumulated vsize (Kb) 53240

[startup+100.009 s]
Raw data (loadavg): 0.92 0.45 0.17 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 13244 0 0 0 9770 109 0 0 25 0 1 0 1839489029 57569280 13150 4294967295 134512640 134736556 3221224560 3221223164 134537545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 14055 13150 1116 68 0 13987 0
[pid=31269] vsize: 56220
Current children cumulated CPU time (s) 98.79
Current children cumulated vsize (Kb) 56220

[startup+110.01 s]
Raw data (loadavg): 0.93 0.46 0.18 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 13752 0 0 0 10762 113 0 0 25 0 1 0 1839489029 59621376 13658 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 14556 13658 1116 68 0 14488 0
[pid=31269] vsize: 58224
Current children cumulated CPU time (s) 108.75
Current children cumulated vsize (Kb) 58224

[startup+120.01 s]
Raw data (loadavg): 0.94 0.48 0.19 1/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 14343 0 0 0 11751 117 0 0 25 0 1 0 1839489029 62119936 14248 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 15166 14248 1116 68 0 15098 0
[pid=31269] vsize: 60664
Current children cumulated CPU time (s) 118.68
Current children cumulated vsize (Kb) 60664

[startup+130.011 s]
Raw data (loadavg): 0.95 0.50 0.20 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 14833 0 0 0 12743 121 0 0 25 0 1 0 1839489029 64221184 14737 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 15679 14737 1116 68 0 15611 0
[pid=31269] vsize: 62716
Current children cumulated CPU time (s) 128.64
Current children cumulated vsize (Kb) 62716

[startup+140.01 s]
Raw data (loadavg): 0.96 0.51 0.20 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 15356 0 0 0 13734 125 0 0 25 0 1 0 1839489029 66297856 15259 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 16186 15259 1116 68 0 16118 0
[pid=31269] vsize: 64744
Current children cumulated CPU time (s) 138.59
Current children cumulated vsize (Kb) 64744

[startup+150.011 s]
Raw data (loadavg): 0.96 0.53 0.21 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 16179 0 0 0 14721 131 0 0 25 0 1 0 1839489029 69742592 16081 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 17027 16081 1116 68 0 16959 0
[pid=31269] vsize: 68108
Current children cumulated CPU time (s) 148.52
Current children cumulated vsize (Kb) 68108

[startup+160.011 s]
Raw data (loadavg): 0.97 0.54 0.22 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 16669 0 0 0 15712 135 0 0 25 0 1 0 1839489029 71806976 16570 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 17531 16570 1116 68 0 17463 0
[pid=31269] vsize: 70124
Current children cumulated CPU time (s) 158.47
Current children cumulated vsize (Kb) 70124

[startup+170.012 s]
Raw data (loadavg): 0.97 0.56 0.23 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 17123 0 0 0 16705 138 0 0 25 0 1 0 1839489029 73719808 17023 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 17998 17023 1116 68 0 17930 0
[pid=31269] vsize: 71992
Current children cumulated CPU time (s) 168.43
Current children cumulated vsize (Kb) 71992

[startup+180.013 s]
Raw data (loadavg): 0.98 0.57 0.23 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 18126 0 0 0 17690 146 0 0 25 0 1 0 1839489029 77910016 18026 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 19021 18026 1116 68 0 18953 0
[pid=31269] vsize: 76084
Current children cumulated CPU time (s) 178.36
Current children cumulated vsize (Kb) 76084

[startup+190.013 s]
Raw data (loadavg): 0.98 0.59 0.24 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 18582 0 0 0 18684 149 0 0 25 0 1 0 1839489029 79667200 18481 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 19450 18481 1116 68 0 19382 0
[pid=31269] vsize: 77800
Current children cumulated CPU time (s) 188.33
Current children cumulated vsize (Kb) 77800

[startup+200.014 s]
Raw data (loadavg): 0.98 0.60 0.25 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 19116 0 0 0 19675 154 0 0 25 0 1 0 1839489029 81854464 19013 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 19984 19013 1116 68 0 19916 0
[pid=31269] vsize: 79936
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (Kb) 79936

[startup+210.015 s]
Raw data (loadavg): 0.98 0.61 0.26 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 19914 0 0 0 20661 161 0 0 25 0 1 0 1839489029 85118976 19811 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 20781 19811 1116 68 0 20713 0
[pid=31269] vsize: 83124
Current children cumulated CPU time (s) 208.22
Current children cumulated vsize (Kb) 83124

[startup+220.015 s]
Raw data (loadavg): 0.99 0.62 0.27 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 20447 0 0 0 21651 167 0 0 25 0 1 0 1839489029 87326720 20343 4294967295 134512640 134736556 3221224560 3221223136 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 21320 20343 1116 68 0 21252 0
[pid=31269] vsize: 85280
Current children cumulated CPU time (s) 218.18
Current children cumulated vsize (Kb) 85280

[startup+230.015 s]
Raw data (loadavg): 0.99 0.64 0.27 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 20830 0 0 0 22646 169 0 0 25 0 1 0 1839489029 88899584 20725 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 21704 20725 1116 68 0 21636 0
[pid=31269] vsize: 86816
Current children cumulated CPU time (s) 228.15
Current children cumulated vsize (Kb) 86816

[startup+240.016 s]
Raw data (loadavg): 0.99 0.65 0.28 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 21431 0 0 0 23636 174 0 0 25 0 1 0 1839489029 91369472 21326 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 22307 21326 1116 68 0 22239 0
[pid=31269] vsize: 89228
Current children cumulated CPU time (s) 238.1
Current children cumulated vsize (Kb) 89228

[startup+250.016 s]
Raw data (loadavg): 0.99 0.66 0.29 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 22034 0 0 0 24626 179 0 0 25 0 1 0 1839489029 93818880 21928 4294967295 134512640 134736556 3221224560 3221223028 134536046 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 22905 21928 1116 68 0 22837 0
[pid=31269] vsize: 91620
Current children cumulated CPU time (s) 248.05
Current children cumulated vsize (Kb) 91620

[startup+260.016 s]
Raw data (loadavg): 0.99 0.67 0.29 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 22636 0 0 0 25615 183 0 0 25 0 1 0 1839489029 96399360 22530 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 23535 22530 1116 68 0 23467 0
[pid=31269] vsize: 94140
Current children cumulated CPU time (s) 257.98
Current children cumulated vsize (Kb) 94140

[startup+270.016 s]
Raw data (loadavg): 0.99 0.68 0.30 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 23199 0 0 0 26606 188 0 0 25 0 1 0 1839489029 98729984 23091 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 24104 23091 1116 68 0 24036 0
[pid=31269] vsize: 96416
Current children cumulated CPU time (s) 267.94
Current children cumulated vsize (Kb) 96416

[startup+280.017 s]
Raw data (loadavg): 0.99 0.69 0.31 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 23839 0 0 0 27595 193 0 0 25 0 1 0 1839489029 101326848 23727 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 24738 23727 1116 68 0 24670 0
[pid=31269] vsize: 98952
Current children cumulated CPU time (s) 277.88
Current children cumulated vsize (Kb) 98952

[startup+290.017 s]
Raw data (loadavg): 0.99 0.70 0.31 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 24320 0 0 0 28585 197 0 0 25 0 1 0 1839489029 103219200 24208 4294967295 134512640 134736556 3221224560 3221223120 134551088 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 25200 24208 1116 68 0 25132 0
[pid=31269] vsize: 100800
Current children cumulated CPU time (s) 287.82
Current children cumulated vsize (Kb) 100800

[startup+300.018 s]
Raw data (loadavg): 0.99 0.71 0.32 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 24680 0 0 0 29579 201 0 0 25 0 1 0 1839489029 104763392 24568 4294967295 134512640 134736556 3221224560 3221223028 134536046 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 25577 24568 1116 68 0 25509 0
[pid=31269] vsize: 102308
Current children cumulated CPU time (s) 297.8
Current children cumulated vsize (Kb) 102308

[startup+310.019 s]
Raw data (loadavg): 0.99 0.72 0.33 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 25113 0 0 0 30573 204 0 0 25 0 1 0 1839489029 106758144 24997 4294967295 134512640 134736556 3221224560 3221223120 134551150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 26064 24997 1116 68 0 25996 0
[pid=31269] vsize: 104256
Current children cumulated CPU time (s) 307.77
Current children cumulated vsize (Kb) 104256

[startup+320.019 s]
Raw data (loadavg): 0.99 0.73 0.34 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 25524 0 0 0 31567 206 0 0 25 0 1 0 1839489029 108412928 25404 4294967295 134512640 134736556 3221224560 3221223104 134551210 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 26468 25404 1116 68 0 26400 0
[pid=31269] vsize: 105872
Current children cumulated CPU time (s) 317.73
Current children cumulated vsize (Kb) 105872

[startup+330.019 s]
Raw data (loadavg): 0.99 0.74 0.34 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 25921 0 0 0 32559 209 0 0 25 0 1 0 1839489029 110088192 25797 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 26877 25797 1116 68 0 26809 0
[pid=31269] vsize: 107508
Current children cumulated CPU time (s) 327.68
Current children cumulated vsize (Kb) 107508

[startup+340.019 s]
Raw data (loadavg): 0.99 0.74 0.35 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 26192 0 0 0 33555 211 0 0 25 0 1 0 1839489029 111198208 26067 4294967295 134512640 134736556 3221224560 3221223284 134529474 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 27148 26067 1116 68 0 27080 0
[pid=31269] vsize: 108592
Current children cumulated CPU time (s) 337.66
Current children cumulated vsize (Kb) 108592

[startup+350.02 s]
Raw data (loadavg): 0.99 0.75 0.36 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 26668 0 0 0 34546 216 0 0 25 0 1 0 1839489029 113135616 26543 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 27621 26543 1116 68 0 27553 0
[pid=31269] vsize: 110484
Current children cumulated CPU time (s) 347.62
Current children cumulated vsize (Kb) 110484

[startup+360.02 s]
Raw data (loadavg): 0.99 0.76 0.36 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 27093 0 0 0 35540 219 0 0 25 0 1 0 1839489029 114905088 26967 4294967295 134512640 134736556 3221224560 3221223044 134536201 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 28053 26967 1116 68 0 27985 0
[pid=31269] vsize: 112212
Current children cumulated CPU time (s) 357.59
Current children cumulated vsize (Kb) 112212

[startup+370.02 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 27457 0 0 0 36535 221 0 0 25 0 1 0 1839489029 116445184 27331 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 28429 27331 1116 68 0 28361 0
[pid=31269] vsize: 113716
Current children cumulated CPU time (s) 367.56
Current children cumulated vsize (Kb) 113716

[startup+380.021 s]
Raw data (loadavg): 0.99 0.77 0.37 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 27776 0 0 0 37531 223 0 0 25 0 1 0 1839489029 117805056 27648 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 28761 27648 1116 68 0 28693 0
[pid=31269] vsize: 115044
Current children cumulated CPU time (s) 377.54
Current children cumulated vsize (Kb) 115044

[startup+390.021 s]
Raw data (loadavg): 0.99 0.78 0.38 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 28033 0 0 0 38527 225 0 0 25 0 1 0 1839489029 118784000 27905 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 29000 27905 1116 68 0 28932 0
[pid=31269] vsize: 116000
Current children cumulated CPU time (s) 387.52
Current children cumulated vsize (Kb) 116000

[startup+400.022 s]
Raw data (loadavg): 0.99 0.79 0.39 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 28659 0 0 0 39517 230 0 0 25 0 1 0 1839489029 121348096 28530 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 29626 28530 1116 68 0 29558 0
[pid=31269] vsize: 118504
Current children cumulated CPU time (s) 397.47
Current children cumulated vsize (Kb) 118504

[startup+410.023 s]
Raw data (loadavg): 0.99 0.79 0.39 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 29155 0 0 0 40508 235 0 0 25 0 1 0 1839489029 123387904 29026 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 30124 29026 1116 68 0 30056 0
[pid=31269] vsize: 120496
Current children cumulated CPU time (s) 407.43
Current children cumulated vsize (Kb) 120496

[startup+420.023 s]
Raw data (loadavg): 0.99 0.80 0.40 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 29507 0 0 0 41501 237 0 0 25 0 1 0 1839489029 124874752 29378 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 30487 29378 1116 68 0 30419 0
[pid=31269] vsize: 121948
Current children cumulated CPU time (s) 417.38
Current children cumulated vsize (Kb) 121948

[startup+430.024 s]
Raw data (loadavg): 0.99 0.81 0.40 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 29854 0 0 0 42495 241 0 0 25 0 1 0 1839489029 126263296 29723 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 30826 29723 1116 68 0 30758 0
[pid=31269] vsize: 123304
Current children cumulated CPU time (s) 427.36
Current children cumulated vsize (Kb) 123304

[startup+440.024 s]
Raw data (loadavg): 0.99 0.81 0.41 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 30158 0 0 0 43490 243 0 0 25 0 1 0 1839489029 127492096 30027 4294967295 134512640 134736556 3221224560 3221223168 134537373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 31126 30027 1116 68 0 31058 0
[pid=31269] vsize: 124504
Current children cumulated CPU time (s) 437.33
Current children cumulated vsize (Kb) 124504

[startup+450.025 s]
Raw data (loadavg): 0.99 0.82 0.42 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 30531 0 0 0 44484 246 0 0 25 0 1 0 1839489029 129011712 30400 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 31497 30400 1116 68 0 31429 0
[pid=31269] vsize: 125988
Current children cumulated CPU time (s) 447.3
Current children cumulated vsize (Kb) 125988

[startup+460.025 s]
Raw data (loadavg): 0.99 0.82 0.42 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 30822 0 0 0 45479 249 0 0 25 0 1 0 1839489029 130326528 30687 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 31818 30687 1116 68 0 31750 0
[pid=31269] vsize: 127272
Current children cumulated CPU time (s) 457.28
Current children cumulated vsize (Kb) 127272

[startup+470.025 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 31074 0 0 0 46475 251 0 0 25 0 1 0 1839489029 131272704 30939 4294967295 134512640 134736556 3221224560 3221223100 134536208 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 32049 30939 1116 68 0 31981 0
[pid=31269] vsize: 128196
Current children cumulated CPU time (s) 467.26
Current children cumulated vsize (Kb) 128196

[startup+480.025 s]
Raw data (loadavg): 0.99 0.83 0.43 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 31304 0 0 0 47471 252 0 0 25 0 1 0 1839489029 132280320 31164 4294967295 134512640 134736556 3221224560 3221223120 134551188 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 32295 31164 1116 68 0 32227 0
[pid=31269] vsize: 129180
Current children cumulated CPU time (s) 477.23
Current children cumulated vsize (Kb) 129180

[startup+490.025 s]
Raw data (loadavg): 0.99 0.84 0.44 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 31533 0 0 0 48468 254 0 0 25 0 1 0 1839489029 133271552 31391 4294967295 134512640 134736556 3221224560 3221223084 134536682 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 32537 31391 1116 68 0 32469 0
[pid=31269] vsize: 130148
Current children cumulated CPU time (s) 487.22
Current children cumulated vsize (Kb) 130148

[startup+500.026 s]
Raw data (loadavg): 0.99 0.84 0.45 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 31782 0 0 0 49465 256 0 0 25 0 1 0 1839489029 134266880 31638 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 32780 31638 1116 68 0 32712 0
[pid=31269] vsize: 131120
Current children cumulated CPU time (s) 497.21
Current children cumulated vsize (Kb) 131120

[startup+510.027 s]
Raw data (loadavg): 0.99 0.85 0.45 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 32007 0 0 0 50462 258 0 0 25 0 1 0 1839489029 135213056 31863 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 33011 31863 1116 68 0 32943 0
[pid=31269] vsize: 132044
Current children cumulated CPU time (s) 507.2
Current children cumulated vsize (Kb) 132044

[startup+520.027 s]
Raw data (loadavg): 0.99 0.85 0.46 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 32243 0 0 0 51459 259 0 0 25 0 1 0 1839489029 136159232 32099 4294967295 134512640 134736556 3221224560 3221223184 134537363 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 33242 32099 1116 68 0 33174 0
[pid=31269] vsize: 132968
Current children cumulated CPU time (s) 517.18
Current children cumulated vsize (Kb) 132968

[startup+530.027 s]
Raw data (loadavg): 0.99 0.86 0.46 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 32509 0 0 0 52455 260 0 0 25 0 1 0 1839489029 137379840 32358 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 33540 32358 1116 68 0 33472 0
[pid=31269] vsize: 134160
Current children cumulated CPU time (s) 527.15
Current children cumulated vsize (Kb) 134160

[startup+540.028 s]
Raw data (loadavg): 0.99 0.86 0.47 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 32749 0 0 0 53451 262 0 0 25 0 1 0 1839489029 138399744 32597 4294967295 134512640 134736556 3221224560 3221223120 134551188 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 33789 32597 1116 68 0 33721 0
[pid=31269] vsize: 135156
Current children cumulated CPU time (s) 537.13
Current children cumulated vsize (Kb) 135156

[startup+550.029 s]
Raw data (loadavg): 0.99 0.86 0.47 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 32970 0 0 0 54447 265 0 0 25 0 1 0 1839489029 139210752 32818 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 33987 32818 1116 68 0 33919 0
[pid=31269] vsize: 135948
Current children cumulated CPU time (s) 547.12
Current children cumulated vsize (Kb) 135948

[startup+560.029 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 33183 0 0 0 55444 266 0 0 25 0 1 0 1839489029 140079104 33031 4294967295 134512640 134736556 3221224560 3221223132 134551266 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 34199 33031 1116 68 0 34131 0
[pid=31269] vsize: 136796
Current children cumulated CPU time (s) 557.1
Current children cumulated vsize (Kb) 136796

[startup+570.029 s]
Raw data (loadavg): 0.99 0.87 0.48 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 33383 0 0 0 56441 268 0 0 25 0 1 0 1839489029 140939264 33231 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 34409 33231 1116 68 0 34341 0
[pid=31269] vsize: 137636
Current children cumulated CPU time (s) 567.09
Current children cumulated vsize (Kb) 137636

[startup+580.03 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 34025 0 0 0 57430 273 0 0 25 0 1 0 1839489029 143773696 33867 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 35101 33867 1116 68 0 35033 0
[pid=31269] vsize: 140404
Current children cumulated CPU time (s) 577.03
Current children cumulated vsize (Kb) 140404

[startup+590.029 s]
Raw data (loadavg): 0.99 0.88 0.49 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 34653 0 0 0 58418 278 0 0 25 0 1 0 1839489029 146366464 34493 4294967295 134512640 134736556 3221224560 3221223232 134528720 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 35734 34493 1116 68 0 35666 0
[pid=31269] vsize: 142936
Current children cumulated CPU time (s) 586.96
Current children cumulated vsize (Kb) 142936

[startup+600.03 s]
Raw data (loadavg): 0.99 0.88 0.50 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 35057 0 0 0 59411 282 0 0 25 0 1 0 1839489029 147988480 34897 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 36130 34897 1116 68 0 36062 0
[pid=31269] vsize: 144520
Current children cumulated CPU time (s) 596.93
Current children cumulated vsize (Kb) 144520

[startup+610.031 s]
Raw data (loadavg): 0.99 0.89 0.50 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 35379 0 0 0 60406 285 0 0 25 0 1 0 1839489029 149340160 35218 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 36460 35218 1116 68 0 36392 0
[pid=31269] vsize: 145840
Current children cumulated CPU time (s) 606.91
Current children cumulated vsize (Kb) 145840

[startup+620.031 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 35741 0 0 0 61400 287 0 0 25 0 1 0 1839489029 150831104 35580 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 36824 35580 1116 68 0 36756 0
[pid=31269] vsize: 147296
Current children cumulated CPU time (s) 616.87
Current children cumulated vsize (Kb) 147296

[startup+630.032 s]
Raw data (loadavg): 0.99 0.89 0.51 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 36104 0 0 0 62394 290 0 0 25 0 1 0 1839489029 152182784 35943 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 37154 35943 1116 68 0 37086 0
[pid=31269] vsize: 148616
Current children cumulated CPU time (s) 626.84
Current children cumulated vsize (Kb) 148616

[startup+640.032 s]
Raw data (loadavg): 1.07 0.91 0.52 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 36469 0 0 0 63388 293 0 0 25 0 1 0 1839489029 153681920 36308 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 37520 36308 1116 68 0 37452 0
[pid=31269] vsize: 150080
Current children cumulated CPU time (s) 636.81
Current children cumulated vsize (Kb) 150080

[startup+650.033 s]
Raw data (loadavg): 1.06 0.91 0.53 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 36846 0 0 0 64378 297 0 0 25 0 1 0 1839489029 155324416 36685 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 37921 36685 1116 68 0 37853 0
[pid=31269] vsize: 151684
Current children cumulated CPU time (s) 646.75
Current children cumulated vsize (Kb) 151684

[startup+660.034 s]
Raw data (loadavg): 1.05 0.92 0.53 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 37095 0 0 0 65372 300 0 0 25 0 1 0 1839489029 156270592 36934 4294967295 134512640 134736556 3221224560 3221223208 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 38152 36934 1116 68 0 38084 0
[pid=31269] vsize: 152608
Current children cumulated CPU time (s) 656.72
Current children cumulated vsize (Kb) 152608

[startup+670.034 s]
Raw data (loadavg): 1.04 0.92 0.54 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 37633 0 0 0 66363 305 0 0 25 0 1 0 1839489029 158654464 37463 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 38734 37463 1116 68 0 38666 0
[pid=31269] vsize: 154936
Current children cumulated CPU time (s) 666.68
Current children cumulated vsize (Kb) 154936

[startup+680.035 s]
Raw data (loadavg): 1.03 0.92 0.54 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 38057 0 0 0 67358 308 0 0 25 0 1 0 1839489029 160481280 37882 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 39180 37882 1116 68 0 39112 0
[pid=31269] vsize: 156720
Current children cumulated CPU time (s) 676.66
Current children cumulated vsize (Kb) 156720

[startup+690.035 s]
Raw data (loadavg): 1.03 0.92 0.55 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 38337 0 0 0 68352 311 0 0 25 0 1 0 1839489029 161705984 38162 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 39479 38162 1116 68 0 39411 0
[pid=31269] vsize: 157916
Current children cumulated CPU time (s) 686.63
Current children cumulated vsize (Kb) 157916

[startup+700.036 s]
Raw data (loadavg): 1.02 0.92 0.55 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 38712 0 0 0 69346 314 0 0 25 0 1 0 1839489029 163192832 38537 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 39842 38537 1116 68 0 39774 0
[pid=31269] vsize: 159368
Current children cumulated CPU time (s) 696.6
Current children cumulated vsize (Kb) 159368

[startup+710.035 s]
Raw data (loadavg): 1.02 0.93 0.55 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 39017 0 0 0 70341 317 0 0 25 0 1 0 1839489029 164446208 38842 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 40148 38842 1116 68 0 40080 0
[pid=31269] vsize: 160592
Current children cumulated CPU time (s) 706.58
Current children cumulated vsize (Kb) 160592

[startup+720.035 s]
Raw data (loadavg): 1.02 0.93 0.56 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 39211 0 0 0 71337 318 0 0 25 0 1 0 1839489029 165376000 39036 4294967295 134512640 134736556 3221224560 3221223164 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 40375 39036 1116 68 0 40307 0
[pid=31269] vsize: 161500
Current children cumulated CPU time (s) 716.55
Current children cumulated vsize (Kb) 161500

[startup+730.035 s]
Raw data (loadavg): 1.01 0.93 0.56 1/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 39464 0 0 0 72334 320 0 0 25 0 1 0 1839489029 166486016 39289 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 40646 39289 1116 68 0 40578 0
[pid=31269] vsize: 162584
Current children cumulated CPU time (s) 726.54
Current children cumulated vsize (Kb) 162584

[startup+740.035 s]
Raw data (loadavg): 1.01 0.93 0.57 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 39736 0 0 0 73328 323 0 0 25 0 1 0 1839489029 167837696 39553 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 40976 39553 1116 68 0 40908 0
[pid=31269] vsize: 163904
Current children cumulated CPU time (s) 736.51
Current children cumulated vsize (Kb) 163904

[startup+750.036 s]
Raw data (loadavg): 1.01 0.93 0.57 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 39943 0 0 0 74325 325 0 0 25 0 1 0 1839489029 168648704 39760 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 41174 39760 1116 68 0 41106 0
[pid=31269] vsize: 164696
Current children cumulated CPU time (s) 746.5
Current children cumulated vsize (Kb) 164696

[startup+760.036 s]
Raw data (loadavg): 1.01 0.94 0.57 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 40176 0 0 0 75322 327 0 0 25 0 1 0 1839489029 169717760 39990 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 41435 39990 1116 68 0 41367 0
[pid=31269] vsize: 165740
Current children cumulated CPU time (s) 756.49
Current children cumulated vsize (Kb) 165740

[startup+770.036 s]
Raw data (loadavg): 1.00 0.94 0.58 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 40431 0 0 0 76317 330 0 0 25 0 1 0 1839489029 170930176 40245 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 41731 40245 1116 68 0 41663 0
[pid=31269] vsize: 166924
Current children cumulated CPU time (s) 766.47
Current children cumulated vsize (Kb) 166924

[startup+780.037 s]
Raw data (loadavg): 1.00 0.94 0.58 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 40663 0 0 0 77313 332 0 0 25 0 1 0 1839489029 171954176 40473 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 41981 40473 1116 68 0 41913 0
[pid=31269] vsize: 167924
Current children cumulated CPU time (s) 776.45
Current children cumulated vsize (Kb) 167924

[startup+790.037 s]
Raw data (loadavg): 1.00 0.94 0.58 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 40902 0 0 0 78309 333 0 0 25 0 1 0 1839489029 172924928 40712 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 42218 40712 1116 68 0 42150 0
[pid=31269] vsize: 168872
Current children cumulated CPU time (s) 786.42
Current children cumulated vsize (Kb) 168872

[startup+800.038 s]
Raw data (loadavg): 1.00 0.94 0.59 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 41136 0 0 0 79306 334 0 0 25 0 1 0 1839489029 173993984 40940 4294967295 134512640 134736556 3221224560 3221223164 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 42479 40940 1116 68 0 42411 0
[pid=31269] vsize: 169916
Current children cumulated CPU time (s) 796.4
Current children cumulated vsize (Kb) 169916

[startup+810.038 s]
Raw data (loadavg): 1.00 0.94 0.59 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 41427 0 0 0 80301 337 0 0 25 0 1 0 1839489029 175075328 41231 4294967295 134512640 134736556 3221224560 3221223120 134550996 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 42743 41231 1116 68 0 42675 0
[pid=31269] vsize: 170972
Current children cumulated CPU time (s) 806.38
Current children cumulated vsize (Kb) 170972

[startup+820.038 s]
Raw data (loadavg): 1.00 0.94 0.60 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 41643 0 0 0 81297 339 0 0 25 0 1 0 1839489029 176021504 41447 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 42974 41447 1116 68 0 42906 0
[pid=31269] vsize: 171896
Current children cumulated CPU time (s) 816.36
Current children cumulated vsize (Kb) 171896

[startup+830.038 s]
Raw data (loadavg): 1.00 0.95 0.60 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 41855 0 0 0 82292 341 0 0 25 0 1 0 1839489029 176832512 41659 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 43172 41659 1116 68 0 43104 0
[pid=31269] vsize: 172688
Current children cumulated CPU time (s) 826.33
Current children cumulated vsize (Kb) 172688

[startup+840.038 s]
Raw data (loadavg): 1.00 0.95 0.60 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 42038 0 0 0 83289 343 0 0 25 0 1 0 1839489029 177721344 41842 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 43389 41842 1116 68 0 43321 0
[pid=31269] vsize: 173556
Current children cumulated CPU time (s) 836.32
Current children cumulated vsize (Kb) 173556

[startup+850.039 s]
Raw data (loadavg): 1.00 0.95 0.61 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 42323 0 0 0 84283 346 0 0 25 0 1 0 1839489029 179056640 42125 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 43715 42125 1116 68 0 43647 0
[pid=31269] vsize: 174860
Current children cumulated CPU time (s) 846.29
Current children cumulated vsize (Kb) 174860

[startup+860.04 s]
Raw data (loadavg): 1.00 0.95 0.61 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 42725 0 0 0 85278 348 0 0 25 0 1 0 1839489029 180731904 42527 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 44124 42527 1116 68 0 44056 0
[pid=31269] vsize: 176496
Current children cumulated CPU time (s) 856.26
Current children cumulated vsize (Kb) 176496

[startup+870.04 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 42936 0 0 0 86274 350 0 0 25 0 1 0 1839489029 181542912 42738 4294967295 134512640 134736556 3221224560 3221223128 134550923 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 44322 42738 1116 68 0 44254 0
[pid=31269] vsize: 177288
Current children cumulated CPU time (s) 866.24
Current children cumulated vsize (Kb) 177288

[startup+880.04 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 43158 0 0 0 87269 352 0 0 25 0 1 0 1839489029 182489088 42960 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 44553 42960 1116 68 0 44485 0
[pid=31269] vsize: 178212
Current children cumulated CPU time (s) 876.21
Current children cumulated vsize (Kb) 178212

[startup+890.041 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 43338 0 0 0 88267 353 0 0 25 0 1 0 1839489029 183209984 43140 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 44729 43140 1116 68 0 44661 0
[pid=31269] vsize: 178916
Current children cumulated CPU time (s) 886.2
Current children cumulated vsize (Kb) 178916

[startup+900.042 s]
Raw data (loadavg): 1.00 0.95 0.63 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 43529 0 0 0 89264 355 0 0 25 0 1 0 1839489029 184020992 43331 4294967295 134512640 134736556 3221224560 3221223108 134551120 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 44927 43331 1116 68 0 44859 0
[pid=31269] vsize: 179708
Current children cumulated CPU time (s) 896.19
Current children cumulated vsize (Kb) 179708

[startup+910.042 s]
Raw data (loadavg): 1.00 0.95 0.63 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 43696 0 0 0 90260 357 0 0 25 0 1 0 1839489029 184696832 43498 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 45092 43498 1116 68 0 45024 0
[pid=31269] vsize: 180368
Current children cumulated CPU time (s) 906.17
Current children cumulated vsize (Kb) 180368

[startup+920.042 s]
Raw data (loadavg): 1.00 0.95 0.64 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 43849 0 0 0 91258 358 0 0 25 0 1 0 1839489029 185237504 43651 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 45224 43651 1116 68 0 45156 0
[pid=31269] vsize: 180896
Current children cumulated CPU time (s) 916.16
Current children cumulated vsize (Kb) 180896

[startup+930.043 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 44781 0 0 0 92243 364 0 0 25 0 1 0 1839489029 189046784 44583 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 46154 44583 1116 68 0 46086 0
[pid=31269] vsize: 184616
Current children cumulated CPU time (s) 926.07
Current children cumulated vsize (Kb) 184616

[startup+940.043 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 44941 0 0 0 93241 366 0 0 25 0 1 0 1839489029 189722624 44743 4294967295 134512640 134736556 3221224560 3221223296 134528873 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 46319 44743 1116 68 0 46251 0
[pid=31269] vsize: 185276
Current children cumulated CPU time (s) 936.07
Current children cumulated vsize (Kb) 185276

[startup+950.043 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 45221 0 0 0 94236 368 0 0 25 0 1 0 1839489029 191008768 45023 4294967295 134512640 134736556 3221224560 3221223276 134524324 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 46633 45023 1116 68 0 46565 0
[pid=31269] vsize: 186532
Current children cumulated CPU time (s) 946.04
Current children cumulated vsize (Kb) 186532

[startup+960.044 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 45484 0 0 0 95232 370 0 0 25 0 1 0 1839489029 192090112 45286 4294967295 134512640 134736556 3221224560 3221223200 134553321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 46897 45286 1116 68 0 46829 0
[pid=31269] vsize: 187588
Current children cumulated CPU time (s) 956.02
Current children cumulated vsize (Kb) 187588

[startup+970.044 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 45704 0 0 0 96228 372 0 0 25 0 1 0 1839489029 192901120 45506 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 47095 45506 1116 68 0 47027 0
[pid=31269] vsize: 188380
Current children cumulated CPU time (s) 966
Current children cumulated vsize (Kb) 188380

[startup+980.045 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 46347 0 0 0 97217 378 0 0 25 0 1 0 1839489029 195469312 46149 4294967295 134512640 134736556 3221224560 3221223120 134551217 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 47722 46149 1116 68 0 47654 0
[pid=31269] vsize: 190888
Current children cumulated CPU time (s) 975.95
Current children cumulated vsize (Kb) 190888

[startup+990.045 s]
Raw data (loadavg): 1.00 0.96 0.66 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 46726 0 0 0 98210 379 0 0 25 0 1 0 1839489029 197095424 46528 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 48119 46528 1116 68 0 48051 0
[pid=31269] vsize: 192476
Current children cumulated CPU time (s) 985.89
Current children cumulated vsize (Kb) 192476

[startup+1000.05 s]
Raw data (loadavg): 1.00 0.96 0.66 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 46904 0 0 0 99208 380 0 0 25 0 1 0 1839489029 197771264 46706 4294967295 134512640 134736556 3221224560 3221223264 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 48284 46706 1116 68 0 48216 0
[pid=31269] vsize: 193136
Current children cumulated CPU time (s) 995.88
Current children cumulated vsize (Kb) 193136

[startup+1010.05 s]
Raw data (loadavg): 1.00 0.96 0.66 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 47051 0 0 0 100204 383 0 0 25 0 1 0 1839489029 198311936 46853 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 48416 46853 1116 68 0 48348 0
[pid=31269] vsize: 193664
Current children cumulated CPU time (s) 1005.87
Current children cumulated vsize (Kb) 193664

[startup+1020.05 s]
Raw data (loadavg): 1.00 0.96 0.67 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 47239 0 0 0 101201 386 0 0 25 0 1 0 1839489029 199127040 47041 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 48615 47041 1116 68 0 48547 0
[pid=31269] vsize: 194460
Current children cumulated CPU time (s) 1015.87
Current children cumulated vsize (Kb) 194460

[startup+1030.05 s]
Raw data (loadavg): 1.00 0.97 0.67 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 47878 0 0 0 102188 391 0 0 25 0 1 0 1839489029 201695232 47680 4294967295 134512640 134736556 3221224560 3221223216 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 49242 47680 1116 68 0 49174 0
[pid=31269] vsize: 196968
Current children cumulated CPU time (s) 1025.79
Current children cumulated vsize (Kb) 196968

[startup+1040.05 s]
Raw data (loadavg): 1.00 0.97 0.67 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 48040 0 0 0 103186 393 0 0 25 0 1 0 1839489029 202371072 47842 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 49407 47842 1116 68 0 49339 0
[pid=31269] vsize: 197628
Current children cumulated CPU time (s) 1035.79
Current children cumulated vsize (Kb) 197628

[startup+1050.05 s]
Raw data (loadavg): 1.00 0.97 0.67 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 48266 0 0 0 104181 396 0 0 25 0 1 0 1839489029 203182080 48068 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 49605 48068 1116 68 0 49537 0
[pid=31269] vsize: 198420
Current children cumulated CPU time (s) 1045.77
Current children cumulated vsize (Kb) 198420

[startup+1060.05 s]
Raw data (loadavg): 1.00 0.97 0.68 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 48436 0 0 0 105178 397 0 0 25 0 1 0 1839489029 203886592 48237 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 49777 48237 1116 68 0 49709 0
[pid=31269] vsize: 199108
Current children cumulated CPU time (s) 1055.75
Current children cumulated vsize (Kb) 199108

[startup+1070.05 s]
Raw data (loadavg): 1.00 0.97 0.68 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 48562 0 0 0 106176 398 0 0 25 0 1 0 1839489029 204427264 48363 4294967295 134512640 134736556 3221224560 3221223084 134536223 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 49909 48363 1116 68 0 49841 0
[pid=31269] vsize: 199636
Current children cumulated CPU time (s) 1065.74
Current children cumulated vsize (Kb) 199636

[startup+1080.05 s]
Raw data (loadavg): 1.00 0.97 0.68 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 49365 0 0 0 107161 405 0 0 25 0 1 0 1839489029 207740928 49164 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 50718 49164 1116 68 0 50650 0
[pid=31269] vsize: 202872
Current children cumulated CPU time (s) 1075.66
Current children cumulated vsize (Kb) 202872

[startup+1090.05 s]
Raw data (loadavg): 1.00 0.97 0.69 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 49649 0 0 0 108156 408 0 0 25 0 1 0 1839489029 209059840 49445 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 51040 49445 1116 68 0 50972 0
[pid=31269] vsize: 204160
Current children cumulated CPU time (s) 1085.64
Current children cumulated vsize (Kb) 204160

[startup+1100.05 s]
Raw data (loadavg): 1.00 0.97 0.69 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 49764 0 0 0 109155 409 0 0 25 0 1 0 1839489029 209600512 49560 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 51172 49560 1116 68 0 51104 0
[pid=31269] vsize: 204688
Current children cumulated CPU time (s) 1095.64
Current children cumulated vsize (Kb) 204688

[startup+1110.05 s]
Raw data (loadavg): 1.00 0.97 0.69 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 50034 0 0 0 110151 411 0 0 25 0 1 0 1839489029 210681856 49830 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 51436 49830 1116 68 0 51368 0
[pid=31269] vsize: 205744
Current children cumulated CPU time (s) 1105.62
Current children cumulated vsize (Kb) 205744

[startup+1120.05 s]
Raw data (loadavg): 1.00 0.97 0.69 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 50243 0 0 0 111146 413 0 0 25 0 1 0 1839489029 211492864 50039 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 51634 50039 1116 68 0 51566 0
[pid=31269] vsize: 206536
Current children cumulated CPU time (s) 1115.59
Current children cumulated vsize (Kb) 206536

[startup+1130.05 s]
Raw data (loadavg): 1.00 0.97 0.70 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 50413 0 0 0 112145 414 0 0 25 0 1 0 1839489029 212234240 50201 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 51815 50201 1116 68 0 51747 0
[pid=31269] vsize: 207260
Current children cumulated CPU time (s) 1125.59
Current children cumulated vsize (Kb) 207260

[startup+1140.05 s]
Raw data (loadavg): 1.00 0.97 0.70 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 50776 0 0 0 113138 416 0 0 25 0 1 0 1839489029 213733376 50564 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 52181 50564 1116 68 0 52113 0
[pid=31269] vsize: 208724
Current children cumulated CPU time (s) 1135.54
Current children cumulated vsize (Kb) 208724

[startup+1150.05 s]
Raw data (loadavg): 1.00 0.97 0.70 1/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) T 31268 31269 31027 0 -1 0 51452 0 0 0 114126 422 0 0 25 0 1 0 1839489029 216436736 51240 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31269/statm): 52841 51240 1116 68 0 52773 0
[pid=31269] vsize: 211364
Current children cumulated CPU time (s) 1145.48
Current children cumulated vsize (Kb) 211364

[startup+1160.05 s]
Raw data (loadavg): 1.00 0.97 0.71 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 51743 0 0 0 115122 424 0 0 25 0 1 0 1839489029 217718784 51529 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 53154 51529 1116 68 0 53086 0
[pid=31269] vsize: 212616
Current children cumulated CPU time (s) 1155.46
Current children cumulated vsize (Kb) 212616

[startup+1170.05 s]
Raw data (loadavg): 1.00 0.97 0.71 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 51909 0 0 0 116120 425 0 0 25 0 1 0 1839489029 218259456 51695 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 53286 51695 1116 68 0 53218 0
[pid=31269] vsize: 213144
Current children cumulated CPU time (s) 1165.45
Current children cumulated vsize (Kb) 213144

[startup+1180.06 s]
Raw data (loadavg): 1.00 0.97 0.71 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 52423 0 0 0 117112 428 0 0 25 0 1 0 1839489029 220495872 52207 4294967295 134512640 134736556 3221224560 3221223084 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31269/statm): 53832 52207 1116 68 0 53764 0
[pid=31269] vsize: 215328
Current children cumulated CPU time (s) 1175.4
Current children cumulated vsize (Kb) 215328

[startup+1190.06 s]
Raw data (loadavg): 1.00 0.97 0.72 2/56 31269
Raw data (/proc/31269/stat): 31269 (bsolo) R 31268 31269 31027 0 -1 0 53134 0 0 0 118100 435 0 0 25 0 1 0 1839489029 223334400 52918 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31269/statm): 54525 52918 1116 68 0 54457 0
[pid=31269] vsize: 218100
Current children cumulated CPU time (s) 1185.35
Current children cumulated vsize (Kb) 218100
One traced child (pid=31269) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1199.84
CPU time (s): 1195.11
CPU user time (s): 1190.64
CPU system time (s): 4.47132
CPU usage (%): 99.606
Max. virtual memory (cumulated for all children) (Kb): 218100

Verifier Data

ERROR: no interpretation found !