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-4.opb
MD5SUMe3892e1941a878802a8ccbbd36201a02
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 constraints27842
Number of constraints which are clauses27842
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 381

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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:        944988 kB
Buffers:         35120 kB
Cached:          25592 kB
SwapCached:        692 kB
Active:          53844 kB
Inactive:         9444 kB
HighTotal:      131008 kB
HighFree:       102284 kB
LowTotal:       903652 kB
LowFree:        842704 kB
SwapTotal:     2097136 kB
SwapFree:      2095920 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            20820 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 10:02:14 (client local time) WITH STATUS 10 IN 1195.03 SECONDS
stats: 348 0 1195.03 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 595 variables and 27842 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 8.7
c After prepocess the problem consists of 595 variables and 27842 constraints.
c Initial Lower Bound: -595
c NEW SOLUTION FOUND: -1 @ 8.819 @ #Dec. 594
c NEW SOLUTION FOUND: -2 @ 8.848 @ #Dec. 603
c Restart #1 #Var: 595 #Dec: 776 LB: -595 @ 9.554
c NEW SOLUTION FOUND: -23 @ 9.662 @ #Dec. 797
c NEW SOLUTION FOUND: -24 @ 9.671 @ #Dec. 798
c NEW SOLUTION FOUND: -25 @ 9.796 @ #Dec. 859
c Restart #2 #Var: 595 #Dec: 1383 LB: -595 @ 10.992
c Restart #3 #Var: 595 #Dec: 2226 LB: -595 @ 12.904
c Restart #4 #Var: 595 #Dec: 3718 LB: -595 @ 15.361
c NEW SOLUTION FOUND: -27 @ 15.469 @ #Dec. 3744
c NEW SOLUTION FOUND: -28 @ 16.51 @ #Dec. 4605
c Restart #5 #Var: 595 #Dec: 6500 LB: -595 @ 19.363
c Restart #6 #Var: 595 #Dec: 8177 LB: -595 @ 22.93
c Restart #7 #Var: 595 #Dec: 9924 LB: -595 @ 27.042
c Restart #8 #Var: 595 #Dec: 12258 LB: -595 @ 31.635
c CHANGE to MIS mode... 	UB: -28	MIS: -595	LPR: -266 (12.749)	Diff: 2.2368
c Restart #0 #Var: 595 #Dec: 16091 LB: -595 @ 164.49
c Restart #1 #Var: 595 #Dec: 16330 LB: -595 @ 165.43
c Restart #2 #Var: 595 #Dec: 16825 LB: -595 @ 166.94
c Restart #3 #Var: 595 #Dec: 17793 LB: -595 @ 168.99
c Restart #4 #Var: 595 #Dec: 18684 LB: -302 @ 171.79
c Restart #5 #Var: 595 #Dec: 19937 LB: -595 @ 175.27
c Restart #6 #Var: 595 #Dec: 21351 LB: -301 @ 179.25
c Restart #7 #Var: 595 #Dec: 23256 LB: -595 @ 183.78
c Restart #8 #Var: 595 #Dec: 25249 LB: -595 @ 188.81
c Restart #9 #Var: 595 #Dec: 27787 LB: -300 @ 194.68
c Restart #10 #Var: 595 #Dec: 31629 LB: -595 @ 201.02
c Restart #11 #Var: 595 #Dec: 34908 LB: -595 @ 207.84
c Restart #12 #Var: 595 #Dec: 37582 LB: -595 @ 215.49
c Restart #13 #Var: 595 #Dec: 41137 LB: -595 @ 223.65
c Restart #14 #Var: 595 #Dec: 44110 LB: -595 @ 233.26
c Restart #15 #Var: 595 #Dec: 49040 LB: -595 @ 242.61
c Restart #16 #Var: 595 #Dec: 52724 LB: -595 @ 252.74
c NEW SOLUTION FOUND: -29 @ 258.5 @ #Dec. 57053
c Restart #17 #Var: 595 #Dec: 63738 LB: -595 @ 268.47
c Restart #18 #Var: 595 #Dec: 67617 LB: -302 @ 280.61
c Restart #19 #Var: 595 #Dec: 71588 LB: -595 @ 293.02
c Restart #20 #Var: 595 #Dec: 75735 LB: -595 @ 306.02
c Restart #21 #Var: 595 #Dec: 80283 LB: -302 @ 319.08
c Restart #22 #Var: 595 #Dec: 85188 LB: -595 @ 332.75
c Restart #23 #Var: 595 #Dec: 89854 LB: -595 @ 347.01
c Restart #24 #Var: 595 #Dec: 96688 LB: -300 @ 361.98
c Restart #25 #Var: 595 #Dec: 103122 LB: -595 @ 377.43
c Restart #26 #Var: 595 #Dec: 108519 LB: -595 @ 394.66
c Restart #27 #Var: 595 #Dec: 114215 LB: -595 @ 412.32
c Restart #28 #Var: 595 #Dec: 120281 LB: -595 @ 429.61
c Restart #29 #Var: 595 #Dec: 126377 LB: -595 @ 447.98
c Restart #30 #Var: 595 #Dec: 132878 LB: -595 @ 466.94
c Restart #31 #Var: 595 #Dec: 141566 LB: -595 @ 485.88
c Restart #32 #Var: 595 #Dec: 149624 LB: -595 @ 506
c Restart #33 #Var: 595 #Dec: 157420 LB: -595 @ 526.61
c Restart #34 #Var: 595 #Dec: 165599 LB: -595 @ 547.73
c Restart #35 #Var: 595 #Dec: 173771 LB: -595 @ 569.19
c Restart #36 #Var: 595 #Dec: 181162 LB: -595 @ 591.79
c Restart #37 #Var: 595 #Dec: 189097 LB: -595 @ 616.08
c Restart #38 #Var: 595 #Dec: 197088 LB: -595 @ 640.67
c Restart #39 #Var: 595 #Dec: 206056 LB: -595 @ 665.55
c Restart #40 #Var: 595 #Dec: 214777 LB: -595 @ 691.09
c Restart #41 #Var: 595 #Dec: 223612 LB: -595 @ 716.82
c Restart #42 #Var: 595 #Dec: 233084 LB: -595 @ 743.33
c Restart #43 #Var: 595 #Dec: 242984 LB: -595 @ 770.32
c Restart #44 #Var: 595 #Dec: 252077 LB: -595 @ 798.79
c Restart #45 #Var: 595 #Dec: 267905 LB: -595 @ 826.14
c Restart #46 #Var: 595 #Dec: 278489 LB: -595 @ 854.44
c Restart #47 #Var: 595 #Dec: 289715 LB: -595 @ 883.53
c Restart #48 #Var: 595 #Dec: 299971 LB: -595 @ 913.73
c Restart #49 #Var: 595 #Dec: 310441 LB: -595 @ 944.28
c Restart #50 #Var: 595 #Dec: 320724 LB: -595 @ 978.14
c Restart #51 #Var: 595 #Dec: 331610 LB: -595 @ 1010.5
c Restart #52 #Var: 595 #Dec: 342968 LB: -595 @ 1043.5
c Restart #53 #Var: 595 #Dec: 354753 LB: -595 @ 1077.2
c Restart #54 #Var: 595 #Dec: 367087 LB: -595 @ 1111
c Restart #55 #Var: 595 #Dec: 379007 LB: -595 @ 1144.8
c Restart #56 #Var: 595 #Dec: 392181 LB: -595 @ 1180.4
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/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782020554 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 107 3 90 68 0 39 0
[pid=608] 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/wulflinc15/normalized-frb35-17-4.opb

