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-alu4.b.opb
MD5SUMdb06e7fbd4f70a4af68f8f196fdb3636
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of terms in the objective function 808
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 808
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 808
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.2
Number of variables807
Total number of constraints1838
Number of constraints which are clauses1823
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98

Trace number 161

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        945024 kB
Buffers:         34508 kB
Cached:          23072 kB
SwapCached:        764 kB
Active:          52928 kB
Inactive:         7268 kB
HighTotal:      131008 kB
HighFree:       105028 kB
LowTotal:       903652 kB
LowFree:        839996 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            23956 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 08:40:03 (client local time) WITH STATUS 10 IN 1195.2 SECONDS
stats: 72 0 1195.2 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 808 variables and 1823 constraints.
c	preprocess terminated. Elapsed time: 2.01
c After prepocess the problem consists of 508 variables and 620 constraints.
c Initial Lower Bound: 18
c NEW SOLUTION FOUND: 52 @ 2.12 @ #Dec. 18
c Restart #1 #Var: 508 #Dec: 214 LB: 18 @ 2.365
c Restart #2 #Var: 508 #Dec: 678 LB: 18 @ 4.443
c Restart #3 #Var: 508 #Dec: 1317 LB: 18 @ 6.414
c Restart #4 #Var: 508 #Dec: 2159 LB: 18 @ 10.206
c NEW SOLUTION FOUND: 51 @ 13.863 @ #Dec. 2462
c Restart #5 #Var: 508 #Dec: 3504 LB: 18 @ 16.096
c Restart #6 #Var: 508 #Dec: 4751 LB: 18 @ 23.773
c Restart #7 #Var: 508 #Dec: 6276 LB: 18 @ 35.744
c Restart #8 #Var: 508 #Dec: 7942 LB: 18 @ 47.872
c CHANGE to LPR mode... 	UB: 51	MIS: 40	LPR: 47 (0.5075)	Diff: 0.85106
c Restart #0 #Var: 508 #Dec: 9836 LB: 18 @ 61.574
c Restart #1 #Var: 508 #Dec: 10055 LB: 47 @ 91.881
c Restart #2 #Var: 508 #Dec: 10477 LB: 47 @ 159.01
c NEW SOLUTION FOUND: 50 @ 170.65 @ #Dec. 10545
c Restart #3 #Var: 508 #Dec: 11133 LB: 47 @ 302.51
c Restart #4 #Var: 508 #Dec: 11950 LB: 47 @ 540.25
c Restart #5 #Var: 508 #Dec: 12966 LB: 47 @ 719.24
c Restart #6 #Var: 508 #Dec: 14190 LB: 47 @ 1006.3
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 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 x620 -x621 x622 -x623 -x624 -x625 -x626 x627 -x628 x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 x732 -x733 x734 -x735 x736 -x737 x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 -x765 x766 x767 x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 x781 -x782 -x783 x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 x803 -x804 -x805 -x806 x807 -x808 
c Cost: 50
c Exit Code: 10
c Total time: 1195.2 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/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1839748717 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 107 3 90 68 0 39 0
[pid=29408] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc27/normalized-alu4.b.opb

[startup+10.0041 s]
Raw data (loadavg): 0.93 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 4966 0 0 0 962 20 0 0 25 0 1 0 1839748717 23552000 4876 4294967295 134512640 134736556 3221224576 3221222780 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 5750 4876 1116 68 0 5682 0
[pid=29408] vsize: 23000
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (Kb) 23000

[startup+20.005 s]
Raw data (loadavg): 0.94 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 6920 0 0 0 1947 27 0 0 25 0 1 0 1839748717 31723520 6826 4294967295 134512640 134736556 3221224576 3221223128 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 7745 6826 1116 68 0 7677 0
[pid=29408] vsize: 30980
Current children cumulated CPU time (s) 19.74
Current children cumulated vsize (Kb) 30980

[startup+30.0058 s]
Raw data (loadavg): 0.95 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 9068 0 0 0 2932 36 0 0 25 0 1 0 1839748717 40853504 8955 4294967295 134512640 134736556 3221224576 3221223152 134649769 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 9974 8955 1116 68 0 9906 0
[pid=29408] vsize: 39896
Current children cumulated CPU time (s) 29.68
Current children cumulated vsize (Kb) 39896

