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-1.opb
MD5SUM84d0b0ba659c599a6c66454cd956a06b
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 benchmark940.368
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
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 374

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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:        937364 kB
Buffers:         33452 kB
Cached:          36428 kB
SwapCached:        908 kB
Active:          66016 kB
Inactive:         6584 kB
HighTotal:      131008 kB
HighFree:        92064 kB
LowTotal:       903652 kB
LowFree:        845300 kB
SwapTotal:     2097892 kB
SwapFree:      2096472 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            19092 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 09:58:20 (client local time) WITH STATUS 10 IN 1195.03 SECONDS
stats: 341 0 1195.03 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 450 variables and 17827 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 4.84
c After prepocess the problem consists of 450 variables and 17827 constraints.
c Initial Lower Bound: -450
c NEW SOLUTION FOUND: -1 @ 4.918 @ #Dec. 449
c NEW SOLUTION FOUND: -2 @ 4.925 @ #Dec. 451
c NEW SOLUTION FOUND: -3 @ 4.941 @ #Dec. 458
c NEW SOLUTION FOUND: -4 @ 5.044 @ #Dec. 499
c NEW SOLUTION FOUND: -5 @ 5.155 @ #Dec. 546
c Restart #1 #Var: 450 #Dec: 747 LB: -450 @ 5.658
c NEW SOLUTION FOUND: -20 @ 5.726 @ #Dec. 767
c NEW SOLUTION FOUND: -21 @ 5.731 @ #Dec. 768
c NEW SOLUTION FOUND: -22 @ 5.851 @ #Dec. 843
c NEW SOLUTION FOUND: -23 @ 5.953 @ #Dec. 908
c Restart #2 #Var: 450 #Dec: 1412 LB: -450 @ 6.864
c Restart #3 #Var: 450 #Dec: 2147 LB: -450 @ 8.252
c Restart #4 #Var: 450 #Dec: 3057 LB: -450 @ 10.06
c Restart #5 #Var: 450 #Dec: 4246 LB: -450 @ 12.277
c CHANGE to MIS mode... 	UB: -23	MIS: -228	LPR: -196 (5.9892)	Diff: 1.1633
c Restart #0 #Var: 450 #Dec: 5894 LB: -450 @ 74.929
c Restart #1 #Var: 450 #Dec: 6136 LB: -450 @ 75.599
c Restart #2 #Var: 450 #Dec: 6707 LB: -450 @ 76.774
c Restart #3 #Var: 450 #Dec: 7550 LB: -450 @ 78.414
c Restart #4 #Var: 450 #Dec: 8407 LB: -229 @ 80.502
c NEW SOLUTION FOUND: -24 @ 81.65 @ #Dec. 8840
c Restart #5 #Var: 450 #Dec: 9853 LB: -227 @ 84.175
c Restart #6 #Var: 450 #Dec: 11178 LB: -226 @ 87.434
c Restart #7 #Var: 450 #Dec: 12858 LB: -229 @ 91.051
c Restart #8 #Var: 450 #Dec: 14610 LB: -229 @ 95.054
c Restart #9 #Var: 450 #Dec: 16489 LB: -228 @ 99.59
c Restart #10 #Var: 450 #Dec: 18777 LB: -450 @ 104.93
c Restart #11 #Var: 450 #Dec: 21396 LB: -450 @ 110.1
c Restart #12 #Var: 450 #Dec: 23984 LB: -450 @ 115.88
c Restart #13 #Var: 450 #Dec: 27136 LB: -450 @ 122.17
c Restart #14 #Var: 450 #Dec: 30016 LB: -450 @ 129.06
c Restart #15 #Var: 450 #Dec: 33281 LB: -228 @ 136.51
c NEW SOLUTION FOUND: -25 @ 137.42 @ #Dec. 33685
c Restart #16 #Var: 450 #Dec: 37336 LB: -450 @ 145.29
c Restart #17 #Var: 450 #Dec: 41127 LB: -450 @ 153.8
c Restart #18 #Var: 450 #Dec: 45394 LB: -450 @ 162.39
c Restart #19 #Var: 450 #Dec: 49271 LB: -450 @ 171.95
c Restart #20 #Var: 450 #Dec: 53365 LB: -450 @ 182.35
c Restart #21 #Var: 450 #Dec: 59653 LB: -228 @ 193.14
c Restart #22 #Var: 450 #Dec: 64179 LB: -450 @ 204.18
c Restart #23 #Var: 450 #Dec: 69231 LB: -450 @ 215.69
c Restart #24 #Var: 450 #Dec: 74358 LB: -450 @ 227.81
c Restart #25 #Var: 450 #Dec: 81208 LB: -450 @ 240.53
c Restart #26 #Var: 450 #Dec: 87357 LB: -450 @ 253.29
c Restart #27 #Var: 450 #Dec: 92946 LB: -450 @ 266.51
c Restart #28 #Var: 450 #Dec: 98659 LB: -450 @ 281.45
c Restart #29 #Var: 450 #Dec: 104658 LB: -450 @ 296.11
c Restart #30 #Var: 450 #Dec: 110725 LB: -450 @ 311.58
c Restart #31 #Var: 450 #Dec: 117511 LB: -450 @ 326.26
c Restart #32 #Var: 450 #Dec: 125170 LB: -450 @ 342.39
c Restart #33 #Var: 450 #Dec: 132433 LB: -450 @ 358.5
c Restart #34 #Var: 450 #Dec: 140283 LB: -450 @ 374.61
c Restart #35 #Var: 450 #Dec: 149461 LB: -450 @ 392.52
c Restart #36 #Var: 450 #Dec: 157030 LB: -450 @ 410.61
c Restart #37 #Var: 450 #Dec: 165076 LB: -450 @ 428.06
c NEW SOLUTION FOUND: -26 @ 442.02 @ #Dec. 171001
c Restart #38 #Var: 450 #Dec: 179710 LB: -450 @ 461.11
c Restart #39 #Var: 450 #Dec: 187695 LB: -450 @ 481.71
c Restart #40 #Var: 450 #Dec: 196598 LB: -450 @ 501.56
c Restart #41 #Var: 450 #Dec: 205171 LB: -450 @ 521.92
c Restart #42 #Var: 450 #Dec: 213813 LB: -450 @ 543.45
c Restart #43 #Var: 450 #Dec: 222580 LB: -450 @ 565.4
c Restart #44 #Var: 450 #Dec: 231853 LB: -450 @ 587.37
c Restart #45 #Var: 450 #Dec: 241751 LB: -450 @ 609.93
c Restart #46 #Var: 450 #Dec: 251025 LB: -450 @ 633.61
c Restart #47 #Var: 450 #Dec: 261373 LB: -450 @ 657.74
c Restart #48 #Var: 450 #Dec: 271257 LB: -450 @ 682.61
c Restart #49 #Var: 450 #Dec: 281836 LB: -450 @ 706.6
c Restart #50 #Var: 450 #Dec: 292492 LB: -450 @ 732.88
c Restart #51 #Var: 450 #Dec: 303161 LB: -450 @ 759.76
c Restart #52 #Var: 450 #Dec: 314507 LB: -450 @ 785.8
c Restart #53 #Var: 450 #Dec: 325477 LB: -450 @ 813.03
c Restart #54 #Var: 450 #Dec: 336547 LB: -450 @ 840.68
c Restart #55 #Var: 450 #Dec: 349246 LB: -450 @ 867.98
c Restart #56 #Var: 450 #Dec: 361075 LB: -450 @ 895.35
c Restart #57 #Var: 450 #Dec: 372850 LB: -450 @ 924.58
c Restart #58 #Var: 450 #Dec: 385456 LB: -450 @ 953.14
c Restart #59 #Var: 450 #Dec: 397529 LB: -450 @ 983.06
c Restart #60 #Var: 450 #Dec: 410372 LB: -450 @ 1012.6
c Restart #61 #Var: 450 #Dec: 422654 LB: -450 @ 1045.2
c Restart #62 #Var: 450 #Dec: 435825 LB: -450 @ 1077.3
c Restart #63 #Var: 450 #Dec: 448715 LB: -450 @ 1109.2
c Restart #64 #Var: 450 #Dec: 461992 LB: -450 @ 1141.8
c Restart #65 #Var: 450 #Dec: 476060 LB: -450 @ 1173
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/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1717503993 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 107 3 90 68 0 39 0
[pid=21520] 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/wulflinc21/normalized-frb30-15-1.opb