[startup+10.0028 s]
Raw data (loadavg): 0.93 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 4044 0 0 0 972 16 0 0 25 0 1 0 1782020554 19484672 3936 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/608/statm): 4757 3936 1116 68 0 4689 0
[pid=608] vsize: 19028
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 19028

[startup+20.0046 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4090 0 0 0 1945 26 0 0 25 0 1 0 1782020554 19603456 3965 4294967295 134512640 134736556 3221224576 3221223220 1077374508 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 4786 3965 1116 68 0 4718 0
[pid=608] vsize: 19144
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (Kb) 19144

[startup+30.0054 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4107 0 0 0 2922 33 0 0 25 0 1 0 1782020554 19738624 3982 4294967295 134512640 134736556 3221224576 3221223264 134605142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 4819 3982 1116 68 0 4751 0
[pid=608] vsize: 19276
Current children cumulated CPU time (s) 29.55
Current children cumulated vsize (Kb) 19276

[startup+40.0063 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4524 0 0 0 3899 41 0 0 25 0 1 0 1782020554 21528576 4399 4294967295 134512640 134736556 3221224576 3221222608 1074153786 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 5256 4399 1116 68 0 5188 0
[pid=608] vsize: 21024
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (Kb) 21024

[startup+50.0071 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4712 0 0 0 4830 59 0 0 25 0 1 0 1782020554 22355968 4587 4294967295 134512640 134736556 3221224576 3221222608 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 5458 4587 1116 68 0 5390 0
[pid=608] vsize: 21832
Current children cumulated CPU time (s) 48.89
Current children cumulated vsize (Kb) 21832

[startup+60.0069 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4819 0 0 0 5781 72 0 0 25 0 1 0 1782020554 22720512 4694 4294967295 134512640 134736556 3221224576 3221222608 1074153760 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 5547 4694 1116 68 0 5479 0
[pid=608] vsize: 22188
Current children cumulated CPU time (s) 58.53
Current children cumulated vsize (Kb) 22188

[startup+70.0078 s]
Raw data (loadavg): 0.97 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 4866 0 0 0 6733 84 0 0 25 0 1 0 1782020554 22904832 4719 4294967295 134512640 134736556 3221224576 3221222256 1077814665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 5592 4719 1116 68 0 5524 0
[pid=608] vsize: 22368
Current children cumulated CPU time (s) 68.17
Current children cumulated vsize (Kb) 22368

[startup+80.0086 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 4878 0 0 0 7696 93 0 0 25 0 1 0 1782020554 22945792 4731 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 5602 4731 1116 68 0 5534 0
[pid=608] vsize: 22408
Current children cumulated CPU time (s) 77.89
Current children cumulated vsize (Kb) 22408

[startup+90.0094 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 5059 0 0 0 8660 102 0 0 21 0 1 0 1782020554 23658496 4912 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 5776 4912 1116 68 0 5708 0
[pid=608] vsize: 23104
Current children cumulated CPU time (s) 87.62
Current children cumulated vsize (Kb) 23104

[startup+100.01 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 8378 0 0 0 9644 112 0 0 25 0 1 0 1782020554 42278912 7485 4294967295 134512640 134736556 3221224576 3221220444 1075116549 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 10322 7485 1116 68 0 10254 0
[pid=608] vsize: 41288
Current children cumulated CPU time (s) 97.56
Current children cumulated vsize (Kb) 41288

[startup+110.011 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 9138 0 0 0 10642 114 0 0 25 0 1 0 1782020554 38854656 7463 4294967295 134512640 134736556 3221224576 3221220464 1075115715 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 9486 7463 1116 68 0 9418 0
[pid=608] vsize: 37944
Current children cumulated CPU time (s) 107.56
Current children cumulated vsize (Kb) 37944

[startup+120.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 9148 0 0 0 11642 114 0 0 25 0 1 0 1782020554 38854656 7463 4294967295 134512640 134736556 3221224576 3221220464 1075115715 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 9486 7463 1116 68 0 9418 0
[pid=608] vsize: 37944
Current children cumulated CPU time (s) 117.56
Current children cumulated vsize (Kb) 37944

[startup+130.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 17582 0 0 0 12620 134 0 0 25 0 1 0 1782020554 42930176 7353 4294967295 134512640 134736556 3221224576 3221221144 1074950114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 10481 7353 1116 68 0 10413 0
[pid=608] vsize: 41924
Current children cumulated CPU time (s) 127.54
Current children cumulated vsize (Kb) 41924

[startup+140.014 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 35173 0 0 0 13570 178 0 0 25 0 1 0 1782020554 32153600 5930 4294967295 134512640 134736556 3221224576 3221221096 1077799011 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 7850 5930 1116 68 0 7782 0
[pid=608] vsize: 31400
Current children cumulated CPU time (s) 137.48
Current children cumulated vsize (Kb) 31400

[startup+150.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 64217 0 0 0 14489 249 0 0 25 0 1 0 1782020554 27901952 6003 4294967295 134512640 134736556 3221224576 3221222008 1077410205 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6812 6006 1116 68 0 6744 0
[pid=608] vsize: 27248
Current children cumulated CPU time (s) 147.38
Current children cumulated vsize (Kb) 27248

[startup+160.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 76263 0 0 0 15457 276 0 0 25 0 1 0 1782020554 45891584 8322 4294967295 134512640 134736556 3221224576 3221220768 1075088563 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 11204 8322 1116 68 0 11136 0
[pid=608] vsize: 44816
Current children cumulated CPU time (s) 157.33
Current children cumulated vsize (Kb) 44816

[startup+170.015 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87333 0 0 0 16422 304 0 0 25 0 1 0 1782020554 27811840 6022 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/608/statm): 6790 6022 1116 68 0 6722 0
[pid=608] vsize: 27160
Current children cumulated CPU time (s) 167.26
Current children cumulated vsize (Kb) 27160

[startup+180.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87386 0 0 0 17402 310 0 0 25 0 1 0 1782020554 28135424 6075 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6869 6075 1116 68 0 6801 0
[pid=608] vsize: 27476
Current children cumulated CPU time (s) 177.12
Current children cumulated vsize (Kb) 27476

[startup+190.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87419 0 0 0 18379 318 0 0 25 0 1 0 1782020554 28110848 6095 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6863 6095 1116 68 0 6795 0
[pid=608] vsize: 27452
Current children cumulated CPU time (s) 186.97
Current children cumulated vsize (Kb) 27452

[startup+200.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87419 0 0 0 19359 325 0 0 25 0 1 0 1782020554 28110848 6095 4294967295 134512640 134736556 3221224576 3221223180 134534805 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6863 6095 1116 68 0 6795 0
[pid=608] vsize: 27452
Current children cumulated CPU time (s) 196.84
Current children cumulated vsize (Kb) 27452

[startup+210.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87433 0 0 0 20333 333 0 0 25 0 1 0 1782020554 28246016 6109 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6896 6109 1116 68 0 6828 0
[pid=608] vsize: 27584
Current children cumulated CPU time (s) 206.66
Current children cumulated vsize (Kb) 27584

[startup+220.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87450 0 0 0 21312 340 0 0 25 0 1 0 1782020554 28114944 6096 4294967295 134512640 134736556 3221224576 3221223236 134560266 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6864 6096 1116 68 0 6796 0
[pid=608] vsize: 27456
Current children cumulated CPU time (s) 216.52
Current children cumulated vsize (Kb) 27456

[startup+230.018 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87450 0 0 0 22291 347 0 0 25 0 1 0 1782020554 28114944 6096 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6864 6096 1116 68 0 6796 0
[pid=608] vsize: 27456
Current children cumulated CPU time (s) 226.38
Current children cumulated vsize (Kb) 27456

[startup+240.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87481 0 0 0 23270 354 0 0 25 0 1 0 1782020554 28348416 6127 4294967295 134512640 134736556 3221224576 3221223240 134543709 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6921 6127 1116 68 0 6853 0
[pid=608] vsize: 27684
Current children cumulated CPU time (s) 236.24
Current children cumulated vsize (Kb) 27684

[startup+250.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87481 0 0 0 24247 362 0 0 25 0 1 0 1782020554 28176384 6111 4294967295 134512640 134736556 3221224576 3221223216 1076648048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6879 6111 1116 68 0 6811 0
[pid=608] vsize: 27516
Current children cumulated CPU time (s) 246.09
Current children cumulated vsize (Kb) 27516

[startup+260.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87483 0 0 0 25222 371 0 0 25 0 1 0 1782020554 28311552 6113 4294967295 134512640 134736556 3221224576 3221223232 134605407 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6912 6113 1116 68 0 6844 0
[pid=608] vsize: 27648
Current children cumulated CPU time (s) 255.93
Current children cumulated vsize (Kb) 27648

[startup+270.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87514 0 0 0 26183 385 0 0 25 0 1 0 1782020554 28311552 6144 4294967295 134512640 134736556 3221224576 3221223092 1077374114 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6912 6144 1116 68 0 6844 0
[pid=608] vsize: 27648
Current children cumulated CPU time (s) 265.68
Current children cumulated vsize (Kb) 27648

[startup+280.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87531 0 0 0 27163 392 0 0 25 0 1 0 1782020554 28246016 6112 4294967295 134512640 134736556 3221224576 3221223172 134620476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6896 6112 1116 68 0 6828 0
[pid=608] vsize: 27584
Current children cumulated CPU time (s) 275.55
Current children cumulated vsize (Kb) 27584

[startup+290.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87531 0 0 0 28147 397 0 0 25 0 1 0 1782020554 28246016 6112 4294967295 134512640 134736556 3221224576 3221223248 134630222 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6896 6112 1116 68 0 6828 0
[pid=608] vsize: 27584
Current children cumulated CPU time (s) 285.44
Current children cumulated vsize (Kb) 27584

[startup+300.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87531 0 0 0 29129 403 0 0 25 0 1 0 1782020554 28110848 6095 4294967295 134512640 134736556 3221224576 3221223228 1076648036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6863 6095 1116 68 0 6795 0
[pid=608] vsize: 27452
Current children cumulated CPU time (s) 295.32
Current children cumulated vsize (Kb) 27452

[startup+310.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87558 0 0 0 30113 409 0 0 25 0 1 0 1782020554 28237824 6122 4294967295 134512640 134736556 3221224576 3221223104 134543131 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6894 6122 1116 68 0 6826 0
[pid=608] vsize: 27576
Current children cumulated CPU time (s) 305.22
Current children cumulated vsize (Kb) 27576

[startup+320.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87578 0 0 0 31093 417 0 0 25 0 1 0 1782020554 28352512 6142 4294967295 134512640 134736556 3221224576 3221223172 1077374508 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6922 6142 1116 68 0 6854 0
[pid=608] vsize: 27688
Current children cumulated CPU time (s) 315.1
Current children cumulated vsize (Kb) 27688

[startup+330.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87593 0 0 0 32074 423 0 0 25 0 1 0 1782020554 28487680 6157 4294967295 134512640 134736556 3221224576 3221223152 134524338 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6955 6157 1116 68 0 6887 0
[pid=608] vsize: 27820
Current children cumulated CPU time (s) 324.97
Current children cumulated vsize (Kb) 27820

[startup+340.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87593 0 0 0 33055 431 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223216 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 334.86
Current children cumulated vsize (Kb) 27672

[startup+350.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87593 0 0 0 34037 436 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223200 134619826 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 344.73
Current children cumulated vsize (Kb) 27672

[startup+360.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87597 0 0 0 35013 445 0 0 25 0 1 0 1782020554 28426240 6143 4294967295 134512640 134736556 3221224576 3221223328 134619853 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6940 6143 1116 68 0 6872 0
[pid=608] vsize: 27760
Current children cumulated CPU time (s) 354.58
Current children cumulated vsize (Kb) 27760

[startup+370.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 35990 452 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223048 134553405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 364.42
Current children cumulated vsize (Kb) 27676

[startup+380.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 36968 460 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223032 1077378381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 374.28
Current children cumulated vsize (Kb) 27676

[startup+390.025 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87632 0 0 0 37950 466 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 384.16
Current children cumulated vsize (Kb) 27676

[startup+400.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 38931 475 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223072 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 394.06
Current children cumulated vsize (Kb) 27676

[startup+410.029 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87632 0 0 0 39915 479 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 403.94
Current children cumulated vsize (Kb) 27676

[startup+420.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 40897 485 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223084 134524087 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 413.82
Current children cumulated vsize (Kb) 27676

[startup+430.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 41877 492 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223172 1077374467 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 423.69
Current children cumulated vsize (Kb) 27676

[startup+440.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87632 0 0 0 42861 497 0 0 25 0 1 0 1782020554 28340224 6151 4294967295 134512640 134736556 3221224576 3221223216 134605095 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6919 6151 1116 68 0 6851 0
[pid=608] vsize: 27676
Current children cumulated CPU time (s) 433.58
Current children cumulated vsize (Kb) 27676

[startup+450.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87659 0 0 0 43840 506 0 0 25 0 1 0 1782020554 28434432 6168 4294967295 134512640 134736556 3221224576 3221223216 134605078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6942 6168 1116 68 0 6874 0
[pid=608] vsize: 27768
Current children cumulated CPU time (s) 443.46
Current children cumulated vsize (Kb) 27768

[startup+460.032 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87682 0 0 0 44824 513 0 0 25 0 1 0 1782020554 28569600 6191 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6975 6191 1116 68 0 6907 0
[pid=608] vsize: 27900
Current children cumulated CPU time (s) 453.37
Current children cumulated vsize (Kb) 27900

[startup+470.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87684 0 0 0 45806 519 0 0 25 0 1 0 1782020554 28368896 6132 4294967295 134512640 134736556 3221224576 3221223288 134560348 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6926 6132 1116 68 0 6858 0
[pid=608] vsize: 27704
Current children cumulated CPU time (s) 463.25
Current children cumulated vsize (Kb) 27704

[startup+480.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87698 0 0 0 46788 526 0 0 25 0 1 0 1782020554 28119040 6097 4294967295 134512640 134736556 3221224576 3221223204 134524892 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6865 6097 1116 68 0 6797 0
[pid=608] vsize: 27460
Current children cumulated CPU time (s) 473.14
Current children cumulated vsize (Kb) 27460

[startup+490.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 47761 535 0 0 25 0 1 0 1782020554 28368896 6154 4294967295 134512640 134736556 3221224576 3221223172 1077374550 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6926 6154 1116 68 0 6858 0
[pid=608] vsize: 27704
Current children cumulated CPU time (s) 482.96
Current children cumulated vsize (Kb) 27704

[startup+500.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 48741 543 0 0 25 0 1 0 1782020554 28368896 6154 4294967295 134512640 134736556 3221224576 3221223240 134553044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6926 6154 1116 68 0 6858 0
[pid=608] vsize: 27704
Current children cumulated CPU time (s) 492.84
Current children cumulated vsize (Kb) 27704

[startup+510.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 49719 551 0 0 25 0 1 0 1782020554 28368896 6154 4294967295 134512640 134736556 3221224576 3221223052 1077374048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6926 6154 1116 68 0 6858 0
[pid=608] vsize: 27704
Current children cumulated CPU time (s) 502.7
Current children cumulated vsize (Kb) 27704

[startup+520.035 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87755 0 0 0 50701 557 0 0 25 0 1 0 1782020554 28356608 6154 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6923 6154 1116 68 0 6855 0
[pid=608] vsize: 27692
Current children cumulated CPU time (s) 512.58
Current children cumulated vsize (Kb) 27692

[startup+530.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 51678 565 0 0 25 0 1 0 1782020554 28356608 6154 4294967295 134512640 134736556 3221224576 3221223076 1077378607 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6923 6154 1116 68 0 6855 0
[pid=608] vsize: 27692
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (Kb) 27692

[startup+540.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 52660 573 0 0 25 0 1 0 1782020554 28356608 6154 4294967295 134512640 134736556 3221224576 3221223136 134634130 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6923 6154 1116 68 0 6855 0
[pid=608] vsize: 27692
Current children cumulated CPU time (s) 532.33
Current children cumulated vsize (Kb) 27692

[startup+550.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 53640 580 0 0 25 0 1 0 1782020554 28356608 6154 4294967295 134512640 134736556 3221224576 3221223216 134620501 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6923 6154 1116 68 0 6855 0
[pid=608] vsize: 27692
Current children cumulated CPU time (s) 542.2
Current children cumulated vsize (Kb) 27692

[startup+560.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 54622 586 0 0 25 0 1 0 1782020554 28356608 6154 4294967295 134512640 134736556 3221224576 3221223216 134620392 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6923 6154 1116 68 0 6855 0
[pid=608] vsize: 27692
Current children cumulated CPU time (s) 552.08
Current children cumulated vsize (Kb) 27692

[startup+570.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 55601 593 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223316 134617609 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 561.94
Current children cumulated vsize (Kb) 27672

[startup+580.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 56581 599 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223112 134523859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 571.8
Current children cumulated vsize (Kb) 27672

[startup+590.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 57563 607 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223088 1077377136 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 581.7
Current children cumulated vsize (Kb) 27672

[startup+600.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87755 0 0 0 58542 613 0 0 25 0 1 0 1782020554 28336128 6150 4294967295 134512640 134736556 3221224576 3221223072 134523861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6918 6150 1116 68 0 6850 0
[pid=608] vsize: 27672
Current children cumulated CPU time (s) 591.55
Current children cumulated vsize (Kb) 27672

[startup+610.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87760 0 0 0 59524 620 0 0 25 0 1 0 1782020554 28467200 6155 4294967295 134512640 134736556 3221224576 3221223120 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6950 6155 1116 68 0 6882 0
[pid=608] vsize: 27800
Current children cumulated CPU time (s) 601.44
Current children cumulated vsize (Kb) 27800

[startup+620.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87774 0 0 0 60507 626 0 0 25 0 1 0 1782020554 28467200 6169 4294967295 134512640 134736556 3221224576 3221223024 134553489 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6950 6169 1116 68 0 6882 0
[pid=608] vsize: 27800
Current children cumulated CPU time (s) 611.33
Current children cumulated vsize (Kb) 27800

[startup+630.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87774 0 0 0 61488 634 0 0 25 0 1 0 1782020554 28467200 6169 4294967295 134512640 134736556 3221224576 3221223216 134634371 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6950 6169 1116 68 0 6882 0
[pid=608] vsize: 27800
Current children cumulated CPU time (s) 621.22
Current children cumulated vsize (Kb) 27800

[startup+640.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87799 0 0 0 62468 640 0 0 25 0 1 0 1782020554 28602368 6194 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6983 6194 1116 68 0 6915 0
[pid=608] vsize: 27932
Current children cumulated CPU time (s) 631.08
Current children cumulated vsize (Kb) 27932

[startup+650.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87824 0 0 0 63450 647 0 0 25 0 1 0 1782020554 28577792 6209 4294967295 134512640 134736556 3221224576 3221223220 134605341 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6977 6209 1116 68 0 6909 0
[pid=608] vsize: 27908
Current children cumulated CPU time (s) 640.97
Current children cumulated vsize (Kb) 27908

[startup+660.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87824 0 0 0 64429 654 0 0 25 0 1 0 1782020554 28475392 6184 4294967295 134512640 134736556 3221224576 3221223176 134553982 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6952 6184 1116 68 0 6884 0
[pid=608] vsize: 27808
Current children cumulated CPU time (s) 650.83
Current children cumulated vsize (Kb) 27808

[startup+670.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87824 0 0 0 65410 661 0 0 25 0 1 0 1782020554 28475392 6184 4294967295 134512640 134736556 3221224576 3221223200 134620600 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6952 6184 1116 68 0 6884 0
[pid=608] vsize: 27808
Current children cumulated CPU time (s) 660.71
Current children cumulated vsize (Kb) 27808

[startup+680.039 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87824 0 0 0 66394 667 0 0 25 0 1 0 1782020554 28397568 6165 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6933 6165 1116 68 0 6865 0
[pid=608] vsize: 27732
Current children cumulated CPU time (s) 670.61
Current children cumulated vsize (Kb) 27732

[startup+690.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87824 0 0 0 67374 674 0 0 25 0 1 0 1782020554 28397568 6165 4294967295 134512640 134736556 3221224576 3221223148 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6933 6165 1116 68 0 6865 0
[pid=608] vsize: 27732
Current children cumulated CPU time (s) 680.48
Current children cumulated vsize (Kb) 27732

[startup+700.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87828 0 0 0 68355 681 0 0 25 0 1 0 1782020554 28524544 6169 4294967295 134512640 134736556 3221224576 3221223328 134552874 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6964 6169 1116 68 0 6896 0
[pid=608] vsize: 27856
Current children cumulated CPU time (s) 690.36
Current children cumulated vsize (Kb) 27856

[startup+710.041 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87828 0 0 0 69336 687 0 0 25 0 1 0 1782020554 28524544 6169 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6964 6169 1116 68 0 6896 0
[pid=608] vsize: 27856
Current children cumulated CPU time (s) 700.23
Current children cumulated vsize (Kb) 27856

[startup+720.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87828 0 0 0 70320 693 0 0 25 0 1 0 1782020554 28524544 6169 4294967295 134512640 134736556 3221224576 3221223248 134605855 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6964 6169 1116 68 0 6896 0
[pid=608] vsize: 27856
Current children cumulated CPU time (s) 710.13
Current children cumulated vsize (Kb) 27856

[startup+730.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 71304 698 0 0 25 0 1 0 1782020554 28508160 6170 4294967295 134512640 134736556 3221224576 3221223108 134549960 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6960 6170 1116 68 0 6892 0
[pid=608] vsize: 27840
Current children cumulated CPU time (s) 720.02
Current children cumulated vsize (Kb) 27840

[startup+740.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 72286 705 0 0 25 0 1 0 1782020554 28508160 6170 4294967295 134512640 134736556 3221224576 3221223032 1077377771 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6960 6170 1116 68 0 6892 0
[pid=608] vsize: 27840
Current children cumulated CPU time (s) 729.91
Current children cumulated vsize (Kb) 27840

[startup+750.042 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87829 0 0 0 73267 711 0 0 25 0 1 0 1782020554 28508160 6170 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6960 6170 1116 68 0 6892 0
[pid=608] vsize: 27840
Current children cumulated CPU time (s) 739.78
Current children cumulated vsize (Kb) 27840

[startup+760.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 74249 718 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223104 134550677 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 749.67
Current children cumulated vsize (Kb) 27836

[startup+770.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87829 0 0 0 75225 726 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 759.51
Current children cumulated vsize (Kb) 27836

[startup+780.045 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87829 0 0 0 76206 733 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 769.39
Current children cumulated vsize (Kb) 27836

[startup+790.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 77186 740 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 779.26
Current children cumulated vsize (Kb) 27836

[startup+800.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 78170 746 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223328 134552868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 789.16
Current children cumulated vsize (Kb) 27836

[startup+810.045 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87829 0 0 0 79152 752 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 799.04
Current children cumulated vsize (Kb) 27836

[startup+820.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 80118 763 0 0 25 0 1 0 1782020554 28504064 6170 4294967295 134512640 134736556 3221224576 3221223056 134549986 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6959 6170 1116 68 0 6891 0
[pid=608] vsize: 27836
Current children cumulated CPU time (s) 808.81
Current children cumulated vsize (Kb) 27836

[startup+830.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 81090 773 0 0 25 0 1 0 1782020554 28499968 6170 4294967295 134512640 134736556 3221224576 3221223264 134528844 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6958 6170 1116 68 0 6890 0
[pid=608] vsize: 27832
Current children cumulated CPU time (s) 818.63
Current children cumulated vsize (Kb) 27832

[startup+840.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 82066 781 0 0 25 0 1 0 1782020554 28499968 6170 4294967295 134512640 134736556 3221224576 3221222876 1077379889 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6958 6170 1116 68 0 6890 0
[pid=608] vsize: 27832
Current children cumulated CPU time (s) 828.47
Current children cumulated vsize (Kb) 27832

[startup+850.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 83045 789 0 0 25 0 1 0 1782020554 28499968 6170 4294967295 134512640 134736556 3221224576 3221223248 134605897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6958 6170 1116 68 0 6890 0
[pid=608] vsize: 27832
Current children cumulated CPU time (s) 838.34
Current children cumulated vsize (Kb) 27832

[startup+860.046 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87829 0 0 0 84022 796 0 0 25 0 1 0 1782020554 28475392 6170 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6952 6170 1116 68 0 6884 0
[pid=608] vsize: 27808
Current children cumulated CPU time (s) 848.18
Current children cumulated vsize (Kb) 27808

[startup+870.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 85005 803 0 0 25 0 1 0 1782020554 28454912 6170 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6947 6170 1116 68 0 6879 0
[pid=608] vsize: 27788
Current children cumulated CPU time (s) 858.08
Current children cumulated vsize (Kb) 27788

[startup+880.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87829 0 0 0 85982 812 0 0 25 0 1 0 1782020554 28454912 6170 4294967295 134512640 134736556 3221224576 3221223028 1077374077 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6947 6170 1116 68 0 6879 0
[pid=608] vsize: 27788
Current children cumulated CPU time (s) 867.94
Current children cumulated vsize (Kb) 27788

[startup+890.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87835 0 0 0 86960 818 0 0 25 0 1 0 1782020554 28454912 6176 4294967295 134512640 134736556 3221224576 3221223184 134534851 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6947 6176 1116 68 0 6879 0
[pid=608] vsize: 27788
Current children cumulated CPU time (s) 877.78
Current children cumulated vsize (Kb) 27788

[startup+900.048 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87835 0 0 0 87944 825 0 0 25 0 1 0 1782020554 28393472 6164 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/608/statm): 6932 6164 1116 68 0 6864 0
[pid=608] vsize: 27728
Current children cumulated CPU time (s) 887.69
Current children cumulated vsize (Kb) 27728

[startup+910.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87835 0 0 0 88924 832 0 0 25 0 1 0 1782020554 28393472 6164 4294967295 134512640 134736556 3221224576 3221223124 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6932 6164 1116 68 0 6864 0
[pid=608] vsize: 27728
Current children cumulated CPU time (s) 897.56
Current children cumulated vsize (Kb) 27728

[startup+920.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87835 0 0 0 89906 838 0 0 25 0 1 0 1782020554 28393472 6164 4294967295 134512640 134736556 3221224576 3221222972 1076648032 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6932 6164 1116 68 0 6864 0
[pid=608] vsize: 27728
Current children cumulated CPU time (s) 907.44
Current children cumulated vsize (Kb) 27728

[startup+930.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87835 0 0 0 90886 845 0 0 25 0 1 0 1782020554 28393472 6164 4294967295 134512640 134736556 3221224576 3221223184 134524966 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6932 6164 1116 68 0 6864 0
[pid=608] vsize: 27728
Current children cumulated CPU time (s) 917.31
Current children cumulated vsize (Kb) 27728

[startup+940.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87835 0 0 0 91868 851 0 0 25 0 1 0 1782020554 28311552 6144 4294967295 134512640 134736556 3221224576 3221223240 134553044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6912 6144 1116 68 0 6844 0
[pid=608] vsize: 27648
Current children cumulated CPU time (s) 927.19
Current children cumulated vsize (Kb) 27648

[startup+950.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87836 0 0 0 92849 857 0 0 25 0 1 0 1782020554 28446720 6145 4294967295 134512640 134736556 3221224576 3221223032 1077377288 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6945 6145 1116 68 0 6877 0
[pid=608] vsize: 27780
Current children cumulated CPU time (s) 937.06
Current children cumulated vsize (Kb) 27780

[startup+960.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87846 0 0 0 93831 864 0 0 25 0 1 0 1782020554 28426240 6155 4294967295 134512640 134736556 3221224576 3221223036 1076648036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6940 6155 1116 68 0 6872 0
[pid=608] vsize: 27760
Current children cumulated CPU time (s) 946.95
Current children cumulated vsize (Kb) 27760

[startup+970.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87865 0 0 0 94815 870 0 0 25 0 1 0 1782020554 28524544 6174 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6964 6174 1116 68 0 6896 0
[pid=608] vsize: 27856
Current children cumulated CPU time (s) 956.85
Current children cumulated vsize (Kb) 27856

[startup+980.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87916 0 0 0 95796 876 0 0 25 0 1 0 1782020554 28659712 6225 4294967295 134512640 134736556 3221224576 3221223084 134553404 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6997 6225 1116 68 0 6929 0
[pid=608] vsize: 27988
Current children cumulated CPU time (s) 966.72
Current children cumulated vsize (Kb) 27988

[startup+990.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87916 0 0 0 96781 881 0 0 25 0 1 0 1782020554 28659712 6225 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6997 6225 1116 68 0 6929 0
[pid=608] vsize: 27988
Current children cumulated CPU time (s) 976.62
Current children cumulated vsize (Kb) 27988

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87916 0 0 0 97762 886 0 0 25 0 1 0 1782020554 28659712 6225 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6997 6225 1116 68 0 6929 0
[pid=608] vsize: 27988
Current children cumulated CPU time (s) 986.48
Current children cumulated vsize (Kb) 27988

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87916 0 0 0 98743 893 0 0 25 0 1 0 1782020554 28659712 6225 4294967295 134512640 134736556 3221224576 3221223188 134560266 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6997 6225 1116 68 0 6929 0
[pid=608] vsize: 27988
Current children cumulated CPU time (s) 996.36
Current children cumulated vsize (Kb) 27988

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87916 0 0 0 99722 899 0 0 25 0 1 0 1782020554 28659712 6225 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6997 6225 1116 68 0 6929 0
[pid=608] vsize: 27988
Current children cumulated CPU time (s) 1006.21
Current children cumulated vsize (Kb) 27988

[startup+1030.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87916 0 0 0 100704 905 0 0 25 0 1 0 1782020554 28450816 6178 4294967295 134512640 134736556 3221224576 3221223328 134552874 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6946 6178 1116 68 0 6878 0
[pid=608] vsize: 27784
Current children cumulated CPU time (s) 1016.09
Current children cumulated vsize (Kb) 27784

[startup+1040.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87922 0 0 0 101686 912 0 0 25 0 1 0 1782020554 28585984 6184 4294967295 134512640 134736556 3221224576 3221223120 134543950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6979 6184 1116 68 0 6911 0
[pid=608] vsize: 27916
Current children cumulated CPU time (s) 1025.98
Current children cumulated vsize (Kb) 27916

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87923 0 0 0 102666 919 0 0 25 0 1 0 1782020554 28585984 6185 4294967295 134512640 134736556 3221224576 3221223088 134543074 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6979 6185 1116 68 0 6911 0
[pid=608] vsize: 27916
Current children cumulated CPU time (s) 1035.85
Current children cumulated vsize (Kb) 27916

[startup+1060.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87923 0 0 0 103649 925 0 0 25 0 1 0 1782020554 28585984 6185 4294967295 134512640 134736556 3221224576 3221223200 134524893 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6979 6185 1116 68 0 6911 0
[pid=608] vsize: 27916
Current children cumulated CPU time (s) 1045.74
Current children cumulated vsize (Kb) 27916

[startup+1070.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87923 0 0 0 104628 933 0 0 25 0 1 0 1782020554 28532736 6185 4294967295 134512640 134736556 3221224576 3221223184 134608231 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6966 6185 1116 68 0 6898 0
[pid=608] vsize: 27864
Current children cumulated CPU time (s) 1055.61
Current children cumulated vsize (Kb) 27864

[startup+1080.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87923 0 0 0 105612 938 0 0 25 0 1 0 1782020554 28532736 6185 4294967295 134512640 134736556 3221224576 3221223124 1077374149 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6966 6185 1116 68 0 6898 0
[pid=608] vsize: 27864
Current children cumulated CPU time (s) 1065.5
Current children cumulated vsize (Kb) 27864

[startup+1090.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) T 607 608 31778 0 -1 0 87955 0 0 0 106592 945 0 0 25 0 1 0 1782020554 28667904 6217 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/608/statm): 6999 6217 1116 68 0 6931 0
[pid=608] vsize: 27996
Current children cumulated CPU time (s) 1075.37
Current children cumulated vsize (Kb) 27996

[startup+1100.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 107572 952 0 0 25 0 1 0 1782020554 28667904 6217 4294967295 134512640 134736556 3221224576 3221223224 134560551 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6999 6217 1116 68 0 6931 0
[pid=608] vsize: 27996
Current children cumulated CPU time (s) 1085.24
Current children cumulated vsize (Kb) 27996

[startup+1110.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 108556 957 0 0 25 0 1 0 1782020554 28667904 6217 4294967295 134512640 134736556 3221224576 3221223124 1077374142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6999 6217 1116 68 0 6931 0
[pid=608] vsize: 27996
Current children cumulated CPU time (s) 1095.13
Current children cumulated vsize (Kb) 27996

[startup+1120.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 109534 965 0 0 25 0 1 0 1782020554 28667904 6217 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6999 6217 1116 68 0 6931 0
[pid=608] vsize: 27996
Current children cumulated CPU time (s) 1104.99
Current children cumulated vsize (Kb) 27996

[startup+1130.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 110513 973 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223240 134553050 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1114.86
Current children cumulated vsize (Kb) 27816

[startup+1140.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 111496 979 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223104 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1124.75
Current children cumulated vsize (Kb) 27816

[startup+1150.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 112477 986 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223240 134553044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1134.63
Current children cumulated vsize (Kb) 27816

[startup+1160.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 113460 994 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223032 1077377254 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1144.54
Current children cumulated vsize (Kb) 27816

[startup+1170.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 114441 1000 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223552 134582644 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1154.41
Current children cumulated vsize (Kb) 27816

[startup+1180.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 115420 1009 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221222932 1077374598 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1164.29
Current children cumulated vsize (Kb) 27816

[startup+1190.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 116399 1016 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223136 1076647554 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1174.15
Current children cumulated vsize (Kb) 27816

[startup+1200.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 117381 1022 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223136 134524698 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1184.03
Current children cumulated vsize (Kb) 27816

[startup+1210.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 608
Raw data (/proc/608/stat): 608 (bsolo) R 607 608 31778 0 -1 0 87955 0 0 0 118363 1028 0 0 25 0 1 0 1782020554 28483584 6186 4294967295 134512640 134736556 3221224576 3221223148 1076999581 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/608/statm): 6954 6186 1116 68 0 6886 0
[pid=608] vsize: 27816
Current children cumulated CPU time (s) 1193.91
Current children cumulated vsize (Kb) 27816
One traced child (pid=608) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1211.19
CPU time (s): 1195.03
CPU user time (s): 1184.72
CPU system time (s): 10.3094
CPU usage (%): 98.6663
Max. virtual memory (cumulated for all children) (Kb): 44816

Verifier Data

Verifier:	OK	-29