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/logic-synthesis/normalized-e64.b.opb
MD5SUMbf7f8537c6faa135d25c67c53576abb5
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved NO
Number of terms in the objective function 608
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 608
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 608
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.16
Number of variables607
Total number of constraints1053
Number of constraints which are clauses1022
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint32

Trace number 154

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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:        952816 kB
Buffers:         33984 kB
Cached:          23552 kB
SwapCached:        740 kB
Active:          53408 kB
Inactive:         6728 kB
HighTotal:      131008 kB
HighFree:       105392 kB
LowTotal:       903652 kB
LowFree:        847424 kB
SwapTotal:     2097136 kB
SwapFree:      2095892 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            16068 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 08:31:39 (client local time) WITH STATUS 10 IN 1195.16 SECONDS
stats: 64 0 1195.16 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 608 variables and 1022 constraints.
c	preprocess terminated. Elapsed time: 0.418
c After prepocess the problem consists of 571 variables and 921 constraints.
c Initial Lower Bound: 0
c NEW SOLUTION FOUND: 57 @ 0.556 @ #Dec. 31
c NEW SOLUTION FOUND: 56 @ 0.617 @ #Dec. 71
c Restart #1 #Var: 571 #Dec: 267 LB: 0 @ 0.99
c NEW SOLUTION FOUND: 53 @ 1.811 @ #Dec. 349
c Restart #2 #Var: 571 #Dec: 754 LB: 0 @ 3.032
c Restart #3 #Var: 571 #Dec: 1498 LB: 0 @ 5.39
c NEW SOLUTION FOUND: 52 @ 7.123 @ #Dec. 1569
c NEW SOLUTION FOUND: 51 @ 7.159 @ #Dec. 1582
c Restart #4 #Var: 571 #Dec: 2438 LB: 0 @ 10.158
c Restart #5 #Var: 571 #Dec: 3658 LB: 0 @ 14.902
c Restart #6 #Var: 571 #Dec: 4993 LB: 0 @ 21.504
c Restart #7 #Var: 571 #Dec: 6584 LB: 0 @ 30.563
c CHANGE to LPR mode... 	UB: 51	MIS: 29	LPR: 37 (0.5675)	Diff: 0.78378
c Restart #0 #Var: 571 #Dec: 8977 LB: 0 @ 44.362
c Restart #1 #Var: 571 #Dec: 9209 LB: 37 @ 63.344
c Restart #2 #Var: 571 #Dec: 9653 LB: 37 @ 107.38
c Restart #3 #Var: 571 #Dec: 10291 LB: 37 @ 190.16
c Restart #4 #Var: 571 #Dec: 11127 LB: 37 @ 257.1
c Restart #5 #Var: 571 #Dec: 12168 LB: 37 @ 363.01
c Restart #6 #Var: 571 #Dec: 13406 LB: 37 @ 476.95
c Restart #7 #Var: 571 #Dec: 14850 LB: 37 @ 656.21
c Restart #8 #Var: 571 #Dec: 16489 LB: 37 @ 815.62
c Restart #9 #Var: 571 #Dec: 18330 LB: 37 @ 1030.1
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 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 
c Cost: 51
c Exit Code: 10
c Total time: 1195.1 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1781506313 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 107 3 90 68 0 39 0
[pid=15834] 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/wulflinc7/normalized-e64.b.opb

[startup+10.0032 s]
Raw data (loadavg): 0.88 0.94 0.83 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 4874 0 0 0 961 19 0 0 25 0 1 0 1781506313 23113728 4785 4294967295 134512640 134736556 3221224576 3221223184 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 5643 4785 1116 68 0 5575 0
[pid=15834] vsize: 22572
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (Kb) 22572

[startup+20.0028 s]
Raw data (loadavg): 0.90 0.94 0.83 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 7730 0 0 0 1940 31 0 0 25 0 1 0 1781506313 35303424 7630 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 8619 7630 1116 68 0 8551 0
[pid=15834] vsize: 34476
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (Kb) 34476

[startup+30.0034 s]
Raw data (loadavg): 0.91 0.94 0.83 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 10904 0 0 0 2920 44 0 0 25 0 1 0 1781506313 48422912 10788 4294967295 134512640 134736556 3221224576 3221223184 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 11822 10788 1116 68 0 11754 0
[pid=15834] vsize: 47288
Current children cumulated CPU time (s) 29.64
Current children cumulated vsize (Kb) 47288

[startup+40.0031 s]
Raw data (loadavg): 1.01 0.96 0.83 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 12605 0 0 0 3907 52 0 0 25 0 1 0 1781506313 55705600 12463 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 13600 12463 1116 68 0 13532 0
[pid=15834] vsize: 54400
Current children cumulated CPU time (s) 39.59
Current children cumulated vsize (Kb) 54400

[startup+50.0037 s]
Raw data (loadavg): 1.00 0.96 0.83 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 15348 0 0 0 4879 65 0 0 25 0 1 0 1781506313 62078976 13994 4294967295 134512640 134736556 3221224576 3221220848 1075169689 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15156 13994 1116 68 0 15088 0
[pid=15834] vsize: 60624
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (Kb) 60624

[startup+60.0043 s]
Raw data (loadavg): 1.00 0.96 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 17848 0 0 0 5842 81 0 0 25 0 1 0 1781506313 62386176 14083 4294967295 134512640 134736556 3221224576 3221220528 1075965301 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15231 14083 1116 68 0 15163 0
[pid=15834] vsize: 60924
Current children cumulated CPU time (s) 59.23
Current children cumulated vsize (Kb) 60924

[startup+70.004 s]
Raw data (loadavg): 1.00 0.96 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 19601 0 0 0 6814 94 0 0 25 0 1 0 1781506313 62193664 14090 4294967295 134512640 134736556 3221224576 3221222768 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15184 14090 1116 68 0 15116 0
[pid=15834] vsize: 60736
Current children cumulated CPU time (s) 69.08
Current children cumulated vsize (Kb) 60736

