Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUMa483fc3761bb4050329265bf3a3a7ca5
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
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 benchmark1.09383
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32

Trace number 204

Launcher Data

LAUNCH ON wulflinc29 THE 2005-09-18 08:31:51 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=148 boxname=wulflinc29 idbench=148 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  a483fc3761bb4050329265bf3a3a7ca5  /oldhome/oroussel/tmp/wulflinc29/normalized-ii32d2.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc29/normalized-ii32d2.opb
IDLAUNCH: 148
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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.020
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:        944608 kB
Buffers:         36860 kB
Cached:          23596 kB
SwapCached:        812 kB
Active:          53492 kB
Inactive:         9724 kB
HighTotal:      131008 kB
HighFree:       108220 kB
LowTotal:       903652 kB
LowFree:        836388 kB
SwapTotal:     2097892 kB
SwapFree:      2096664 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            21376 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 08:51:52 (client local time) WITH STATUS 10 IN 1195.37 SECONDS
stats: 148 0 1195.37 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 808 variables and 5557 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 1.227
c After prepocess the problem consists of 808 variables and 5557 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 808 #Dec: 928 LB: 0 @ 3.871
c NEW SOLUTION FOUND: 404 @ 5.845 @ #Dec. 3633
c NEW SOLUTION FOUND: 403 @ 5.847 @ #Dec. 3633
c NEW SOLUTION FOUND: 402 @ 5.861 @ #Dec. 3640
c NEW SOLUTION FOUND: 401 @ 5.905 @ #Dec. 3664
c NEW SOLUTION FOUND: 400 @ 5.988 @ #Dec. 3707
c NEW SOLUTION FOUND: 399 @ 6.064 @ #Dec. 3777
c NEW SOLUTION FOUND: 398 @ 6.138 @ #Dec. 3830
c NEW SOLUTION FOUND: 397 @ 6.266 @ #Dec. 3919
c NEW SOLUTION FOUND: 396 @ 6.52 @ #Dec. 4104
c NEW SOLUTION FOUND: 395 @ 7.028 @ #Dec. 4408
c Restart #2 #Var: 808 #Dec: 4805 LB: 0 @ 7.86
c Restart #3 #Var: 808 #Dec: 5755 LB: 0 @ 14.32
c NEW SOLUTION FOUND: 394 @ 18.883 @ #Dec. 8344
c NEW SOLUTION FOUND: 393 @ 18.927 @ #Dec. 8425
c NEW SOLUTION FOUND: 392 @ 18.949 @ #Dec. 8445
c NEW SOLUTION FOUND: 391 @ 19.994 @ #Dec. 9111
c NEW SOLUTION FOUND: 390 @ 20.934 @ #Dec. 9761
c Restart #4 #Var: 808 #Dec: 11222 LB: 0 @ 22.914
c Restart #5 #Var: 808 #Dec: 12649 LB: 0 @ 34.151
c Restart #6 #Var: 808 #Dec: 14765 LB: 0 @ 46.777
c Restart #7 #Var: 808 #Dec: 17173 LB: 0 @ 63.962
c CHANGE to LPR mode... 	UB: 390	MIS: 0	LPR: 268 (2.765)	Diff: 0
c Restart #0 #Var: 808 #Dec: 21807 LB: 0 @ 113.26
c Restart #1 #Var: 808 #Dec: 22137 LB: 272 @ 542.34
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: 390
c Exit Code: 10
c Total time: 1195.3 s

Watcher Data

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

[startup+10.0031 s]
Raw data (loadavg): 0.93 0.98 0.91 1/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 1690 0 0 0 960 15 0 0 25 0 1 0 1839825991 10039296 1601 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20444/statm): 2451 1601 1116 68 0 2383 0
[pid=20444] vsize: 9804
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (Kb) 9804

[startup+20.0029 s]
Raw data (loadavg): 0.94 0.98 0.91 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 2064 0 0 0 1938 23 0 0 25 0 1 0 1839825991 11489280 1975 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20444/statm): 2805 1975 1116 68 0 2737 0
[pid=20444] vsize: 11220
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (Kb) 11220