[startup+40.0066 s]
Raw data (loadavg): 0.96 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 11133 0 0 0 3918 46 0 0 25 0 1 0 1839748717 49426432 10996 4294967295 134512640 134736556 3221224576 3221223344 134644663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 12067 10996 1116 68 0 11999 0
[pid=29408] vsize: 48268
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (Kb) 48268

[startup+50.0075 s]
Raw data (loadavg): 0.96 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 13664 0 0 0 4903 55 0 0 25 0 1 0 1839748717 60547072 13443 4294967295 134512640 134736556 3221224576 3221223152 134649769 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 14782 13443 1116 68 0 14714 0
[pid=29408] vsize: 59128
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (Kb) 59128

[startup+60.0083 s]
Raw data (loadavg): 0.97 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 15808 0 0 0 5886 65 0 0 25 0 1 0 1839748717 69242880 15578 4294967295 134512640 134736556 3221224576 3221222780 1077379908 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 16905 15578 1116 68 0 16837 0
[pid=29408] vsize: 67620
Current children cumulated CPU time (s) 59.51
Current children cumulated vsize (Kb) 67620

[startup+70.0092 s]
Raw data (loadavg): 0.97 0.97 0.89 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 18474 0 2 0 6856 77 0 0 25 0 1 0 1839748717 72769536 16490 4294967295 134512640 134736556 3221224576 3221220756 1075115112 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17766 16490 1116 68 0 17698 0
[pid=29408] vsize: 71064
Current children cumulated CPU time (s) 69.33
Current children cumulated vsize (Kb) 71064

[startup+80.011 s]
Raw data (loadavg): 0.98 0.97 0.89 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 22681 0 2 0 7788 104 0 0 25 0 1 0 1839748717 72523776 16498 4294967295 134512640 134736556 3221224576 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17706 16498 1116 68 0 17638 0
[pid=29408] vsize: 70824
Current children cumulated CPU time (s) 78.92
Current children cumulated vsize (Kb) 70824

[startup+90.0119 s]
Raw data (loadavg): 0.98 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 26712 0 2 0 8720 130 0 0 25 0 1 0 1839748717 72593408 16515 4294967295 134512640 134736556 3221224576 3221222632 1077378297 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17723 16515 1116 68 0 17655 0
[pid=29408] vsize: 70892
Current children cumulated CPU time (s) 88.5
Current children cumulated vsize (Kb) 70892

[startup+100.012 s]
Raw data (loadavg): 0.98 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 28800 0 2 0 9697 141 0 0 25 0 1 0 1839748717 73240576 16676 4294967295 134512640 134736556 3221224576 3221222760 1074138144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17881 16676 1116 68 0 17813 0
[pid=29408] vsize: 71524
Current children cumulated CPU time (s) 98.38
Current children cumulated vsize (Kb) 71524

[startup+110.013 s]
Raw data (loadavg): 0.98 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 29804 0 2 0 10678 149 0 0 25 0 1 0 1839748717 73240576 16676 4294967295 134512640 134736556 3221224576 3221222428 1077411564 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17881 16676 1116 68 0 17813 0
[pid=29408] vsize: 71524
Current children cumulated CPU time (s) 108.27
Current children cumulated vsize (Kb) 71524

