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/manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
MD5SUM33d46caaa6c22613488909eddb5a530f
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 162
Optimality of the best value was proved YES
Number of terms in the objective function 444
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 444
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 444
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark94.0497
Number of variables444
Total number of constraints1408
Number of constraints which are clauses1408
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32

Trace number 206

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-18 08:35:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=150 boxname=wulflinc1 idbench=150 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  33d46caaa6c22613488909eddb5a530f  /oldhome/oroussel/tmp/wulflinc1/normalized-ii32e1.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc1/normalized-ii32e1.opb
IDLAUNCH: 150
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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	: 2
cpu MHz		: 451.053
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:        912196 kB
Buffers:         36792 kB
Cached:          56276 kB
SwapCached:        908 kB
Active:          81944 kB
Inactive:        13960 kB
HighTotal:      131008 kB
HighFree:        78568 kB
LowTotal:       903652 kB
LowFree:        833628 kB
SwapTotal:     2097136 kB
SwapFree:      2095620 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5992 kB
Slab:            20888 kB
Committed_AS:    93132 kB
PageTables:        344 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 08:55:25 (client local time) WITH STATUS 10 IN 1195.33 SECONDS
stats: 150 0 1195.33 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 444 variables and 1408 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.408
c After prepocess the problem consists of 444 variables and 1408 constraints.
c Initial Lower Bound: 0
c NEW SOLUTION FOUND: 222 @ 0.419 @ #Dec. 50
c NEW SOLUTION FOUND: 221 @ 0.42 @ #Dec. 50
c NEW SOLUTION FOUND: 220 @ 0.421 @ #Dec. 51
c NEW SOLUTION FOUND: 219 @ 0.429 @ #Dec. 58
c NEW SOLUTION FOUND: 218 @ 0.457 @ #Dec. 84
c NEW SOLUTION FOUND: 217 @ 0.485 @ #Dec. 113
c NEW SOLUTION FOUND: 216 @ 0.518 @ #Dec. 166
c NEW SOLUTION FOUND: 215 @ 0.546 @ #Dec. 227
c NEW SOLUTION FOUND: 214 @ 0.588 @ #Dec. 286
c NEW SOLUTION FOUND: 213 @ 0.666 @ #Dec. 405
c NEW SOLUTION FOUND: 212 @ 0.82 @ #Dec. 632
c Restart #1 #Var: 444 #Dec: 874 LB: 0 @ 1.056
c NEW SOLUTION FOUND: 185 @ 1.069 @ #Dec. 974
c NEW SOLUTION FOUND: 184 @ 1.089 @ #Dec. 994
c NEW SOLUTION FOUND: 183 @ 1.099 @ #Dec. 1006
c NEW SOLUTION FOUND: 182 @ 1.107 @ #Dec. 1029
c NEW SOLUTION FOUND: 181 @ 1.123 @ #Dec. 1059
c NEW SOLUTION FOUND: 180 @ 1.201 @ #Dec. 1201
c NEW SOLUTION FOUND: 179 @ 1.251 @ #Dec. 1302
c NEW SOLUTION FOUND: 178 @ 1.308 @ #Dec. 1423
c NEW SOLUTION FOUND: 177 @ 1.36 @ #Dec. 1532
c NEW SOLUTION FOUND: 176 @ 1.445 @ #Dec. 1726
c NEW SOLUTION FOUND: 175 @ 1.579 @ #Dec. 2025
c NEW SOLUTION FOUND: 174 @ 1.976 @ #Dec. 2833
c Restart #2 #Var: 444 #Dec: 3837 LB: 0 @ 2.474
c NEW SOLUTION FOUND: 170 @ 2.496 @ #Dec. 3924
c NEW SOLUTION FOUND: 169 @ 2.525 @ #Dec. 3985
c NEW SOLUTION FOUND: 168 @ 2.537 @ #Dec. 4108
c NEW SOLUTION FOUND: 167 @ 2.548 @ #Dec. 4163
c NEW SOLUTION FOUND: 166 @ 2.559 @ #Dec. 4227
c NEW SOLUTION FOUND: 165 @ 2.568 @ #Dec. 4300
c NEW SOLUTION FOUND: 164 @ 2.58 @ #Dec. 4382
c Restart #3 #Var: 444 #Dec: 8212 LB: 0 @ 3.278
c Restart #4 #Var: 444 #Dec: 9108 LB: 0 @ 4.138
c Restart #5 #Var: 444 #Dec: 14897 LB: 0 @ 5.464
c Restart #6 #Var: 444 #Dec: 24693 LB: 0 @ 7.239
c CHANGE to LPR mode... 	UB: 164	MIS: 109	LPR: 132 (0.5585)	Diff: 0.82576
c Restart #0 #Var: 444 #Dec: 32761 LB: 0 @ 12.363
c NEW SOLUTION FOUND: 163 @ 21.664 @ #Dec. 32780
c Restart #1 #Var: 444 #Dec: 32980 LB: 132 @ 70.626
c NEW SOLUTION FOUND: 162 @ 78.34 @ #Dec. 33003
c Restart #2 #Var: 444 #Dec: 33406 LB: 132 @ 202.43
c Restart #3 #Var: 444 #Dec: 34014 LB: 132 @ 354.26
c Restart #4 #Var: 442 #Dec: 34828 LB: 133 @ 570.05
c Restart #5 #Var: 442 #Dec: 35833 LB: 133 @ 799.96
c Restart #6 #Var: 442 #Dec: 37040 LB: 133 @ 1175.9
s SATISFIABLE
v x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 -x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 -x113 x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 -x123 x124 x125 -x126 x127 -x128 -x129 -x130 x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 x208 x209 -x210 -x211 -x212 x213 -x214 -x215 x216 -x217 x218 x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 x366 x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 x375 -x376 x377 -x378 -x379 -x380 -x381 x382 x383 -x384 x385 -x386 -x387 x388 -x389 x390 x391 -x392 -x393 x394 -x395 x396 -x397 x398 x399 -x400 -x401 -x402 x403 -x404 -x405 x406 -x407 x408 x409 -x410 -x411 x412 -x413 x414 x415 -x416 -x417 x418 -x419 x420 x421 -x422 -x423 x424 -x425 x426 x427 -x428 -x429 x430 -x431 x432 x433 -x434 -x435 x436 -x437 x438 x439 -x440 -x441 x442 -x443 x444 
c Cost: 162
c Exit Code: 10
c Total time: 1195.3 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/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1724773039 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 107 3 90 68 0 39 0
[pid=18649] 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/wulflinc1/normalized-ii32e1.opb

