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/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM615f734b8951521e89cf22f42d6d26cc
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark502.615
Number of variables450
Total number of constraints17831
Number of constraints which are clauses17831
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 376

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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:        952024 kB
Buffers:         33592 kB
Cached:          24368 kB
SwapCached:        792 kB
Active:          53820 kB
Inactive:         6836 kB
HighTotal:      131008 kB
HighFree:       102844 kB
LowTotal:       903652 kB
LowFree:        849180 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16408 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 09:59:33 (client local time) WITH STATUS 10 IN 1195.03 SECONDS
stats: 343 0 1195.03 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 450 variables and 17831 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 4.822
c After prepocess the problem consists of 450 variables and 17831 constraints.
c Initial Lower Bound: -450
c NEW SOLUTION FOUND: -1 @ 4.899 @ #Dec. 449
c NEW SOLUTION FOUND: -2 @ 4.906 @ #Dec. 451
c NEW SOLUTION FOUND: -3 @ 4.925 @ #Dec. 459
c NEW SOLUTION FOUND: -4 @ 5.135 @ #Dec. 548
c NEW SOLUTION FOUND: -5 @ 5.464 @ #Dec. 702
c NEW SOLUTION FOUND: -6 @ 5.771 @ #Dec. 865
c Restart #1 #Var: 450 #Dec: 1097 LB: -450 @ 6.264
c NEW SOLUTION FOUND: -23 @ 6.332 @ #Dec. 1118
c NEW SOLUTION FOUND: -24 @ 6.703 @ #Dec. 1348
c Restart #2 #Var: 450 #Dec: 1795 LB: -450 @ 7.614
c Restart #3 #Var: 450 #Dec: 2555 LB: -450 @ 9.011
c Restart #4 #Var: 450 #Dec: 3508 LB: -450 @ 10.821
c NEW SOLUTION FOUND: -25 @ 12.023 @ #Dec. 4110
c NEW SOLUTION FOUND: -26 @ 12.413 @ #Dec. 4367
c Restart #5 #Var: 450 #Dec: 5535 LB: -450 @ 14.598
c Restart #6 #Var: 450 #Dec: 6896 LB: -450 @ 17.284
c Restart #7 #Var: 450 #Dec: 8500 LB: -450 @ 20.393
c Restart #8 #Var: 450 #Dec: 10218 LB: -450 @ 23.953
c CHANGE to MIS mode... 	UB: -26	MIS: -450	LPR: -196 (8.0308)	Diff: 2.2959
c Restart #0 #Var: 450 #Dec: 12484 LB: -450 @ 108.21
c Restart #1 #Var: 450 #Dec: 12694 LB: -450 @ 108.91
c Restart #2 #Var: 450 #Dec: 13104 LB: -227 @ 110.12
c Restart #3 #Var: 450 #Dec: 13759 LB: -229 @ 111.95
c Restart #4 #Var: 450 #Dec: 14635 LB: -450 @ 114.18
c Restart #5 #Var: 450 #Dec: 15698 LB: -450 @ 116.95
c Restart #6 #Var: 450 #Dec: 16933 LB: -450 @ 120.29
c Restart #7 #Var: 450 #Dec: 18348 LB: -450 @ 124.11
c Restart #8 #Var: 450 #Dec: 20032 LB: -450 @ 128.17
c Restart #9 #Var: 450 #Dec: 21865 LB: -229 @ 133.05
c Restart #10 #Var: 450 #Dec: 23915 LB: -450 @ 138.15
c Restart #11 #Var: 450 #Dec: 26242 LB: -228 @ 143.78
c Restart #12 #Var: 450 #Dec: 28813 LB: -231 @ 149.7
c Restart #13 #Var: 450 #Dec: 31627 LB: -450 @ 156.63
c Restart #14 #Var: 450 #Dec: 34468 LB: -450 @ 164.22
c Restart #15 #Var: 450 #Dec: 37631 LB: -450 @ 172.04
c Restart #16 #Var: 450 #Dec: 41034 LB: -450 @ 180.42
c Restart #17 #Var: 450 #Dec: 45744 LB: -450 @ 190.21
c Restart #18 #Var: 450 #Dec: 49466 LB: -450 @ 199.76
c Restart #19 #Var: 450 #Dec: 53553 LB: -450 @ 209.4
c Restart #20 #Var: 450 #Dec: 57577 LB: -450 @ 220.6
c Restart #21 #Var: 450 #Dec: 61987 LB: -450 @ 231.82
c Restart #22 #Var: 450 #Dec: 66422 LB: -450 @ 243.26
c Restart #23 #Var: 450 #Dec: 71123 LB: -450 @ 255.24
c Restart #24 #Var: 450 #Dec: 76040 LB: -450 @ 267.28
c Restart #25 #Var: 450 #Dec: 81562 LB: -229 @ 280.33
c Restart #26 #Var: 450 #Dec: 87250 LB: -450 @ 294.7
c Restart #27 #Var: 450 #Dec: 92884 LB: -450 @ 308.27
c Restart #28 #Var: 450 #Dec: 99274 LB: -228 @ 322.44
c Restart #29 #Var: 450 #Dec: 105189 LB: -450 @ 338.05
c Restart #30 #Var: 450 #Dec: 111343 LB: -450 @ 353.28
c Restart #31 #Var: 450 #Dec: 118582 LB: -450 @ 368.44
c Restart #32 #Var: 450 #Dec: 125183 LB: -450 @ 384.75
c Restart #33 #Var: 450 #Dec: 132277 LB: -450 @ 400.85
c Restart #34 #Var: 450 #Dec: 140035 LB: -450 @ 418.66
c Restart #35 #Var: 450 #Dec: 147352 LB: -450 @ 436.99
c Restart #36 #Var: 450 #Dec: 154626 LB: -450 @ 455.92
c Restart #37 #Var: 450 #Dec: 162898 LB: -450 @ 473.97
c Restart #38 #Var: 450 #Dec: 170898 LB: -450 @ 494.54
c Restart #39 #Var: 450 #Dec: 178827 LB: -450 @ 515.13
c Restart #40 #Var: 450 #Dec: 187410 LB: -450 @ 534.81
c Restart #41 #Var: 450 #Dec: 196346 LB: -450 @ 556.3
c Restart #42 #Var: 450 #Dec: 205487 LB: -450 @ 576.87
c Restart #43 #Var: 450 #Dec: 214406 LB: -450 @ 598.65
c Restart #44 #Var: 450 #Dec: 223461 LB: -450 @ 621.42
c Restart #45 #Var: 450 #Dec: 233191 LB: -450 @ 643.45
c Restart #46 #Var: 450 #Dec: 243270 LB: -450 @ 666.28
c Restart #47 #Var: 450 #Dec: 253797 LB: -450 @ 690.3
c Restart #48 #Var: 450 #Dec: 264016 LB: -450 @ 714.21
c Restart #49 #Var: 450 #Dec: 274728 LB: -450 @ 738.81
c Restart #50 #Var: 450 #Dec: 285025 LB: -450 @ 764.24
c Restart #51 #Var: 450 #Dec: 295669 LB: -450 @ 789.62
c Restart #52 #Var: 450 #Dec: 306762 LB: -450 @ 816.49
c Restart #53 #Var: 450 #Dec: 317900 LB: -450 @ 843.5
c Restart #54 #Var: 450 #Dec: 329545 LB: -450 @ 870.11
c Restart #55 #Var: 450 #Dec: 340910 LB: -450 @ 898.84
c Restart #56 #Var: 450 #Dec: 353010 LB: -450 @ 926.35
c Restart #57 #Var: 450 #Dec: 365063 LB: -450 @ 953.97
c Restart #58 #Var: 450 #Dec: 376931 LB: -450 @ 985.2
c Restart #59 #Var: 450 #Dec: 389768 LB: -450 @ 1014.7
c Restart #60 #Var: 450 #Dec: 401980 LB: -450 @ 1047.5
c Restart #61 #Var: 450 #Dec: 414321 LB: -450 @ 1079.4
c Restart #62 #Var: 450 #Dec: 427362 LB: -450 @ 1110.9
c Restart #63 #Var: 450 #Dec: 440741 LB: -450 @ 1142.4
c Restart #64 #Var: 450 #Dec: 454169 LB: -450 @ 1176.9
s SATISFIABLE
v -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: -26
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/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1768448724 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 107 3 90 68 0 39 0
[pid=28866] 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/wulflinc8/normalized-frb30-15-4.opb

