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

Nameweb/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM25457db86ce3cc3b7604dfa37c8096b4
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of terms in the objective function 595
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 595
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 595
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.03
Number of variables595
Total number of constraints27931
Number of constraints which are clauses27931
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 constraint2

Trace number 383

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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:        945296 kB
Buffers:         34132 kB
Cached:          27276 kB
SwapCached:        744 kB
Active:          53876 kB
Inactive:        10228 kB
HighTotal:      131008 kB
HighFree:       100044 kB
LowTotal:       903652 kB
LowFree:        845252 kB
SwapTotal:     2097892 kB
SwapFree:      2096644 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19556 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 10:02:56 (client local time) WITH STATUS 10 IN 1195.03 SECONDS
stats: 350 0 1195.03 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 595 variables and 27931 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 8.969
c After prepocess the problem consists of 595 variables and 27931 constraints.
c Initial Lower Bound: -595
c NEW SOLUTION FOUND: -1 @ 9.094 @ #Dec. 594
c NEW SOLUTION FOUND: -2 @ 9.103 @ #Dec. 596
c NEW SOLUTION FOUND: -3 @ 9.166 @ #Dec. 618
c NEW SOLUTION FOUND: -4 @ 9.565 @ #Dec. 747
c NEW SOLUTION FOUND: -5 @ 9.88 @ #Dec. 865
c NEW SOLUTION FOUND: -6 @ 10.24 @ #Dec. 1047
c Restart #1 #Var: 595 #Dec: 1358 LB: -595 @ 10.913
c NEW SOLUTION FOUND: -23 @ 11.023 @ #Dec. 1381
c NEW SOLUTION FOUND: -24 @ 11.097 @ #Dec. 1410
c NEW SOLUTION FOUND: -25 @ 11.419 @ #Dec. 1577
c Restart #2 #Var: 595 #Dec: 2181 LB: -595 @ 12.624
c NEW SOLUTION FOUND: -26 @ 12.739 @ #Dec. 2205
c NEW SOLUTION FOUND: -27 @ 12.811 @ #Dec. 2235
c Restart #3 #Var: 595 #Dec: 3006 LB: -595 @ 14.565
c Restart #4 #Var: 595 #Dec: 4037 LB: -595 @ 16.953
c Restart #5 #Var: 595 #Dec: 5227 LB: -595 @ 19.945
c Restart #6 #Var: 595 #Dec: 6779 LB: -595 @ 23.459
c CHANGE to MIS mode... 	UB: -27	MIS: -595	LPR: -266 (16.047)	Diff: 2.2368
c Restart #0 #Var: 595 #Dec: 8843 LB: -595 @ 188.1
c Restart #1 #Var: 595 #Dec: 9059 LB: -595 @ 189.1
c Restart #2 #Var: 595 #Dec: 9601 LB: -595 @ 190.64
c Restart #3 #Var: 595 #Dec: 10258 LB: -595 @ 192.8
c Restart #4 #Var: 595 #Dec: 11606 LB: -595 @ 195.62
c Restart #5 #Var: 595 #Dec: 13002 LB: -302 @ 198.94
c Restart #6 #Var: 595 #Dec: 14636 LB: -595 @ 203.01
c Restart #7 #Var: 595 #Dec: 16408 LB: -595 @ 207.89
c Restart #8 #Var: 595 #Dec: 18253 LB: -300 @ 213.19
c Restart #9 #Var: 595 #Dec: 20361 LB: -595 @ 218.95
c NEW SOLUTION FOUND: -28 @ 223.99 @ #Dec. 22453
c Restart #10 #Var: 595 #Dec: 24709 LB: -595 @ 230.03
c Restart #11 #Var: 595 #Dec: 26957 LB: -595 @ 237.25
c Restart #12 #Var: 595 #Dec: 29591 LB: -595 @ 244.92
c Restart #13 #Var: 595 #Dec: 33016 LB: -595 @ 253.07
c Restart #14 #Var: 595 #Dec: 36413 LB: -595 @ 261.92
c Restart #15 #Var: 595 #Dec: 39622 LB: -595 @ 271.54
c Restart #16 #Var: 595 #Dec: 43061 LB: -595 @ 281.63
c Restart #17 #Var: 595 #Dec: 47602 LB: -595 @ 292.01
c NEW SOLUTION FOUND: -29 @ 296.61 @ #Dec. 49324
c Restart #18 #Var: 595 #Dec: 53498 LB: -595 @ 307.65
c Restart #19 #Var: 595 #Dec: 58557 LB: -595 @ 318.99
c Restart #20 #Var: 595 #Dec: 62880 LB: -595 @ 332.29
c Restart #21 #Var: 595 #Dec: 67709 LB: -301 @ 346.32
c Restart #22 #Var: 595 #Dec: 72285 LB: -595 @ 360.61
c Restart #23 #Var: 595 #Dec: 77618 LB: -302 @ 375.05
c Restart #24 #Var: 595 #Dec: 83324 LB: -595 @ 389.99
c Restart #25 #Var: 595 #Dec: 88872 LB: -303 @ 405.43
c Restart #26 #Var: 595 #Dec: 95466 LB: -595 @ 421.54
c Restart #27 #Var: 595 #Dec: 101713 LB: -595 @ 438.98
c Restart #28 #Var: 595 #Dec: 107554 LB: -595 @ 456.93
c Restart #29 #Var: 595 #Dec: 114552 LB: -595 @ 474.29
c Restart #30 #Var: 595 #Dec: 121591 LB: -595 @ 492.89
c Restart #31 #Var: 595 #Dec: 128706 LB: -595 @ 512.33
c Restart #32 #Var: 595 #Dec: 137848 LB: -595 @ 533.65
c Restart #33 #Var: 595 #Dec: 145658 LB: -595 @ 553.96
c Restart #34 #Var: 595 #Dec: 152989 LB: -595 @ 575.74
c Restart #35 #Var: 595 #Dec: 160668 LB: -595 @ 597.64
c Restart #36 #Var: 595 #Dec: 168149 LB: -595 @ 619.91
c Restart #37 #Var: 595 #Dec: 176324 LB: -595 @ 642.94
c Restart #38 #Var: 595 #Dec: 184059 LB: -595 @ 668.26
c Restart #39 #Var: 595 #Dec: 192821 LB: -595 @ 692.39
c Restart #40 #Var: 595 #Dec: 202774 LB: -595 @ 717.58
c Restart #41 #Var: 595 #Dec: 213170 LB: -595 @ 742.94
c Restart #42 #Var: 595 #Dec: 222637 LB: -595 @ 769.22
c Restart #43 #Var: 595 #Dec: 231888 LB: -595 @ 796.28
c Restart #44 #Var: 595 #Dec: 242406 LB: -595 @ 822.97
c Restart #45 #Var: 595 #Dec: 252404 LB: -595 @ 851.75
c Restart #46 #Var: 595 #Dec: 262702 LB: -595 @ 879.94
c Restart #47 #Var: 595 #Dec: 272326 LB: -595 @ 909.64
c Restart #48 #Var: 595 #Dec: 283604 LB: -595 @ 939.33
c Restart #49 #Var: 595 #Dec: 293583 LB: -595 @ 970.7
c Restart #50 #Var: 595 #Dec: 305148 LB: -595 @ 1002.8
c Restart #51 #Var: 595 #Dec: 316190 LB: -595 @ 1034.3
c Restart #52 #Var: 595 #Dec: 327335 LB: -595 @ 1066.6
c Restart #53 #Var: 595 #Dec: 338637 LB: -595 @ 1100.6
c Restart #54 #Var: 595 #Dec: 354831 LB: -595 @ 1133.1
c Restart #55 #Var: 595 #Dec: 366907 LB: -595 @ 1167.2
s SATISFIABLE
v -C595 -C594 -C593 -C592 -C591 -C590 -C589 -C588 -C587 C586 -C585 -C584 -C583 -C582 -C581 -C580 -C579 -C578 -C577 -C576 -C575 -C574 -C573 -C572 -C571 -C570 -C569 -C568 -C567 -C566 -C565 -C564 -C563 -C562 -C561 -C560 -C559 -C558 -C557 -C556 -C555 -C554 -C553 C552 -C551 -C550 -C549 -C548 -C547 -C546 -C545 -C544 -C543 -C542 -C541 -C540 -C539 C538 -C537 -C536 -C535 -C534 -C533 -C532 -C531 -C530 -C529 -C528 -C527 -C526 -C525 -C524 -C523 -C522 -C521 -C520 -C519 -C518 C517 -C516 -C515 -C514 -C513 -C512 -C511 -C510 C509 -C508 -C507 -C506 -C505 -C504 -C503 -C502 -C501 -C500 -C499 -C498 -C497 -C496 -C495 -C494 -C493 -C492 -C491 -C490 -C489 -C488 -C487 -C486 -C485 -C484 C483 -C482 -C481 -C480 -C479 -C478 -C477 -C476 -C475 -C474 -C473 -C472 -C471 -C470 -C469 C468 -C467 -C466 -C465 -C464 -C463 -C462 -C461 -C460 -C459 -C458 -C457 -C456 -C455 -C454 -C453 -C452 -C451 -C450 -C449 -C448 -C447 -C446 -C445 -C444 -C443 -C442 -C441 -C440 -C439 -C438 C437 -C436 -C435 -C434 -C433 -C432 -C431 -C430 -C429 -C428 -C427 -C426 -C425 -C424 -C423 -C422 -C421 -C420 C419 -C418 -C417 -C416 -C415 -C414 -C413 -C412 -C411 -C410 -C409 -C408 -C407 -C406 -C405 -C404 -C403 -C402 -C401 -C400 -C399 -C398 -C397 -C396 -C395 C394 -C393 -C392 -C391 -C390 -C389 -C388 -C387 -C386 -C385 -C384 -C383 -C382 -C381 -C380 -C379 -C378 C377 -C376 -C375 -C374 -C373 -C372 -C371 -C370 -C369 -C368 -C367 C366 -C365 -C364 -C363 -C362 -C361 -C360 -C359 -C358 -C357 -C356 -C355 -C354 -C353 -C352 -C351 -C350 -C349 -C348 -C347 -C346 -C345 -C344 -C343 -C342 -C341 -C340 -C339 -C338 -C337 -C336 -C335 -C334 -C333 -C332 -C331 -C330 -C329 C328 -C327 -C326 -C325 -C324 -C323 -C322 C321 -C320 -C319 -C318 -C317 -C316 -C315 -C314 -C313 -C312 -C311 -C310 -C309 -C308 -C307 -C306 -C305 -C304 -C303 -C302 -C301 -C300 -C299 -C298 -C297 -C296 -C295 -C294 -C293 -C292 -C291 -C290 -C289 -C288 -C287 C286 -C285 -C284 -C283 -C282 -C281 -C280 -C279 -C278 -C277 -C276 -C275 -C274 -C273 -C272 -C271 -C270 -C269 -C268 -C267 -C266 -C265 -C264 -C263 -C262 -C261 C260 -C259 -C258 -C257 -C256 -C255 -C254 -C253 -C252 -C251 -C250 -C249 -C248 C247 -C246 -C245 -C244 -C243 -C242 -C241 -C240 -C239 -C238 -C237 -C236 -C235 C234 -C233 -C232 -C231 -C230 -C229 -C228 -C227 -C226 -C225 -C224 -C223 -C222 -C221 -C220 -C219 -C218 -C217 -C216 -C215 -C214 -C213 -C212 -C211 -C210 -C209 -C208 -C207 -C206 -C205 -C204 -C203 -C202 -C201 -C200 -C199 -C198 -C197 -C196 -C195 -C194 -C193 -C192 -C191 C190 -C189 -C188 -C187 -C186 -C185 -C184 -C183 -C182 -C181 -C180 -C179 -C178 -C177 -C176 -C175 -C174 -C173 -C172 C171 -C170 -C169 -C168 -C167 -C166 -C165 -C164 -C163 -C162 -C161 -C160 -C159 -C158 -C157 -C156 -C155 -C154 -C153 -C152 -C151 -C150 C149 -C148 -C147 -C146 -C145 -C144 -C143 -C142 -C141 -C140 -C139 -C138 -C137 -C136 -C135 -C134 -C133 -C132 -C131 -C130 -C129 -C128 -C127 -C126 -C125 -C124 -C123 C122 -C121 -C120 C119 -C118 -C117 -C116 -C115 -C114 -C113 -C112 -C111 -C110 -C109 -C108 -C107 -C106 -C105 -C104 -C103 -C102 -C101 -C100 C99 -C98 -C97 -C96 -C95 -C94 -C93 -C92 -C91 -C90 -C89 -C88 -C87 -C86 -C85 -C84 -C83 -C82 -C81 -C80 -C79 -C78 -C77 -C76 C75 -C74 -C73 -C72 -C71 -C70 -C69 -C68 -C67 -C66 C65 -C64 -C63 -C62 -C61 -C60 -C59 -C58 -C57 -C56 -C55 -C54 -C53 -C52 -C51 -C50 -C49 -C48 -C47 -C46 -C45 -C44 -C43 -C42 -C41 -C40 -C39 C38 -C37 -C36 -C35 -C34 -C33 -C32 -C31 -C30 -C29 -C28 -C27 -C26 -C25 -C24 -C23 C22 -C21 -C20 -C19 -C18 -C17 -C16 -C15 C14 -C13 -C12 -C11 -C10 -C9 -C8 -C7 -C6 -C5 -C4 -C3 -C2 -C1 
c Cost: -29
c Exit Code: 10
c Total time: 1195 s