[startup+10.0019 s]
Raw data (loadavg): 0.93 0.95 0.90 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 1011 0 0 0 859 46 0 0 21 0 1 0 1724773039 7131136 922 4294967295 134512640 134736556 3221224576 3221222460 1077404770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1741 922 1116 68 0 1673 0
[pid=18649] vsize: 6964
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (Kb) 6964

[startup+20.0027 s]
Raw data (loadavg): 0.94 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 4953 0 0 0 1809 70 0 0 25 0 1 0 1724773039 8708096 1307 4294967295 134512640 134736556 3221224576 3221220912 1076116751 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2126 1307 1116 68 0 2058 0
[pid=18649] vsize: 8504
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (Kb) 8504

[startup+30.0035 s]
Raw data (loadavg): 0.95 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 8363 0 0 0 2782 85 0 0 25 0 1 0 1724773039 7987200 1225 4294967295 134512640 134736556 3221224576 3221220492 1074788128 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1950 1225 1116 68 0 1882 0
[pid=18649] vsize: 7800
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (Kb) 7800

[startup+40.0043 s]
Raw data (loadavg): 0.96 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 11624 0 0 0 3760 99 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222896 1074153675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 38.59
Current children cumulated vsize (Kb) 7424

[startup+50.0051 s]
Raw data (loadavg): 0.96 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 15363 0 0 0 4734 113 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222912 1074153753 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 48.47
Current children cumulated vsize (Kb) 7424

[startup+60.0049 s]
Raw data (loadavg): 0.97 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 20665 0 0 0 5690 137 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222912 1074153794 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 58.27
Current children cumulated vsize (Kb) 7424

[startup+70.0057 s]
Raw data (loadavg): 0.97 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 25819 0 0 0 6645 160 0 0 25 0 1 0 1724773039 8716288 1309 4294967295 134512640 134736556 3221224576 3221221104 1076083464 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2128 1309 1116 68 0 2060 0
[pid=18649] vsize: 8512
Current children cumulated CPU time (s) 68.05
Current children cumulated vsize (Kb) 8512