[startup+10.0026 s]
Raw data (loadavg): 0.93 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 2813 0 0 0 968 15 0 0 25 0 1 0 1717503993 14581760 2721 4294967295 134512640 134736556 3221224576 3221223092 1077374149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 3560 2721 1116 68 0 3492 0
[pid=21520] vsize: 14240
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (Kb) 14240

[startup+20.0033 s]
Raw data (loadavg): 0.94 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 3275 0 0 0 1934 26 0 0 25 0 1 0 1717503993 16453632 3183 4294967295 134512640 134736556 3221224576 3221222256 1077814665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4017 3183 1116 68 0 3949 0
[pid=21520] vsize: 16068
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (Kb) 16068

[startup+30.003 s]
Raw data (loadavg): 0.95 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 3400 0 0 0 2860 45 0 0 25 0 1 0 1717503993 17043456 3308 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4161 3308 1116 68 0 4093 0
[pid=21520] vsize: 16644
Current children cumulated CPU time (s) 29.05
Current children cumulated vsize (Kb) 16644

[startup+40.0037 s]
Raw data (loadavg): 0.96 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 6105 0 0 0 3850 51 0 0 25 0 1 0 1717503993 26763264 4993 4294967295 134512640 134736556 3221224576 3221220236 1074788953 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 6534 4993 1116 68 0 6466 0
[pid=21520] vsize: 26136
Current children cumulated CPU time (s) 39.01
Current children cumulated vsize (Kb) 26136