[startup+10.0033 s]
Raw data (loadavg): 0.94 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 2803 0 0 0 970 15 0 0 25 0 1 0 1768448724 14508032 2714 4294967295 134512640 134736556 3221224576 3221223196 134554008 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 3542 2714 1116 68 0 3474 0
[pid=28866] vsize: 14168
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (Kb) 14168

[startup+20.0041 s]
Raw data (loadavg): 0.95 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 2832 0 0 0 1948 22 0 0 25 0 1 0 1768448724 14610432 2743 4294967295 134512640 134736556 3221224576 3221223076 1077378621 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 3567 2743 1116 68 0 3499 0
[pid=28866] vsize: 14268
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (Kb) 14268

[startup+30.0049 s]
Raw data (loadavg): 0.95 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 3177 0 0 0 2928 30 0 0 25 0 1 0 1768448724 16154624 3088 4294967295 134512640 134736556 3221224576 3221222312 1077374817 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 3944 3088 1116 68 0 3876 0
[pid=28866] vsize: 15776
Current children cumulated CPU time (s) 29.58
Current children cumulated vsize (Kb) 15776

[startup+40.0056 s]
Raw data (loadavg): 0.96 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 3329 0 0 0 3857 51 0 0 25 0 1 0 1768448724 16670720 3240 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4070 3240 1116 68 0 4002 0
[pid=28866] vsize: 16280
Current children cumulated CPU time (s) 39.08
Current children cumulated vsize (Kb) 16280

[startup+50.0064 s]
Raw data (loadavg): 0.97 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 6088 0 0 0 4813 68 0 0 25 0 1 0 1768448724 26660864 4986 4294967295 134512640 134736556 3221224576 3221220784 1076046556 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 6509 4986 1116 68 0 6441 0
[pid=28866] vsize: 26036
Current children cumulated CPU time (s) 48.81
Current children cumulated vsize (Kb) 26036