[startup+30.0037 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 2336 0 0 0 2921 30 0 0 25 0 1 0 1839825991 12705792 2247 4294967295 134512640 134736556 3221224576 3221223136 134551059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 3102 2247 1116 68 0 3034 0
[pid=20444] vsize: 12408
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (Kb) 12408

[startup+40.0035 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 2633 0 0 0 3911 35 0 0 25 0 1 0 1839825991 13922304 2544 4294967295 134512640 134736556 3221224576 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 3399 2544 1116 68 0 3331 0
[pid=20444] vsize: 13596
Current children cumulated CPU time (s) 39.46
Current children cumulated vsize (Kb) 13596

[startup+50.0043 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 3107 0 0 0 4900 39 0 0 25 0 1 0 1839825991 15810560 3018 4294967295 134512640 134736556 3221224576 3221223136 134551024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 3860 3018 1116 68 0 3792 0
[pid=20444] vsize: 15440
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (Kb) 15440

[startup+60.0051 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 3445 0 0 0 5891 43 0 0 25 0 1 0 1839825991 17162240 3356 4294967295 134512640 134736556 3221224576 3221223136 134543074 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 4190 3356 1116 68 0 4122 0
[pid=20444] vsize: 16760
Current children cumulated CPU time (s) 59.34
Current children cumulated vsize (Kb) 16760

[startup+70.0069 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 3805 0 0 0 6877 49 0 0 25 0 1 0 1839825991 18649088 3716 4294967295 134512640 134736556 3221224576 3221223084 134540133 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 4553 3716 1116 68 0 4485 0
[pid=20444] vsize: 18212
Current children cumulated CPU time (s) 69.26
Current children cumulated vsize (Kb) 18212

[startup+80.0076 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 4083 0 0 0 7865 54 0 0 25 0 1 0 1839825991 19730432 3994 4294967295 134512640 134736556 3221224576 3221223168 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 4817 3994 1116 68 0 4749 0
[pid=20444] vsize: 19268
Current children cumulated CPU time (s) 79.19
Current children cumulated vsize (Kb) 19268

[startup+90.0084 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 5309 0 0 0 8852 61 0 0 25 0 1 0 1839825991 25501696 5079 4294967295 134512640 134736556 3221224576 3221221268 1074846255 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6226 5079 1116 68 0 6158 0
[pid=20444] vsize: 24904
Current children cumulated CPU time (s) 89.13
Current children cumulated vsize (Kb) 24904

[startup+100.009 s]
Raw data (loadavg): 1.01 1.00 0.92 1/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 11650 0 0 0 9813 84 0 0 25 0 1 0 1839825991 23912448 5068 4294967295 134512640 134736556 3221224576 3221222476 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5838 5068 1116 68 0 5770 0
[pid=20444] vsize: 23352
Current children cumulated CPU time (s) 98.97
Current children cumulated vsize (Kb) 23352

[startup+110.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 16730 0 0 0 10773 106 0 0 25 0 1 0 1839825991 26673152 5377 4294967295 134512640 134736556 3221224576 3221220444 1075116564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6512 5377 1116 68 0 6444 0
[pid=20444] vsize: 26048
Current children cumulated CPU time (s) 108.79
Current children cumulated vsize (Kb) 26048

[startup+120.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 19724 0 0 0 11751 119 0 0 25 0 1 0 1839825991 26849280 5476 4294967295 134512640 134736556 3221224576 3221220656 1075561080 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6555 5476 1116 68 0 6487 0
[pid=20444] vsize: 26220
Current children cumulated CPU time (s) 118.7
Current children cumulated vsize (Kb) 26220

[startup+130.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 21395 0 0 0 12744 124 0 0 25 0 1 0 1839825991 23257088 4990 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4990 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 128.68
Current children cumulated vsize (Kb) 22712

[startup+140.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 23017 0 0 0 13738 130 0 0 25 0 1 0 1839825991 26779648 5357 4294967295 134512640 134736556 3221224576 3221221448 1075964720 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6538 5357 1116 68 0 6470 0
[pid=20444] vsize: 26152
Current children cumulated CPU time (s) 138.68
Current children cumulated vsize (Kb) 26152

[startup+150.013 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 24397 0 0 0 14734 133 0 0 25 0 1 0 1839825991 26812416 5479 4294967295 134512640 134736556 3221224576 3221220800 1074960854 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6546 5479 1116 68 0 6478 0
[pid=20444] vsize: 26184
Current children cumulated CPU time (s) 148.67
Current children cumulated vsize (Kb) 26184

[startup+160.014 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 25659 0 0 0 15723 138 0 0 25 0 1 0 1839825991 23416832 5030 4294967295 134512640 134736556 3221224576 3221222944 1074115880 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5717 5030 1116 68 0 5649 0
[pid=20444] vsize: 22868
Current children cumulated CPU time (s) 158.61
Current children cumulated vsize (Kb) 22868

[startup+170.014 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 27376 0 0 0 16716 144 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 168.6
Current children cumulated vsize (Kb) 22712

[startup+180.014 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 29155 0 0 0 17707 149 0 0 25 0 1 0 1839825991 26955776 5505 4294967295 134512640 134736556 3221224576 3221220800 1074960771 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6581 5505 1116 68 0 6513 0
[pid=20444] vsize: 26324
Current children cumulated CPU time (s) 178.56
Current children cumulated vsize (Kb) 26324

[startup+190.015 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 30718 0 0 0 18701 154 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 188.55
Current children cumulated vsize (Kb) 22712

[startup+200.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 32467 0 0 0 19692 160 0 0 25 0 1 0 1839825991 26812416 5501 4294967295 134512640 134736556 3221224576 3221220748 1075116862 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6546 5501 1116 68 0 6478 0
[pid=20444] vsize: 26184
Current children cumulated CPU time (s) 198.52
Current children cumulated vsize (Kb) 26184

[startup+210.017 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 33811 0 0 0 20688 163 0 0 25 0 1 0 1839825991 27004928 5483 4294967295 134512640 134736556 3221224576 3221220396 1074787750 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6593 5483 1116 68 0 6525 0
[pid=20444] vsize: 26372
Current children cumulated CPU time (s) 208.51
Current children cumulated vsize (Kb) 26372

[startup+220.017 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 35589 0 0 0 21682 168 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222512 1074051745 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 218.5
Current children cumulated vsize (Kb) 22712

[startup+230.017 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 37493 0 0 0 22675 173 0 0 25 0 1 0 1839825991 26361856 5475 4294967295 134512640 134736556 3221224576 3221220412 1074788964 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6436 5475 1116 68 0 6368 0
[pid=20444] vsize: 25744
Current children cumulated CPU time (s) 228.48
Current children cumulated vsize (Kb) 25744

[startup+240.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 39325 0 0 0 23669 179 0 0 25 0 1 0 1839825991 26841088 5368 4294967295 134512640 134736556 3221224576 3221220656 1075561092 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6553 5368 1116 68 0 6485 0
[pid=20444] vsize: 26212
Current children cumulated CPU time (s) 238.48
Current children cumulated vsize (Kb) 26212

[startup+250.02 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 41518 0 0 0 24658 187 0 0 25 0 1 0 1839825991 26898432 5341 4294967295 134512640 134736556 3221224576 3221220636 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6567 5341 1116 68 0 6499 0
[pid=20444] vsize: 26268
Current children cumulated CPU time (s) 248.45
Current children cumulated vsize (Kb) 26268

[startup+260.021 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 43314 0 0 0 25650 194 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222912 1074153792 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 258.44
Current children cumulated vsize (Kb) 22712

[startup+270.022 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 45399 0 0 0 26642 200 0 0 25 0 1 0 1839825991 26578944 5253 4294967295 134512640 134736556 3221224576 3221221472 1074620113 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6489 5253 1116 68 0 6421 0
[pid=20444] vsize: 25956
Current children cumulated CPU time (s) 268.42
Current children cumulated vsize (Kb) 25956

[startup+280.022 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 47159 0 0 0 27636 205 0 0 25 0 1 0 1839825991 26693632 5323 4294967295 134512640 134736556 3221224576 3221220756 1075115060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6517 5323 1116 68 0 6449 0
[pid=20444] vsize: 26068
Current children cumulated CPU time (s) 278.41
Current children cumulated vsize (Kb) 26068

[startup+290.023 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 49175 0 0 0 28629 210 0 0 25 0 1 0 1839825991 26738688 5304 4294967295 134512640 134736556 3221224576 3221220800 1074961264 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6528 5304 1116 68 0 6460 0
[pid=20444] vsize: 26112
Current children cumulated CPU time (s) 288.39
Current children cumulated vsize (Kb) 26112

[startup+300.024 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 51071 0 0 0 29621 216 0 0 25 0 1 0 1839825991 26693632 5306 4294967295 134512640 134736556 3221224576 3221220800 1074960912 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6517 5306 1116 68 0 6449 0
[pid=20444] vsize: 26068
Current children cumulated CPU time (s) 298.37
Current children cumulated vsize (Kb) 26068

[startup+310.025 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 52913 0 0 0 30613 221 0 0 25 0 1 0 1839825991 26730496 5310 4294967295 134512640 134736556 3221224576 3221221060 1075863638 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6526 5310 1116 68 0 6458 0
[pid=20444] vsize: 26104
Current children cumulated CPU time (s) 308.34
Current children cumulated vsize (Kb) 26104

[startup+320.025 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 55089 0 0 0 31604 228 0 0 25 0 1 0 1839825991 25862144 5045 4294967295 134512640 134736556 3221224576 3221220768 1075088564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6314 5045 1116 68 0 6246 0
[pid=20444] vsize: 25256
Current children cumulated CPU time (s) 318.32
Current children cumulated vsize (Kb) 25256

[startup+330.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 57385 0 0 0 32593 237 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222848 1074057961 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 328.3
Current children cumulated vsize (Kb) 22712

[startup+340.027 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 59751 0 0 0 33582 246 0 0 25 0 1 0 1839825991 26423296 5213 4294967295 134512640 134736556 3221224576 3221220672 1074970218 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6451 5213 1116 68 0 6383 0
[pid=20444] vsize: 25804
Current children cumulated CPU time (s) 338.28
Current children cumulated vsize (Kb) 25804

[startup+350.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 62179 0 0 0 34572 254 0 0 25 0 1 0 1839825991 25862144 5039 4294967295 134512640 134736556 3221224576 3221221100 1076044931 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6314 5039 1116 68 0 6246 0
[pid=20444] vsize: 25256
Current children cumulated CPU time (s) 348.26
Current children cumulated vsize (Kb) 25256

[startup+360.029 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 65340 0 0 0 35558 263 0 0 25 0 1 0 1839825991 25862144 5026 4294967295 134512640 134736556 3221224576 3221220672 1074969743 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6314 5026 1116 68 0 6246 0
[pid=20444] vsize: 25256
Current children cumulated CPU time (s) 358.21
Current children cumulated vsize (Kb) 25256

[startup+370.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 67767 0 0 0 36548 269 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221223016 134544024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 368.17
Current children cumulated vsize (Kb) 22712

[startup+380.029 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 69768 0 0 0 37539 276 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222528 1074918237 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 378.15
Current children cumulated vsize (Kb) 22712

[startup+390.029 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 72271 0 0 0 38527 284 0 0 25 0 1 0 1839825991 26202112 5116 4294967295 134512640 134736556 3221224576 3221220768 1075115747 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6397 5116 1116 68 0 6329 0
[pid=20444] vsize: 25588
Current children cumulated CPU time (s) 388.11
Current children cumulated vsize (Kb) 25588

[startup+400.03 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 74675 0 0 0 39516 292 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222860 1074143344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 398.08
Current children cumulated vsize (Kb) 22712

[startup+410.03 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 76995 0 0 0 40503 300 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222988 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (Kb) 22712

[startup+420.03 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 79359 0 0 0 41492 308 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222824 1074138155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 418
Current children cumulated vsize (Kb) 22712

[startup+430.031 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 81314 0 0 0 42484 314 0 0 25 0 1 0 1839825991 25862144 5050 4294967295 134512640 134736556 3221224576 3221220768 1075115715 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6314 5050 1116 68 0 6246 0
[pid=20444] vsize: 25256
Current children cumulated CPU time (s) 427.98
Current children cumulated vsize (Kb) 25256

[startup+440.032 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 83634 0 0 0 43475 321 0 0 25 0 1 0 1839825991 26140672 5090 4294967295 134512640 134736556 3221224576 3221220912 1076116667 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6382 5090 1116 68 0 6314 0
[pid=20444] vsize: 25528
Current children cumulated CPU time (s) 437.96
Current children cumulated vsize (Kb) 25528

[startup+450.033 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 85699 0 0 0 44466 327 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222912 1074153786 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 447.93
Current children cumulated vsize (Kb) 22712

[startup+460.033 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 87787 0 0 0 45458 334 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222888 1077410279 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (Kb) 22712

[startup+470.033 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 89871 0 0 0 46451 340 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221223168 134716115 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 467.91
Current children cumulated vsize (Kb) 22712

[startup+480.034 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 91836 0 0 0 47442 346 0 0 25 0 1 0 1839825991 26034176 5101 4294967295 134512640 134736556 3221224576 3221221600 1074867340 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6356 5101 1116 68 0 6288 0
[pid=20444] vsize: 25424
Current children cumulated CPU time (s) 477.88
Current children cumulated vsize (Kb) 25424

[startup+490.034 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 94110 0 0 0 48432 353 0 0 25 0 1 0 1839825991 25862144 5066 4294967295 134512640 134736556 3221224576 3221220800 1074961301 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6314 5066 1116 68 0 6246 0
[pid=20444] vsize: 25256
Current children cumulated CPU time (s) 487.85
Current children cumulated vsize (Kb) 25256

[startup+500.034 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 96046 0 0 0 49423 360 0 0 25 0 1 0 1839825991 23257088 4991 4294967295 134512640 134736556 3221224576 3221222912 1074153792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5678 4991 1116 68 0 5610 0
[pid=20444] vsize: 22712
Current children cumulated CPU time (s) 497.83
Current children cumulated vsize (Kb) 22712

[startup+510.035 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 97972 0 0 0 50416 365 0 0 25 0 1 0 1839825991 27803648 5623 4294967295 134512640 134736556 3221224576 3221220608 1074960970 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6788 5623 1116 68 0 6720 0
[pid=20444] vsize: 27152
Current children cumulated CPU time (s) 507.81
Current children cumulated vsize (Kb) 27152

[startup+520.035 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 102207 0 0 0 51386 381 0 0 25 0 1 0 1839825991 25149440 5340 4294967295 134512640 134736556 3221224576 3221222332 1074788950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6140 5340 1116 68 0 6072 0
[pid=20444] vsize: 24560
Current children cumulated CPU time (s) 517.67
Current children cumulated vsize (Kb) 24560

[startup+530.036 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 107242 0 0 0 52348 399 0 0 25 0 1 0 1839825991 25305088 5381 4294967295 134512640 134736556 3221224576 3221222540 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6178 5381 1116 68 0 6110 0
[pid=20444] vsize: 24712
Current children cumulated CPU time (s) 527.47
Current children cumulated vsize (Kb) 24712

[startup+540.037 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 111989 0 0 0 53310 419 0 0 25 0 1 0 1839825991 27955200 5413 4294967295 134512640 134736556 3221224576 3221221376 1075971414 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6825 5417 1116 68 0 6757 0
[pid=20444] vsize: 27300
Current children cumulated CPU time (s) 537.29
Current children cumulated vsize (Kb) 27300

[startup+550.037 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 114850 0 0 0 54284 431 0 0 25 0 1 0 1839825991 28696576 5858 4294967295 134512640 134736556 3221224576 3221220748 1075116501 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 7006 5858 1116 68 0 6938 0
[pid=20444] vsize: 28024
Current children cumulated CPU time (s) 547.15
Current children cumulated vsize (Kb) 28024

[startup+560.038 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 116399 0 0 0 55278 436 0 0 25 0 1 0 1839825991 28639232 5868 4294967295 134512640 134736556 3221224576 3221220848 1075171399 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6992 5868 1116 68 0 6924 0
[pid=20444] vsize: 27968
Current children cumulated CPU time (s) 557.14
Current children cumulated vsize (Kb) 27968

[startup+570.038 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 118709 0 0 0 56270 442 0 0 25 0 1 0 1839825991 28409856 5763 4294967295 134512640 134736556 3221224576 3221220768 1075115762 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6936 5763 1116 68 0 6868 0
[pid=20444] vsize: 27744
Current children cumulated CPU time (s) 567.12
Current children cumulated vsize (Kb) 27744

[startup+580.039 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 120848 0 0 0 57254 449 0 0 25 0 1 0 1839825991 28098560 5712 4294967295 134512640 134736556 3221224576 3221220800 1074960916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6860 5712 1116 68 0 6792 0
[pid=20444] vsize: 27440
Current children cumulated CPU time (s) 577.03
Current children cumulated vsize (Kb) 27440

[startup+590.039 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 123016 0 0 0 58240 458 0 0 25 0 1 0 1839825991 28278784 5725 4294967295 134512640 134736556 3221224576 3221220768 1075115734 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6904 5725 1116 68 0 6836 0
[pid=20444] vsize: 27616
Current children cumulated CPU time (s) 586.98
Current children cumulated vsize (Kb) 27616

[startup+600.04 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 125141 0 0 0 59227 465 0 0 25 0 1 0 1839825991 28229632 5726 4294967295 134512640 134736556 3221224576 3221220756 1075114942 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6892 5726 1116 68 0 6824 0
[pid=20444] vsize: 27568
Current children cumulated CPU time (s) 596.92
Current children cumulated vsize (Kb) 27568

[startup+610.041 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 127246 0 0 0 60216 472 0 0 25 0 1 0 1839825991 28258304 5726 4294967295 134512640 134736556 3221224576 3221220748 1075116728 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6899 5726 1116 68 0 6831 0
[pid=20444] vsize: 27596
Current children cumulated CPU time (s) 606.88
Current children cumulated vsize (Kb) 27596

[startup+620.041 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 129360 0 0 0 61205 479 0 0 25 0 1 0 1839825991 28237824 5715 4294967295 134512640 134736556 3221224576 3221221184 1075968176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6894 5715 1116 68 0 6826 0
[pid=20444] vsize: 27576
Current children cumulated CPU time (s) 616.84
Current children cumulated vsize (Kb) 27576

[startup+630.042 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 132074 0 0 0 62193 488 0 0 25 0 1 0 1839825991 27815936 5586 4294967295 134512640 134736556 3221224576 3221221508 1075964073 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6791 5586 1116 68 0 6723 0
[pid=20444] vsize: 27164
Current children cumulated CPU time (s) 626.81
Current children cumulated vsize (Kb) 27164

[startup+640.041 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 134136 0 0 0 63185 494 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 636.79
Current children cumulated vsize (Kb) 23700

[startup+650.042 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 135880 0 0 0 64176 500 0 0 25 0 1 0 1839825991 28164096 5704 4294967295 134512640 134736556 3221224576 3221221600 1074867305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6876 5704 1116 68 0 6808 0
[pid=20444] vsize: 27504
Current children cumulated CPU time (s) 646.76
Current children cumulated vsize (Kb) 27504

[startup+660.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 138200 0 0 0 65166 508 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 656.74
Current children cumulated vsize (Kb) 23700

[startup+670.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 140430 0 0 0 66157 514 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222756 1077374082 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 666.71
Current children cumulated vsize (Kb) 23700

[startup+680.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 142571 0 0 0 67147 522 0 0 25 0 1 0 1839825991 27607040 5523 4294967295 134512640 134736556 3221224576 3221220748 1075116767 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6740 5523 1116 68 0 6672 0
[pid=20444] vsize: 26960
Current children cumulated CPU time (s) 676.69
Current children cumulated vsize (Kb) 26960

[startup+690.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 144823 0 0 0 68138 529 0 0 25 0 1 0 1839825991 27402240 5501 4294967295 134512640 134736556 3221224576 3221220672 1074970240 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6690 5501 1116 68 0 6622 0
[pid=20444] vsize: 26760
Current children cumulated CPU time (s) 686.67
Current children cumulated vsize (Kb) 26760

[startup+700.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 147129 0 0 0 69128 536 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222536 1077380592 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 696.64
Current children cumulated vsize (Kb) 23700

[startup+710.045 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 149051 0 0 0 70119 543 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153660 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 706.62
Current children cumulated vsize (Kb) 23700

[startup+720.045 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 151414 0 0 0 71108 551 0 0 25 0 1 0 1839825991 26873856 5297 4294967295 134512640 134736556 3221224576 3221220592 1075084533 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6561 5297 1116 68 0 6493 0
[pid=20444] vsize: 26244
Current children cumulated CPU time (s) 716.59
Current children cumulated vsize (Kb) 26244

[startup+730.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 153493 0 0 0 72098 557 0 0 25 0 1 0 1839825991 27086848 5345 4294967295 134512640 134736556 3221224576 3221220672 1074970267 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6613 5345 1116 68 0 6545 0
[pid=20444] vsize: 26452
Current children cumulated CPU time (s) 726.55
Current children cumulated vsize (Kb) 26452

[startup+740.045 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 155522 0 0 0 73089 564 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222656 1074206505 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 736.53
Current children cumulated vsize (Kb) 23700

[startup+750.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 158030 0 0 0 74079 571 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221223120 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 746.5
Current children cumulated vsize (Kb) 23700

[startup+760.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 160002 0 0 0 75070 578 0 0 25 0 1 0 1839825991 26873856 5309 4294967295 134512640 134736556 3221224576 3221220800 1074800176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6561 5309 1116 68 0 6493 0
[pid=20444] vsize: 26244
Current children cumulated CPU time (s) 756.48
Current children cumulated vsize (Kb) 26244

[startup+770.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 162186 0 0 0 76061 585 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222528 1074918266 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 766.46
Current children cumulated vsize (Kb) 23700

[startup+780.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 164204 0 0 0 77052 591 0 0 25 0 1 0 1839825991 24432640 5240 4294967295 134512640 134736556 3221224576 3221222256 1075828456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5965 5240 1116 68 0 5897 0
[pid=20444] vsize: 23860
Current children cumulated CPU time (s) 776.43
Current children cumulated vsize (Kb) 23860

[startup+790.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 166260 0 0 0 78043 597 0 0 25 0 1 0 1839825991 27033600 5368 4294967295 134512640 134736556 3221224576 3221221568 1075971386 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6600 5370 1116 68 0 6532 0
[pid=20444] vsize: 26400
Current children cumulated CPU time (s) 786.4
Current children cumulated vsize (Kb) 26400

[startup+800.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 168384 0 0 0 79033 604 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222824 1074138155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 796.37
Current children cumulated vsize (Kb) 23700

[startup+810.048 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 170645 0 0 0 80023 613 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222768 1074153770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 806.36
Current children cumulated vsize (Kb) 23700

[startup+820.048 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 172798 0 0 0 81013 620 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222864 1074153822 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 816.33
Current children cumulated vsize (Kb) 23700

[startup+830.048 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 175109 0 0 0 82003 627 0 0 25 0 1 0 1839825991 26873856 5293 4294967295 134512640 134736556 3221224576 3221220800 1074961146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6561 5293 1116 68 0 6493 0
[pid=20444] vsize: 26244
Current children cumulated CPU time (s) 826.3
Current children cumulated vsize (Kb) 26244

[startup+840.049 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 177372 0 0 0 82993 634 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 836.27
Current children cumulated vsize (Kb) 23700

[startup+850.05 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 179818 0 0 0 83983 642 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222176 1075818357 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 846.25
Current children cumulated vsize (Kb) 23700

[startup+860.051 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) T 20443 20444 19818 0 -1 0 182644 0 0 0 84972 651 0 0 25 0 1 0 1839825991 25571328 5241 4294967295 134512640 134736556 3221224576 3221221400 1077799011 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6243 5241 1116 68 0 6175 0
[pid=20444] vsize: 24972
Current children cumulated CPU time (s) 856.23
Current children cumulated vsize (Kb) 24972

[startup+870.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 185004 0 0 0 85960 658 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222528 1074916702 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 866.18
Current children cumulated vsize (Kb) 23700

[startup+880.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 187792 0 0 0 86950 666 0 0 25 0 1 0 1839825991 28278784 5720 4294967295 134512640 134736556 3221224576 3221220748 1075116856 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6904 5720 1116 68 0 6836 0
[pid=20444] vsize: 27616
Current children cumulated CPU time (s) 876.16
Current children cumulated vsize (Kb) 27616

[startup+890.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 190006 0 0 0 87940 673 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222560 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 886.13
Current children cumulated vsize (Kb) 23700

[startup+900.053 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 192824 0 0 0 88927 682 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 896.09
Current children cumulated vsize (Kb) 23700

[startup+910.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 195657 0 0 0 89917 690 0 0 25 0 1 0 1839825991 27709440 5534 4294967295 134512640 134736556 3221224576 3221221184 1075967692 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6765 5534 1116 68 0 6697 0
[pid=20444] vsize: 27060
Current children cumulated CPU time (s) 906.07
Current children cumulated vsize (Kb) 27060

[startup+920.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 198245 0 0 0 90904 700 0 0 25 0 1 0 1839825991 27033600 5316 4294967295 134512640 134736556 3221224576 3221220672 1074970231 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6600 5316 1116 68 0 6532 0
[pid=20444] vsize: 26400
Current children cumulated CPU time (s) 916.04
Current children cumulated vsize (Kb) 26400

[startup+930.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 200663 0 0 0 91894 707 0 0 25 0 1 0 1839825991 27521024 5413 4294967295 134512640 134736556 3221224576 3221220800 1074961169 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6719 5413 1116 68 0 6651 0
[pid=20444] vsize: 26876
Current children cumulated CPU time (s) 926.01
Current children cumulated vsize (Kb) 26876

[startup+940.055 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 203295 0 0 0 92884 714 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222912 1074153770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 935.98
Current children cumulated vsize (Kb) 23700

[startup+950.056 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 205742 0 0 0 93872 723 0 0 25 0 1 0 1839825991 27168768 5340 4294967295 134512640 134736556 3221224576 3221221448 1074950119 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6633 5340 1116 68 0 6565 0
[pid=20444] vsize: 26532
Current children cumulated CPU time (s) 945.95
Current children cumulated vsize (Kb) 26532

[startup+960.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 208103 0 0 0 94860 731 0 0 25 0 1 0 1839825991 27156480 5365 4294967295 134512640 134736556 3221224576 3221220864 1075113517 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6630 5365 1116 68 0 6562 0
[pid=20444] vsize: 26520
Current children cumulated CPU time (s) 955.91
Current children cumulated vsize (Kb) 26520

[startup+970.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 210534 0 0 0 95849 738 0 0 25 0 1 0 1839825991 27299840 5417 4294967295 134512640 134736556 3221224576 3221220968 1077410205 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6665 5417 1116 68 0 6597 0
[pid=20444] vsize: 26660
Current children cumulated CPU time (s) 965.87
Current children cumulated vsize (Kb) 26660

[startup+980.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 212879 0 0 0 96838 746 0 0 25 0 1 0 1839825991 24268800 5239 4294967295 134512640 134736556 3221224576 3221222256 1075635961 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5925 5239 1116 68 0 5857 0
[pid=20444] vsize: 23700
Current children cumulated CPU time (s) 975.84
Current children cumulated vsize (Kb) 23700

[startup+990.057 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 215140 0 0 0 97827 755 0 0 25 0 1 0 1839825991 26873856 5283 4294967295 134512640 134736556 3221224576 3221220756 1075114912 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 6561 5283 1116 68 0 6493 0
[pid=20444] vsize: 26244
Current children cumulated CPU time (s) 985.82
Current children cumulated vsize (Kb) 26244

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 217764 0 0 0 98816 763 0 0 25 0 1 0 1839825991 27021312 5365 4294967295 134512640 134736556 3221224576 3221221096 1077410163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6597 5365 1116 68 0 6529 0
[pid=20444] vsize: 26388
Current children cumulated CPU time (s) 995.79
Current children cumulated vsize (Kb) 26388

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 219886 0 0 0 99805 770 0 0 25 0 1 0 1839825991 26873856 5294 4294967295 134512640 134736556 3221224576 3221220864 1075113502 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6561 5294 1116 68 0 6493 0
[pid=20444] vsize: 26244
Current children cumulated CPU time (s) 1005.75
Current children cumulated vsize (Kb) 26244

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 222497 0 0 0 100793 779 0 0 25 0 1 0 1839825991 24416256 5275 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/20444/statm): 5961 5275 1116 68 0 5893 0
[pid=20444] vsize: 23844
Current children cumulated CPU time (s) 1015.72
Current children cumulated vsize (Kb) 23844

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 225529 0 0 0 101779 790 0 0 25 0 1 0 1839825991 24416256 5275 4294967295 134512640 134736556 3221224576 3221222892 1074152908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5961 5275 1116 68 0 5893 0
[pid=20444] vsize: 23844
Current children cumulated CPU time (s) 1025.69
Current children cumulated vsize (Kb) 23844

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 227883 0 0 0 102768 797 0 0 25 0 1 0 1839825991 27209728 5380 4294967295 134512640 134736556 3221224576 3221220656 1075561092 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6643 5380 1116 68 0 6575 0
[pid=20444] vsize: 26572
Current children cumulated CPU time (s) 1035.65
Current children cumulated vsize (Kb) 26572

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 230442 0 0 0 103757 805 0 0 25 0 1 0 1839825991 27639808 5540 4294967295 134512640 134736556 3221224576 3221220392 1074789548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6748 5540 1116 68 0 6680 0
[pid=20444] vsize: 26992
Current children cumulated CPU time (s) 1045.62
Current children cumulated vsize (Kb) 26992

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 232809 0 0 0 104745 813 0 0 25 0 1 0 1839825991 27725824 5533 4294967295 134512640 134736556 3221224576 3221220768 1075115696 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6769 5533 1116 68 0 6701 0
[pid=20444] vsize: 27076
Current children cumulated CPU time (s) 1055.58
Current children cumulated vsize (Kb) 27076

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 235320 0 0 0 105734 821 0 0 25 0 1 0 1839825991 27021312 5329 4294967295 134512640 134736556 3221224576 3221220464 1075965307 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6597 5329 1116 68 0 6529 0
[pid=20444] vsize: 26388
Current children cumulated CPU time (s) 1065.55
Current children cumulated vsize (Kb) 26388

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 238130 0 0 0 106721 831 0 0 25 0 1 0 1839825991 27021312 5323 4294967295 134512640 134736556 3221224576 3221220672 1074970126 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6597 5323 1116 68 0 6529 0
[pid=20444] vsize: 26388
Current children cumulated CPU time (s) 1075.52
Current children cumulated vsize (Kb) 26388

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 240318 0 0 0 107710 839 0 0 25 0 1 0 1839825991 24416256 5275 4294967295 134512640 134736556 3221224576 3221222912 1074153675 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5961 5275 1116 68 0 5893 0
[pid=20444] vsize: 23844
Current children cumulated CPU time (s) 1085.49
Current children cumulated vsize (Kb) 23844

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 243293 0 0 0 108696 848 0 0 25 0 1 0 1839825991 24449024 5283 4294967295 134512640 134736556 3221224576 3221222912 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 5969 5283 1116 68 0 5901 0
[pid=20444] vsize: 23876
Current children cumulated CPU time (s) 1095.44
Current children cumulated vsize (Kb) 23876

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 246050 0 0 0 109683 857 0 0 25 0 1 0 1839825991 27054080 5335 4294967295 134512640 134736556 3221224576 3221220800 1074960795 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6605 5335 1116 68 0 6537 0
[pid=20444] vsize: 26420
Current children cumulated CPU time (s) 1105.4
Current children cumulated vsize (Kb) 26420

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 248415 0 0 0 110672 864 0 0 25 0 1 0 1839825991 27828224 5560 4294967295 134512640 134736556 3221224576 3221221296 1076084027 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6794 5560 1116 68 0 6726 0
[pid=20444] vsize: 27176
Current children cumulated CPU time (s) 1115.36
Current children cumulated vsize (Kb) 27176

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 251219 0 0 0 111660 873 0 0 25 0 1 0 1839825991 24813568 5341 4294967295 134512640 134736556 3221224576 3221222912 1074153800 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6058 5341 1116 68 0 5990 0
[pid=20444] vsize: 24232
Current children cumulated CPU time (s) 1125.33
Current children cumulated vsize (Kb) 24232

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 253884 0 0 0 112650 880 0 0 25 0 1 0 1839825991 28307456 5706 4294967295 134512640 134736556 3221224576 3221221556 1075964227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6911 5706 1116 68 0 6843 0
[pid=20444] vsize: 27644
Current children cumulated CPU time (s) 1135.3
Current children cumulated vsize (Kb) 27644

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 256148 0 0 0 113641 887 0 0 25 0 1 0 1839825991 28770304 5825 4294967295 134512640 134736556 3221224576 3221221532 1074621110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 7024 5825 1116 68 0 6956 0
[pid=20444] vsize: 28096
Current children cumulated CPU time (s) 1145.28
Current children cumulated vsize (Kb) 28096

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 258769 0 0 0 114629 896 0 0 25 0 1 0 1839825991 28172288 5700 4294967295 134512640 134736556 3221224576 3221220768 1075115709 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6878 5700 1116 68 0 6810 0
[pid=20444] vsize: 27512
Current children cumulated CPU time (s) 1155.25
Current children cumulated vsize (Kb) 27512

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 260250 0 0 0 115623 901 0 0 25 0 1 0 1839825991 24715264 5348 4294967295 134512640 134736556 3221224576 3221222560 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6034 5348 1116 68 0 5966 0
[pid=20444] vsize: 24136
Current children cumulated CPU time (s) 1165.24
Current children cumulated vsize (Kb) 24136

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 262642 0 0 0 116613 907 0 0 25 0 1 0 1839825991 27320320 5419 4294967295 134512640 134736556 3221224576 3221220968 1077410163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6670 5419 1116 68 0 6602 0
[pid=20444] vsize: 26680
Current children cumulated CPU time (s) 1175.2
Current children cumulated vsize (Kb) 26680

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 265118 0 0 0 117602 915 0 0 25 0 1 0 1839825991 24715264 5348 4294967295 134512640 134736556 3221224576 3221222652 1077379966 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6034 5348 1116 68 0 5966 0
[pid=20444] vsize: 24136
Current children cumulated CPU time (s) 1185.17
Current children cumulated vsize (Kb) 24136

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 20444
Raw data (/proc/20444/stat): 20444 (bsolo) R 20443 20444 19818 0 -1 0 267613 0 0 0 118589 925 0 0 25 0 1 0 1839825991 27320320 5387 4294967295 134512640 134736556 3221224576 3221221648 1074834370 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/20444/statm): 6670 5387 1116 68 0 6602 0
[pid=20444] vsize: 26680
Current children cumulated CPU time (s) 1195.14
Current children cumulated vsize (Kb) 26680
One traced child (pid=20444) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1200.29
CPU time (s): 1195.37
CPU user time (s): 1186.1
CPU system time (s): 9.26859
CPU usage (%): 99.5897
Max. virtual memory (cumulated for all children) (Kb): 28096

Verifier Data

Verifier:	OK	390