[startup+50.0043 s]
Raw data (loadavg): 0.96 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 15937 0 0 0 4821 76 0 0 25 0 1 0 1717503993 29986816 5205 4294967295 134512640 134736556 3221224576 3221221056 1075115837 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 7321 5205 1116 68 0 7253 0
[pid=21520] vsize: 29284
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (Kb) 29284

[startup+60.004 s]
Raw data (loadavg): 0.97 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 26527 0 0 0 5792 99 0 0 25 0 1 0 1717503993 29732864 4296 4294967295 134512640 134736556 3221224576 3221221264 1075971389 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 7259 4296 1116 68 0 7191 0
[pid=21520] vsize: 29036
Current children cumulated CPU time (s) 58.91
Current children cumulated vsize (Kb) 29036

[startup+70.0067 s]
Raw data (loadavg): 0.97 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 40500 0 0 0 6748 137 0 0 25 0 1 0 1717503993 30953472 5479 4294967295 134512640 134736556 3221224576 3221221252 1075964227 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 7557 5479 1116 68 0 7489 0
[pid=21520] vsize: 30228
Current children cumulated CPU time (s) 68.85
Current children cumulated vsize (Kb) 30228

[startup+80.0074 s]
Raw data (loadavg): 0.98 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 51915 0 0 0 7704 170 0 0 25 0 1 0 1717503993 19824640 4117 4294967295 134512640 134736556 3221224576 3221223228 134543288 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4840 4117 1116 68 0 4772 0
[pid=21520] vsize: 19360
Current children cumulated CPU time (s) 78.74
Current children cumulated vsize (Kb) 19360

[startup+90.0081 s]
Raw data (loadavg): 0.98 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 51939 0 0 0 8683 178 0 0 25 0 1 0 1717503993 19959808 4141 4294967295 134512640 134736556 3221224576 3221223064 1077377504 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4873 4141 1116 68 0 4805 0
[pid=21520] vsize: 19492
Current children cumulated CPU time (s) 88.61
Current children cumulated vsize (Kb) 19492

[startup+100.008 s]
Raw data (loadavg): 0.98 0.98 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 51967 0 0 0 9659 187 0 0 25 0 1 0 1717503993 19955712 4147 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4872 4147 1116 68 0 4804 0
[pid=21520] vsize: 19488
Current children cumulated CPU time (s) 98.46
Current children cumulated vsize (Kb) 19488

[startup+110.007 s]
Raw data (loadavg): 0.98 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52002 0 0 0 10636 196 0 0 25 0 1 0 1717503993 20201472 4182 4294967295 134512640 134736556 3221224576 3221223212 134605348 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4932 4182 1116 68 0 4864 0
[pid=21520] vsize: 19728
Current children cumulated CPU time (s) 108.32
Current children cumulated vsize (Kb) 19728