[startup+60.0072 s]
Raw data (loadavg): 0.97 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 6153 0 0 0 5811 68 0 0 25 0 1 0 1768448724 27123712 5033 4294967295 134512640 134736556 3221224576 3221220352 1075112103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 6622 5033 1116 68 0 6554 0
[pid=28866] vsize: 26488
Current children cumulated CPU time (s) 58.79
Current children cumulated vsize (Kb) 26488

[startup+70.008 s]
Raw data (loadavg): 0.97 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 30529 0 0 0 6738 130 0 0 25 0 1 0 1768448724 30683136 5271 4294967295 134512640 134736556 3221224576 3221220464 1075115715 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 7491 5271 1116 68 0 7423 0
[pid=28866] vsize: 29964
Current children cumulated CPU time (s) 68.68
Current children cumulated vsize (Kb) 29964

[startup+80.0088 s]
Raw data (loadavg): 0.98 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 36149 0 0 0 7721 144 0 0 25 0 1 0 1768448724 28995584 5517 4294967295 134512640 134736556 3221224576 3221220368 1074969458 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 7079 5517 1116 68 0 7011 0
[pid=28866] vsize: 28316
Current children cumulated CPU time (s) 78.65
Current children cumulated vsize (Kb) 28316

[startup+90.0096 s]
Raw data (loadavg): 0.98 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 44110 0 0 0 8695 165 0 0 25 0 1 0 1768448724 21811200 4562 4294967295 134512640 134736556 3221224576 3221222428 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28866/statm): 5325 4562 1116 68 0 5257 0
[pid=28866] vsize: 21300
Current children cumulated CPU time (s) 88.6
Current children cumulated vsize (Kb) 21300

[startup+100.01 s]
Raw data (loadavg): 0.98 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 46736 0 0 0 9686 173 0 0 25 0 1 0 1768448724 29974528 5644 4294967295 134512640 134736556 3221224576 3221220384 1074794542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 7318 5644 1116 68 0 7250 0
[pid=28866] vsize: 29272
Current children cumulated CPU time (s) 98.59
Current children cumulated vsize (Kb) 29272