[startup+80.0046 s]
Raw data (loadavg): 1.00 0.96 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 23433 0 0 0 7771 115 0 0 25 0 1 0 1781506313 62402560 14142 4294967295 134512640 134736556 3221224576 3221222848 1074153749 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15235 14142 1116 68 0 15167 0
[pid=15834] vsize: 60940
Current children cumulated CPU time (s) 78.86
Current children cumulated vsize (Kb) 60940

[startup+90.0043 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 29439 0 0 0 8690 146 0 0 25 0 1 0 1781506313 62971904 14214 4294967295 134512640 134736556 3221224576 3221220412 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15374 14214 1116 68 0 15306 0
[pid=15834] vsize: 61496
Current children cumulated CPU time (s) 88.36
Current children cumulated vsize (Kb) 61496

[startup+100.005 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 37745 0 0 0 9567 191 0 0 20 0 1 0 1781506313 63750144 14469 4294967295 134512640 134736556 3221224576 3221223128 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15564 14469 1116 68 0 15496 0
[pid=15834] vsize: 62256
Current children cumulated CPU time (s) 97.58
Current children cumulated vsize (Kb) 62256

[startup+110.006 s]
Raw data (loadavg): 1.00 0.97 0.84 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 46313 0 0 0 10446 239 0 0 25 0 1 0 1781506313 65277952 14796 4294967295 134512640 134736556 3221224576 3221222540 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15937 14796 1116 68 0 15869 0
[pid=15834] vsize: 63748
Current children cumulated CPU time (s) 106.85
Current children cumulated vsize (Kb) 63748

[startup+120.006 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 49127 0 0 0 11420 251 0 0 25 0 1 0 1781506313 65388544 14820 4294967295 134512640 134736556 3221224576 3221220848 1075171406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15964 14820 1116 68 0 15896 0
[pid=15834] vsize: 63856
Current children cumulated CPU time (s) 116.71
Current children cumulated vsize (Kb) 63856

[startup+130.006 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 53315 0 0 0 12371 272 0 0 25 0 1 0 1781506313 65355776 14801 4294967295 134512640 134736556 3221224576 3221220756 1075115049 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15956 14801 1116 68 0 15888 0
[pid=15834] vsize: 63824
Current children cumulated CPU time (s) 126.43
Current children cumulated vsize (Kb) 63824

[startup+140.005 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 57790 0 0 0 13317 296 0 0 25 0 1 0 1781506313 64974848 14783 4294967295 134512640 134736556 3221224576 3221222824 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15863 14783 1116 68 0 15795 0
[pid=15834] vsize: 63452
Current children cumulated CPU time (s) 136.13
Current children cumulated vsize (Kb) 63452

[startup+150.006 s]
Raw data (loadavg): 1.00 0.97 0.84 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 63612 0 0 0 14235 327 0 0 23 0 1 0 1781506313 65658880 14855 4294967295 134512640 134736556 3221224576 3221220524 1074788187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16030 14855 1116 68 0 15962 0
[pid=15834] vsize: 64120
Current children cumulated CPU time (s) 145.62
Current children cumulated vsize (Kb) 64120

[startup+160.007 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 69601 0 0 0 15132 361 0 0 25 0 1 0 1781506313 65331200 14870 4294967295 134512640 134736556 3221224576 3221222828 1074207648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 15950 14870 1116 68 0 15882 0
[pid=15834] vsize: 63800
Current children cumulated CPU time (s) 154.93
Current children cumulated vsize (Kb) 63800

[startup+170.006 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 75754 0 0 0 16028 399 0 0 25 0 1 0 1781506313 65536000 14919 4294967295 134512640 134736556 3221224576 3221223432 134601121 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16000 14919 1116 68 0 15932 0
[pid=15834] vsize: 64000
Current children cumulated CPU time (s) 164.27
Current children cumulated vsize (Kb) 64000

[startup+180.007 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 81166 0 0 0 16951 432 0 0 25 0 1 0 1781506313 65929216 14962 4294967295 134512640 134736556 3221224576 3221220704 1074882412 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16096 14962 1116 68 0 16028 0
[pid=15834] vsize: 64384
Current children cumulated CPU time (s) 173.83
Current children cumulated vsize (Kb) 64384

[startup+190.008 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 87051 0 0 0 17865 465 0 0 25 0 1 0 1781506313 65699840 14945 4294967295 134512640 134736556 3221224576 3221222528 1074917025 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16040 14945 1116 68 0 15972 0
[pid=15834] vsize: 64160
Current children cumulated CPU time (s) 183.3
Current children cumulated vsize (Kb) 64160

[startup+200.008 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 91581 0 0 0 18801 489 0 0 25 0 1 0 1781506313 66646016 15083 4294967295 134512640 134736556 3221224576 3221220756 1075115084 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16271 15083 1116 68 0 16203 0
[pid=15834] vsize: 65084
Current children cumulated CPU time (s) 192.9
Current children cumulated vsize (Kb) 65084

[startup+210.009 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 96104 0 0 0 19754 510 0 0 25 0 1 0 1781506313 65724416 14968 4294967295 134512640 134736556 3221224576 3221222568 1077374896 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16046 14968 1116 68 0 15978 0
[pid=15834] vsize: 64184
Current children cumulated CPU time (s) 202.64
Current children cumulated vsize (Kb) 64184

[startup+220.01 s]
Raw data (loadavg): 1.00 0.97 0.85 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 103927 0 0 0 20657 548 0 0 25 0 1 0 1781506313 65765376 14976 4294967295 134512640 134736556 3221224576 3221221976 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16056 14976 1116 68 0 15988 0
[pid=15834] vsize: 64224
Current children cumulated CPU time (s) 212.05
Current children cumulated vsize (Kb) 64224

[startup+230.01 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 111020 0 0 0 21571 585 0 0 25 0 1 0 1781506313 66187264 14991 4294967295 134512640 134736556 3221224576 3221221448 1074950114 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16159 14991 1116 68 0 16091 0
[pid=15834] vsize: 64636
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (Kb) 64636

[startup+240.011 s]
Raw data (loadavg): 1.00 0.97 0.85 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 119172 0 0 0 22470 627 0 0 25 0 1 0 1781506313 66134016 15015 4294967295 134512640 134736556 3221224576 3221220760 1074789877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16146 15015 1116 68 0 16078 0
[pid=15834] vsize: 64584
Current children cumulated CPU time (s) 230.97
Current children cumulated vsize (Kb) 64584

[startup+250.011 s]
Raw data (loadavg): 1.00 0.97 0.85 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 128023 0 0 0 23352 674 0 0 25 0 1 0 1781506313 65982464 15031 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16109 15031 1116 68 0 16041 0
[pid=15834] vsize: 64436
Current children cumulated CPU time (s) 240.26
Current children cumulated vsize (Kb) 64436

[startup+260.012 s]
Raw data (loadavg): 1.00 0.97 0.85 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 135268 0 0 0 24258 713 0 0 25 0 1 0 1781506313 65990656 15033 4294967295 134512640 134736556 3221224576 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16111 15033 1116 68 0 16043 0
[pid=15834] vsize: 64444
Current children cumulated CPU time (s) 249.71
Current children cumulated vsize (Kb) 64444

[startup+270.012 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 139919 0 0 0 25204 737 0 0 25 0 1 0 1781506313 66863104 15139 4294967295 134512640 134736556 3221224576 3221220968 1077410205 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16324 15139 1116 68 0 16256 0
[pid=15834] vsize: 65296
Current children cumulated CPU time (s) 259.41
Current children cumulated vsize (Kb) 65296

[startup+280.012 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 143693 0 0 0 26170 753 0 0 25 0 1 0 1781506313 65921024 15018 4294967295 134512640 134736556 3221224576 3221222848 1074153660 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16094 15018 1116 68 0 16026 0
[pid=15834] vsize: 64376
Current children cumulated CPU time (s) 269.23
Current children cumulated vsize (Kb) 64376

[startup+290.013 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 150142 0 0 0 27086 787 0 0 25 0 1 0 1781506313 66318336 15053 4294967295 134512640 134736556 3221224576 3221220688 1075095166 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16191 15059 1116 68 0 16123 0
[pid=15834] vsize: 64764
Current children cumulated CPU time (s) 278.73
Current children cumulated vsize (Kb) 64764

[startup+300.014 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 156313 0 0 0 28007 820 0 0 25 0 1 0 1781506313 66420736 15064 4294967295 134512640 134736556 3221224576 3221221092 1076043857 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16216 15064 1116 68 0 16148 0
[pid=15834] vsize: 64864
Current children cumulated CPU time (s) 288.27
Current children cumulated vsize (Kb) 64864

[startup+310.014 s]
Raw data (loadavg): 1.00 0.97 0.86 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 162074 0 0 0 28938 848 0 0 25 0 1 0 1781506313 66068480 15054 4294967295 134512640 134736556 3221224576 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16130 15054 1116 68 0 16062 0
[pid=15834] vsize: 64520
Current children cumulated CPU time (s) 297.86
Current children cumulated vsize (Kb) 64520

[startup+320.014 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 167401 0 0 0 29874 877 0 0 25 0 1 0 1781506313 66117632 15066 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16142 15066 1116 68 0 16074 0
[pid=15834] vsize: 64568
Current children cumulated CPU time (s) 307.51
Current children cumulated vsize (Kb) 64568

[startup+330.015 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 172894 0 0 0 30806 905 0 0 25 0 1 0 1781506313 66502656 15085 4294967295 134512640 134736556 3221224576 3221220524 1074788206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16236 15085 1116 68 0 16168 0
[pid=15834] vsize: 64944
Current children cumulated CPU time (s) 317.11
Current children cumulated vsize (Kb) 64944

[startup+340.014 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 179146 0 0 0 31726 941 0 0 25 0 1 0 1781506313 66543616 15080 4294967295 134512640 134736556 3221224576 3221221472 1074620133 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16246 15080 1116 68 0 16178 0
[pid=15834] vsize: 64984
Current children cumulated CPU time (s) 326.67
Current children cumulated vsize (Kb) 64984

[startup+350.015 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 184828 0 0 0 32657 972 0 0 25 0 1 0 1781506313 66543616 15094 4294967295 134512640 134736556 3221224576 3221220492 1074860611 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16246 15094 1116 68 0 16178 0
[pid=15834] vsize: 64984
Current children cumulated CPU time (s) 336.29
Current children cumulated vsize (Kb) 64984

[startup+360.015 s]
Raw data (loadavg): 1.00 0.97 0.86 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 189885 0 0 0 33598 998 0 0 25 0 1 0 1781506313 66543616 15094 4294967295 134512640 134736556 3221224576 3221220672 1074970194 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16246 15094 1116 68 0 16178 0
[pid=15834] vsize: 64984
Current children cumulated CPU time (s) 345.96
Current children cumulated vsize (Kb) 64984

[startup+370.015 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 195295 0 0 0 34532 1025 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221222760 1074138144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 355.57
Current children cumulated vsize (Kb) 64600

[startup+380.016 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 199471 0 0 0 35483 1048 0 0 25 0 1 0 1781506313 66142208 15072 4294967295 134512640 134736556 3221224576 3221222760 1074138158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16148 15072 1116 68 0 16080 0
[pid=15834] vsize: 64592
Current children cumulated CPU time (s) 365.31
Current children cumulated vsize (Kb) 64592

[startup+390.016 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 203341 0 0 0 36448 1064 0 0 25 0 1 0 1781506313 66134016 15070 4294967295 134512640 134736556 3221224576 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16146 15070 1116 68 0 16078 0
[pid=15834] vsize: 64584
Current children cumulated CPU time (s) 375.12
Current children cumulated vsize (Kb) 64584

[startup+400.017 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 208226 0 0 0 37391 1088 0 0 20 0 1 0 1781506313 66121728 15067 4294967295 134512640 134736556 3221224576 3221222780 1074143376 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16143 15067 1116 68 0 16075 0
[pid=15834] vsize: 64572
Current children cumulated CPU time (s) 384.79
Current children cumulated vsize (Kb) 64572

[startup+410.018 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 214763 0 0 0 38312 1122 0 0 25 0 1 0 1781506313 66449408 15094 4294967295 134512640 134736556 3221224576 3221220756 1075115127 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16223 15094 1116 68 0 16155 0
[pid=15834] vsize: 64892
Current children cumulated CPU time (s) 394.34
Current children cumulated vsize (Kb) 64892

[startup+420.017 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 220575 0 0 0 39248 1151 0 0 25 0 1 0 1781506313 66121728 15067 4294967295 134512640 134736556 3221224576 3221222864 1074142880 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16143 15067 1116 68 0 16075 0
[pid=15834] vsize: 64572
Current children cumulated CPU time (s) 403.99
Current children cumulated vsize (Kb) 64572

[startup+430.018 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 228068 0 0 0 40158 1189 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 413.47
Current children cumulated vsize (Kb) 64600

[startup+440.018 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 234553 0 0 0 41079 1222 0 0 25 0 1 0 1781506313 66498560 15103 4294967295 134512640 134736556 3221224576 3221221340 1074788950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16235 15103 1116 68 0 16167 0
[pid=15834] vsize: 64940
Current children cumulated CPU time (s) 423.01
Current children cumulated vsize (Kb) 64940

[startup+450.018 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 240843 0 0 0 42008 1254 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221222604 1077374624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 432.62
Current children cumulated vsize (Kb) 64600

[startup+460.019 s]
Raw data (loadavg): 1.00 0.97 0.87 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 247496 0 0 0 42927 1291 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221222824 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 442.18
Current children cumulated vsize (Kb) 64600

[startup+470.019 s]
Raw data (loadavg): 1.00 0.97 0.88 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 253643 0 0 0 43856 1321 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 451.77
Current children cumulated vsize (Kb) 64600

[startup+480.019 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 260402 0 0 0 44776 1355 0 0 25 0 1 0 1781506313 66150400 15074 4294967295 134512640 134736556 3221224576 3221222256 1075828201 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16150 15074 1116 68 0 16082 0
[pid=15834] vsize: 64600
Current children cumulated CPU time (s) 461.31
Current children cumulated vsize (Kb) 64600

[startup+490.02 s]
Raw data (loadavg): 1.00 0.97 0.88 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 268104 0 0 0 45677 1396 0 0 25 0 1 0 1781506313 66191360 15084 4294967295 134512640 134736556 3221224576 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16160 15084 1116 68 0 16092 0
[pid=15834] vsize: 64640
Current children cumulated CPU time (s) 470.73
Current children cumulated vsize (Kb) 64640

[startup+500.02 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 272430 0 0 0 46626 1419 0 0 25 0 1 0 1781506313 66248704 15098 4294967295 134512640 134736556 3221224576 3221222848 1074153648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16174 15098 1116 68 0 16106 0
[pid=15834] vsize: 64696
Current children cumulated CPU time (s) 480.45
Current children cumulated vsize (Kb) 64696

[startup+510.021 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 275745 0 0 0 47598 1432 0 0 25 0 1 0 1781506313 66678784 15130 4294967295 134512640 134736556 3221224576 3221220800 1074799094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16279 15130 1116 68 0 16211 0
[pid=15834] vsize: 65116
Current children cumulated CPU time (s) 490.3
Current children cumulated vsize (Kb) 65116

[startup+520.021 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 279878 0 0 0 48565 1449 0 0 25 0 1 0 1781506313 66265088 15102 4294967295 134512640 134736556 3221224576 3221222176 1075818178 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16178 15102 1116 68 0 16110 0
[pid=15834] vsize: 64712
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (Kb) 64712

[startup+530.021 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 284415 0 0 0 49519 1468 0 0 25 0 1 0 1781506313 66265088 15102 4294967295 134512640 134736556 3221224576 3221222528 1074918232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16178 15102 1116 68 0 16110 0
[pid=15834] vsize: 64712
Current children cumulated CPU time (s) 509.87
Current children cumulated vsize (Kb) 64712

[startup+540.022 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 289844 0 0 0 50461 1493 0 0 25 0 1 0 1781506313 66646016 15111 4294967295 134512640 134736556 3221224576 3221221060 1076045750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16271 15114 1116 68 0 16203 0
[pid=15834] vsize: 65084
Current children cumulated CPU time (s) 519.54
Current children cumulated vsize (Kb) 65084

[startup+550.023 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 296276 0 0 0 51378 1525 0 0 25 0 1 0 1781506313 66641920 15133 4294967295 134512640 134736556 3221224576 3221220640 1075895746 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16270 15133 1116 68 0 16202 0
[pid=15834] vsize: 65080
Current children cumulated CPU time (s) 529.03
Current children cumulated vsize (Kb) 65080

[startup+560.023 s]
Raw data (loadavg): 1.00 0.97 0.88 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 302841 0 0 0 52276 1563 0 0 25 0 1 0 1781506313 66621440 15132 4294967295 134512640 134736556 3221224576 3221220752 1075115530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16265 15132 1116 68 0 16197 0
[pid=15834] vsize: 65060
Current children cumulated CPU time (s) 538.39
Current children cumulated vsize (Kb) 65060

[startup+570.023 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 309160 0 0 0 53188 1598 0 0 25 0 1 0 1781506313 66633728 15135 4294967295 134512640 134736556 3221224576 3221220756 1075115141 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16268 15135 1116 68 0 16200 0
[pid=15834] vsize: 65072
Current children cumulated CPU time (s) 547.86
Current children cumulated vsize (Kb) 65072

[startup+580.024 s]
Raw data (loadavg): 1.00 0.97 0.89 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 314737 0 0 0 54121 1626 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 557.47
Current children cumulated vsize (Kb) 64800

[startup+590.108 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 320141 0 0 0 55061 1653 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222820 1077402435 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 567.14
Current children cumulated vsize (Kb) 64800

[startup+600.11 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 325315 0 0 0 56008 1677 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222168 1077410163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 576.85
Current children cumulated vsize (Kb) 64800

[startup+610.11 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 330836 0 0 0 56948 1701 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222896 1074153753 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 586.49
Current children cumulated vsize (Kb) 64800

[startup+620.11 s]
Raw data (loadavg): 1.00 0.97 0.89 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 336562 0 0 0 57885 1729 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 596.14
Current children cumulated vsize (Kb) 64800

[startup+630.111 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 341587 0 0 0 58828 1755 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222976 1076082801 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 605.83
Current children cumulated vsize (Kb) 64800

[startup+640.111 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 346879 0 0 0 59768 1781 0 0 25 0 1 0 1781506313 66772992 15155 4294967295 134512640 134736556 3221224576 3221221120 1074888295 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16302 15155 1116 68 0 16234 0
[pid=15834] vsize: 65208
Current children cumulated CPU time (s) 615.49
Current children cumulated vsize (Kb) 65208

[startup+650.112 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 352591 0 0 0 60697 1813 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221222864 1074153822 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 625.1
Current children cumulated vsize (Kb) 64800

[startup+660.113 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 358389 0 0 0 61629 1842 0 0 25 0 1 0 1781506313 66748416 15132 4294967295 134512640 134736556 3221224576 3221221340 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16296 15132 1116 68 0 16228 0
[pid=15834] vsize: 65184
Current children cumulated CPU time (s) 634.71
Current children cumulated vsize (Kb) 65184

[startup+670.112 s]
Raw data (loadavg): 1.00 0.97 0.89 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 364084 0 0 0 62560 1870 0 0 25 0 1 0 1781506313 66355200 15127 4294967295 134512640 134736556 3221224576 3221223168 134681600 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16200 15127 1116 68 0 16132 0
[pid=15834] vsize: 64800
Current children cumulated CPU time (s) 644.3
Current children cumulated vsize (Kb) 64800

[startup+680.113 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 369515 0 0 0 63495 1897 0 0 25 0 1 0 1781506313 66732032 15155 4294967295 134512640 134736556 3221224576 3221220620 1075663503 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16292 15155 1116 68 0 16224 0
[pid=15834] vsize: 65168
Current children cumulated CPU time (s) 653.92
Current children cumulated vsize (Kb) 65168

[startup+690.114 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 372568 0 0 0 64462 1912 0 0 25 0 1 0 1781506313 66457600 15153 4294967295 134512640 134736556 3221224576 3221222848 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 16225 15153 1116 68 0 16157 0
[pid=15834] vsize: 64900
Current children cumulated CPU time (s) 663.74
Current children cumulated vsize (Kb) 64900

[startup+700.115 s]
Raw data (loadavg): 1.00 0.97 0.90 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 377084 0 0 0 65412 1933 0 0 25 0 1 0 1781506313 66457600 15154 4294967295 134512640 134736556 3221224576 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16225 15154 1116 68 0 16157 0
[pid=15834] vsize: 64900
Current children cumulated CPU time (s) 673.45
Current children cumulated vsize (Kb) 64900

[startup+710.115 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 383565 0 0 0 66321 1969 0 0 25 0 1 0 1781506313 66617344 15192 4294967295 134512640 134736556 3221224576 3221222376 1077378632 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16264 15192 1116 68 0 16196 0
[pid=15834] vsize: 65056
Current children cumulated CPU time (s) 682.9
Current children cumulated vsize (Kb) 65056

[startup+720.114 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 390228 0 0 0 67212 2008 0 0 25 0 1 0 1781506313 67198976 15269 4294967295 134512640 134736556 3221224576 3221220688 1075090259 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16406 15269 1116 68 0 16338 0
[pid=15834] vsize: 65624
Current children cumulated CPU time (s) 692.2
Current children cumulated vsize (Kb) 65624

[startup+730.115 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 396830 0 0 0 68116 2046 0 0 25 0 1 0 1781506313 67309568 15292 4294967295 134512640 134736556 3221224576 3221220492 1074860617 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16433 15292 1116 68 0 16365 0
[pid=15834] vsize: 65732
Current children cumulated CPU time (s) 701.62
Current children cumulated vsize (Kb) 65732

[startup+740.115 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 403219 0 0 0 69006 2087 0 0 25 0 1 0 1781506313 67088384 15303 4294967295 134512640 134736556 3221224576 3221223312 134645924 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16379 15303 1116 68 0 16311 0
[pid=15834] vsize: 65516
Current children cumulated CPU time (s) 710.93
Current children cumulated vsize (Kb) 65516

[startup+750.115 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 409193 0 0 0 69926 2120 0 0 25 0 1 0 1781506313 67571712 15373 4294967295 134512640 134736556 3221224576 3221221072 1075088573 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16497 15373 1116 68 0 16429 0
[pid=15834] vsize: 65988
Current children cumulated CPU time (s) 720.46
Current children cumulated vsize (Kb) 65988

[startup+760.116 s]
Raw data (loadavg): 1.00 0.97 0.90 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 414988 0 0 0 70851 2148 0 0 25 0 1 0 1781506313 67399680 15385 4294967295 134512640 134736556 3221224576 3221222848 1074153749 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16455 15385 1116 68 0 16387 0
[pid=15834] vsize: 65820
Current children cumulated CPU time (s) 729.99
Current children cumulated vsize (Kb) 65820

[startup+770.116 s]
Raw data (loadavg): 1.00 0.97 0.90 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 421139 0 0 0 71763 2181 0 0 25 0 1 0 1781506313 67690496 15456 4294967295 134512640 134736556 3221224576 3221222924 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16526 15456 1116 68 0 16458 0
[pid=15834] vsize: 66104
Current children cumulated CPU time (s) 739.44
Current children cumulated vsize (Kb) 66104

[startup+780.116 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 427812 0 0 0 72669 2215 0 0 25 0 1 0 1781506313 67960832 15524 4294967295 134512640 134736556 3221224576 3221222848 1074153675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16592 15524 1116 68 0 16524 0
[pid=15834] vsize: 66368
Current children cumulated CPU time (s) 748.84
Current children cumulated vsize (Kb) 66368

[startup+790.116 s]
Raw data (loadavg): 1.00 0.97 0.91 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 436100 0 0 0 73563 2260 0 0 25 0 1 0 1781506313 68362240 15617 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16690 15617 1116 68 0 16622 0
[pid=15834] vsize: 66760
Current children cumulated CPU time (s) 758.23
Current children cumulated vsize (Kb) 66760

[startup+800.116 s]
Raw data (loadavg): 1.00 0.97 0.91 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 444557 0 0 0 74442 2303 0 0 25 0 1 0 1781506313 69287936 15769 4294967295 134512640 134736556 3221224576 3221222856 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16916 15769 1116 68 0 16848 0
[pid=15834] vsize: 67664
Current children cumulated CPU time (s) 767.45
Current children cumulated vsize (Kb) 67664

[startup+810.117 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 451115 0 0 0 75339 2340 0 0 25 0 1 0 1781506313 69386240 15809 4294967295 134512640 134736556 3221224576 3221220688 1074794652 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16940 15809 1116 68 0 16872 0
[pid=15834] vsize: 67760
Current children cumulated CPU time (s) 776.79
Current children cumulated vsize (Kb) 67760

[startup+820.117 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 457890 0 0 0 76223 2381 0 0 25 0 1 0 1781506313 69369856 15872 4294967295 134512640 134736556 3221224576 3221222848 1074153749 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 16936 15872 1116 68 0 16868 0
[pid=15834] vsize: 67744
Current children cumulated CPU time (s) 786.04
Current children cumulated vsize (Kb) 67744

[startup+830.117 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 466332 0 0 0 77106 2427 0 0 25 0 1 0 1781506313 70348800 16055 4294967295 134512640 134736556 3221224576 3221221648 1074835546 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17175 16055 1116 68 0 17107 0
[pid=15834] vsize: 68700
Current children cumulated CPU time (s) 795.33
Current children cumulated vsize (Kb) 68700

[startup+840.118 s]
Raw data (loadavg): 1.05 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 474291 0 0 0 78004 2467 0 0 25 0 1 0 1781506313 70062080 16043 4294967295 134512640 134736556 3221224576 3221222256 1075828228 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17105 16043 1116 68 0 17037 0
[pid=15834] vsize: 68420
Current children cumulated CPU time (s) 804.71
Current children cumulated vsize (Kb) 68420

[startup+850.119 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 482104 0 0 0 78910 2503 0 0 25 0 1 0 1781506313 70430720 16073 4294967295 134512640 134736556 3221224576 3221220664 1077410205 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 17195 16073 1116 68 0 17127 0
[pid=15834] vsize: 68780
Current children cumulated CPU time (s) 814.13
Current children cumulated vsize (Kb) 68780

[startup+860.119 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 484849 0 0 0 79883 2516 0 0 25 0 1 0 1781506313 70975488 16174 4294967295 134512640 134736556 3221224576 3221220800 1074960795 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17328 16174 1116 68 0 17260 0
[pid=15834] vsize: 69312
Current children cumulated CPU time (s) 823.99
Current children cumulated vsize (Kb) 69312

[startup+870.119 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 490480 0 0 0 80800 2546 0 0 25 0 1 0 1781506313 71159808 16245 4294967295 134512640 134736556 3221224576 3221220688 1074794542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17373 16245 1116 68 0 17305 0
[pid=15834] vsize: 69492
Current children cumulated CPU time (s) 833.46
Current children cumulated vsize (Kb) 69492

[startup+880.12 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 496064 0 0 0 81724 2576 0 0 25 0 1 0 1781506313 71794688 16402 4294967295 134512640 134736556 3221224576 3221221004 1074968484 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17528 16402 1116 68 0 17460 0
[pid=15834] vsize: 70112
Current children cumulated CPU time (s) 843
Current children cumulated vsize (Kb) 70112

[startup+890.119 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 501875 0 0 0 82631 2610 0 0 25 0 1 0 1781506313 72118272 16550 4294967295 134512640 134736556 3221224576 3221222864 1074153675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17607 16550 1116 68 0 17539 0
[pid=15834] vsize: 70428
Current children cumulated CPU time (s) 852.41
Current children cumulated vsize (Kb) 70428

[startup+900.12 s]
Raw data (loadavg): 1.02 0.99 0.91 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 508694 0 0 0 83526 2648 0 0 25 0 1 0 1781506313 72392704 16613 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17674 16613 1116 68 0 17606 0
[pid=15834] vsize: 70696
Current children cumulated CPU time (s) 861.74
Current children cumulated vsize (Kb) 70696

[startup+910.12 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 514402 0 0 0 84448 2677 0 0 23 0 1 0 1781506313 73437184 16775 4294967295 134512640 134736556 3221224576 3221220688 1075095166 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 17929 16775 1116 68 0 17861 0
[pid=15834] vsize: 71716
Current children cumulated CPU time (s) 871.25
Current children cumulated vsize (Kb) 71716

[startup+920.12 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 520263 0 0 0 85353 2712 0 0 25 0 1 0 1781506313 74121216 16950 4294967295 134512640 134736556 3221224576 3221221552 1074810483 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 18096 16950 1116 68 0 18028 0
[pid=15834] vsize: 72384
Current children cumulated CPU time (s) 880.65
Current children cumulated vsize (Kb) 72384

[startup+930.121 s]
Raw data (loadavg): 1.01 0.99 0.91 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 526293 0 0 0 86255 2746 0 0 25 0 1 0 1781506313 74420224 17117 4294967295 134512640 134736556 3221224576 3221222452 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 18169 17117 1116 68 0 18101 0
[pid=15834] vsize: 72676
Current children cumulated CPU time (s) 890.01
Current children cumulated vsize (Kb) 72676

[startup+940.121 s]
Raw data (loadavg): 1.16 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 532909 0 0 0 87151 2785 0 0 25 0 1 0 1781506313 75849728 17379 4294967295 134512640 134736556 3221224576 3221220436 1074786584 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 18518 17379 1116 68 0 18450 0
[pid=15834] vsize: 74072
Current children cumulated CPU time (s) 899.36
Current children cumulated vsize (Kb) 74072

[startup+950.122 s]
Raw data (loadavg): 1.14 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 539569 0 0 0 88043 2826 0 0 25 0 1 0 1781506313 76402688 17612 4294967295 134512640 134736556 3221224576 3221222848 1074153663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 18653 17612 1116 68 0 18585 0
[pid=15834] vsize: 74612
Current children cumulated CPU time (s) 908.69
Current children cumulated vsize (Kb) 74612

[startup+960.123 s]
Raw data (loadavg): 1.11 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 546369 0 0 0 88929 2867 0 0 25 0 1 0 1781506313 77357056 17850 4294967295 134512640 134736556 3221224576 3221222448 1075799685 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 18886 17850 1116 68 0 18818 0
[pid=15834] vsize: 75544
Current children cumulated CPU time (s) 917.96
Current children cumulated vsize (Kb) 75544

[startup+970.122 s]
Raw data (loadavg): 1.10 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 552444 0 0 0 89835 2902 0 0 25 0 1 0 1781506313 78520320 18066 4294967295 134512640 134736556 3221224576 3221220800 1074960771 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19170 18066 1116 68 0 19102 0
[pid=15834] vsize: 76680
Current children cumulated CPU time (s) 927.37
Current children cumulated vsize (Kb) 76680

[startup+980.123 s]
Raw data (loadavg): 1.08 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 558206 0 0 0 90760 2931 0 0 23 0 1 0 1781506313 79134720 18247 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19320 18247 1116 68 0 19252 0
[pid=15834] vsize: 77280
Current children cumulated CPU time (s) 936.91
Current children cumulated vsize (Kb) 77280

[startup+990.123 s]
Raw data (loadavg): 1.07 1.02 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 563451 0 0 0 91683 2960 0 0 25 0 1 0 1781506313 80113664 18461 4294967295 134512640 134736556 3221224576 3221221520 1075338810 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19559 18461 1116 68 0 19491 0
[pid=15834] vsize: 78236
Current children cumulated CPU time (s) 946.43
Current children cumulated vsize (Kb) 78236

[startup+1000.12 s]
Raw data (loadavg): 1.06 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 569546 0 0 0 92594 2993 0 0 25 0 1 0 1781506313 80568320 18641 4294967295 134512640 134736556 3221224576 3221222864 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19670 18641 1116 68 0 19602 0
[pid=15834] vsize: 78680
Current children cumulated CPU time (s) 955.87
Current children cumulated vsize (Kb) 78680

[startup+1010.12 s]
Raw data (loadavg): 1.05 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 575937 0 0 0 93506 3027 0 0 25 0 1 0 1781506313 81309696 18829 4294967295 134512640 134736556 3221224576 3221223220 134649522 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19851 18829 1116 68 0 19783 0
[pid=15834] vsize: 79404
Current children cumulated CPU time (s) 965.33
Current children cumulated vsize (Kb) 79404

[startup+1020.12 s]
Raw data (loadavg): 1.04 1.01 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 583040 0 0 0 94411 3066 0 0 25 0 1 0 1781506313 81477632 18869 4294967295 134512640 134736556 3221224576 3221222988 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/15834/statm): 19892 18869 1116 68 0 19824 0
[pid=15834] vsize: 79568
Current children cumulated CPU time (s) 974.77
Current children cumulated vsize (Kb) 79568

[startup+1030.13 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 589843 0 0 0 95324 3101 0 0 25 0 1 0 1781506313 81592320 18898 4294967295 134512640 134736556 3221224576 3221222840 1077410279 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 19920 18898 1116 68 0 19852 0
[pid=15834] vsize: 79680
Current children cumulated CPU time (s) 984.25
Current children cumulated vsize (Kb) 79680

[startup+1040.13 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 597248 0 0 0 96222 3138 0 0 25 0 1 0 1781506313 81735680 18933 4294967295 134512640 134736556 3221224576 3221223244 134536346 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19955 18933 1116 68 0 19887 0
[pid=15834] vsize: 79820
Current children cumulated CPU time (s) 993.6
Current children cumulated vsize (Kb) 79820

[startup+1050.13 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 603510 0 0 0 97133 3172 0 0 25 0 1 0 1781506313 81776640 18943 4294967295 134512640 134736556 3221224576 3221222368 1075798491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 19965 18943 1116 68 0 19897 0
[pid=15834] vsize: 79860
Current children cumulated CPU time (s) 1003.05
Current children cumulated vsize (Kb) 79860

[startup+1060.13 s]
Raw data (loadavg): 1.02 1.01 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 610502 0 0 0 98015 3216 0 0 25 0 1 0 1781506313 82944000 19149 4294967295 134512640 134736556 3221224576 3221222856 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20250 19149 1116 68 0 20182 0
[pid=15834] vsize: 81000
Current children cumulated CPU time (s) 1012.31
Current children cumulated vsize (Kb) 81000

[startup+1070.13 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 617717 0 0 0 98894 3261 0 0 25 0 1 0 1781506313 83042304 19257 4294967295 134512640 134736556 3221224576 3221223144 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20274 19257 1116 68 0 20206 0
[pid=15834] vsize: 81096
Current children cumulated CPU time (s) 1021.55
Current children cumulated vsize (Kb) 81096

[startup+1080.13 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 622777 0 0 0 99818 3291 0 0 25 0 1 0 1781506313 83374080 19340 4294967295 134512640 134736556 3221224576 3221223004 134536698 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/15834/statm): 20355 19340 1116 68 0 20287 0
[pid=15834] vsize: 81420
Current children cumulated CPU time (s) 1031.09
Current children cumulated vsize (Kb) 81420

[startup+1090.13 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 625622 0 0 0 100793 3303 0 0 25 0 1 0 1781506313 83349504 19335 4294967295 134512640 134736556 3221224576 3221223220 134649522 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20349 19335 1116 68 0 20281 0
[pid=15834] vsize: 81396
Current children cumulated CPU time (s) 1040.96
Current children cumulated vsize (Kb) 81396

[startup+1100.13 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 629884 0 0 0 101748 3323 0 0 25 0 1 0 1781506313 83337216 19334 4294967295 134512640 134736556 3221224576 3221222528 1074918652 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20346 19334 1116 68 0 20278 0
[pid=15834] vsize: 81384
Current children cumulated CPU time (s) 1050.71
Current children cumulated vsize (Kb) 81384

[startup+1110.13 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 635591 0 0 0 102682 3351 0 0 25 0 1 0 1781506313 83337216 19334 4294967295 134512640 134736556 3221224576 3221222640 1074867340 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20346 19334 1116 68 0 20278 0
[pid=15834] vsize: 81384
Current children cumulated CPU time (s) 1060.33
Current children cumulated vsize (Kb) 81384

[startup+1120.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 640663 0 0 0 103623 3378 0 0 25 0 1 0 1781506313 83353600 19338 4294967295 134512640 134736556 3221224576 3221222528 1074918533 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20350 19338 1116 68 0 20282 0
[pid=15834] vsize: 81400
Current children cumulated CPU time (s) 1070.01
Current children cumulated vsize (Kb) 81400

[startup+1130.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 645612 0 0 0 104563 3404 0 0 25 0 1 0 1781506313 83353600 19338 4294967295 134512640 134736556 3221224576 3221222472 1077380592 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20350 19338 1116 68 0 20282 0
[pid=15834] vsize: 81400
Current children cumulated CPU time (s) 1079.67
Current children cumulated vsize (Kb) 81400

[startup+1140.13 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 650387 0 0 0 105507 3428 0 0 25 0 1 0 1781506313 83361792 19339 4294967295 134512640 134736556 3221224576 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20352 19339 1116 68 0 20284 0
[pid=15834] vsize: 81408
Current children cumulated CPU time (s) 1089.35
Current children cumulated vsize (Kb) 81408

[startup+1150.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 655013 0 0 0 106458 3449 0 0 25 0 1 0 1781506313 83390464 19347 4294967295 134512640 134736556 3221224576 3221222848 1074153822 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20359 19347 1116 68 0 20291 0
[pid=15834] vsize: 81436
Current children cumulated CPU time (s) 1099.07
Current children cumulated vsize (Kb) 81436

[startup+1160.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 660483 0 0 0 107383 3478 0 0 25 0 1 0 1781506313 83869696 19400 4294967295 134512640 134736556 3221224576 3221221184 1075969182 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20476 19400 1116 68 0 20408 0
[pid=15834] vsize: 81904
Current children cumulated CPU time (s) 1108.61
Current children cumulated vsize (Kb) 81904

[startup+1170.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 665974 0 0 0 108297 3511 0 0 25 0 1 0 1781506313 84086784 19446 4294967295 134512640 134736556 3221224576 3221220404 1074786501 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20529 19446 1116 68 0 20461 0
[pid=15834] vsize: 82116
Current children cumulated CPU time (s) 1118.08
Current children cumulated vsize (Kb) 82116

[startup+1180.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 671851 0 0 0 109206 3545 0 0 25 0 1 0 1781506313 84000768 19484 4294967295 134512640 134736556 3221224576 3221222528 1074916310 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20508 19484 1116 68 0 20440 0
[pid=15834] vsize: 82032
Current children cumulated CPU time (s) 1127.51
Current children cumulated vsize (Kb) 82032

[startup+1190.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 678019 0 0 0 110105 3584 0 0 25 0 1 0 1781506313 84602880 19570 4294967295 134512640 134736556 3221224576 3221220688 1075095166 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20655 19570 1116 68 0 20587 0
[pid=15834] vsize: 82620
Current children cumulated CPU time (s) 1136.89
Current children cumulated vsize (Kb) 82620

[startup+1200.13 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 683198 0 0 0 111030 3612 0 0 25 0 1 0 1781506313 84385792 19592 4294967295 134512640 134736556 3221224576 3221222668 1073978469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20602 19592 1116 68 0 20534 0
[pid=15834] vsize: 82408
Current children cumulated CPU time (s) 1146.42
Current children cumulated vsize (Kb) 82408

[startup+1210.14 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 688737 0 0 0 111946 3644 0 0 25 0 1 0 1781506313 84910080 19639 4294967295 134512640 134736556 3221224576 3221222856 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20730 19639 1116 68 0 20662 0
[pid=15834] vsize: 82920
Current children cumulated CPU time (s) 1155.9
Current children cumulated vsize (Kb) 82920

[startup+1220.14 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 694727 0 0 0 112849 3680 0 0 25 0 1 0 1781506313 84680704 19665 4294967295 134512640 134736556 3221224576 3221222848 1074153663 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20674 19665 1116 68 0 20606 0
[pid=15834] vsize: 82696
Current children cumulated CPU time (s) 1165.29
Current children cumulated vsize (Kb) 82696

[startup+1230.14 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) R 15833 15834 15400 0 -1 0 700266 0 0 0 113781 3705 0 0 25 0 1 0 1781506313 85442560 19760 4294967295 134512640 134736556 3221224576 3221221296 1076083427 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20860 19760 1116 68 0 20792 0
[pid=15834] vsize: 83440
Current children cumulated CPU time (s) 1174.86
Current children cumulated vsize (Kb) 83440

[startup+1240.14 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 705990 0 0 0 114696 3738 0 0 25 0 1 0 1781506313 85000192 19717 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20752 19717 1116 68 0 20684 0
[pid=15834] vsize: 83008
Current children cumulated CPU time (s) 1184.34
Current children cumulated vsize (Kb) 83008

[startup+1250.14 s]
Raw data (loadavg): 1.00 1.00 0.93 1/56 15834
Raw data (/proc/15834/stat): 15834 (bsolo) T 15833 15834 15400 0 -1 0 712121 0 0 0 115602 3771 0 0 25 0 1 0 1781506313 84885504 19714 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/15834/statm): 20724 19714 1116 68 0 20656 0
[pid=15834] vsize: 82896
Current children cumulated CPU time (s) 1193.73
Current children cumulated vsize (Kb) 82896
One traced child (pid=15834) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1251.64
CPU time (s): 1195.16
CPU user time (s): 1157.35
CPU system time (s): 37.8122
CPU usage (%): 95.4875
Max. virtual memory (cumulated for all children) (Kb): 83440

Verifier Data

Verifier:	OK	51