[startup+120.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52002 0 0 0 11612 205 0 0 25 0 1 0 1717503993 20168704 4182 4294967295 134512640 134736556 3221224576 3221223236 134560275 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4924 4182 1116 68 0 4856 0
[pid=21520] vsize: 19696
Current children cumulated CPU time (s) 118.17
Current children cumulated vsize (Kb) 19696

[startup+130.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52003 0 0 0 12587 213 0 0 25 0 1 0 1717503993 20168704 4183 4294967295 134512640 134736556 3221224576 3221223152 134537347 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4924 4183 1116 68 0 4856 0
[pid=21520] vsize: 19696
Current children cumulated CPU time (s) 128
Current children cumulated vsize (Kb) 19696

[startup+140.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52003 0 0 0 13564 223 0 0 25 0 1 0 1717503993 20168704 4183 4294967295 134512640 134736556 3221224576 3221223192 134598969 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4924 4183 1116 68 0 4856 0
[pid=21520] vsize: 19696
Current children cumulated CPU time (s) 137.87
Current children cumulated vsize (Kb) 19696

[startup+150.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52003 0 0 0 14539 232 0 0 25 0 1 0 1717503993 20168704 4183 4294967295 134512640 134736556 3221224576 3221223200 134620460 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4924 4183 1116 68 0 4856 0
[pid=21520] vsize: 19696
Current children cumulated CPU time (s) 147.71
Current children cumulated vsize (Kb) 19696

[startup+160.008 s]
Raw data (loadavg): 0.99 0.98 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52024 0 0 0 15515 242 0 0 25 0 1 0 1717503993 20303872 4204 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4204 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 157.57
Current children cumulated vsize (Kb) 19828

[startup+170.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52028 0 0 0 16492 249 0 0 25 0 1 0 1717503993 20303872 4208 4294967295 134512640 134736556 3221224576 3221223196 134560236 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4208 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 167.41
Current children cumulated vsize (Kb) 19828

[startup+180.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52028 0 0 0 17472 256 0 0 25 0 1 0 1717503993 20303872 4208 4294967295 134512640 134736556 3221224576 3221222876 1077379924 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4208 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 177.28
Current children cumulated vsize (Kb) 19828

[startup+190.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52028 0 0 0 18449 265 0 0 25 0 1 0 1717503993 20303872 4208 4294967295 134512640 134736556 3221224576 3221223100 1076999581 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4208 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 187.14
Current children cumulated vsize (Kb) 19828

[startup+200.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52028 0 0 0 19422 273 0 0 25 0 1 0 1717503993 20303872 4208 4294967295 134512640 134736556 3221224576 3221223328 134552874 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4208 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 196.95
Current children cumulated vsize (Kb) 19828

[startup+210.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52035 0 0 0 20401 281 0 0 25 0 1 0 1717503993 20303872 4215 4294967295 134512640 134736556 3221224576 3221223056 134550007 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4957 4215 1116 68 0 4889 0
[pid=21520] vsize: 19828
Current children cumulated CPU time (s) 206.82
Current children cumulated vsize (Kb) 19828

[startup+220.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52035 0 0 0 21378 290 0 0 25 0 1 0 1717503993 20287488 4215 4294967295 134512640 134736556 3221224576 3221223216 1076648048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4953 4215 1116 68 0 4885 0
[pid=21520] vsize: 19812
Current children cumulated CPU time (s) 216.68
Current children cumulated vsize (Kb) 19812

[startup+230.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52035 0 0 0 22357 298 0 0 25 0 1 0 1717503993 20287488 4215 4294967295 134512640 134736556 3221224576 3221223156 1077378565 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4953 4215 1116 68 0 4885 0
[pid=21520] vsize: 19812
Current children cumulated CPU time (s) 226.55
Current children cumulated vsize (Kb) 19812

[startup+240.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52035 0 0 0 23329 309 0 0 25 0 1 0 1717503993 20287488 4215 4294967295 134512640 134736556 3221224576 3221223088 134543193 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4953 4215 1116 68 0 4885 0
[pid=21520] vsize: 19812
Current children cumulated CPU time (s) 236.38
Current children cumulated vsize (Kb) 19812

[startup+250.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52035 0 0 0 24306 317 0 0 25 0 1 0 1717503993 20144128 4195 4294967295 134512640 134736556 3221224576 3221223192 1077374433 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4918 4195 1116 68 0 4850 0
[pid=21520] vsize: 19672
Current children cumulated CPU time (s) 246.23
Current children cumulated vsize (Kb) 19672

[startup+260.009 s]
Raw data (loadavg): 0.99 0.98 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52035 0 0 0 25283 326 0 0 25 0 1 0 1717503993 20123648 4190 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4190 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 256.09
Current children cumulated vsize (Kb) 19652

[startup+270.01 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52059 0 0 0 26262 333 0 0 25 0 1 0 1717503993 20258816 4214 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4214 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 265.95
Current children cumulated vsize (Kb) 19784

[startup+280.01 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52059 0 0 0 27244 339 0 0 25 0 1 0 1717503993 20258816 4214 4294967295 134512640 134736556 3221224576 3221223216 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4214 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 275.83
Current children cumulated vsize (Kb) 19784

[startup+290.011 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 28221 349 0 0 25 0 1 0 1717503993 20258816 4217 4294967295 134512640 134736556 3221224576 3221223188 134560250 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4946 4217 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 285.7
Current children cumulated vsize (Kb) 19784

[startup+300.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 29200 357 0 0 25 0 1 0 1717503993 20258816 4217 4294967295 134512640 134736556 3221224576 3221223244 134560240 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4217 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 295.57
Current children cumulated vsize (Kb) 19784

[startup+310.011 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 30180 364 0 0 25 0 1 0 1717503993 20258816 4217 4294967295 134512640 134736556 3221224576 3221223076 1077378598 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4217 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 305.44
Current children cumulated vsize (Kb) 19784

[startup+320.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 31161 371 0 0 25 0 1 0 1717503993 20258816 4217 4294967295 134512640 134736556 3221224576 3221223056 134553489 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4217 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 315.32
Current children cumulated vsize (Kb) 19784

[startup+330.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 32139 378 0 0 25 0 1 0 1717503993 20258816 4217 4294967295 134512640 134736556 3221224576 3221223244 134553061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4217 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 325.17
Current children cumulated vsize (Kb) 19784

[startup+340.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 33115 387 0 0 25 0 1 0 1717503993 20111360 4187 4294967295 134512640 134736556 3221224576 3221223172 1077374498 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4910 4187 1116 68 0 4842 0
[pid=21520] vsize: 19640
Current children cumulated CPU time (s) 335.02
Current children cumulated vsize (Kb) 19640

[startup+350.012 s]
Raw data (loadavg): 0.99 0.98 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52062 0 0 0 34092 396 0 0 25 0 1 0 1717503993 20111360 4187 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4910 4187 1116 68 0 4842 0
[pid=21520] vsize: 19640
Current children cumulated CPU time (s) 344.88
Current children cumulated vsize (Kb) 19640

[startup+360.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 35071 404 0 0 25 0 1 0 1717503993 20111360 4187 4294967295 134512640 134736556 3221224576 3221223136 134634130 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4910 4187 1116 68 0 4842 0
[pid=21520] vsize: 19640
Current children cumulated CPU time (s) 354.75
Current children cumulated vsize (Kb) 19640

[startup+370.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52062 0 0 0 36049 412 0 0 25 0 1 0 1717503993 20111360 4187 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4910 4187 1116 68 0 4842 0
[pid=21520] vsize: 19640
Current children cumulated CPU time (s) 364.61
Current children cumulated vsize (Kb) 19640

[startup+380.013 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52062 0 0 0 37025 420 0 0 25 0 1 0 1717503993 20111360 4187 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4910 4187 1116 68 0 4842 0
[pid=21520] vsize: 19640
Current children cumulated CPU time (s) 374.45
Current children cumulated vsize (Kb) 19640

[startup+390.014 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52062 0 0 0 38002 427 0 0 25 0 1 0 1717503993 20066304 4176 4294967295 134512640 134736556 3221224576 3221223064 1077378356 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4899 4176 1116 68 0 4831 0
[pid=21520] vsize: 19596
Current children cumulated CPU time (s) 384.29
Current children cumulated vsize (Kb) 19596

[startup+400.015 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52065 0 0 0 38974 437 0 0 25 0 1 0 1717503993 20201472 4179 4294967295 134512640 134736556 3221224576 3221223068 1076999581 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4932 4179 1116 68 0 4864 0
[pid=21520] vsize: 19728
Current children cumulated CPU time (s) 394.11
Current children cumulated vsize (Kb) 19728

[startup+410.015 s]
Raw data (loadavg): 0.99 0.98 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52104 0 0 0 39950 447 0 0 25 0 1 0 1717503993 20336640 4218 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4965 4218 1116 68 0 4897 0
[pid=21520] vsize: 19860
Current children cumulated CPU time (s) 403.97
Current children cumulated vsize (Kb) 19860

[startup+420.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52111 0 0 0 40930 455 0 0 25 0 1 0 1717503993 20336640 4225 4294967295 134512640 134736556 3221224576 3221223032 1077378418 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4965 4225 1116 68 0 4897 0
[pid=21520] vsize: 19860
Current children cumulated CPU time (s) 413.85
Current children cumulated vsize (Kb) 19860

[startup+430.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52111 0 0 0 41908 463 0 0 25 0 1 0 1717503993 20336640 4225 4294967295 134512640 134736556 3221224576 3221223240 134560241 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4965 4225 1116 68 0 4897 0
[pid=21520] vsize: 19860
Current children cumulated CPU time (s) 423.71
Current children cumulated vsize (Kb) 19860

[startup+440.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52111 0 0 0 42885 471 0 0 25 0 1 0 1717503993 20066304 4176 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4899 4176 1116 68 0 4831 0
[pid=21520] vsize: 19596
Current children cumulated CPU time (s) 433.56
Current children cumulated vsize (Kb) 19596

[startup+450.016 s]
Raw data (loadavg): 1.07 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52116 0 0 0 43861 479 0 0 25 0 1 0 1717503993 20123648 4181 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4181 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 443.4
Current children cumulated vsize (Kb) 19652

[startup+460.016 s]
Raw data (loadavg): 1.06 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52122 0 0 0 44839 487 0 0 25 0 1 0 1717503993 20123648 4187 4294967295 134512640 134736556 3221224576 3221223424 134617553 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4187 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 453.26
Current children cumulated vsize (Kb) 19652

[startup+470.016 s]
Raw data (loadavg): 1.05 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52122 0 0 0 45817 495 0 0 25 0 1 0 1717503993 20123648 4187 4294967295 134512640 134736556 3221224576 3221223144 134554078 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4187 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 463.12
Current children cumulated vsize (Kb) 19652

[startup+480.017 s]
Raw data (loadavg): 1.04 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52122 0 0 0 46799 502 0 0 25 0 1 0 1717503993 20123648 4187 4294967295 134512640 134736556 3221224576 3221223240 134553056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4187 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 473.01
Current children cumulated vsize (Kb) 19652

[startup+490.018 s]
Raw data (loadavg): 1.04 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52122 0 0 0 47778 510 0 0 25 0 1 0 1717503993 20123648 4187 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4913 4187 1116 68 0 4845 0
[pid=21520] vsize: 19652
Current children cumulated CPU time (s) 482.88
Current children cumulated vsize (Kb) 19652

[startup+500.019 s]
Raw data (loadavg): 1.03 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52127 0 0 0 48758 518 0 0 25 0 1 0 1717503993 20258816 4192 4294967295 134512640 134736556 3221224576 3221223168 134608199 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4192 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 492.76
Current children cumulated vsize (Kb) 19784

[startup+510.019 s]
Raw data (loadavg): 1.03 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52127 0 0 0 49734 525 0 0 25 0 1 0 1717503993 20258816 4192 4294967295 134512640 134736556 3221224576 3221223260 134605831 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4192 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 502.59
Current children cumulated vsize (Kb) 19784

[startup+520.02 s]
Raw data (loadavg): 1.02 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52127 0 0 0 50714 533 0 0 25 0 1 0 1717503993 20258816 4192 4294967295 134512640 134736556 3221224576 3221223172 1077374508 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4192 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 512.47
Current children cumulated vsize (Kb) 19784

[startup+530.02 s]
Raw data (loadavg): 1.02 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 51693 541 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223204 134620612 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (Kb) 19784

[startup+540.019 s]
Raw data (loadavg): 1.01 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 52672 549 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 532.21
Current children cumulated vsize (Kb) 19784

[startup+550.02 s]
Raw data (loadavg): 1.01 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 53650 556 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 542.06
Current children cumulated vsize (Kb) 19784

[startup+560.02 s]
Raw data (loadavg): 1.01 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 54628 564 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223232 134605328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 551.92
Current children cumulated vsize (Kb) 19784

[startup+570.02 s]
Raw data (loadavg): 1.01 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 55607 572 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 561.79
Current children cumulated vsize (Kb) 19784

[startup+580.021 s]
Raw data (loadavg): 1.01 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 56586 580 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 571.66
Current children cumulated vsize (Kb) 19784

[startup+590.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 57564 588 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 581.52
Current children cumulated vsize (Kb) 19784

[startup+600.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 58546 594 0 0 25 0 1 0 1717503993 20258816 4223 4294967295 134512640 134736556 3221224576 3221223124 1077374125 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4946 4223 1116 68 0 4878 0
[pid=21520] vsize: 19784
Current children cumulated CPU time (s) 591.4
Current children cumulated vsize (Kb) 19784

[startup+610.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 59523 602 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 601.25
Current children cumulated vsize (Kb) 19772

[startup+620.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 60502 609 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223168 134620482 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 611.11
Current children cumulated vsize (Kb) 19772

[startup+630.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 61481 618 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223196 134534796 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 620.99
Current children cumulated vsize (Kb) 19772

[startup+640.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 62461 625 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223068 1076999581 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 630.86
Current children cumulated vsize (Kb) 19772

[startup+650.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 63440 632 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223280 134553205 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 640.72
Current children cumulated vsize (Kb) 19772

[startup+660.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 64419 640 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223208 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 650.59
Current children cumulated vsize (Kb) 19772

[startup+670.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 65398 648 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 660.46
Current children cumulated vsize (Kb) 19772

[startup+680.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 66378 657 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223056 134549986 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 670.35
Current children cumulated vsize (Kb) 19772

[startup+690.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 67354 666 0 0 25 0 1 0 1717503993 20246528 4220 4294967295 134512640 134736556 3221224576 3221223224 134560537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4943 4220 1116 68 0 4875 0
[pid=21520] vsize: 19772
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (Kb) 19772

[startup+700.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 68333 674 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 690.07
Current children cumulated vsize (Kb) 19748

[startup+710.024 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 69311 682 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 699.93
Current children cumulated vsize (Kb) 19748

[startup+720.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 70290 689 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221223264 134529489 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 709.79
Current children cumulated vsize (Kb) 19748

[startup+730.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 71270 696 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221222876 1077379860 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 719.66
Current children cumulated vsize (Kb) 19748

[startup+740.024 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52158 0 0 0 72247 704 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 729.51
Current children cumulated vsize (Kb) 19748

[startup+750.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52158 0 0 0 73227 710 0 0 25 0 1 0 1717503993 20221952 4214 4294967295 134512640 134736556 3221224576 3221223204 134605350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4937 4214 1116 68 0 4869 0
[pid=21520] vsize: 19748
Current children cumulated CPU time (s) 739.37
Current children cumulated vsize (Kb) 19748

[startup+760.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 74206 719 0 0 25 0 1 0 1717503993 20357120 4226 4294967295 134512640 134736556 3221224576 3221223184 134620375 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4970 4226 1116 68 0 4902 0
[pid=21520] vsize: 19880
Current children cumulated CPU time (s) 749.25
Current children cumulated vsize (Kb) 19880

[startup+770.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 75186 725 0 0 25 0 1 0 1717503993 20357120 4226 4294967295 134512640 134736556 3221224576 3221223192 134598988 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4970 4226 1116 68 0 4902 0
[pid=21520] vsize: 19880
Current children cumulated CPU time (s) 759.11
Current children cumulated vsize (Kb) 19880

[startup+780.026 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52170 0 0 0 76162 735 0 0 25 0 1 0 1717503993 20357120 4226 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4970 4226 1116 68 0 4902 0
[pid=21520] vsize: 19880
Current children cumulated CPU time (s) 768.97
Current children cumulated vsize (Kb) 19880

[startup+790.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 77137 745 0 0 25 0 1 0 1717503993 20357120 4226 4294967295 134512640 134736556 3221224576 3221223164 134549952 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4970 4226 1116 68 0 4902 0
[pid=21520] vsize: 19880
Current children cumulated CPU time (s) 778.82
Current children cumulated vsize (Kb) 19880

[startup+800.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 78115 754 0 0 25 0 1 0 1717503993 20357120 4226 4294967295 134512640 134736556 3221224576 3221223176 134554073 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4970 4226 1116 68 0 4902 0
[pid=21520] vsize: 19880
Current children cumulated CPU time (s) 788.69
Current children cumulated vsize (Kb) 19880

[startup+810.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 79093 760 0 0 25 0 1 0 1717503993 20332544 4226 4294967295 134512640 134736556 3221224576 3221223032 1077377727 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4226 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 798.53
Current children cumulated vsize (Kb) 19856

[startup+820.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 80074 766 0 0 25 0 1 0 1717503993 20332544 4226 4294967295 134512640 134736556 3221224576 3221223248 134630390 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4226 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 808.4
Current children cumulated vsize (Kb) 19856

[startup+830.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 81053 774 0 0 25 0 1 0 1717503993 20332544 4226 4294967295 134512640 134736556 3221224576 3221223248 134630390 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4964 4226 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 818.27
Current children cumulated vsize (Kb) 19856

[startup+840.026 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52170 0 0 0 82032 782 0 0 25 0 1 0 1717503993 20332544 4226 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4226 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 828.14
Current children cumulated vsize (Kb) 19856

[startup+850.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 83011 790 0 0 25 0 1 0 1717503993 20332544 4226 4294967295 134512640 134736556 3221224576 3221223228 1076648036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4226 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 838.01
Current children cumulated vsize (Kb) 19856

[startup+860.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52170 0 0 0 83989 797 0 0 25 0 1 0 1717503993 20156416 4198 4294967295 134512640 134736556 3221224576 3221223184 134608226 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4921 4198 1116 68 0 4853 0
[pid=21520] vsize: 19684
Current children cumulated CPU time (s) 847.86
Current children cumulated vsize (Kb) 19684

[startup+870.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52172 0 0 0 84968 805 0 0 25 0 1 0 1717503993 20275200 4200 4294967295 134512640 134736556 3221224576 3221223256 134605852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4950 4200 1116 68 0 4882 0
[pid=21520] vsize: 19800
Current children cumulated CPU time (s) 857.73
Current children cumulated vsize (Kb) 19800

[startup+880.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52178 0 0 0 85946 814 0 0 25 0 1 0 1717503993 20275200 4206 4294967295 134512640 134736556 3221224576 3221223196 134598976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4950 4206 1116 68 0 4882 0
[pid=21520] vsize: 19800
Current children cumulated CPU time (s) 867.6
Current children cumulated vsize (Kb) 19800

[startup+890.027 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52178 0 0 0 86926 822 0 0 25 0 1 0 1717503993 20275200 4206 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4950 4206 1116 68 0 4882 0
[pid=21520] vsize: 19800
Current children cumulated CPU time (s) 877.48
Current children cumulated vsize (Kb) 19800

[startup+900.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 87900 831 0 0 25 0 1 0 1717503993 20275200 4207 4294967295 134512640 134736556 3221224576 3221223032 1077377203 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4950 4207 1116 68 0 4882 0
[pid=21520] vsize: 19800
Current children cumulated CPU time (s) 887.31
Current children cumulated vsize (Kb) 19800

[startup+910.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 88880 839 0 0 25 0 1 0 1717503993 20217856 4207 4294967295 134512640 134736556 3221224576 3221223124 1077374218 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4936 4207 1116 68 0 4868 0
[pid=21520] vsize: 19744
Current children cumulated CPU time (s) 897.19
Current children cumulated vsize (Kb) 19744

[startup+920.028 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52179 0 0 0 89860 846 0 0 25 0 1 0 1717503993 20217856 4207 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4936 4207 1116 68 0 4868 0
[pid=21520] vsize: 19744
Current children cumulated CPU time (s) 907.06
Current children cumulated vsize (Kb) 19744

[startup+930.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 90838 855 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223224 134560337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 916.93
Current children cumulated vsize (Kb) 19724

[startup+940.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 91815 863 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223148 1076999581 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 926.78
Current children cumulated vsize (Kb) 19724

[startup+950.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 92792 872 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 936.64
Current children cumulated vsize (Kb) 19724

[startup+960.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 93771 879 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223136 134634103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 946.5
Current children cumulated vsize (Kb) 19724

[startup+970.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52179 0 0 0 94749 887 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223104 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 956.36
Current children cumulated vsize (Kb) 19724

[startup+980.029 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52179 0 0 0 95726 896 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 966.22
Current children cumulated vsize (Kb) 19724

[startup+990.029 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52179 0 0 0 96706 902 0 0 25 0 1 0 1717503993 20197376 4207 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4931 4207 1116 68 0 4863 0
[pid=21520] vsize: 19724
Current children cumulated CPU time (s) 976.08
Current children cumulated vsize (Kb) 19724

[startup+1000.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52202 0 0 0 97686 909 0 0 25 0 1 0 1717503993 20332544 4230 4294967295 134512640 134736556 3221224576 3221223184 134524915 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4230 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 985.95
Current children cumulated vsize (Kb) 19856

[startup+1010.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52202 0 0 0 98666 916 0 0 25 0 1 0 1717503993 20332544 4230 4294967295 134512640 134736556 3221224576 3221223192 134598992 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4230 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 995.82
Current children cumulated vsize (Kb) 19856

[startup+1020.03 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52202 0 0 0 99643 924 0 0 25 0 1 0 1717503993 20332544 4230 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4230 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 1005.67
Current children cumulated vsize (Kb) 19856

[startup+1030.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52202 0 0 0 100618 934 0 0 25 0 1 0 1717503993 20332544 4230 4294967295 134512640 134736556 3221224576 3221223072 134523861 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4964 4230 1116 68 0 4896 0
[pid=21520] vsize: 19856
Current children cumulated CPU time (s) 1015.52
Current children cumulated vsize (Kb) 19856

[startup+1040.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52202 0 0 0 101599 942 0 0 25 0 1 0 1717503993 20172800 4202 4294967295 134512640 134736556 3221224576 3221223264 134605561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4925 4202 1116 68 0 4857 0
[pid=21520] vsize: 19700
Current children cumulated CPU time (s) 1025.41
Current children cumulated vsize (Kb) 19700

[startup+1050.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52202 0 0 0 102579 949 0 0 25 0 1 0 1717503993 20172800 4202 4294967295 134512640 134736556 3221224576 3221223224 134544462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21520/statm): 4925 4202 1116 68 0 4857 0
[pid=21520] vsize: 19700
Current children cumulated CPU time (s) 1035.28
Current children cumulated vsize (Kb) 19700

[startup+1060.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52205 0 0 0 103558 957 0 0 25 0 1 0 1717503993 20307968 4205 4294967295 134512640 134736556 3221224576 3221223200 134543719 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4205 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1045.15
Current children cumulated vsize (Kb) 19832

[startup+1070.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52205 0 0 0 104538 965 0 0 25 0 1 0 1717503993 20307968 4205 4294967295 134512640 134736556 3221224576 3221222920 1077377495 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4205 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1055.03
Current children cumulated vsize (Kb) 19832

[startup+1080.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 105518 972 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223104 134550251 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1064.9
Current children cumulated vsize (Kb) 19832

[startup+1090.03 s]
Raw data (loadavg): 1.00 1.00 0.93 1/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52231 0 0 0 106495 981 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1074.76
Current children cumulated vsize (Kb) 19832

[startup+1100.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 107476 988 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223132 134549952 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1084.64
Current children cumulated vsize (Kb) 19832

[startup+1110.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 108453 997 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223092 1077374082 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1094.5
Current children cumulated vsize (Kb) 19832

[startup+1120.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 109431 1005 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223236 134560252 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1104.36
Current children cumulated vsize (Kb) 19832

[startup+1130.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 110413 1012 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223092 1077374189 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1114.25
Current children cumulated vsize (Kb) 19832

[startup+1140.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 111391 1020 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223032 1077377218 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1124.11
Current children cumulated vsize (Kb) 19832

[startup+1150.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52231 0 0 0 112372 1026 0 0 25 0 1 0 1717503993 20307968 4231 4294967295 134512640 134736556 3221224576 3221223248 134630646 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4958 4231 1116 68 0 4890 0
[pid=21520] vsize: 19832
Current children cumulated CPU time (s) 1133.98
Current children cumulated vsize (Kb) 19832

[startup+1160.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52241 0 0 0 113350 1034 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1143.84
Current children cumulated vsize (Kb) 19964

[startup+1170.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) T 21519 21520 20602 0 -1 0 52241 0 0 0 114327 1043 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1153.7
Current children cumulated vsize (Kb) 19964

[startup+1180.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52241 0 0 0 115304 1052 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1163.56
Current children cumulated vsize (Kb) 19964

[startup+1190.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52241 0 0 0 116282 1061 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221223212 134553972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1173.43
Current children cumulated vsize (Kb) 19964

[startup+1200.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52241 0 0 0 117261 1070 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221223168 134608252 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (Kb) 19964

[startup+1210.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/57 21520
Raw data (/proc/21520/stat): 21520 (bsolo) R 21519 21520 20602 0 -1 0 52241 0 0 0 118241 1077 0 0 25 0 1 0 1717503993 20443136 4241 4294967295 134512640 134736556 3221224576 3221223200 134605356 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21520/statm): 4991 4241 1116 68 0 4923 0
[pid=21520] vsize: 19964
Current children cumulated CPU time (s) 1193.18
Current children cumulated vsize (Kb) 19964
One traced child (pid=21520) exited with status: 10
All traced children have exited ! Game is over.

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

Verifier Data

Verifier:	OK	-26