[startup+110.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53228 0 0 0 10665 192 0 0 25 0 1 0 1768448724 19922944 4134 4294967295 134512640 134736556 3221224576 3221222948 1077374469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4864 4134 1116 68 0 4796 0
[pid=28866] vsize: 19456
Current children cumulated CPU time (s) 108.57
Current children cumulated vsize (Kb) 19456

[startup+120.013 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53228 0 0 0 11647 198 0 0 25 0 1 0 1768448724 19922944 4134 4294967295 134512640 134736556 3221224576 3221223092 1077374149 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4864 4134 1116 68 0 4796 0
[pid=28866] vsize: 19456
Current children cumulated CPU time (s) 118.45
Current children cumulated vsize (Kb) 19456

[startup+130.014 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53241 0 0 0 12627 207 0 0 25 0 1 0 1768448724 20058112 4147 4294967295 134512640 134736556 3221224576 3221223072 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4897 4147 1116 68 0 4829 0
[pid=28866] vsize: 19588
Current children cumulated CPU time (s) 128.34
Current children cumulated vsize (Kb) 19588

[startup+140.015 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53244 0 0 0 13609 213 0 0 25 0 1 0 1768448724 20058112 4150 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4897 4150 1116 68 0 4829 0
[pid=28866] vsize: 19588
Current children cumulated CPU time (s) 138.22
Current children cumulated vsize (Kb) 19588

[startup+150.015 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 14587 221 0 0 25 0 1 0 1768448724 20185088 4170 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4928 4170 1116 68 0 4860 0
[pid=28866] vsize: 19712
Current children cumulated CPU time (s) 148.08
Current children cumulated vsize (Kb) 19712

[startup+160.017 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 15564 229 0 0 25 0 1 0 1768448724 20185088 4170 4294967295 134512640 134736556 3221224576 3221223200 1076648065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4928 4170 1116 68 0 4860 0
[pid=28866] vsize: 19712
Current children cumulated CPU time (s) 157.93
Current children cumulated vsize (Kb) 19712

[startup+170.018 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 16543 236 0 0 25 0 1 0 1768448724 20107264 4170 4294967295 134512640 134736556 3221224576 3221223264 134553220 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4909 4170 1116 68 0 4841 0
[pid=28866] vsize: 19636
Current children cumulated CPU time (s) 167.79
Current children cumulated vsize (Kb) 19636

[startup+180.019 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 17524 242 0 0 25 0 1 0 1768448724 20107264 4170 4294967295 134512640 134736556 3221224576 3221223076 1077378605 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4909 4170 1116 68 0 4841 0
[pid=28866] vsize: 19636
Current children cumulated CPU time (s) 177.66
Current children cumulated vsize (Kb) 19636

[startup+190.019 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 18499 252 0 0 25 0 1 0 1768448724 20107264 4170 4294967295 134512640 134736556 3221224576 3221223248 134631790 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4909 4170 1116 68 0 4841 0
[pid=28866] vsize: 19636
Current children cumulated CPU time (s) 187.51
Current children cumulated vsize (Kb) 19636

[startup+200.019 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 19477 259 0 0 25 0 1 0 1768448724 20107264 4170 4294967295 134512640 134736556 3221224576 3221223236 134560264 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4909 4170 1116 68 0 4841 0
[pid=28866] vsize: 19636
Current children cumulated CPU time (s) 197.36
Current children cumulated vsize (Kb) 19636

[startup+210.02 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53264 0 0 0 20456 266 0 0 25 0 1 0 1768448724 20082688 4170 4294967295 134512640 134736556 3221224576 3221223248 134605803 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4903 4170 1116 68 0 4835 0
[pid=28866] vsize: 19612
Current children cumulated CPU time (s) 207.22
Current children cumulated vsize (Kb) 19612

[startup+220.021 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53298 0 0 0 21434 274 0 0 25 0 1 0 1768448724 20217856 4204 4294967295 134512640 134736556 3221224576 3221223204 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4936 4204 1116 68 0 4868 0
[pid=28866] vsize: 19744
Current children cumulated CPU time (s) 217.08
Current children cumulated vsize (Kb) 19744

[startup+230.022 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 22413 281 0 0 25 0 1 0 1768448724 20353024 4235 4294967295 134512640 134736556 3221224576 3221223036 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4235 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 226.94
Current children cumulated vsize (Kb) 19876

[startup+240.022 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 23389 289 0 0 25 0 1 0 1768448724 20353024 4235 4294967295 134512640 134736556 3221224576 3221223080 134553405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4235 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 236.78
Current children cumulated vsize (Kb) 19876

[startup+250.023 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 24367 297 0 0 25 0 1 0 1768448724 20152320 4190 4294967295 134512640 134736556 3221224576 3221223088 1076999581 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4920 4190 1116 68 0 4852 0
[pid=28866] vsize: 19680
Current children cumulated CPU time (s) 246.64
Current children cumulated vsize (Kb) 19680

[startup+260.024 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 25347 305 0 0 25 0 1 0 1768448724 20152320 4190 4294967295 134512640 134736556 3221224576 3221223152 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4920 4190 1116 68 0 4852 0
[pid=28866] vsize: 19680
Current children cumulated CPU time (s) 256.52
Current children cumulated vsize (Kb) 19680

[startup+270.025 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 26326 313 0 0 22 0 1 0 1768448724 20115456 4181 4294967295 134512640 134736556 3221224576 3221223148 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4911 4181 1116 68 0 4843 0
[pid=28866] vsize: 19644
Current children cumulated CPU time (s) 266.39
Current children cumulated vsize (Kb) 19644

[startup+280.026 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53329 0 0 0 27302 322 0 0 25 0 1 0 1768448724 20037632 4162 4294967295 134512640 134736556 3221224576 3221223224 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4892 4162 1116 68 0 4824 0
[pid=28866] vsize: 19568
Current children cumulated CPU time (s) 276.24
Current children cumulated vsize (Kb) 19568

[startup+290.026 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53345 0 0 0 28279 330 0 0 25 0 1 0 1768448724 20172800 4178 4294967295 134512640 134736556 3221224576 3221223124 134540399 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4925 4178 1116 68 0 4857 0
[pid=28866] vsize: 19700
Current children cumulated CPU time (s) 286.09
Current children cumulated vsize (Kb) 19700

[startup+300.027 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53345 0 0 0 29258 338 0 0 25 0 1 0 1768448724 20172800 4178 4294967295 134512640 134736556 3221224576 3221223024 134543915 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4925 4178 1116 68 0 4857 0
[pid=28866] vsize: 19700
Current children cumulated CPU time (s) 295.96
Current children cumulated vsize (Kb) 19700

[startup+310.028 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53350 0 0 0 30232 347 0 0 25 0 1 0 1768448724 20172800 4183 4294967295 134512640 134736556 3221224576 3221223256 134534857 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4925 4183 1116 68 0 4857 0
[pid=28866] vsize: 19700
Current children cumulated CPU time (s) 305.79
Current children cumulated vsize (Kb) 19700

[startup+320.029 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53350 0 0 0 31210 354 0 0 25 0 1 0 1768448724 20172800 4183 4294967295 134512640 134736556 3221224576 3221223160 134553050 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4925 4183 1116 68 0 4857 0
[pid=28866] vsize: 19700
Current children cumulated CPU time (s) 315.64
Current children cumulated vsize (Kb) 19700

[startup+330.029 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53350 0 0 0 32189 361 0 0 25 0 1 0 1768448724 20033536 4161 4294967295 134512640 134736556 3221224576 3221223268 134606006 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4891 4161 1116 68 0 4823 0
[pid=28866] vsize: 19564
Current children cumulated CPU time (s) 325.5
Current children cumulated vsize (Kb) 19564

[startup+340.03 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53350 0 0 0 33169 369 0 0 25 0 1 0 1768448724 20033536 4161 4294967295 134512640 134736556 3221224576 3221223176 134608240 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4891 4161 1116 68 0 4823 0
[pid=28866] vsize: 19564
Current children cumulated CPU time (s) 335.38
Current children cumulated vsize (Kb) 19564

[startup+350.031 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53350 0 0 0 34148 377 0 0 25 0 1 0 1768448724 20033536 4161 4294967295 134512640 134736556 3221224576 3221222940 1077378561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4891 4161 1116 68 0 4823 0
[pid=28866] vsize: 19564
Current children cumulated CPU time (s) 345.25
Current children cumulated vsize (Kb) 19564

[startup+360.032 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53352 0 0 0 35127 385 0 0 25 0 1 0 1768448724 20168704 4163 4294967295 134512640 134736556 3221224576 3221223032 1077377259 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4924 4163 1116 68 0 4856 0
[pid=28866] vsize: 19696
Current children cumulated CPU time (s) 355.12
Current children cumulated vsize (Kb) 19696

[startup+370.033 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 36103 394 0 0 25 0 1 0 1768448724 20131840 4182 4294967295 134512640 134736556 3221224576 3221223184 134524912 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4915 4182 1116 68 0 4847 0
[pid=28866] vsize: 19660
Current children cumulated CPU time (s) 364.97
Current children cumulated vsize (Kb) 19660

[startup+380.033 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 37083 400 0 0 25 0 1 0 1768448724 20131840 4182 4294967295 134512640 134736556 3221224576 3221223248 134630045 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4915 4182 1116 68 0 4847 0
[pid=28866] vsize: 19660
Current children cumulated CPU time (s) 374.83
Current children cumulated vsize (Kb) 19660

[startup+390.034 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 38063 406 0 0 25 0 1 0 1768448724 20131840 4182 4294967295 134512640 134736556 3221224576 3221223152 134540280 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4915 4182 1116 68 0 4847 0
[pid=28866] vsize: 19660
Current children cumulated CPU time (s) 384.69
Current children cumulated vsize (Kb) 19660

[startup+400.035 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 39040 415 0 0 25 0 1 0 1768448724 20115456 4181 4294967295 134512640 134736556 3221224576 3221223184 134608231 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4911 4181 1116 68 0 4843 0
[pid=28866] vsize: 19644
Current children cumulated CPU time (s) 394.55
Current children cumulated vsize (Kb) 19644

[startup+410.036 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 40016 423 0 0 25 0 1 0 1768448724 20115456 4181 4294967295 134512640 134736556 3221224576 3221223200 134524977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4911 4181 1116 68 0 4843 0
[pid=28866] vsize: 19644
Current children cumulated CPU time (s) 404.39
Current children cumulated vsize (Kb) 19644

[startup+420.036 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53371 0 0 0 40991 433 0 0 25 0 1 0 1768448724 20115456 4181 4294967295 134512640 134736556 3221224576 3221223124 1077374057 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4911 4181 1116 68 0 4843 0
[pid=28866] vsize: 19644
Current children cumulated CPU time (s) 414.24
Current children cumulated vsize (Kb) 19644

[startup+430.036 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53381 0 0 0 41969 441 0 0 25 0 1 0 1768448724 20250624 4191 4294967295 134512640 134736556 3221224576 3221223092 1077374152 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4944 4191 1116 68 0 4876 0
[pid=28866] vsize: 19776
Current children cumulated CPU time (s) 424.1
Current children cumulated vsize (Kb) 19776

[startup+440.037 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53381 0 0 0 42948 449 0 0 25 0 1 0 1768448724 20250624 4191 4294967295 134512640 134736556 3221224576 3221222972 1077374432 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4944 4191 1116 68 0 4876 0
[pid=28866] vsize: 19776
Current children cumulated CPU time (s) 433.97
Current children cumulated vsize (Kb) 19776

[startup+450.038 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53392 0 0 0 43926 457 0 0 25 0 1 0 1768448724 20242432 4202 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4942 4202 1116 68 0 4874 0
[pid=28866] vsize: 19768
Current children cumulated CPU time (s) 443.83
Current children cumulated vsize (Kb) 19768

[startup+460.039 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 44908 463 0 0 25 0 1 0 1768448724 20377600 4227 4294967295 134512640 134736556 3221224576 3221223108 134524692 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4227 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 453.71
Current children cumulated vsize (Kb) 19900

[startup+470.039 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 45887 471 0 0 25 0 1 0 1768448724 20377600 4227 4294967295 134512640 134736556 3221224576 3221223088 134549995 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4227 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 463.58
Current children cumulated vsize (Kb) 19900

[startup+480.04 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 46863 481 0 0 25 0 1 0 1768448724 20377600 4227 4294967295 134512640 134736556 3221224576 3221223032 1077377727 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4227 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 473.44
Current children cumulated vsize (Kb) 19900

[startup+490.041 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 47842 489 0 0 25 0 1 0 1768448724 20377600 4227 4294967295 134512640 134736556 3221224576 3221223264 134529511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4227 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 483.31
Current children cumulated vsize (Kb) 19900

[startup+500.042 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 48821 496 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223124 1077374189 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 493.17
Current children cumulated vsize (Kb) 19876

[startup+510.043 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 49801 503 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 503.04
Current children cumulated vsize (Kb) 19876

[startup+520.043 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 50781 511 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223100 134523852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 512.92
Current children cumulated vsize (Kb) 19876

[startup+530.043 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53417 0 0 0 51755 521 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 522.76
Current children cumulated vsize (Kb) 19876

[startup+540.045 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53417 0 0 0 52731 529 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 532.6
Current children cumulated vsize (Kb) 19876

[startup+550.045 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 53709 537 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223064 1077377239 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 542.46
Current children cumulated vsize (Kb) 19876

[startup+560.045 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 54686 545 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 552.31
Current children cumulated vsize (Kb) 19876

[startup+570.046 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 55665 551 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223136 134524693 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 562.16
Current children cumulated vsize (Kb) 19876

[startup+580.046 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 56643 560 0 0 25 0 1 0 1768448724 20353024 4227 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4969 4227 1116 68 0 4901 0
[pid=28866] vsize: 19876
Current children cumulated CPU time (s) 572.03
Current children cumulated vsize (Kb) 19876

[startup+590.047 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 57622 569 0 0 25 0 1 0 1768448724 20332544 4227 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4964 4227 1116 68 0 4896 0
[pid=28866] vsize: 19856
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (Kb) 19856

[startup+600.048 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53417 0 0 0 58599 576 0 0 25 0 1 0 1768448724 20332544 4227 4294967295 134512640 134736556 3221224576 3221223072 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4964 4227 1116 68 0 4896 0
[pid=28866] vsize: 19856
Current children cumulated CPU time (s) 591.75
Current children cumulated vsize (Kb) 19856

[startup+610.048 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 59580 582 0 0 25 0 1 0 1768448724 20467712 4253 4294967295 134512640 134736556 3221224576 3221223224 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4997 4253 1116 68 0 4929 0
[pid=28866] vsize: 19988
Current children cumulated CPU time (s) 601.62
Current children cumulated vsize (Kb) 19988

[startup+620.049 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 60558 591 0 0 25 0 1 0 1768448724 20467712 4253 4294967295 134512640 134736556 3221224576 3221223124 134544618 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4997 4253 1116 68 0 4929 0
[pid=28866] vsize: 19988
Current children cumulated CPU time (s) 611.49
Current children cumulated vsize (Kb) 19988

[startup+630.05 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 61538 599 0 0 25 0 1 0 1768448724 20467712 4253 4294967295 134512640 134736556 3221224576 3221223304 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4997 4253 1116 68 0 4929 0
[pid=28866] vsize: 19988
Current children cumulated CPU time (s) 621.37
Current children cumulated vsize (Kb) 19988

[startup+640.051 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 62514 608 0 0 25 0 1 0 1768448724 20447232 4253 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4992 4253 1116 68 0 4924 0
[pid=28866] vsize: 19968
Current children cumulated CPU time (s) 631.22
Current children cumulated vsize (Kb) 19968

[startup+650.05 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 63492 616 0 0 25 0 1 0 1768448724 20447232 4253 4294967295 134512640 134736556 3221224576 3221223152 134534851 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4992 4253 1116 68 0 4924 0
[pid=28866] vsize: 19968
Current children cumulated CPU time (s) 641.08
Current children cumulated vsize (Kb) 19968

[startup+660.051 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 64470 624 0 0 25 0 1 0 1768448724 20312064 4229 4294967295 134512640 134736556 3221224576 3221223072 134549961 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4959 4229 1116 68 0 4891 0
[pid=28866] vsize: 19836
Current children cumulated CPU time (s) 650.94
Current children cumulated vsize (Kb) 19836

[startup+670.052 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 65447 632 0 0 25 0 1 0 1768448724 20312064 4229 4294967295 134512640 134736556 3221224576 3221223056 134716641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4959 4229 1116 68 0 4891 0
[pid=28866] vsize: 19836
Current children cumulated CPU time (s) 660.79
Current children cumulated vsize (Kb) 19836

[startup+680.053 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 66423 641 0 0 25 0 1 0 1768448724 20307968 4228 4294967295 134512640 134736556 3221224576 3221222876 1077379947 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4958 4228 1116 68 0 4890 0
[pid=28866] vsize: 19832
Current children cumulated CPU time (s) 670.64
Current children cumulated vsize (Kb) 19832

[startup+690.054 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 67400 649 0 0 25 0 1 0 1768448724 20307968 4228 4294967295 134512640 134736556 3221224576 3221223304 134560326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4958 4228 1116 68 0 4890 0
[pid=28866] vsize: 19832
Current children cumulated CPU time (s) 680.49
Current children cumulated vsize (Kb) 19832

[startup+700.054 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 68379 658 0 0 25 0 1 0 1768448724 20307968 4228 4294967295 134512640 134736556 3221224576 3221223124 134544545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4958 4228 1116 68 0 4890 0
[pid=28866] vsize: 19832
Current children cumulated CPU time (s) 690.37
Current children cumulated vsize (Kb) 19832

[startup+710.056 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 69358 666 0 0 25 0 1 0 1768448724 20283392 4222 4294967295 134512640 134736556 3221224576 3221223144 134554078 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4952 4222 1116 68 0 4884 0
[pid=28866] vsize: 19808
Current children cumulated CPU time (s) 700.24
Current children cumulated vsize (Kb) 19808

[startup+720.057 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 70336 674 0 0 25 0 1 0 1768448724 20283392 4222 4294967295 134512640 134736556 3221224576 3221223240 134560230 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4952 4222 1116 68 0 4884 0
[pid=28866] vsize: 19808
Current children cumulated CPU time (s) 710.1
Current children cumulated vsize (Kb) 19808

[startup+730.057 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 71310 683 0 0 25 0 1 0 1768448724 20283392 4222 4294967295 134512640 134736556 3221224576 3221223148 134534848 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4952 4222 1116 68 0 4884 0
[pid=28866] vsize: 19808
Current children cumulated CPU time (s) 719.93
Current children cumulated vsize (Kb) 19808

[startup+740.057 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 72287 692 0 0 25 0 1 0 1768448724 20283392 4222 4294967295 134512640 134736556 3221224576 3221223248 134605919 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4952 4222 1116 68 0 4884 0
[pid=28866] vsize: 19808
Current children cumulated CPU time (s) 729.79
Current children cumulated vsize (Kb) 19808

[startup+750.058 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 73264 700 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223208 134544465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 739.64
Current children cumulated vsize (Kb) 19804

[startup+760.059 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 74244 709 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223088 134543163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 749.53
Current children cumulated vsize (Kb) 19804

[startup+770.06 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 75220 718 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223120 134716183 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 759.38
Current children cumulated vsize (Kb) 19804

[startup+780.061 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 76199 727 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223104 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 769.26
Current children cumulated vsize (Kb) 19804

[startup+790.061 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 77178 735 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 779.13
Current children cumulated vsize (Kb) 19804

[startup+800.062 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 78154 742 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223224 134543300 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 788.96
Current children cumulated vsize (Kb) 19804

[startup+810.064 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 79131 751 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223032 1077377470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 798.82
Current children cumulated vsize (Kb) 19804

[startup+820.065 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53443 0 0 0 80109 760 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 808.69
Current children cumulated vsize (Kb) 19804

[startup+830.064 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 81087 768 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223104 134550902 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 818.55
Current children cumulated vsize (Kb) 19804

[startup+840.065 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 82063 778 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223032 1077377593 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 828.41
Current children cumulated vsize (Kb) 19804

[startup+850.066 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 83043 786 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223148 1077374113 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 838.29
Current children cumulated vsize (Kb) 19804

[startup+860.067 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 84022 795 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 848.17
Current children cumulated vsize (Kb) 19804

[startup+870.067 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 84997 804 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223396 134609265 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 858.01
Current children cumulated vsize (Kb) 19804

[startup+880.068 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 85973 813 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223152 134524688 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 867.86
Current children cumulated vsize (Kb) 19804

[startup+890.069 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 86951 821 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 877.72
Current children cumulated vsize (Kb) 19804

[startup+900.069 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 87929 829 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223216 134619866 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 887.58
Current children cumulated vsize (Kb) 19804

[startup+910.07 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 88908 838 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 897.46
Current children cumulated vsize (Kb) 19804

[startup+920.07 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 89887 845 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223172 1077374508 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 907.32
Current children cumulated vsize (Kb) 19804

[startup+930.07 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53443 0 0 0 90865 853 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 917.18
Current children cumulated vsize (Kb) 19804

[startup+940.071 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 91844 862 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223264 134605900 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 927.06
Current children cumulated vsize (Kb) 19804

[startup+950.072 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 92820 869 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223076 1077378613 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 936.89
Current children cumulated vsize (Kb) 19804

[startup+960.072 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 93798 877 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223184 134620469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 946.75
Current children cumulated vsize (Kb) 19804

[startup+970.073 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 94777 886 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223108 1077377189 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 956.63
Current children cumulated vsize (Kb) 19804

[startup+980.074 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 95753 896 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 966.49
Current children cumulated vsize (Kb) 19804

[startup+990.076 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53443 0 0 0 96733 901 0 0 25 0 1 0 1768448724 20279296 4221 4294967295 134512640 134736556 3221224576 3221223224 134543300 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4951 4221 1116 68 0 4883 0
[pid=28866] vsize: 19804
Current children cumulated CPU time (s) 976.34
Current children cumulated vsize (Kb) 19804

[startup+1000.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 97711 910 0 0 25 0 1 0 1768448724 20414464 4225 4294967295 134512640 134736556 3221224576 3221223072 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4984 4225 1116 68 0 4916 0
[pid=28866] vsize: 19936
Current children cumulated CPU time (s) 986.21
Current children cumulated vsize (Kb) 19936

[startup+1010.08 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53447 0 0 0 98685 919 0 0 25 0 1 0 1768448724 20414464 4225 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4984 4225 1116 68 0 4916 0
[pid=28866] vsize: 19936
Current children cumulated CPU time (s) 996.04
Current children cumulated vsize (Kb) 19936

[startup+1020.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 99663 927 0 0 25 0 1 0 1768448724 20414464 4225 4294967295 134512640 134736556 3221224576 3221223104 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4984 4225 1116 68 0 4916 0
[pid=28866] vsize: 19936
Current children cumulated CPU time (s) 1005.9
Current children cumulated vsize (Kb) 19936

[startup+1030.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 100638 936 0 0 25 0 1 0 1768448724 20406272 4225 4294967295 134512640 134736556 3221224576 3221223212 134553972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4982 4225 1116 68 0 4914 0
[pid=28866] vsize: 19928
Current children cumulated CPU time (s) 1015.74
Current children cumulated vsize (Kb) 19928

[startup+1040.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 101616 942 0 0 25 0 1 0 1768448724 20398080 4225 4294967295 134512640 134736556 3221224576 3221223240 134553033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4225 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1025.58
Current children cumulated vsize (Kb) 19920

[startup+1050.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 102594 952 0 0 25 0 1 0 1768448724 20398080 4225 4294967295 134512640 134736556 3221224576 3221223328 134619270 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4225 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1035.46
Current children cumulated vsize (Kb) 19920

[startup+1060.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 103572 959 0 0 25 0 1 0 1768448724 20398080 4225 4294967295 134512640 134736556 3221224576 3221223136 1076647572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4225 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1045.31
Current children cumulated vsize (Kb) 19920

[startup+1070.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53447 0 0 0 104551 966 0 0 25 0 1 0 1768448724 20398080 4225 4294967295 134512640 134736556 3221224576 3221223224 134560348 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4225 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1055.17
Current children cumulated vsize (Kb) 19920

[startup+1080.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 105532 973 0 0 25 0 1 0 1768448724 20398080 4234 4294967295 134512640 134736556 3221224576 3221223120 134716144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4234 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1065.05
Current children cumulated vsize (Kb) 19920

[startup+1090.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 106510 980 0 0 25 0 1 0 1768448724 20398080 4234 4294967295 134512640 134736556 3221224576 3221223168 1076999581 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4234 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1074.9
Current children cumulated vsize (Kb) 19920

[startup+1100.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 107489 988 0 0 25 0 1 0 1768448724 20398080 4234 4294967295 134512640 134736556 3221224576 3221223160 134553044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4980 4234 1116 68 0 4912 0
[pid=28866] vsize: 19920
Current children cumulated CPU time (s) 1084.77
Current children cumulated vsize (Kb) 19920

[startup+1110.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 108466 996 0 0 25 0 1 0 1768448724 20377600 4234 4294967295 134512640 134736556 3221224576 3221223208 134525089 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4234 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 1094.62
Current children cumulated vsize (Kb) 19900

[startup+1120.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 109446 1003 0 0 25 0 1 0 1768448724 20377600 4234 4294967295 134512640 134736556 3221224576 3221223124 1077374149 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4975 4234 1116 68 0 4907 0
[pid=28866] vsize: 19900
Current children cumulated CPU time (s) 1104.49
Current children cumulated vsize (Kb) 19900

[startup+1130.08 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 110424 1011 0 0 25 0 1 0 1768448724 20365312 4234 4294967295 134512640 134736556 3221224576 3221223120 134716403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4972 4234 1116 68 0 4904 0
[pid=28866] vsize: 19888
Current children cumulated CPU time (s) 1114.35
Current children cumulated vsize (Kb) 19888

[startup+1140.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 111401 1018 0 0 25 0 1 0 1768448724 20365312 4234 4294967295 134512640 134736556 3221224576 3221223204 134619852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4972 4234 1116 68 0 4904 0
[pid=28866] vsize: 19888
Current children cumulated CPU time (s) 1124.19
Current children cumulated vsize (Kb) 19888

[startup+1150.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 112376 1028 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223072 134523864 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1134.04
Current children cumulated vsize (Kb) 19880

[startup+1160.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 113352 1036 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1143.88
Current children cumulated vsize (Kb) 19880

[startup+1170.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 114329 1044 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223064 1077378395 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1153.73
Current children cumulated vsize (Kb) 19880

[startup+1180.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 115305 1053 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1163.58
Current children cumulated vsize (Kb) 19880

[startup+1190.09 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53456 0 0 0 116281 1061 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1173.42
Current children cumulated vsize (Kb) 19880

[startup+1200.09 s]
Raw data (loadavg): 0.99 0.98 0.93 1/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) T 28865 28866 27660 0 -1 0 53456 0 0 0 117259 1070 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (Kb) 19880

[startup+1210.09 s]
Raw data (loadavg): 0.99 0.98 0.93 2/56 28866
Raw data (/proc/28866/stat): 28866 (bsolo) R 28865 28866 27660 0 -1 0 53456 0 0 0 118238 1076 0 0 25 0 1 0 1768448724 20357120 4234 4294967295 134512640 134736556 3221224576 3221223108 134524085 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28866/statm): 4970 4234 1116 68 0 4902 0
[pid=28866] vsize: 19880
Current children cumulated CPU time (s) 1193.14
Current children cumulated vsize (Kb) 19880
One traced child (pid=28866) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1212
CPU time (s): 1195.03
CPU user time (s): 1184.24
CPU system time (s): 10.7904
CPU usage (%): 98.5998
Max. virtual memory (cumulated for all children) (Kb): 29964

Verifier Data

Verifier:	OK	-26