[startup+80.0065 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 29955 0 0 0 7599 182 0 0 25 0 1 0 1724773039 8245248 1238 4294967295 134512640 134736556 3221224576 3221220496 1075965253 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2013 1238 1116 68 0 1945 0
[pid=18649] vsize: 8052
Current children cumulated CPU time (s) 77.81
Current children cumulated vsize (Kb) 8052

[startup+90.0073 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 35056 0 0 0 8564 200 0 0 25 0 1 0 1724773039 8110080 1221 4294967295 134512640 134736556 3221224576 3221220756 1075115023 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1980 1221 1116 68 0 1912 0
[pid=18649] vsize: 7920
Current children cumulated CPU time (s) 87.64
Current children cumulated vsize (Kb) 7920

[startup+100.008 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 39464 0 0 0 9535 215 0 0 25 0 1 0 1724773039 8069120 1234 4294967295 134512640 134736556 3221224576 3221220680 1075093137 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1970 1234 1116 68 0 1902 0
[pid=18649] vsize: 7880
Current children cumulated CPU time (s) 97.5
Current children cumulated vsize (Kb) 7880

[startup+110.009 s]
Raw data (loadavg): 0.98 0.96 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 44551 0 0 0 10499 236 0 0 25 0 1 0 1724773039 7995392 1222 4294967295 134512640 134736556 3221224576 3221220756 1075115158 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1952 1222 1116 68 0 1884 0
[pid=18649] vsize: 7808
Current children cumulated CPU time (s) 107.35
Current children cumulated vsize (Kb) 7808

[startup+120.01 s]
Raw data (loadavg): 0.99 0.97 0.91 1/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) T 18648 18649 17733 0 -1 0 49242 0 0 0 11469 252 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 117.21
Current children cumulated vsize (Kb) 7424

[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 54186 0 0 0 12442 268 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 127.1
Current children cumulated vsize (Kb) 7424

[startup+140.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 58190 0 0 0 13414 282 0 0 25 0 1 0 1724773039 8142848 1246 4294967295 134512640 134736556 3221224576 3221221056 1075397211 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1988 1246 1116 68 0 1920 0
[pid=18649] vsize: 7952
Current children cumulated CPU time (s) 136.96
Current children cumulated vsize (Kb) 7952

[startup+150.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 62458 0 0 0 14386 297 0 0 25 0 1 0 1724773039 8372224 1222 4294967295 134512640 134736556 3221224576 3221220756 1075115141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2044 1222 1116 68 0 1976 0
[pid=18649] vsize: 8176
Current children cumulated CPU time (s) 146.83
Current children cumulated vsize (Kb) 8176

[startup+160.01 s]
Raw data (loadavg): 0.99 0.97 0.91 1/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) T 18648 18649 17733 0 -1 0 66341 0 0 0 15356 312 0 0 25 0 1 0 1724773039 7655424 1195 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18649/statm): 1869 1195 1116 68 0 1801 0
[pid=18649] vsize: 7476
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (Kb) 7476

[startup+170.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 70608 0 0 0 16324 328 0 0 25 0 1 0 1724773039 8040448 1230 4294967295 134512640 134736556 3221224576 3221220540 1074788921 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1963 1230 1116 68 0 1895 0
[pid=18649] vsize: 7852
Current children cumulated CPU time (s) 166.52
Current children cumulated vsize (Kb) 7852

[startup+180.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 74569 0 0 0 17298 342 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222912 1074153800 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 176.4
Current children cumulated vsize (Kb) 7424

[startup+190.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 79292 0 0 0 18267 359 0 0 25 0 1 0 1724773039 7602176 1185 4294967295 134512640 134736556 3221224576 3221222912 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1856 1185 1116 68 0 1788 0
[pid=18649] vsize: 7424
Current children cumulated CPU time (s) 186.26
Current children cumulated vsize (Kb) 7424

[startup+200.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 84316 0 0 0 19234 377 0 0 25 0 1 0 1724773039 8019968 1199 4294967295 134512640 134736556 3221224576 3221221600 1074867347 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1199 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 196.11
Current children cumulated vsize (Kb) 7832

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 88941 0 0 0 20187 399 0 0 25 0 1 0 1724773039 7692288 1207 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1878 1207 1116 68 0 1810 0
[pid=18649] vsize: 7512
Current children cumulated CPU time (s) 205.86
Current children cumulated vsize (Kb) 7512

[startup+220.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 94253 0 0 0 21143 423 0 0 25 0 1 0 1724773039 8196096 1213 4294967295 134512640 134736556 3221224576 3221221448 1075964775 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2001 1213 1116 68 0 1933 0
[pid=18649] vsize: 8004
Current children cumulated CPU time (s) 215.66
Current children cumulated vsize (Kb) 8004

[startup+230.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 99217 0 0 0 22101 444 0 0 25 0 1 0 1724773039 7692288 1207 4294967295 134512640 134736556 3221224576 3221222864 1074057828 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1878 1207 1116 68 0 1810 0
[pid=18649] vsize: 7512
Current children cumulated CPU time (s) 225.45
Current children cumulated vsize (Kb) 7512

[startup+240.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 104110 0 0 0 23062 462 0 0 25 0 1 0 1724773039 8196096 1244 4294967295 134512640 134736556 3221224576 3221221616 1074791536 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2001 1244 1116 68 0 1933 0
[pid=18649] vsize: 8004
Current children cumulated CPU time (s) 235.24
Current children cumulated vsize (Kb) 8004

[startup+250.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 110162 0 0 0 24015 484 0 0 25 0 1 0 1724773039 8122368 1248 4294967295 134512640 134736556 3221224576 3221220620 1075663518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1983 1248 1116 68 0 1915 0
[pid=18649] vsize: 7932
Current children cumulated CPU time (s) 244.99
Current children cumulated vsize (Kb) 7932

[startup+260.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 114220 0 0 0 24988 500 0 0 25 0 1 0 1724773039 7700480 1207 4294967295 134512640 134736556 3221224576 3221222440 1074138285 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1880 1207 1116 68 0 1812 0
[pid=18649] vsize: 7520
Current children cumulated CPU time (s) 254.88
Current children cumulated vsize (Kb) 7520

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 117796 0 0 0 25968 513 0 0 25 0 1 0 1724773039 7692288 1207 4294967295 134512640 134736556 3221224576 3221221720 1074138268 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1878 1207 1116 68 0 1810 0
[pid=18649] vsize: 7512
Current children cumulated CPU time (s) 264.81
Current children cumulated vsize (Kb) 7512

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 121986 0 0 0 26940 529 0 0 25 0 1 0 1724773039 8089600 1247 4294967295 134512640 134736556 3221224576 3221220688 1075094274 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1975 1247 1116 68 0 1907 0
[pid=18649] vsize: 7900
Current children cumulated CPU time (s) 274.69
Current children cumulated vsize (Kb) 7900

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 126148 0 0 0 27912 543 0 0 25 0 1 0 1724773039 8642560 1285 4294967295 134512640 134736556 3221224576 3221220476 1074788950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2110 1285 1116 68 0 2042 0
[pid=18649] vsize: 8440
Current children cumulated CPU time (s) 284.55
Current children cumulated vsize (Kb) 8440

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 130831 0 0 0 28876 562 0 0 25 0 1 0 1724773039 7700480 1209 4294967295 134512640 134736556 3221224576 3221222912 1074153660 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1880 1209 1116 68 0 1812 0
[pid=18649] vsize: 7520
Current children cumulated CPU time (s) 294.38
Current children cumulated vsize (Kb) 7520

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 135435 0 0 0 29841 580 0 0 25 0 1 0 1724773039 7716864 1213 4294967295 134512640 134736556 3221224576 3221222824 1074138312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1884 1213 1116 68 0 1816 0
[pid=18649] vsize: 7536
Current children cumulated CPU time (s) 304.21
Current children cumulated vsize (Kb) 7536

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 139846 0 0 0 30809 596 0 0 25 0 1 0 1724773039 8724480 1284 4294967295 134512640 134736556 3221224576 3221220744 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2130 1284 1116 68 0 2062 0
[pid=18649] vsize: 8520
Current children cumulated CPU time (s) 314.05
Current children cumulated vsize (Kb) 8520

[startup+330.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 144179 0 0 0 31775 615 0 0 25 0 1 0 1724773039 7770112 1226 4294967295 134512640 134736556 3221224576 3221222912 1074153792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1897 1226 1116 68 0 1829 0
[pid=18649] vsize: 7588
Current children cumulated CPU time (s) 323.9
Current children cumulated vsize (Kb) 7588

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 147860 0 0 0 32751 629 0 0 25 0 1 0 1724773039 8241152 1260 4294967295 134512640 134736556 3221224576 3221220524 1074860983 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2012 1262 1116 68 0 1944 0
[pid=18649] vsize: 8048
Current children cumulated CPU time (s) 333.8
Current children cumulated vsize (Kb) 8048

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 152572 0 0 0 33712 647 0 0 25 0 1 0 1724773039 8273920 1264 4294967295 134512640 134736556 3221224576 3221220688 1074794549 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2020 1264 1116 68 0 1952 0
[pid=18649] vsize: 8080
Current children cumulated CPU time (s) 343.59
Current children cumulated vsize (Kb) 8080

[startup+360.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 158061 0 0 0 34670 668 0 0 25 0 1 0 1724773039 9150464 1416 4294967295 134512640 134736556 3221224576 3221220564 1075115065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2234 1416 1116 68 0 2166 0
[pid=18649] vsize: 8936
Current children cumulated CPU time (s) 353.38
Current children cumulated vsize (Kb) 8936

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.91 1/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) T 18648 18649 17733 0 -1 0 160010 0 0 0 35648 680 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 363.28
Current children cumulated vsize (Kb) 7676

[startup+380.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 162405 0 0 0 36628 689 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222256 1075828541 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 373.17
Current children cumulated vsize (Kb) 7676

[startup+390.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) T 18648 18649 17733 0 -1 0 164593 0 0 0 37611 697 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 383.08
Current children cumulated vsize (Kb) 7676

[startup+400.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 167029 0 0 0 38594 707 0 0 25 0 1 0 1724773039 8364032 1288 4294967295 134512640 134736556 3221224576 3221220436 1074786520 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2042 1288 1116 68 0 1974 0
[pid=18649] vsize: 8168
Current children cumulated CPU time (s) 393.01
Current children cumulated vsize (Kb) 8168

[startup+410.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 170639 0 0 0 39569 720 0 0 25 0 1 0 1724773039 8962048 1349 4294967295 134512640 134736556 3221224576 3221221340 1074788950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2188 1349 1116 68 0 2120 0
[pid=18649] vsize: 8752
Current children cumulated CPU time (s) 402.89
Current children cumulated vsize (Kb) 8752

[startup+420.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 172668 0 0 0 40551 730 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222888 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 412.81
Current children cumulated vsize (Kb) 7676

[startup+430.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 176011 0 0 0 41526 744 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222528 1073986877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 422.7
Current children cumulated vsize (Kb) 7676

[startup+440.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 179609 0 0 0 42502 759 0 0 23 0 1 0 1724773039 8761344 1334 4294967295 134512640 134736556 3221224576 3221221456 1075960390 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2139 1334 1116 68 0 2071 0
[pid=18649] vsize: 8556
Current children cumulated CPU time (s) 432.61
Current children cumulated vsize (Kb) 8556

[startup+450.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 182846 0 0 0 43481 771 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 442.52
Current children cumulated vsize (Kb) 7676

[startup+460.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 186097 0 0 0 44457 784 0 0 25 0 1 0 1724773039 8667136 1306 4294967295 134512640 134736556 3221224576 3221220688 1074794589 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2116 1306 1116 68 0 2048 0
[pid=18649] vsize: 8464
Current children cumulated CPU time (s) 452.41
Current children cumulated vsize (Kb) 8464

[startup+470.022 s]
Raw data (loadavg): 0.99 0.97 0.91 1/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) T 18648 18649 17733 0 -1 0 190275 0 0 0 45426 800 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (Kb) 7676

[startup+480.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 193888 0 0 0 46401 814 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222696 1077377401 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 472.15
Current children cumulated vsize (Kb) 7676

[startup+490.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 197509 0 0 0 47379 825 0 0 25 0 1 0 1724773039 8790016 1339 4294967295 134512640 134736556 3221224576 3221220424 1074789593 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2146 1339 1116 68 0 2078 0
[pid=18649] vsize: 8584
Current children cumulated CPU time (s) 482.04
Current children cumulated vsize (Kb) 8584

[startup+500.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 202053 0 0 0 48345 842 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222472 1074138155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 491.87
Current children cumulated vsize (Kb) 7676

[startup+510.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 207289 0 0 0 49305 862 0 0 25 0 1 0 1724773039 8773632 1331 4294967295 134512640 134736556 3221224576 3221221600 1074867337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2142 1331 1116 68 0 2074 0
[pid=18649] vsize: 8568
Current children cumulated CPU time (s) 501.67
Current children cumulated vsize (Kb) 8568

[startup+520.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 211655 0 0 0 50273 879 0 0 25 0 1 0 1724773039 7860224 1248 4294967295 134512640 134736556 3221224576 3221222624 1074153794 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1919 1248 1116 68 0 1851 0
[pid=18649] vsize: 7676
Current children cumulated CPU time (s) 511.52
Current children cumulated vsize (Kb) 7676

[startup+530.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 216211 0 0 0 51234 897 0 0 25 0 1 0 1724773039 8327168 1293 4294967295 134512640 134736556 3221224576 3221220412 1074788971 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2033 1293 1116 68 0 1965 0
[pid=18649] vsize: 8132
Current children cumulated CPU time (s) 521.31
Current children cumulated vsize (Kb) 8132

[startup+540.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 220720 0 0 0 52195 916 0 0 25 0 1 0 1724773039 8294400 1283 4294967295 134512640 134736556 3221224576 3221220732 1075564299 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2025 1283 1116 68 0 1957 0
[pid=18649] vsize: 8100
Current children cumulated CPU time (s) 531.11
Current children cumulated vsize (Kb) 8100

[startup+550.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 225096 0 0 0 53159 935 0 0 25 0 1 0 1724773039 8863744 1321 4294967295 134512640 134736556 3221224576 3221220436 1074786588 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2164 1321 1116 68 0 2096 0
[pid=18649] vsize: 8656
Current children cumulated CPU time (s) 540.94
Current children cumulated vsize (Kb) 8656

[startup+560.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 230124 0 0 0 54126 953 0 0 25 0 1 0 1724773039 8368128 1309 4294967295 134512640 134736556 3221224576 3221221120 1074886147 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2043 1309 1116 68 0 1975 0
[pid=18649] vsize: 8172
Current children cumulated CPU time (s) 550.79
Current children cumulated vsize (Kb) 8172

[startup+570.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 234530 0 0 0 55097 971 0 0 25 0 1 0 1724773039 8355840 1276 4294967295 134512640 134736556 3221224576 3221220912 1075133407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2040 1276 1116 68 0 1972 0
[pid=18649] vsize: 8160
Current children cumulated CPU time (s) 560.68
Current children cumulated vsize (Kb) 8160

[startup+580.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 239306 0 0 0 56053 992 0 0 25 0 1 0 1724773039 9154560 1409 4294967295 134512640 134736556 3221224576 3221221456 1075960284 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2235 1409 1116 68 0 2167 0
[pid=18649] vsize: 8940
Current children cumulated CPU time (s) 570.45
Current children cumulated vsize (Kb) 8940

[startup+590.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 244088 0 0 0 57017 1012 0 0 25 0 1 0 1724773039 8359936 1317 4294967295 134512640 134736556 3221224576 3221220464 1075965246 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2041 1317 1116 68 0 1973 0
[pid=18649] vsize: 8164
Current children cumulated CPU time (s) 580.29
Current children cumulated vsize (Kb) 8164

[startup+600.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 248797 0 0 0 57982 1029 0 0 17 0 1 0 1724773039 8359936 1315 4294967295 134512640 134736556 3221224576 3221220800 1074960822 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2041 1315 1116 68 0 1973 0
[pid=18649] vsize: 8164
Current children cumulated CPU time (s) 590.11
Current children cumulated vsize (Kb) 8164

[startup+610.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 253160 0 0 0 58950 1046 0 0 17 0 1 0 1724773039 8482816 1315 4294967295 134512640 134736556 3221224576 3221220756 1075115035 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2071 1315 1116 68 0 2003 0
[pid=18649] vsize: 8284
Current children cumulated CPU time (s) 599.96
Current children cumulated vsize (Kb) 8284

[startup+620.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 257438 0 0 0 59919 1062 0 0 25 0 1 0 1724773039 8359936 1317 4294967295 134512640 134736556 3221224576 3221220688 1074794472 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2041 1317 1116 68 0 1973 0
[pid=18649] vsize: 8164
Current children cumulated CPU time (s) 609.81
Current children cumulated vsize (Kb) 8164

[startup+630.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 261552 0 0 0 60891 1077 0 0 25 0 1 0 1724773039 8413184 1298 4294967295 134512640 134736556 3221224576 3221220688 1074794549 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2054 1298 1116 68 0 1986 0
[pid=18649] vsize: 8216
Current children cumulated CPU time (s) 619.68
Current children cumulated vsize (Kb) 8216

[startup+640.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 266882 0 0 0 61853 1099 0 0 25 0 1 0 1724773039 7909376 1260 4294967295 134512640 134736556 3221224576 3221222912 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1931 1260 1116 68 0 1863 0
[pid=18649] vsize: 7724
Current children cumulated CPU time (s) 629.52
Current children cumulated vsize (Kb) 7724

[startup+650.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 272382 0 0 0 62820 1119 0 0 25 0 1 0 1724773039 7909376 1260 4294967295 134512640 134736556 3221224576 3221222912 1074153792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1931 1260 1116 68 0 1863 0
[pid=18649] vsize: 7724
Current children cumulated CPU time (s) 639.39
Current children cumulated vsize (Kb) 7724

[startup+660.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 277690 0 0 0 63788 1137 0 0 25 0 1 0 1724773039 8437760 1311 4294967295 134512640 134736556 3221224576 3221220540 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2060 1311 1116 68 0 1992 0
[pid=18649] vsize: 8240
Current children cumulated CPU time (s) 649.25
Current children cumulated vsize (Kb) 8240

[startup+670.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 282869 0 0 0 64754 1155 0 0 25 0 1 0 1724773039 9023488 1373 4294967295 134512640 134736556 3221224576 3221220672 1074971110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2203 1373 1116 68 0 2135 0
[pid=18649] vsize: 8812
Current children cumulated CPU time (s) 659.09
Current children cumulated vsize (Kb) 8812

[startup+680.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 286959 0 0 0 65727 1170 0 0 25 0 1 0 1724773039 7958528 1272 4294967295 134512640 134736556 3221224576 3221222632 1077377398 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1943 1272 1116 68 0 1875 0
[pid=18649] vsize: 7772
Current children cumulated CPU time (s) 668.97
Current children cumulated vsize (Kb) 7772

[startup+690.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 291038 0 0 0 66698 1186 0 0 25 0 1 0 1724773039 8921088 1372 4294967295 134512640 134736556 3221224576 3221221648 1074834340 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2178 1372 1116 68 0 2110 0
[pid=18649] vsize: 8712
Current children cumulated CPU time (s) 678.84
Current children cumulated vsize (Kb) 8712

[startup+700.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 296082 0 0 0 67662 1205 0 0 25 0 1 0 1724773039 8359936 1278 4294967295 134512640 134736556 3221224576 3221221852 1075240084 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2041 1278 1116 68 0 1973 0
[pid=18649] vsize: 8164
Current children cumulated CPU time (s) 688.67
Current children cumulated vsize (Kb) 8164

[startup+710.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 301403 0 0 0 68622 1226 0 0 25 0 1 0 1724773039 8417280 1303 4294967295 134512640 134736556 3221224576 3221220688 1075093367 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2055 1303 1116 68 0 1987 0
[pid=18649] vsize: 8220
Current children cumulated CPU time (s) 698.48
Current children cumulated vsize (Kb) 8220

[startup+720.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 306697 0 0 0 69579 1249 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222624 1074153800 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 708.28
Current children cumulated vsize (Kb) 7832

[startup+730.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 311471 0 0 0 70538 1271 0 0 20 0 1 0 1724773039 8527872 1330 4294967295 134512640 134736556 3221224576 3221221448 1074950114 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2082 1330 1116 68 0 2014 0
[pid=18649] vsize: 8328
Current children cumulated CPU time (s) 718.09
Current children cumulated vsize (Kb) 8328

[startup+740.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 316470 0 0 0 71497 1293 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222824 1074138312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 727.9
Current children cumulated vsize (Kb) 7832

[startup+750.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 320828 0 0 0 72465 1308 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222256 1075828621 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 737.73
Current children cumulated vsize (Kb) 7832

[startup+760.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 326233 0 0 0 73422 1330 0 0 25 0 1 0 1724773039 8527872 1319 4294967295 134512640 134736556 3221224576 3221221184 1075966477 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2082 1321 1116 68 0 2014 0
[pid=18649] vsize: 8328
Current children cumulated CPU time (s) 747.52
Current children cumulated vsize (Kb) 8328

[startup+770.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 331949 0 0 0 74374 1354 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222824 1074138312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 757.28
Current children cumulated vsize (Kb) 7832

[startup+780.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 337179 0 0 0 75334 1372 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222200 1077380592 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 767.06
Current children cumulated vsize (Kb) 7832

[startup+790.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 342359 0 0 0 76295 1392 0 0 25 0 1 0 1724773039 8527872 1292 4294967295 134512640 134736556 3221224576 3221221448 1074950114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2082 1295 1116 68 0 2014 0
[pid=18649] vsize: 8328
Current children cumulated CPU time (s) 776.87
Current children cumulated vsize (Kb) 8328

[startup+800.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 347587 0 0 0 77255 1412 0 0 25 0 1 0 1724773039 8695808 1349 4294967295 134512640 134736556 3221224576 3221220496 1075965246 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2123 1349 1116 68 0 2055 0
[pid=18649] vsize: 8492
Current children cumulated CPU time (s) 786.67
Current children cumulated vsize (Kb) 8492

[startup+810.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 351939 0 0 0 78222 1430 0 0 25 0 1 0 1724773039 8019968 1287 4294967295 134512640 134736556 3221224576 3221222176 1075818192 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1958 1287 1116 68 0 1890 0
[pid=18649] vsize: 7832
Current children cumulated CPU time (s) 796.52
Current children cumulated vsize (Kb) 7832

[startup+820.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 355807 0 0 0 79182 1449 0 0 25 0 1 0 1724773039 8527872 1352 4294967295 134512640 134736556 3221224576 3221220800 1074960926 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2082 1352 1116 68 0 2014 0
[pid=18649] vsize: 8328
Current children cumulated CPU time (s) 806.31
Current children cumulated vsize (Kb) 8328

[startup+830.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 360331 0 0 0 80152 1465 0 0 25 0 1 0 1724773039 8097792 1306 4294967295 134512640 134736556 3221224576 3221223072 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 1977 1306 1116 68 0 1909 0
[pid=18649] vsize: 7908
Current children cumulated CPU time (s) 816.17
Current children cumulated vsize (Kb) 7908

[startup+840.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 364343 0 0 0 81124 1479 0 0 25 0 1 0 1724773039 9003008 1350 4294967295 134512640 134736556 3221224576 3221220412 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2198 1350 1116 68 0 2130 0
[pid=18649] vsize: 8792
Current children cumulated CPU time (s) 826.03
Current children cumulated vsize (Kb) 8792

[startup+850.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 368509 0 0 0 82096 1495 0 0 25 0 1 0 1724773039 8577024 1356 4294967295 134512640 134736556 3221224576 3221220460 1074788159 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2094 1356 1116 68 0 2026 0
[pid=18649] vsize: 8376
Current children cumulated CPU time (s) 835.91
Current children cumulated vsize (Kb) 8376

[startup+860.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 372166 0 0 0 83071 1510 0 0 25 0 1 0 1724773039 9048064 1399 4294967295 134512640 134736556 3221224576 3221220464 1075965246 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2209 1400 1116 68 0 2141 0
[pid=18649] vsize: 8836
Current children cumulated CPU time (s) 845.81
Current children cumulated vsize (Kb) 8836

[startup+870.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 376090 0 0 0 84045 1524 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 855.69
Current children cumulated vsize (Kb) 7924

[startup+880.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 379911 0 0 0 85019 1538 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222912 1074153719 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 865.57
Current children cumulated vsize (Kb) 7924

[startup+890.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 383811 0 0 0 85993 1553 0 0 25 0 1 0 1724773039 8556544 1356 4294967295 134512640 134736556 3221224576 3221220688 1075095091 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2089 1356 1116 68 0 2021 0
[pid=18649] vsize: 8356
Current children cumulated CPU time (s) 875.46
Current children cumulated vsize (Kb) 8356

[startup+900.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 388683 0 0 0 86964 1569 0 0 25 0 1 0 1724773039 8646656 1368 4294967295 134512640 134736556 3221224576 3221220404 1074786582 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2111 1368 1116 68 0 2043 0
[pid=18649] vsize: 8444
Current children cumulated CPU time (s) 885.33
Current children cumulated vsize (Kb) 8444

[startup+910.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 392986 0 0 0 87937 1584 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222912 1074153815 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 895.21
Current children cumulated vsize (Kb) 7924

[startup+920.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 397439 0 0 0 88907 1599 0 0 25 0 1 0 1724773039 8536064 1358 4294967295 134512640 134736556 3221224576 3221220540 1074788964 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2084 1358 1116 68 0 2016 0
[pid=18649] vsize: 8336
Current children cumulated CPU time (s) 905.06
Current children cumulated vsize (Kb) 8336

[startup+930.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 402797 0 0 0 89866 1620 0 0 25 0 1 0 1724773039 8622080 1349 4294967295 134512640 134736556 3221224576 3221221296 1076084128 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2105 1349 1116 68 0 2037 0
[pid=18649] vsize: 8420
Current children cumulated CPU time (s) 914.86
Current children cumulated vsize (Kb) 8420

[startup+940.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 408308 0 0 0 90821 1642 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 924.63
Current children cumulated vsize (Kb) 7924

[startup+950.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 413204 0 0 0 91785 1660 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222256 1075828493 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 934.45
Current children cumulated vsize (Kb) 7924

[startup+960.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 417818 0 0 0 92754 1676 0 0 25 0 1 0 1724773039 8519680 1352 4294967295 134512640 134736556 3221224576 3221220628 1075964218 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2080 1352 1116 68 0 2012 0
[pid=18649] vsize: 8320
Current children cumulated CPU time (s) 944.3
Current children cumulated vsize (Kb) 8320

[startup+970.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 422380 0 0 0 93720 1695 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 954.15
Current children cumulated vsize (Kb) 7924

[startup+980.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 427160 0 0 0 94682 1713 0 0 25 0 1 0 1724773039 8114176 1310 4294967295 134512640 134736556 3221224576 3221222796 1074206220 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1981 1310 1116 68 0 1913 0
[pid=18649] vsize: 7924
Current children cumulated CPU time (s) 963.95
Current children cumulated vsize (Kb) 7924

[startup+990.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 431129 0 0 0 95651 1730 0 0 25 0 1 0 1724773039 8523776 1344 4294967295 134512640 134736556 3221224576 3221220468 1074786389 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2081 1344 1116 68 0 2013 0
[pid=18649] vsize: 8324
Current children cumulated CPU time (s) 973.81
Current children cumulated vsize (Kb) 8324

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 435098 0 0 0 96620 1746 0 0 25 0 1 0 1724773039 8622080 1348 4294967295 134512640 134736556 3221224576 3221221448 1074950096 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2105 1348 1116 68 0 2037 0
[pid=18649] vsize: 8420
Current children cumulated CPU time (s) 983.66
Current children cumulated vsize (Kb) 8420

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 439473 0 0 0 97576 1766 0 0 25 0 1 0 1724773039 8302592 1325 4294967295 134512640 134736556 3221224576 3221222256 1075828444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2027 1325 1116 68 0 1959 0
[pid=18649] vsize: 8108
Current children cumulated CPU time (s) 993.42
Current children cumulated vsize (Kb) 8108

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 443958 0 0 0 98540 1783 0 0 25 0 1 0 1724773039 8667136 1356 4294967295 134512640 134736556 3221224576 3221220912 1074973232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2116 1356 1116 68 0 2048 0
[pid=18649] vsize: 8464
Current children cumulated CPU time (s) 1003.23
Current children cumulated vsize (Kb) 8464

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 448675 0 0 0 99502 1804 0 0 25 0 1 0 1724773039 8671232 1362 4294967295 134512640 134736556 3221224576 3221220756 1075115049 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2117 1362 1116 68 0 2049 0
[pid=18649] vsize: 8468
Current children cumulated CPU time (s) 1013.06
Current children cumulated vsize (Kb) 8468

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 453220 0 0 0 100469 1823 0 0 25 0 1 0 1724773039 9101312 1434 4294967295 134512640 134736556 3221224576 3221220776 1074807104 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2222 1434 1116 68 0 2154 0
[pid=18649] vsize: 8888
Current children cumulated CPU time (s) 1022.92
Current children cumulated vsize (Kb) 8888

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 457621 0 0 0 101444 1838 0 0 25 0 1 0 1724773039 8671232 1375 4294967295 134512640 134736556 3221224576 3221221568 1075971410 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2117 1375 1116 68 0 2049 0
[pid=18649] vsize: 8468
Current children cumulated CPU time (s) 1032.82
Current children cumulated vsize (Kb) 8468

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 461912 0 0 0 102419 1853 0 0 25 0 1 0 1724773039 8646656 1356 4294967295 134512640 134736556 3221224576 3221221472 1074620107 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2111 1356 1116 68 0 2043 0
[pid=18649] vsize: 8444
Current children cumulated CPU time (s) 1042.72
Current children cumulated vsize (Kb) 8444

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 466059 0 0 0 103388 1871 0 0 25 0 1 0 1724773039 8146944 1318 4294967295 134512640 134736556 3221224576 3221222592 1075961779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1989 1318 1116 68 0 1921 0
[pid=18649] vsize: 7956
Current children cumulated CPU time (s) 1052.59
Current children cumulated vsize (Kb) 7956

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 470510 0 0 0 104353 1888 0 0 25 0 1 0 1724773039 8859648 1386 4294967295 134512640 134736556 3221224576 3221220864 1075114245 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2163 1386 1116 68 0 2095 0
[pid=18649] vsize: 8652
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (Kb) 8652

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 475249 0 0 0 105318 1908 0 0 25 0 1 0 1724773039 8593408 1360 4294967295 134512640 134736556 3221224576 3221220800 1074807724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2098 1360 1116 68 0 2030 0
[pid=18649] vsize: 8392
Current children cumulated CPU time (s) 1072.26
Current children cumulated vsize (Kb) 8392

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 479745 0 0 0 106286 1924 0 0 25 0 1 0 1724773039 8622080 1365 4294967295 134512640 134736556 3221224576 3221220460 1074788159 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18649/statm): 2105 1365 1116 68 0 2037 0
[pid=18649] vsize: 8420
Current children cumulated CPU time (s) 1082.1
Current children cumulated vsize (Kb) 8420

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 483747 0 0 0 107250 1940 0 0 25 0 1 0 1724773039 8171520 1324 4294967295 134512640 134736556 3221224576 3221222912 1074153663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1995 1324 1116 68 0 1927 0
[pid=18649] vsize: 7980
Current children cumulated CPU time (s) 1091.9
Current children cumulated vsize (Kb) 7980

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 488427 0 0 0 108212 1958 0 0 25 0 1 0 1724773039 8159232 1321 4294967295 134512640 134736556 3221224576 3221222912 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1992 1321 1116 68 0 1924 0
[pid=18649] vsize: 7968
Current children cumulated CPU time (s) 1101.7
Current children cumulated vsize (Kb) 7968

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 492949 0 0 0 109178 1977 0 0 25 0 1 0 1724773039 8171520 1324 4294967295 134512640 134736556 3221224576 3221222912 1074153760 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1995 1324 1116 68 0 1927 0
[pid=18649] vsize: 7980
Current children cumulated CPU time (s) 1111.55
Current children cumulated vsize (Kb) 7980

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 496592 0 0 0 110148 1992 0 0 25 0 1 0 1724773039 8159232 1321 4294967295 134512640 134736556 3221224576 3221222912 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 1992 1321 1116 68 0 1924 0
[pid=18649] vsize: 7968
Current children cumulated CPU time (s) 1121.4
Current children cumulated vsize (Kb) 7968

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 501031 0 0 0 111112 2011 0 0 25 0 1 0 1724773039 8712192 1379 4294967295 134512640 134736556 3221224576 3221220912 1074971965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2127 1379 1116 68 0 2059 0
[pid=18649] vsize: 8508
Current children cumulated CPU time (s) 1131.23
Current children cumulated vsize (Kb) 8508

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 505406 0 0 0 112075 2030 0 0 25 0 1 0 1724773039 8257536 1345 4294967295 134512640 134736556 3221224576 3221222764 1077404727 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2016 1345 1116 68 0 1948 0
[pid=18649] vsize: 8064
Current children cumulated CPU time (s) 1141.05
Current children cumulated vsize (Kb) 8064

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 509631 0 0 0 113049 2045 0 0 25 0 1 0 1724773039 8642560 1391 4294967295 134512640 134736556 3221224576 3221220688 1075094850 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2110 1391 1116 68 0 2042 0
[pid=18649] vsize: 8440
Current children cumulated CPU time (s) 1150.94
Current children cumulated vsize (Kb) 8440

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 512964 0 0 0 114028 2056 0 0 25 0 1 0 1724773039 8642560 1382 4294967295 134512640 134736556 3221224576 3221220800 1074960795 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2110 1382 1116 68 0 2042 0
[pid=18649] vsize: 8440
Current children cumulated CPU time (s) 1160.84
Current children cumulated vsize (Kb) 8440

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 518035 0 0 0 114986 2078 0 0 25 0 1 0 1724773039 8257536 1345 4294967295 134512640 134736556 3221224576 3221222472 1074138312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2016 1345 1116 68 0 1948 0
[pid=18649] vsize: 8064
Current children cumulated CPU time (s) 1170.64
Current children cumulated vsize (Kb) 8064

[startup+1200.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 521677 0 0 0 115954 2096 0 0 25 0 1 0 1724773039 9261056 1477 4294967295 134512640 134736556 3221224576 3221220756 1075114984 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2261 1477 1116 68 0 2193 0
[pid=18649] vsize: 9044
Current children cumulated CPU time (s) 1180.5
Current children cumulated vsize (Kb) 9044

[startup+1210.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/57 18649
Raw data (/proc/18649/stat): 18649 (bsolo) R 18648 18649 17733 0 -1 0 524526 0 0 0 116925 2110 0 0 25 0 1 0 1724773039 8642560 1351 4294967295 134512640 134736556 3221224576 3221221648 1074834297 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18649/statm): 2110 1351 1116 68 0 2042 0
[pid=18649] vsize: 8440
Current children cumulated CPU time (s) 1190.35
Current children cumulated vsize (Kb) 8440
One traced child (pid=18649) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1215.08
CPU time (s): 1195.33
CPU user time (s): 1174.15
CPU system time (s): 21.1708
CPU usage (%): 98.374
Max. virtual memory (cumulated for all children) (Kb): 9044

Verifier Data

Verifier:	OK	162