Watcher Data

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

[startup+10.0027 s]
Raw data (loadavg): 0.93 0.95 0.90 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4031 0 0 0 974 14 0 0 25 0 1 0 1840262511 19574784 3942 4294967295 134512640 134736556 3221224576 3221223220 1077374125 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 4779 3942 1116 68 0 4711 0
[pid=22120] vsize: 19116
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 19116

[startup+20.0044 s]
Raw data (loadavg): 0.94 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4095 0 0 0 1952 22 0 0 25 0 1 0 1840262511 19824640 4002 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 4840 4002 1116 68 0 4772 0
[pid=22120] vsize: 19360
Current children cumulated CPU time (s) 19.74
Current children cumulated vsize (Kb) 19360

[startup+30.0052 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4542 0 0 0 2933 28 0 0 25 0 1 0 1840262511 21762048 4449 4294967295 134512640 134736556 3221224576 3221222608 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 5313 4449 1116 68 0 5245 0
[pid=22120] vsize: 21252
Current children cumulated CPU time (s) 29.61
Current children cumulated vsize (Kb) 21252

[startup+40.0049 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4700 0 0 0 3868 47 0 0 25 0 1 0 1840262511 22454272 4605 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 5482 4605 1116 68 0 5414 0
[pid=22120] vsize: 21928
Current children cumulated CPU time (s) 39.15
Current children cumulated vsize (Kb) 21928

[startup+50.0057 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4738 0 0 0 4816 60 0 0 25 0 1 0 1840262511 22568960 4643 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 5510 4643 1116 68 0 5442 0
[pid=22120] vsize: 22040
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (Kb) 22040

[startup+60.0054 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4824 0 0 0 5771 72 0 0 25 0 1 0 1840262511 22872064 4729 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 5584 4729 1116 68 0 5516 0
[pid=22120] vsize: 22336
Current children cumulated CPU time (s) 58.43
Current children cumulated vsize (Kb) 22336

[startup+70.0062 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4875 0 0 0 6730 82 0 0 25 0 1 0 1840262511 23031808 4780 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 5623 4780 1116 68 0 5555 0
[pid=22120] vsize: 22492
Current children cumulated CPU time (s) 68.12
Current children cumulated vsize (Kb) 22492

[startup+80.0079 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 4886 0 0 0 7696 91 0 0 25 0 1 0 1840262511 23068672 4791 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 5632 4791 1116 68 0 5564 0
[pid=22120] vsize: 22528
Current children cumulated CPU time (s) 77.87
Current children cumulated vsize (Kb) 22528

[startup+90.0076 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 9153 0 0 0 8671 106 0 0 25 0 1 0 1840262511 42393600 8230 4294967295 134512640 134736556 3221224576 3221220452 1075115043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 10350 8230 1116 68 0 10282 0
[pid=22120] vsize: 41400
Current children cumulated CPU time (s) 87.77
Current children cumulated vsize (Kb) 41400

[startup+100.007 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 9171 0 0 0 9671 107 0 0 25 0 1 0 1840262511 38961152 7474 4294967295 134512640 134736556 3221224576 3221221288 1075007310 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 9512 7474 1116 68 0 9444 0
[pid=22120] vsize: 38048
Current children cumulated CPU time (s) 97.78
Current children cumulated vsize (Kb) 38048

[startup+110.008 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 9182 0 0 0 10671 107 0 0 25 0 1 0 1840262511 39186432 7477 4294967295 134512640 134736556 3221224576 3221221296 1074867340 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 9567 7477 1116 68 0 9499 0
[pid=22120] vsize: 38268
Current children cumulated CPU time (s) 107.78
Current children cumulated vsize (Kb) 38268

[startup+120.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 17378 0 0 0 11648 128 0 0 25 0 1 0 1840262511 43167744 7402 4294967295 134512640 134736556 3221224576 3221221144 1074950114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 10539 7402 1116 68 0 10471 0
[pid=22120] vsize: 42156
Current children cumulated CPU time (s) 117.76
Current children cumulated vsize (Kb) 42156

[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 35036 0 0 0 12601 170 0 0 25 0 1 0 1840262511 40415232 7540 4294967295 134512640 134736556 3221224576 3221222552 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 9867 7540 1116 68 0 9799 0
[pid=22120] vsize: 39468
Current children cumulated CPU time (s) 127.71
Current children cumulated vsize (Kb) 39468

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 60471 0 0 0 13532 232 0 0 25 0 1 0 1840262511 45248512 8104 4294967295 134512640 134736556 3221224576 3221220432 1074815276 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 11047 8104 1116 68 0 10979 0
[pid=22120] vsize: 44188
Current children cumulated CPU time (s) 137.64
Current children cumulated vsize (Kb) 44188

[startup+150.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 60610 0 0 0 14531 232 0 0 25 0 1 0 1840262511 45518848 8229 4294967295 134512640 134736556 3221224576 3221220444 1075116564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 11113 8229 1116 68 0 11045 0
[pid=22120] vsize: 44452
Current children cumulated CPU time (s) 147.63
Current children cumulated vsize (Kb) 44452

[startup+160.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 69305 0 0 0 15507 253 0 0 25 0 1 0 1840262511 45703168 8154 4294967295 134512640 134736556 3221224576 3221221296 1074867340 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 11158 8154 1116 68 0 11090 0
[pid=22120] vsize: 44632
Current children cumulated CPU time (s) 157.6
Current children cumulated vsize (Kb) 44632

[startup+170.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 78125 0 0 0 16482 275 0 0 25 0 1 0 1840262511 45973504 8284 4294967295 134512640 134736556 3221224576 3221220444 1075116584 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 11224 8284 1116 68 0 11156 0
[pid=22120] vsize: 44896
Current children cumulated CPU time (s) 167.57
Current children cumulated vsize (Kb) 44896

[startup+180.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 79010 0 0 0 17479 278 0 0 25 0 1 0 1840262511 43339776 8383 4294967295 134512640 134736556 3221224576 3221220464 1075115765 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 10581 8383 1116 68 0 10513 0
[pid=22120] vsize: 42324
Current children cumulated CPU time (s) 177.57
Current children cumulated vsize (Kb) 42324

[startup+190.009 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 88423 0 0 0 18453 300 0 0 25 0 1 0 1840262511 28319744 6147 4294967295 134512640 134736556 3221224576 3221221832 1077799185 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6914 6147 1116 68 0 6846 0
[pid=22120] vsize: 27656
Current children cumulated CPU time (s) 187.53
Current children cumulated vsize (Kb) 27656

[startup+200.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90729 0 0 0 19429 312 0 0 25 0 1 0 1840262511 28041216 6055 4294967295 134512640 134736556 3221224576 3221223216 134620219 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6846 6055 1116 68 0 6778 0
[pid=22120] vsize: 27384
Current children cumulated CPU time (s) 197.41
Current children cumulated vsize (Kb) 27384

[startup+210.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90772 0 0 0 20406 320 0 0 25 0 1 0 1840262511 28069888 6086 4294967295 134512640 134736556 3221224576 3221223240 134560241 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6853 6086 1116 68 0 6785 0
[pid=22120] vsize: 27412
Current children cumulated CPU time (s) 207.26
Current children cumulated vsize (Kb) 27412

[startup+220.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90813 0 0 0 21388 327 0 0 25 0 1 0 1840262511 28323840 6127 4294967295 134512640 134736556 3221224576 3221223136 134544590 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6915 6127 1116 68 0 6847 0
[pid=22120] vsize: 27660
Current children cumulated CPU time (s) 217.15
Current children cumulated vsize (Kb) 27660

[startup+230.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90813 0 0 0 22369 334 0 0 25 0 1 0 1840262511 28303360 6127 4294967295 134512640 134736556 3221224576 3221222920 1077377504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6910 6127 1116 68 0 6842 0
[pid=22120] vsize: 27640
Current children cumulated CPU time (s) 227.03
Current children cumulated vsize (Kb) 27640

[startup+240.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90813 0 0 0 23350 341 0 0 25 0 1 0 1840262511 28303360 6127 4294967295 134512640 134736556 3221224576 3221223264 134605868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6910 6127 1116 68 0 6842 0
[pid=22120] vsize: 27640
Current children cumulated CPU time (s) 236.91
Current children cumulated vsize (Kb) 27640

[startup+250.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90817 0 0 0 24333 347 0 0 25 0 1 0 1840262511 28303360 6131 4294967295 134512640 134736556 3221224576 3221223388 134601939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6910 6131 1116 68 0 6842 0
[pid=22120] vsize: 27640
Current children cumulated CPU time (s) 246.8
Current children cumulated vsize (Kb) 27640

[startup+260.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90823 0 0 0 25315 353 0 0 25 0 1 0 1840262511 28303360 6137 4294967295 134512640 134736556 3221224576 3221223204 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6910 6137 1116 68 0 6842 0
[pid=22120] vsize: 27640
Current children cumulated CPU time (s) 256.68
Current children cumulated vsize (Kb) 27640

[startup+270.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90841 0 0 0 26299 359 0 0 25 0 1 0 1840262511 28459008 6155 4294967295 134512640 134736556 3221224576 3221223168 1077378560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6948 6155 1116 68 0 6880 0
[pid=22120] vsize: 27792
Current children cumulated CPU time (s) 266.58
Current children cumulated vsize (Kb) 27792

[startup+280.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90861 0 0 0 27281 364 0 0 25 0 1 0 1840262511 28459008 6175 4294967295 134512640 134736556 3221224576 3221223172 1077374485 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6948 6175 1116 68 0 6880 0
[pid=22120] vsize: 27792
Current children cumulated CPU time (s) 276.45
Current children cumulated vsize (Kb) 27792

[startup+290.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90861 0 0 0 28262 370 0 0 25 0 1 0 1840262511 28459008 6175 4294967295 134512640 134736556 3221224576 3221223236 134560250 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6948 6175 1116 68 0 6880 0
[pid=22120] vsize: 27792
Current children cumulated CPU time (s) 286.32
Current children cumulated vsize (Kb) 27792

[startup+300.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90861 0 0 0 29239 379 0 0 25 0 1 0 1840262511 28323840 6148 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6915 6148 1116 68 0 6847 0
[pid=22120] vsize: 27660
Current children cumulated CPU time (s) 296.18
Current children cumulated vsize (Kb) 27660

[startup+310.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90869 0 0 0 30220 386 0 0 25 0 1 0 1840262511 28450816 6156 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6946 6156 1116 68 0 6878 0
[pid=22120] vsize: 27784
Current children cumulated CPU time (s) 306.06
Current children cumulated vsize (Kb) 27784

[startup+320.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90869 0 0 0 31198 394 0 0 25 0 1 0 1840262511 28450816 6156 4294967295 134512640 134736556 3221224576 3221222920 1077378051 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6946 6156 1116 68 0 6878 0
[pid=22120] vsize: 27784
Current children cumulated CPU time (s) 315.92
Current children cumulated vsize (Kb) 27784

[startup+330.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90869 0 0 0 32178 401 0 0 25 0 1 0 1840262511 28311552 6145 4294967295 134512640 134736556 3221224576 3221223180 134534834 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6912 6145 1116 68 0 6844 0
[pid=22120] vsize: 27648
Current children cumulated CPU time (s) 325.79
Current children cumulated vsize (Kb) 27648

[startup+340.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90869 0 0 0 33161 408 0 0 25 0 1 0 1840262511 28311552 6145 4294967295 134512640 134736556 3221224576 3221223072 134550803 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6912 6145 1116 68 0 6844 0
[pid=22120] vsize: 27648
Current children cumulated CPU time (s) 335.69
Current children cumulated vsize (Kb) 27648

[startup+350.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90880 0 0 0 34142 415 0 0 25 0 1 0 1840262511 28446720 6156 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6945 6156 1116 68 0 6877 0
[pid=22120] vsize: 27780
Current children cumulated CPU time (s) 345.57
Current children cumulated vsize (Kb) 27780

[startup+360.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90880 0 0 0 35127 421 0 0 25 0 1 0 1840262511 28332032 6150 4294967295 134512640 134736556 3221224576 3221223172 1077374543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6917 6150 1116 68 0 6849 0
[pid=22120] vsize: 27668
Current children cumulated CPU time (s) 355.48
Current children cumulated vsize (Kb) 27668

[startup+370.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90890 0 0 0 36108 429 0 0 25 0 1 0 1840262511 28311552 6145 4294967295 134512640 134736556 3221224576 3221223176 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6912 6145 1116 68 0 6844 0
[pid=22120] vsize: 27648
Current children cumulated CPU time (s) 365.37
Current children cumulated vsize (Kb) 27648

[startup+380.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90890 0 0 0 37090 435 0 0 25 0 1 0 1840262511 28311552 6145 4294967295 134512640 134736556 3221224576 3221223248 134630398 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6912 6145 1116 68 0 6844 0
[pid=22120] vsize: 27648
Current children cumulated CPU time (s) 375.25
Current children cumulated vsize (Kb) 27648

[startup+390.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90913 0 0 0 38069 442 0 0 25 0 1 0 1840262511 28446720 6168 4294967295 134512640 134736556 3221224576 3221223172 1077374568 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6945 6168 1116 68 0 6877 0
[pid=22120] vsize: 27780
Current children cumulated CPU time (s) 385.11
Current children cumulated vsize (Kb) 27780

[startup+400.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90913 0 0 0 39048 449 0 0 25 0 1 0 1840262511 28397568 6166 4294967295 134512640 134736556 3221224576 3221223124 1077374174 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6933 6166 1116 68 0 6865 0
[pid=22120] vsize: 27732
Current children cumulated CPU time (s) 394.97
Current children cumulated vsize (Kb) 27732

[startup+410.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 40031 455 0 0 25 0 1 0 1840262511 28532736 6178 4294967295 134512640 134736556 3221224576 3221223200 134525065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6966 6178 1116 68 0 6898 0
[pid=22120] vsize: 27864
Current children cumulated CPU time (s) 404.86
Current children cumulated vsize (Kb) 27864

[startup+420.016 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90925 0 0 0 41013 461 0 0 25 0 1 0 1840262511 28532736 6178 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6966 6178 1116 68 0 6898 0
[pid=22120] vsize: 27864
Current children cumulated CPU time (s) 414.74
Current children cumulated vsize (Kb) 27864

[startup+430.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 41992 469 0 0 25 0 1 0 1840262511 28532736 6178 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6966 6178 1116 68 0 6898 0
[pid=22120] vsize: 27864
Current children cumulated CPU time (s) 424.61
Current children cumulated vsize (Kb) 27864

[startup+440.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 42972 476 0 0 25 0 1 0 1840262511 28532736 6178 4294967295 134512640 134736556 3221224576 3221223136 134524936 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6966 6178 1116 68 0 6898 0
[pid=22120] vsize: 27864
Current children cumulated CPU time (s) 434.48
Current children cumulated vsize (Kb) 27864

[startup+450.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 43952 484 0 0 25 0 1 0 1840262511 28528640 6178 4294967295 134512640 134736556 3221224576 3221223248 134630169 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6965 6178 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 444.36
Current children cumulated vsize (Kb) 27860

[startup+460.017 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90925 0 0 0 44931 491 0 0 25 0 1 0 1840262511 28528640 6178 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6965 6178 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 454.22
Current children cumulated vsize (Kb) 27860

[startup+470.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 45910 498 0 0 25 0 1 0 1840262511 28487680 6178 4294967295 134512640 134736556 3221224576 3221223216 134619841 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6955 6178 1116 68 0 6887 0
[pid=22120] vsize: 27820
Current children cumulated CPU time (s) 464.08
Current children cumulated vsize (Kb) 27820

[startup+480.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 46890 506 0 0 25 0 1 0 1840262511 28487680 6178 4294967295 134512640 134736556 3221224576 3221223204 134620594 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6955 6178 1116 68 0 6887 0
[pid=22120] vsize: 27820
Current children cumulated CPU time (s) 473.96
Current children cumulated vsize (Kb) 27820

[startup+490.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 47871 514 0 0 25 0 1 0 1840262511 28487680 6178 4294967295 134512640 134736556 3221224576 3221223240 134560217 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6955 6178 1116 68 0 6887 0
[pid=22120] vsize: 27820
Current children cumulated CPU time (s) 483.85
Current children cumulated vsize (Kb) 27820

[startup+500.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 48852 521 0 0 25 0 1 0 1840262511 28487680 6178 4294967295 134512640 134736556 3221224576 3221223264 134553215 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6955 6178 1116 68 0 6887 0
[pid=22120] vsize: 27820
Current children cumulated CPU time (s) 493.73
Current children cumulated vsize (Kb) 27820

[startup+510.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 49833 529 0 0 25 0 1 0 1840262511 28487680 6178 4294967295 134512640 134736556 3221224576 3221223208 134553973 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6955 6178 1116 68 0 6887 0
[pid=22120] vsize: 27820
Current children cumulated CPU time (s) 503.62
Current children cumulated vsize (Kb) 27820

[startup+520.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 50816 536 0 0 25 0 1 0 1840262511 28463104 6178 4294967295 134512640 134736556 3221224576 3221223136 134544698 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6949 6178 1116 68 0 6881 0
[pid=22120] vsize: 27796
Current children cumulated CPU time (s) 513.52
Current children cumulated vsize (Kb) 27796

[startup+530.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90925 0 0 0 51796 544 0 0 25 0 1 0 1840262511 28463104 6178 4294967295 134512640 134736556 3221224576 3221223072 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6949 6178 1116 68 0 6881 0
[pid=22120] vsize: 27796
Current children cumulated CPU time (s) 523.4
Current children cumulated vsize (Kb) 27796

[startup+540.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 52774 553 0 0 25 0 1 0 1840262511 28463104 6182 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6949 6182 1116 68 0 6881 0
[pid=22120] vsize: 27796
Current children cumulated CPU time (s) 533.27
Current children cumulated vsize (Kb) 27796

[startup+550.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 53755 560 0 0 25 0 1 0 1840262511 28463104 6182 4294967295 134512640 134736556 3221224576 3221223196 134598976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6949 6182 1116 68 0 6881 0
[pid=22120] vsize: 27796
Current children cumulated CPU time (s) 543.15
Current children cumulated vsize (Kb) 27796

[startup+560.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 54734 566 0 0 25 0 1 0 1840262511 28463104 6182 4294967295 134512640 134736556 3221224576 3221223072 134550016 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6949 6182 1116 68 0 6881 0
[pid=22120] vsize: 27796
Current children cumulated CPU time (s) 553
Current children cumulated vsize (Kb) 27796

[startup+570.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 55716 573 0 0 25 0 1 0 1840262511 28336128 6151 4294967295 134512640 134736556 3221224576 3221223184 134534851 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6918 6151 1116 68 0 6850 0
[pid=22120] vsize: 27672
Current children cumulated CPU time (s) 562.89
Current children cumulated vsize (Kb) 27672

[startup+580.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 56695 581 0 0 25 0 1 0 1840262511 28336128 6151 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6918 6151 1116 68 0 6850 0
[pid=22120] vsize: 27672
Current children cumulated CPU time (s) 572.76
Current children cumulated vsize (Kb) 27672

[startup+590.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90929 0 0 0 57676 588 0 0 25 0 1 0 1840262511 28336128 6151 4294967295 134512640 134736556 3221224576 3221223196 134560216 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6918 6151 1116 68 0 6850 0
[pid=22120] vsize: 27672
Current children cumulated CPU time (s) 582.64
Current children cumulated vsize (Kb) 27672

[startup+600.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90935 0 0 0 58657 595 0 0 25 0 1 0 1840262511 28471296 6157 4294967295 134512640 134736556 3221224576 3221223076 134523860 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6951 6157 1116 68 0 6883 0
[pid=22120] vsize: 27804
Current children cumulated CPU time (s) 592.52
Current children cumulated vsize (Kb) 27804

[startup+610.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90935 0 0 0 59639 601 0 0 25 0 1 0 1840262511 28471296 6157 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6951 6157 1116 68 0 6883 0
[pid=22120] vsize: 27804
Current children cumulated CPU time (s) 602.4
Current children cumulated vsize (Kb) 27804

[startup+620.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90935 0 0 0 60621 608 0 0 25 0 1 0 1840262511 28471296 6157 4294967295 134512640 134736556 3221224576 3221223136 134524345 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6951 6157 1116 68 0 6883 0
[pid=22120] vsize: 27804
Current children cumulated CPU time (s) 612.29
Current children cumulated vsize (Kb) 27804

[startup+630.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90949 0 0 0 61602 614 0 0 25 0 1 0 1840262511 28450816 6171 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6946 6171 1116 68 0 6878 0
[pid=22120] vsize: 27784
Current children cumulated CPU time (s) 622.16
Current children cumulated vsize (Kb) 27784

[startup+640.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90949 0 0 0 62585 620 0 0 25 0 1 0 1840262511 28450816 6171 4294967295 134512640 134736556 3221224576 3221223024 134553459 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6946 6171 1116 68 0 6878 0
[pid=22120] vsize: 27784
Current children cumulated CPU time (s) 632.05
Current children cumulated vsize (Kb) 27784

[startup+650.023 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90949 0 0 0 63563 629 0 0 25 0 1 0 1840262511 28450816 6171 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6946 6171 1116 68 0 6878 0
[pid=22120] vsize: 27784
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (Kb) 27784

[startup+660.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90949 0 0 0 64546 636 0 0 25 0 1 0 1840262511 28442624 6171 4294967295 134512640 134736556 3221224576 3221223172 1077374543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6944 6171 1116 68 0 6876 0
[pid=22120] vsize: 27776
Current children cumulated CPU time (s) 651.82
Current children cumulated vsize (Kb) 27776

[startup+670.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90949 0 0 0 65530 642 0 0 25 0 1 0 1840262511 28442624 6171 4294967295 134512640 134736556 3221224576 3221223144 134544505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6944 6171 1116 68 0 6876 0
[pid=22120] vsize: 27776
Current children cumulated CPU time (s) 661.72
Current children cumulated vsize (Kb) 27776

[startup+680.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90966 0 0 0 66514 647 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 671.61
Current children cumulated vsize (Kb) 27908

[startup+690.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90966 0 0 0 67496 653 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 681.49
Current children cumulated vsize (Kb) 27908

[startup+700.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90966 0 0 0 68476 658 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223116 1077377191 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 691.34
Current children cumulated vsize (Kb) 27908

[startup+710.024 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90966 0 0 0 69456 665 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 701.21
Current children cumulated vsize (Kb) 27908

[startup+720.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90966 0 0 0 70433 673 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 711.06
Current children cumulated vsize (Kb) 27908

[startup+730.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90966 0 0 0 71412 679 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223064 134553411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 720.91
Current children cumulated vsize (Kb) 27908

[startup+740.024 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90966 0 0 0 72392 685 0 0 25 0 1 0 1840262511 28577792 6188 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6188 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 730.77
Current children cumulated vsize (Kb) 27908

[startup+750.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 73373 691 0 0 25 0 1 0 1840262511 28577792 6191 4294967295 134512640 134736556 3221224576 3221223104 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6191 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 740.64
Current children cumulated vsize (Kb) 27908

[startup+760.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 74354 697 0 0 25 0 1 0 1840262511 28577792 6191 4294967295 134512640 134736556 3221224576 3221223168 1076647554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6191 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 750.51
Current children cumulated vsize (Kb) 27908

[startup+770.025 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90969 0 0 0 75336 704 0 0 25 0 1 0 1840262511 28577792 6191 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6191 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 760.4
Current children cumulated vsize (Kb) 27908

[startup+780.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 76316 712 0 0 25 0 1 0 1840262511 28577792 6191 4294967295 134512640 134736556 3221224576 3221223072 134550016 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6977 6191 1116 68 0 6909 0
[pid=22120] vsize: 27908
Current children cumulated CPU time (s) 770.28
Current children cumulated vsize (Kb) 27908

[startup+790.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 77298 718 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221222876 1077379936 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 780.16
Current children cumulated vsize (Kb) 27788

[startup+800.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 78282 725 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223176 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 790.07
Current children cumulated vsize (Kb) 27788

[startup+810.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 79263 731 0 0 21 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223248 134534866 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 799.94
Current children cumulated vsize (Kb) 27788

[startup+820.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 80240 738 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223232 134629757 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 809.78
Current children cumulated vsize (Kb) 27788

[startup+830.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 81219 745 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223204 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 819.64
Current children cumulated vsize (Kb) 27788

[startup+840.027 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90969 0 0 0 82202 751 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 829.53
Current children cumulated vsize (Kb) 27788

[startup+850.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 83183 758 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223264 134605552 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 839.41
Current children cumulated vsize (Kb) 27788

[startup+860.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 84165 767 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223204 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 849.32
Current children cumulated vsize (Kb) 27788

[startup+870.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 85146 773 0 0 21 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221222876 1077379921 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 859.19
Current children cumulated vsize (Kb) 27788

[startup+880.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 86128 780 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223112 134543970 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 869.08
Current children cumulated vsize (Kb) 27788

[startup+890.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 87107 787 0 0 25 0 1 0 1840262511 28454912 6180 4294967295 134512640 134736556 3221224576 3221223264 134605868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6947 6180 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 878.94
Current children cumulated vsize (Kb) 27788

[startup+900.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90969 0 0 0 88089 794 0 0 25 0 1 0 1840262511 28393472 6165 4294967295 134512640 134736556 3221224576 3221223176 134554073 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6932 6165 1116 68 0 6864 0
[pid=22120] vsize: 27728
Current children cumulated CPU time (s) 888.83
Current children cumulated vsize (Kb) 27728

[startup+910.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90980 0 0 0 89072 800 0 0 25 0 1 0 1840262511 28528640 6176 4294967295 134512640 134736556 3221224576 3221223136 134524931 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6176 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 898.72
Current children cumulated vsize (Kb) 27860

[startup+920.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 90054 806 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223056 134553459 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 908.6
Current children cumulated vsize (Kb) 27860

[startup+930.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 91035 813 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223064 1077377259 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 918.48
Current children cumulated vsize (Kb) 27860

[startup+940.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 92016 820 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 928.36
Current children cumulated vsize (Kb) 27860

[startup+950.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 92998 826 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 938.24
Current children cumulated vsize (Kb) 27860

[startup+960.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 93981 832 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223072 134550685 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 948.13
Current children cumulated vsize (Kb) 27860

[startup+970.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 94965 838 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221222876 1077379860 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 958.03
Current children cumulated vsize (Kb) 27860

[startup+980.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 95948 844 0 0 25 0 1 0 1840262511 28528640 6189 4294967295 134512640 134736556 3221224576 3221223136 134524936 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6965 6189 1116 68 0 6897 0
[pid=22120] vsize: 27860
Current children cumulated CPU time (s) 967.92
Current children cumulated vsize (Kb) 27860

[startup+990.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 96929 852 0 0 25 0 1 0 1840262511 28430336 6174 4294967295 134512640 134736556 3221224576 3221223004 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6941 6174 1116 68 0 6873 0
[pid=22120] vsize: 27764
Current children cumulated CPU time (s) 977.81
Current children cumulated vsize (Kb) 27764

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 97911 859 0 0 25 0 1 0 1840262511 28430336 6174 4294967295 134512640 134736556 3221224576 3221223112 134716411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6941 6174 1116 68 0 6873 0
[pid=22120] vsize: 27764
Current children cumulated CPU time (s) 987.7
Current children cumulated vsize (Kb) 27764

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 98891 867 0 0 25 0 1 0 1840262511 28430336 6174 4294967295 134512640 134736556 3221224576 3221223204 134620612 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6941 6174 1116 68 0 6873 0
[pid=22120] vsize: 27764
Current children cumulated CPU time (s) 997.58
Current children cumulated vsize (Kb) 27764

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 99876 873 0 0 25 0 1 0 1840262511 28430336 6174 4294967295 134512640 134736556 3221224576 3221223264 134553220 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6941 6174 1116 68 0 6873 0
[pid=22120] vsize: 27764
Current children cumulated CPU time (s) 1007.49
Current children cumulated vsize (Kb) 27764

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90993 0 0 0 100857 881 0 0 25 0 1 0 1840262511 28430336 6174 4294967295 134512640 134736556 3221224576 3221223168 1077378651 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 6941 6174 1116 68 0 6873 0
[pid=22120] vsize: 27764
Current children cumulated CPU time (s) 1017.38
Current children cumulated vsize (Kb) 27764

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90996 0 0 0 101837 888 0 0 25 0 1 0 1840262511 28565504 6177 4294967295 134512640 134736556 3221224576 3221223248 134630390 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6974 6177 1116 68 0 6906 0
[pid=22120] vsize: 27896
Current children cumulated CPU time (s) 1027.25
Current children cumulated vsize (Kb) 27896

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90996 0 0 0 102818 896 0 0 25 0 1 0 1840262511 28565504 6177 4294967295 134512640 134736556 3221224576 3221223192 134599015 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6974 6177 1116 68 0 6906 0
[pid=22120] vsize: 27896
Current children cumulated CPU time (s) 1037.14
Current children cumulated vsize (Kb) 27896

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 90996 0 0 0 103799 903 0 0 25 0 1 0 1840262511 28565504 6177 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6974 6177 1116 68 0 6906 0
[pid=22120] vsize: 27896
Current children cumulated CPU time (s) 1047.02
Current children cumulated vsize (Kb) 27896

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 90996 0 0 0 104782 909 0 0 25 0 1 0 1840262511 28565504 6177 4294967295 134512640 134736556 3221224576 3221223104 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6974 6177 1116 68 0 6906 0
[pid=22120] vsize: 27896
Current children cumulated CPU time (s) 1056.91
Current children cumulated vsize (Kb) 27896

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 105764 916 0 0 25 0 1 0 1840262511 28700672 6213 4294967295 134512640 134736556 3221224576 3221223248 134630169 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 7007 6213 1116 68 0 6939 0
[pid=22120] vsize: 28028
Current children cumulated CPU time (s) 1066.8
Current children cumulated vsize (Kb) 28028

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 106745 924 0 0 25 0 1 0 1840262511 28700672 6213 4294967295 134512640 134736556 3221224576 3221223236 134630068 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 7007 6213 1116 68 0 6939 0
[pid=22120] vsize: 28028
Current children cumulated CPU time (s) 1076.69
Current children cumulated vsize (Kb) 28028

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 107727 931 0 0 18 0 1 0 1840262511 28700672 6213 4294967295 134512640 134736556 3221224576 3221223056 134549995 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/22120/statm): 7007 6213 1116 68 0 6939 0
[pid=22120] vsize: 28028
Current children cumulated CPU time (s) 1086.58
Current children cumulated vsize (Kb) 28028

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 108711 938 0 0 25 0 1 0 1840262511 28700672 6213 4294967295 134512640 134736556 3221224576 3221223176 134524926 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 7007 6213 1116 68 0 6939 0
[pid=22120] vsize: 28028
Current children cumulated CPU time (s) 1096.49
Current children cumulated vsize (Kb) 28028

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 109691 945 0 0 25 0 1 0 1840262511 28413952 6170 4294967295 134512640 134736556 3221224576 3221223064 1077377288 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6937 6170 1116 68 0 6869 0
[pid=22120] vsize: 27748
Current children cumulated CPU time (s) 1106.36
Current children cumulated vsize (Kb) 27748

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 110663 953 0 0 25 0 1 0 1840262511 28413952 6170 4294967295 134512640 134736556 3221224576 3221223072 134523867 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6937 6170 1116 68 0 6869 0
[pid=22120] vsize: 27748
Current children cumulated CPU time (s) 1116.16
Current children cumulated vsize (Kb) 27748

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 111639 960 0 0 25 0 1 0 1840262511 28413952 6170 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6937 6170 1116 68 0 6869 0
[pid=22120] vsize: 27748
Current children cumulated CPU time (s) 1125.99
Current children cumulated vsize (Kb) 27748

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 112617 968 0 0 25 0 1 0 1840262511 28413952 6170 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6937 6170 1116 68 0 6869 0
[pid=22120] vsize: 27748
Current children cumulated CPU time (s) 1135.85
Current children cumulated vsize (Kb) 27748

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91032 0 0 0 113600 975 0 0 25 0 1 0 1840262511 28405760 6168 4294967295 134512640 134736556 3221224576 3221223304 134560337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6935 6168 1116 68 0 6867 0
[pid=22120] vsize: 27740
Current children cumulated CPU time (s) 1145.75
Current children cumulated vsize (Kb) 27740

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 91032 0 0 0 114583 982 0 0 25 0 1 0 1840262511 28405760 6168 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6935 6168 1116 68 0 6867 0
[pid=22120] vsize: 27740
Current children cumulated CPU time (s) 1155.65
Current children cumulated vsize (Kb) 27740

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) T 22119 22120 20728 0 -1 0 91036 0 0 0 115565 988 0 0 25 0 1 0 1840262511 28454912 6172 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6172 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 1165.53
Current children cumulated vsize (Kb) 27788

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91036 0 0 0 116551 993 0 0 25 0 1 0 1840262511 28454912 6172 4294967295 134512640 134736556 3221224576 3221223200 134525065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6172 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 1175.44
Current children cumulated vsize (Kb) 27788

[startup+1200.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 22120
Raw data (/proc/22120/stat): 22120 (bsolo) R 22119 22120 20728 0 -1 0 91036 0 0 0 117532 999 0 0 25 0 1 0 1840262511 28454912 6172 4294967295 134512640 134736556 3221224576 3221223176 134553973 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/22120/statm): 6947 6172 1116 68 0 6879 0
[pid=22120] vsize: 27788
Current children cumulated CPU time (s) 1185.31
Current children cumulated vsize (Kb) 27788
One traced child (pid=22120) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1209.86
CPU time (s): 1195.03
CPU user time (s): 1184.96
CPU system time (s): 10.0695
CPU usage (%): 98.7745
Max. virtual memory (cumulated for all children) (Kb): 44896

Verifier Data

Verifier:	OK	-29