[startup+120.013 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 30875 0 2 0 11661 157 0 0 25 0 1 0 1839748717 73240576 16676 4294967295 134512640 134736556 3221224576 3221222864 1074153815 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17881 16676 1116 68 0 17813 0
[pid=29408] vsize: 71524
Current children cumulated CPU time (s) 118.18
Current children cumulated vsize (Kb) 71524

[startup+130.014 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 31929 0 2 0 12646 163 0 0 25 0 1 0 1839748717 73396224 16681 4294967295 134512640 134736556 3221224576 3221220768 1075115758 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17919 16681 1116 68 0 17851 0
[pid=29408] vsize: 71676
Current children cumulated CPU time (s) 128.09
Current children cumulated vsize (Kb) 71676

[startup+140.015 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 33165 0 2 0 13630 171 0 0 25 0 1 0 1839748717 73240576 16676 4294967295 134512640 134736556 3221224576 3221222864 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17881 16676 1116 68 0 17813 0
[pid=29408] vsize: 71524
Current children cumulated CPU time (s) 138.01
Current children cumulated vsize (Kb) 71524

[startup+150.015 s]
Raw data (loadavg): 0.99 0.97 0.90 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 34313 0 2 0 14611 181 0 0 25 0 1 0 1839748717 73502720 16741 4294967295 134512640 134736556 3221224576 3221221400 1077799011 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17945 16741 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 147.92
Current children cumulated vsize (Kb) 71780

[startup+160.016 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 35542 0 2 0 15590 189 0 0 25 0 1 0 1839748717 73502720 16741 4294967295 134512640 134736556 3221224576 3221221808 1074140019 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17945 16741 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 157.79
Current children cumulated vsize (Kb) 71780

[startup+170.016 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 37566 0 2 0 16570 199 0 0 25 0 1 0 1839748717 73658368 16748 4294967295 134512640 134736556 3221224576 3221220992 1075602937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17983 16748 1116 68 0 17915 0
[pid=29408] vsize: 71932
Current children cumulated CPU time (s) 167.69
Current children cumulated vsize (Kb) 71932

[startup+180.016 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 39773 0 2 0 17544 211 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221223128 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 177.55
Current children cumulated vsize (Kb) 71780

[startup+190.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 42229 0 2 0 18517 223 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221221648 1074865190 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 187.4
Current children cumulated vsize (Kb) 71780

[startup+200.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 44845 0 2 0 19486 237 0 0 25 0 1 0 1839748717 73863168 16770 4294967295 134512640 134736556 3221224576 3221221056 1075119949 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18033 16770 1116 68 0 17965 0
[pid=29408] vsize: 72132
Current children cumulated CPU time (s) 197.23
Current children cumulated vsize (Kb) 72132

[startup+210.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 47706 0 2 0 20450 255 0 0 25 0 1 0 1839748717 73863168 16750 4294967295 134512640 134736556 3221224576 3221221952 1076065126 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18033 16753 1116 68 0 17965 0
[pid=29408] vsize: 72132
Current children cumulated CPU time (s) 207.05
Current children cumulated vsize (Kb) 72132

[startup+220.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 50444 0 2 0 21418 269 0 0 25 0 1 0 1839748717 73539584 16753 4294967295 134512640 134736556 3221224576 3221223344 134644663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17954 16753 1116 68 0 17886 0
[pid=29408] vsize: 71816
Current children cumulated CPU time (s) 216.87
Current children cumulated vsize (Kb) 71816

[startup+230.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 53413 0 2 0 22384 284 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221222528 1074916721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 226.68
Current children cumulated vsize (Kb) 71780

[startup+240.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 56538 0 2 0 23344 302 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221222116 1077378774 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 236.46
Current children cumulated vsize (Kb) 71780

[startup+250.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 59759 0 2 0 24304 319 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221222428 1077411564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 246.23
Current children cumulated vsize (Kb) 71780

[startup+260.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 62884 0 2 0 25266 335 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221222048 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 256.01
Current children cumulated vsize (Kb) 71780

[startup+270.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 66280 0 2 0 26217 356 0 0 25 0 1 0 1839748717 73502720 16745 4294967295 134512640 134736556 3221224576 3221222448 1075799503 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17945 16745 1116 68 0 17877 0
[pid=29408] vsize: 71780
Current children cumulated CPU time (s) 265.73
Current children cumulated vsize (Kb) 71780

[startup+280.026 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 69879 0 2 0 27165 377 0 0 25 0 1 0 1839748717 73760768 16779 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18008 16779 1116 68 0 17940 0
[pid=29408] vsize: 72032
Current children cumulated CPU time (s) 275.42
Current children cumulated vsize (Kb) 72032

[startup+290.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 73179 0 2 0 28123 396 0 0 25 0 1 0 1839748717 73519104 16749 4294967295 134512640 134736556 3221224576 3221223112 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 17949 16749 1116 68 0 17881 0
[pid=29408] vsize: 71796
Current children cumulated CPU time (s) 285.19
Current children cumulated vsize (Kb) 71796

[startup+300.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 76989 0 2 0 29071 417 0 0 25 0 1 0 1839748717 73728000 16800 4294967295 134512640 134736556 3221224576 3221222176 1075818175 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16800 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 294.88
Current children cumulated vsize (Kb) 72000

[startup+310.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 78598 0 2 0 30052 426 0 0 25 0 1 0 1839748717 73728000 16801 4294967295 134512640 134736556 3221224576 3221222712 1074057889 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16801 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 304.78
Current children cumulated vsize (Kb) 72000

[startup+320.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 80385 0 2 0 31036 433 0 0 25 0 1 0 1839748717 73728000 16802 4294967295 134512640 134736556 3221224576 3221223240 134621520 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16802 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 314.69
Current children cumulated vsize (Kb) 72000

[startup+330.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 82194 0 2 0 32015 442 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223240 134560235 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 324.57
Current children cumulated vsize (Kb) 72000

[startup+340.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 84073 0 2 0 32993 453 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222644 1077374210 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 334.46
Current children cumulated vsize (Kb) 72000

[startup+350.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 85923 0 2 0 33970 462 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074916671 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 344.32
Current children cumulated vsize (Kb) 72000

[startup+360.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 87588 0 2 0 34946 473 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222848 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 354.19
Current children cumulated vsize (Kb) 72000

[startup+370.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 89076 0 2 0 35923 483 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221221632 1074139071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 364.06
Current children cumulated vsize (Kb) 72000

[startup+380.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 90668 0 2 0 36898 495 0 0 25 0 1 0 1839748717 74039296 16830 4294967295 134512640 134736556 3221224576 3221220628 1075964218 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16830 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 373.93
Current children cumulated vsize (Kb) 72304

[startup+390.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 92344 0 2 0 37875 505 0 0 25 0 1 0 1839748717 73883648 16803 4294967295 134512640 134736556 3221224576 3221221420 1077386340 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18038 16803 1116 68 0 17970 0
[pid=29408] vsize: 72152
Current children cumulated CPU time (s) 383.8
Current children cumulated vsize (Kb) 72152

[startup+400.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 94008 0 2 0 38856 514 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222800 1074153770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 393.7
Current children cumulated vsize (Kb) 72000

[startup+410.036 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 95576 0 2 0 39834 524 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 403.58
Current children cumulated vsize (Kb) 72000

[startup+420.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 97218 0 2 0 40811 534 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222712 1074138162 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 413.45
Current children cumulated vsize (Kb) 72000

[startup+430.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 99077 0 2 0 41792 543 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223172 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 423.35
Current children cumulated vsize (Kb) 72000

[startup+440.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 100770 0 2 0 42774 551 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222256 1075828584 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 433.25
Current children cumulated vsize (Kb) 72000

[startup+450.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 102384 0 2 0 43755 561 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222780 1074207648 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 443.16
Current children cumulated vsize (Kb) 72000

[startup+460.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 104101 0 2 0 44737 569 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223128 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 453.06
Current children cumulated vsize (Kb) 72000

[startup+470.039 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 105895 0 2 0 45719 577 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222940 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 462.96
Current children cumulated vsize (Kb) 72000

[startup+480.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 107400 0 2 0 46700 587 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222848 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 472.87
Current children cumulated vsize (Kb) 72000

[startup+490.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 108949 0 2 0 47680 595 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222416 1074052248 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 482.75
Current children cumulated vsize (Kb) 72000

[startup+500.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 110374 0 2 0 48657 605 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222816 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 492.62
Current children cumulated vsize (Kb) 72000

[startup+510.04 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 111874 0 2 0 49634 615 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 502.49
Current children cumulated vsize (Kb) 72000

[startup+520.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 113284 0 2 0 50614 622 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074916799 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 512.36
Current children cumulated vsize (Kb) 72000

[startup+530.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 114943 0 2 0 51593 632 0 0 23 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221221964 1077411564 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (Kb) 72000

[startup+540.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 116545 0 2 0 52568 642 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223012 1077374508 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 532.1
Current children cumulated vsize (Kb) 72000

[startup+550.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 117935 0 2 0 53549 650 0 0 25 0 1 0 1839748717 73814016 16824 4294967295 134512640 134736556 3221224576 3221223152 134649769 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18021 16824 1116 68 0 17953 0
[pid=29408] vsize: 72084
Current children cumulated CPU time (s) 541.99
Current children cumulated vsize (Kb) 72084

[startup+560.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 119964 0 2 0 54524 661 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074918599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 551.85
Current children cumulated vsize (Kb) 72000

[startup+570.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 121810 0 2 0 55494 673 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222272 1075645384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 561.67
Current children cumulated vsize (Kb) 72000

[startup+580.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 123603 0 2 0 56465 683 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074916407 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 571.48
Current children cumulated vsize (Kb) 72000

[startup+590.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 125919 0 2 0 57420 702 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222808 1074138162 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 581.22
Current children cumulated vsize (Kb) 72000

[startup+600.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 127875 0 2 0 58388 715 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222896 1074153648 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 591.03
Current children cumulated vsize (Kb) 72000

[startup+610.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 129926 0 2 0 59354 727 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223200 134524905 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 600.81
Current children cumulated vsize (Kb) 72000

[startup+620.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 131830 0 2 0 60320 741 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221221916 1074206265 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 610.61
Current children cumulated vsize (Kb) 72000

[startup+630.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 133801 0 2 0 61287 754 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223384 134560326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 620.41
Current children cumulated vsize (Kb) 72000

[startup+640.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 135502 0 2 0 62260 765 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221221372 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 630.25
Current children cumulated vsize (Kb) 72000

[startup+650.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 137466 0 2 0 63222 778 0 0 23 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222864 1074153766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 640
Current children cumulated vsize (Kb) 72000

[startup+660.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 138956 0 2 0 64199 788 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222816 1074153753 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 649.87
Current children cumulated vsize (Kb) 72000

[startup+670.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 140644 0 2 0 65171 799 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074918290 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 659.7
Current children cumulated vsize (Kb) 72000

[startup+680.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 142608 0 2 0 66136 812 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222848 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 669.48
Current children cumulated vsize (Kb) 72000

[startup+690.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 144541 0 2 0 67105 824 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222528 1074918591 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 679.29
Current children cumulated vsize (Kb) 72000

[startup+700.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 146379 0 2 0 68075 835 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222808 1074138277 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 689.1
Current children cumulated vsize (Kb) 72000

[startup+710.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 148385 0 2 0 69042 848 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221222816 1074153660 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 698.9
Current children cumulated vsize (Kb) 72000

[startup+720.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 150135 0 2 0 70009 862 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223320 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 708.71
Current children cumulated vsize (Kb) 72000

[startup+730.054 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 151816 0 2 0 70982 871 0 0 25 0 1 0 1839748717 73728000 16803 4294967295 134512640 134736556 3221224576 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16803 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 718.53
Current children cumulated vsize (Kb) 72000

[startup+740.055 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 153856 0 2 0 71965 881 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222796 1074208560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 728.46
Current children cumulated vsize (Kb) 72000

[startup+750.056 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 155305 0 2 0 72943 890 0 0 25 0 1 0 1839748717 73805824 16807 4294967295 134512640 134736556 3221224576 3221222708 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18019 16807 1116 68 0 17951 0
[pid=29408] vsize: 72076
Current children cumulated CPU time (s) 738.33
Current children cumulated vsize (Kb) 72076

[startup+760.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 156877 0 2 0 73919 899 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221223020 1077378561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 748.18
Current children cumulated vsize (Kb) 72000

[startup+770.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 158710 0 2 0 74896 910 0 0 25 0 1 0 1839748717 74072064 16827 4294967295 134512640 134736556 3221224576 3221221072 1075088560 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18084 16827 1116 68 0 18016 0
[pid=29408] vsize: 72336
Current children cumulated CPU time (s) 758.06
Current children cumulated vsize (Kb) 72336

[startup+780.058 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 160328 0 2 0 75874 920 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222816 1074153672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 767.94
Current children cumulated vsize (Kb) 72000

[startup+790.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 161977 0 2 0 76851 931 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222808 1074138315 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 777.82
Current children cumulated vsize (Kb) 72000

[startup+800.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 163554 0 2 0 77829 939 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222880 1074115232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 787.68
Current children cumulated vsize (Kb) 72000

[startup+810.061 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 165284 0 2 0 78801 952 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222176 1075818331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 797.53
Current children cumulated vsize (Kb) 72000

[startup+820.061 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 166884 0 2 0 79775 963 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221221944 1077380592 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 807.38
Current children cumulated vsize (Kb) 72000

[startup+830.061 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 168411 0 2 0 80752 973 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222720 1073978447 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 817.25
Current children cumulated vsize (Kb) 72000

[startup+840.062 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 170103 0 2 0 81727 983 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222472 1077380592 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 827.1
Current children cumulated vsize (Kb) 72000

[startup+850.062 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 171661 0 2 0 82702 993 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222848 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 836.95
Current children cumulated vsize (Kb) 72000

[startup+860.063 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 173341 0 2 0 83676 1003 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221223144 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 846.79
Current children cumulated vsize (Kb) 72000

[startup+870.064 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 174978 0 2 0 84653 1014 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222816 1074153675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 856.67
Current children cumulated vsize (Kb) 72000

[startup+880.064 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 176838 0 2 0 85629 1023 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222800 1074153786 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 866.52
Current children cumulated vsize (Kb) 72000

[startup+890.065 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 178588 0 2 0 86602 1034 0 0 25 0 1 0 1839748717 73728000 16806 4294967295 134512640 134736556 3221224576 3221222848 1074153815 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16806 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 876.36
Current children cumulated vsize (Kb) 72000

[startup+900.066 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 180365 0 2 0 87573 1046 0 0 25 0 1 0 1839748717 74039296 16815 4294967295 134512640 134736556 3221224576 3221220492 1074860647 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18076 16815 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 886.19
Current children cumulated vsize (Kb) 72304

[startup+910.067 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 182324 0 2 0 88540 1059 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221223144 134649820 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 895.99
Current children cumulated vsize (Kb) 72000

[startup+920.068 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 183965 0 2 0 89515 1069 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221223168 134681380 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 905.84
Current children cumulated vsize (Kb) 72000

[startup+930.069 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 185536 0 2 0 90493 1078 0 0 25 0 1 0 1839748717 74039296 16820 4294967295 134512640 134736556 3221224576 3221221628 1074867168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16820 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 915.71
Current children cumulated vsize (Kb) 72304

[startup+940.068 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 187153 0 2 0 91470 1088 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221222528 1074918652 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 925.58
Current children cumulated vsize (Kb) 72000

[startup+950.069 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 188725 0 2 0 92446 1097 0 0 25 0 1 0 1839748717 74039296 16819 4294967295 134512640 134736556 3221224576 3221220756 1075115076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18076 16819 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 935.43
Current children cumulated vsize (Kb) 72304

[startup+960.07 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 190426 0 2 0 93419 1110 0 0 25 0 1 0 1839748717 74039296 16818 4294967295 134512640 134736556 3221224576 3221220688 1075093367 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16818 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 945.29
Current children cumulated vsize (Kb) 72304

[startup+970.07 s]
Raw data (loadavg): 1.05 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 192084 0 2 0 94394 1121 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221222528 1074918476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 955.15
Current children cumulated vsize (Kb) 72000

[startup+980.072 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 193632 0 2 0 95368 1130 0 0 25 0 1 0 1839748717 74039296 16819 4294967295 134512640 134736556 3221224576 3221221060 1075863647 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16819 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 964.98
Current children cumulated vsize (Kb) 72304

[startup+990.072 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 195446 0 2 0 96346 1139 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221222808 1074138166 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 974.85
Current children cumulated vsize (Kb) 72000

[startup+1000.07 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 197251 0 2 0 97322 1150 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221223244 134560216 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 984.72
Current children cumulated vsize (Kb) 72000

[startup+1010.07 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 198972 0 2 0 98296 1160 0 0 25 0 1 0 1839748717 74039296 16819 4294967295 134512640 134736556 3221224576 3221220496 1075965243 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16819 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 994.56
Current children cumulated vsize (Kb) 72304

[startup+1020.07 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 200659 0 2 0 99267 1173 0 0 25 0 1 0 1839748717 73728000 16807 4294967295 134512640 134736556 3221224576 3221222848 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16807 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1004.4
Current children cumulated vsize (Kb) 72000

[startup+1030.07 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 202470 0 2 0 100248 1181 0 0 25 0 1 0 1839748717 74039296 16817 4294967295 134512640 134736556 3221224576 3221220960 1075119425 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16818 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 1014.29
Current children cumulated vsize (Kb) 72304

[startup+1040.08 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 204273 0 2 0 101220 1193 0 0 25 0 1 0 1839748717 74039296 16818 4294967295 134512640 134736556 3221224576 3221220404 1074786550 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16818 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 1024.13
Current children cumulated vsize (Kb) 72304

[startup+1050.08 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 206092 0 2 0 102190 1205 0 0 25 0 1 0 1839748717 74039296 16821 4294967295 134512640 134736556 3221224576 3221220628 1075964248 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16821 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 1033.95
Current children cumulated vsize (Kb) 72304

[startup+1060.08 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 207806 0 2 0 103163 1217 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221223216 134649605 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1043.8
Current children cumulated vsize (Kb) 72000

[startup+1070.08 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 209532 0 2 0 104135 1230 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221221808 1074140697 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1053.65
Current children cumulated vsize (Kb) 72000

[startup+1080.08 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 211331 0 2 0 105109 1241 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221221448 1077377584 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1063.5
Current children cumulated vsize (Kb) 72000

[startup+1090.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 213139 0 2 0 106081 1253 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222760 1074138150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1073.34
Current children cumulated vsize (Kb) 72000

[startup+1100.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 214918 0 2 0 107053 1266 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222728 1074138150 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1083.19
Current children cumulated vsize (Kb) 72000

[startup+1110.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 216679 0 2 0 108025 1277 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222816 1074153669 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1093.02
Current children cumulated vsize (Kb) 72000

[startup+1120.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 218447 0 2 0 108997 1290 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222528 1074918249 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1102.87
Current children cumulated vsize (Kb) 72000

[startup+1130.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 220268 0 2 0 109969 1301 0 0 25 0 1 0 1839748717 74039296 16819 4294967295 134512640 134736556 3221224576 3221221592 1077410205 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16819 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 1112.7
Current children cumulated vsize (Kb) 72304

[startup+1140.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 222321 0 2 0 110943 1312 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222780 1074064528 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (Kb) 72000

[startup+1150.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 224244 0 2 0 111915 1322 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222768 1074153675 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1132.37
Current children cumulated vsize (Kb) 72000

[startup+1160.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 226215 0 2 0 112888 1333 0 0 23 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221221808 1074139944 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1142.21
Current children cumulated vsize (Kb) 72000

[startup+1170.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 228433 0 2 0 113860 1344 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222784 1074056059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1152.04
Current children cumulated vsize (Kb) 72000

[startup+1180.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 230877 0 2 0 114835 1355 0 0 25 0 1 0 1839748717 74039296 16819 4294967295 134512640 134736556 3221224576 3221220896 1075894538 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18076 16819 1116 68 0 18008 0
[pid=29408] vsize: 72304
Current children cumulated CPU time (s) 1161.9
Current children cumulated vsize (Kb) 72304

[startup+1190.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 232711 0 2 0 115804 1367 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222912 1074153800 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1171.71
Current children cumulated vsize (Kb) 72000

[startup+1200.08 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) T 29407 29408 28974 0 -1 0 234867 0 2 0 116776 1380 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222924 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (Kb) 72000

[startup+1210.09 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 29408
Raw data (/proc/29408/stat): 29408 (bsolo) R 29407 29408 28974 0 -1 0 236863 0 2 0 117740 1395 0 0 25 0 1 0 1839748717 73728000 16809 4294967295 134512640 134736556 3221224576 3221222748 1073986656 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29408/statm): 18000 16809 1116 68 0 17932 0
[pid=29408] vsize: 72000
Current children cumulated CPU time (s) 1191.35
Current children cumulated vsize (Kb) 72000
One traced child (pid=29408) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1213.99
CPU time (s): 1195.2
CPU user time (s): 1181.16
CPU system time (s): 14.0369
CPU usage (%): 98.4516
Max. virtual memory (cumulated for all children) (Kb): 72336

Verifier Data

Verifier:	OK	50