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-3.opb
MD5SUM063fe125a766c5e46d0ecbf211fd8049
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 benchmark481.604
Number of variables450
Total number of constraints17809
Number of constraints which are clauses17809
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 378

Launcher Data

LAUNCH ON wulflinc13 THE 2005-09-18 09:40:57 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=345 boxname=wulflinc13 idbench=345 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  063fe125a766c5e46d0ecbf211fd8049  /oldhome/oroussel/tmp/wulflinc13/normalized-frb30-15-3.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc13/normalized-frb30-15-3.opb
IDLAUNCH: 345
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        948288 kB
Buffers:         33388 kB
Cached:          26560 kB
SwapCached:        708 kB
Active:          53796 kB
Inactive:         8800 kB
HighTotal:      131008 kB
HighFree:       100772 kB
LowTotal:       903652 kB
LowFree:        847516 kB
SwapTotal:     2097136 kB
SwapFree:      2095936 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            18204 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 10:01:09 (client local time) WITH STATUS 10 IN 1195.03 SECONDS
stats: 345 0 1195.03 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 450 variables and 17809 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 4.924
c After prepocess the problem consists of 450 variables and 17809 constraints.
c Initial Lower Bound: -450
c NEW SOLUTION FOUND: -3 @ 4.99 @ #Dec. 447
c NEW SOLUTION FOUND: -4 @ 4.994 @ #Dec. 447
c NEW SOLUTION FOUND: -5 @ 5.054 @ #Dec. 472
c NEW SOLUTION FOUND: -6 @ 5.199 @ #Dec. 535
c NEW SOLUTION FOUND: -7 @ 5.254 @ #Dec. 558
c NEW SOLUTION FOUND: -8 @ 5.535 @ #Dec. 738
c NEW SOLUTION FOUND: -9 @ 5.828 @ #Dec. 890
c Restart #1 #Var: 450 #Dec: 1149 LB: -450 @ 6.317
c NEW SOLUTION FOUND: -20 @ 6.383 @ #Dec. 1169
c NEW SOLUTION FOUND: -21 @ 6.389 @ #Dec. 1172
c NEW SOLUTION FOUND: -22 @ 6.461 @ #Dec. 1206
c NEW SOLUTION FOUND: -23 @ 6.463 @ #Dec. 1208
c NEW SOLUTION FOUND: -24 @ 7.225 @ #Dec. 1682
c Restart #2 #Var: 450 #Dec: 2158 LB: -450 @ 8.141
c Restart #3 #Var: 450 #Dec: 2805 LB: -450 @ 9.551
c Restart #4 #Var: 450 #Dec: 3716 LB: -450 @ 11.408
c Restart #5 #Var: 450 #Dec: 5032 LB: -450 @ 13.646
c CHANGE to MIS mode... 	UB: -24	MIS: -230	LPR: -191 (7.8544)	Diff: 1.2042
c Restart #0 #Var: 450 #Dec: 6597 LB: -450 @ 94.918
c Restart #1 #Var: 450 #Dec: 6816 LB: -450 @ 95.588
c Restart #2 #Var: 450 #Dec: 7248 LB: -229 @ 96.75
c Restart #3 #Var: 450 #Dec: 7994 LB: -229 @ 98.367
c Restart #4 #Var: 450 #Dec: 8809 LB: -450 @ 100.47
c Restart #5 #Var: 450 #Dec: 9959 LB: -228 @ 103.03
c Restart #6 #Var: 450 #Dec: 11571 LB: -450 @ 106.03
c Restart #7 #Var: 450 #Dec: 13294 LB: -228 @ 109.53
c Restart #8 #Var: 450 #Dec: 14923 LB: -228 @ 113.57
c Restart #9 #Var: 450 #Dec: 17003 LB: -229 @ 118.1
c Restart #10 #Var: 450 #Dec: 19136 LB: -229 @ 123.37
c Restart #11 #Var: 450 #Dec: 21445 LB: -450 @ 128.9
c Restart #12 #Var: 450 #Dec: 24052 LB: -450 @ 134.54
c Restart #13 #Var: 450 #Dec: 26850 LB: -450 @ 141.12
c Restart #14 #Var: 450 #Dec: 29784 LB: -450 @ 147.98
c Restart #15 #Var: 450 #Dec: 32826 LB: -450 @ 155.53
c Restart #16 #Var: 450 #Dec: 36147 LB: -450 @ 163.5
c Restart #17 #Var: 450 #Dec: 41107 LB: -450 @ 171.3
c Restart #18 #Var: 450 #Dec: 44833 LB: -450 @ 180
c Restart #19 #Var: 450 #Dec: 49094 LB: -450 @ 189.2
c Restart #20 #Var: 450 #Dec: 53322 LB: -450 @ 199.14
c Restart #21 #Var: 450 #Dec: 58056 LB: -450 @ 209.07
c NEW SOLUTION FOUND: -25 @ 213.52 @ #Dec. 59947
c Restart #22 #Var: 450 #Dec: 64599 LB: -228 @ 224.37
c Restart #23 #Var: 450 #Dec: 70326 LB: -450 @ 235.52
c Restart #24 #Var: 450 #Dec: 75636 LB: -450 @ 247.6
c Restart #25 #Var: 450 #Dec: 80849 LB: -450 @ 259.79
c Restart #26 #Var: 450 #Dec: 86256 LB: -450 @ 272.92
c Restart #27 #Var: 450 #Dec: 91870 LB: -450 @ 286.12
c Restart #28 #Var: 450 #Dec: 97554 LB: -450 @ 300.41
c Restart #29 #Var: 450 #Dec: 103556 LB: -450 @ 314.27
c Restart #30 #Var: 450 #Dec: 109728 LB: -450 @ 329.46
c Restart #31 #Var: 450 #Dec: 116196 LB: -450 @ 345.62
c Restart #32 #Var: 450 #Dec: 123121 LB: -450 @ 361.58
c Restart #33 #Var: 450 #Dec: 130431 LB: -450 @ 377.36
c Restart #34 #Var: 450 #Dec: 137483 LB: -450 @ 393.72
c Restart #35 #Var: 450 #Dec: 145236 LB: -450 @ 410.78
c Restart #36 #Var: 450 #Dec: 152664 LB: -450 @ 429.04
c NEW SOLUTION FOUND: -26 @ 429.64 @ #Dec. 152926
c Restart #37 #Var: 450 #Dec: 161111 LB: -450 @ 447.23
c Restart #38 #Var: 450 #Dec: 168919 LB: -450 @ 465.99
c Restart #39 #Var: 450 #Dec: 177401 LB: -450 @ 485.66
c Restart #40 #Var: 450 #Dec: 185621 LB: -450 @ 505.59
c Restart #41 #Var: 450 #Dec: 194123 LB: -450 @ 526.21
c Restart #42 #Var: 450 #Dec: 203017 LB: -450 @ 547.63
c Restart #43 #Var: 450 #Dec: 211856 LB: -450 @ 569.03
c Restart #44 #Var: 450 #Dec: 221597 LB: -450 @ 590.68
c Restart #45 #Var: 450 #Dec: 231082 LB: -450 @ 613.13
c Restart #46 #Var: 450 #Dec: 240661 LB: -450 @ 636.48
c Restart #47 #Var: 450 #Dec: 250352 LB: -450 @ 659.57
c Restart #48 #Var: 450 #Dec: 261183 LB: -450 @ 682.57
c Restart #49 #Var: 450 #Dec: 271522 LB: -450 @ 707.97
c Restart #50 #Var: 450 #Dec: 281723 LB: -450 @ 732.14
c Restart #51 #Var: 450 #Dec: 292233 LB: -450 @ 758.08
c Restart #52 #Var: 450 #Dec: 303051 LB: -450 @ 784.74
c Restart #53 #Var: 450 #Dec: 314191 LB: -450 @ 811.23
c Restart #54 #Var: 450 #Dec: 325136 LB: -450 @ 840.18
c Restart #55 #Var: 450 #Dec: 336349 LB: -450 @ 867.84
c Restart #56 #Var: 450 #Dec: 348175 LB: -450 @ 895.15
c Restart #57 #Var: 450 #Dec: 360617 LB: -450 @ 923.15
c Restart #58 #Var: 450 #Dec: 372631 LB: -450 @ 952.99
c Restart #59 #Var: 450 #Dec: 384900 LB: -450 @ 981.94
c Restart #60 #Var: 450 #Dec: 397235 LB: -450 @ 1013.9
c Restart #61 #Var: 450 #Dec: 410737 LB: -450 @ 1044.1
c Restart #62 #Var: 450 #Dec: 423689 LB: -450 @ 1075.2
c Restart #63 #Var: 450 #Dec: 437149 LB: -450 @ 1106.7
c Restart #64 #Var: 450 #Dec: 450634 LB: -450 @ 1140.4
c Restart #65 #Var: 450 #Dec: 463925 LB: -450 @ 1171.8
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/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782042981 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 107 3 90 68 0 39 0
[pid=2738] 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/wulflinc13/normalized-frb30-15-3.opb

[startup+10.0033 s]
Raw data (loadavg): 0.93 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 2808 0 0 0 969 14 0 0 25 0 1 0 1782042981 14536704 2719 4294967295 134512640 134736556 3221224576 3221223032 1077377705 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 3549 2719 1116 68 0 3481 0
[pid=2738] vsize: 14196
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (Kb) 14196

[startup+20.0039 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 3235 0 0 0 1943 22 0 0 25 0 1 0 1782042981 16408576 3138 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4006 3138 1116 68 0 3938 0
[pid=2738] vsize: 16024
Current children cumulated CPU time (s) 19.65
Current children cumulated vsize (Kb) 16024

[startup+30.0046 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 3440 0 0 0 2870 42 0 0 25 0 1 0 1782042981 17059840 3336 4294967295 134512640 134736556 3221224576 3221222608 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4165 3336 1116 68 0 4097 0
[pid=2738] vsize: 16660
Current children cumulated CPU time (s) 29.12
Current children cumulated vsize (Kb) 16660

[startup+40.0043 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 6096 0 0 0 3842 55 0 0 25 0 1 0 1782042981 26636288 4987 4294967295 134512640 134736556 3221224576 3221220452 1075115049 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 6503 4987 1116 68 0 6435 0
[pid=2738] vsize: 26012
Current children cumulated CPU time (s) 38.97
Current children cumulated vsize (Kb) 26012

[startup+50.0049 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 9247 0 0 0 4832 63 0 0 25 0 1 0 1782042981 19845120 4101 4294967295 134512640 134736556 3221224576 3221222736 134676425 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4845 4101 1116 68 0 4777 0
[pid=2738] vsize: 19380
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (Kb) 19380

[startup+60.0046 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 26206 0 0 0 5781 105 0 0 25 0 1 0 1782042981 30437376 5119 4294967295 134512640 134736556 3221224576 3221221204 1075964060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 7431 5119 1116 68 0 7363 0
[pid=2738] vsize: 29724
Current children cumulated CPU time (s) 58.86
Current children cumulated vsize (Kb) 29724

[startup+70.0052 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 31535 0 0 0 6766 118 0 0 25 0 1 0 1782042981 30765056 5476 4294967295 134512640 134736556 3221224576 3221220368 1074969461 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 7511 5476 1116 68 0 7443 0
[pid=2738] vsize: 30044
Current children cumulated CPU time (s) 68.84
Current children cumulated vsize (Kb) 30044

[startup+80.0059 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 36992 0 0 0 7748 132 0 0 25 0 1 0 1782042981 28692480 5488 4294967295 134512640 134736556 3221224576 3221220464 1075115715 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 7005 5488 1116 68 0 6937 0
[pid=2738] vsize: 28020
Current children cumulated CPU time (s) 78.8
Current children cumulated vsize (Kb) 28020

[startup+90.0056 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 38555 0 0 0 8743 136 0 0 25 0 1 0 1782042981 29835264 5076 4294967295 134512640 134736556 3221224576 3221221256 1077410279 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 7284 5076 1116 68 0 7216 0
[pid=2738] vsize: 29136
Current children cumulated CPU time (s) 88.79
Current children cumulated vsize (Kb) 29136

[startup+100.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 9692 175 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223064 1077377193 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 98.67
Current children cumulated vsize (Kb) 19524

[startup+110.007 s]
Raw data (loadavg): 0.98 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53201 0 0 0 10667 184 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 108.51
Current children cumulated vsize (Kb) 19524

[startup+120.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 11644 192 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223180 134534808 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 118.36
Current children cumulated vsize (Kb) 19524

[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 12625 199 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223152 134524335 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 128.24
Current children cumulated vsize (Kb) 19524

[startup+140.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 13604 207 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223104 134716422 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 138.11
Current children cumulated vsize (Kb) 19524

[startup+150.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 14581 216 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 147.97
Current children cumulated vsize (Kb) 19524

[startup+160.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53201 0 0 0 15561 223 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223180 134524883 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 157.84
Current children cumulated vsize (Kb) 19524

[startup+170.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 16536 233 0 0 25 0 1 0 1782042981 20127744 4155 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4914 4155 1116 68 0 4846 0
[pid=2738] vsize: 19656
Current children cumulated CPU time (s) 167.69
Current children cumulated vsize (Kb) 19656

[startup+180.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 17511 243 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223260 134534856 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 177.54
Current children cumulated vsize (Kb) 19524

[startup+190.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 18488 250 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223248 134605855 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 187.38
Current children cumulated vsize (Kb) 19524

[startup+200.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 19466 258 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223240 134553056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (Kb) 19524

[startup+210.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 20447 264 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 207.11
Current children cumulated vsize (Kb) 19524

[startup+220.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53205 0 0 0 21427 270 0 0 25 0 1 0 1782042981 19992576 4151 4294967295 134512640 134736556 3221224576 3221223104 134550254 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4881 4151 1116 68 0 4813 0
[pid=2738] vsize: 19524
Current children cumulated CPU time (s) 216.97
Current children cumulated vsize (Kb) 19524

[startup+230.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53209 0 0 0 22404 278 0 0 25 0 1 0 1782042981 20123648 4155 4294967295 134512640 134736556 3221224576 3221223280 134556567 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4155 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 226.82
Current children cumulated vsize (Kb) 19652

[startup+240.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53209 0 0 0 23381 287 0 0 25 0 1 0 1782042981 20123648 4155 4294967295 134512640 134736556 3221224576 3221223124 134716753 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4155 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 236.68
Current children cumulated vsize (Kb) 19652

[startup+250.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53227 0 0 0 24358 296 0 0 25 0 1 0 1782042981 20123648 4173 4294967295 134512640 134736556 3221224576 3221223248 134630222 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4173 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 246.54
Current children cumulated vsize (Kb) 19652

[startup+260.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53227 0 0 0 25336 305 0 0 25 0 1 0 1782042981 20123648 4173 4294967295 134512640 134736556 3221224576 3221222876 1077379918 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4173 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 256.41
Current children cumulated vsize (Kb) 19652

[startup+270.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53227 0 0 0 26312 313 0 0 25 0 1 0 1782042981 20123648 4173 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4173 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 266.25
Current children cumulated vsize (Kb) 19652

[startup+280.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53227 0 0 0 27291 319 0 0 25 0 1 0 1782042981 20123648 4173 4294967295 134512640 134736556 3221224576 3221223192 134554009 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4173 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 276.1
Current children cumulated vsize (Kb) 19652

[startup+290.017 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53246 0 0 0 28268 328 0 0 25 0 1 0 1782042981 20246528 4192 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4943 4192 1116 68 0 4875 0
[pid=2738] vsize: 19772
Current children cumulated CPU time (s) 285.96
Current children cumulated vsize (Kb) 19772

[startup+300.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 29245 336 0 0 25 0 1 0 1782042981 20246528 4192 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4943 4192 1116 68 0 4875 0
[pid=2738] vsize: 19772
Current children cumulated CPU time (s) 295.81
Current children cumulated vsize (Kb) 19772

[startup+310.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 30224 343 0 0 25 0 1 0 1782042981 20242432 4192 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4942 4192 1116 68 0 4874 0
[pid=2738] vsize: 19768
Current children cumulated CPU time (s) 305.67
Current children cumulated vsize (Kb) 19768

[startup+320.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 31204 350 0 0 25 0 1 0 1782042981 20234240 4192 4294967295 134512640 134736556 3221224576 3221223088 134544641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4940 4192 1116 68 0 4872 0
[pid=2738] vsize: 19760
Current children cumulated CPU time (s) 315.54
Current children cumulated vsize (Kb) 19760

[startup+330.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 32182 358 0 0 25 0 1 0 1782042981 20234240 4192 4294967295 134512640 134736556 3221224576 3221223248 134630646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4940 4192 1116 68 0 4872 0
[pid=2738] vsize: 19760
Current children cumulated CPU time (s) 325.4
Current children cumulated vsize (Kb) 19760

[startup+340.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 33161 366 0 0 25 0 1 0 1782042981 20221952 4192 4294967295 134512640 134736556 3221224576 3221223152 134534851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4937 4192 1116 68 0 4869 0
[pid=2738] vsize: 19748
Current children cumulated CPU time (s) 335.27
Current children cumulated vsize (Kb) 19748

[startup+350.02 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53246 0 0 0 34140 373 0 0 25 0 1 0 1782042981 20221952 4192 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4937 4192 1116 68 0 4869 0
[pid=2738] vsize: 19748
Current children cumulated CPU time (s) 345.13
Current children cumulated vsize (Kb) 19748

[startup+360.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 35116 382 0 0 25 0 1 0 1782042981 20221952 4192 4294967295 134512640 134736556 3221224576 3221223104 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4937 4192 1116 68 0 4869 0
[pid=2738] vsize: 19748
Current children cumulated CPU time (s) 354.98
Current children cumulated vsize (Kb) 19748

[startup+370.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 36095 389 0 0 25 0 1 0 1782042981 20160512 4192 4294967295 134512640 134736556 3221224576 3221223192 134534797 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4922 4192 1116 68 0 4854 0
[pid=2738] vsize: 19688
Current children cumulated CPU time (s) 364.84
Current children cumulated vsize (Kb) 19688

[startup+380.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 37072 397 0 0 25 0 1 0 1782042981 20160512 4192 4294967295 134512640 134736556 3221224576 3221223124 134524331 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4922 4192 1116 68 0 4854 0
[pid=2738] vsize: 19688
Current children cumulated CPU time (s) 374.69
Current children cumulated vsize (Kb) 19688

[startup+390.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 38048 407 0 0 25 0 1 0 1782042981 20131840 4185 4294967295 134512640 134736556 3221224576 3221223236 134560275 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4915 4185 1116 68 0 4847 0
[pid=2738] vsize: 19660
Current children cumulated CPU time (s) 384.55
Current children cumulated vsize (Kb) 19660

[startup+400.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 39025 415 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223032 1077377790 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 394.4
Current children cumulated vsize (Kb) 19652

[startup+410.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 40002 423 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223216 134620219 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 404.25
Current children cumulated vsize (Kb) 19652

[startup+420.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 40981 430 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223100 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 414.11
Current children cumulated vsize (Kb) 19652

[startup+430.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 41960 437 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223112 134716081 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 423.97
Current children cumulated vsize (Kb) 19652

[startup+440.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 42938 444 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223220 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 433.82
Current children cumulated vsize (Kb) 19652

[startup+450.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 43917 451 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223064 1077377227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 443.68
Current children cumulated vsize (Kb) 19652

[startup+460.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 44895 459 0 0 25 0 1 0 1782042981 20123648 4183 4294967295 134512640 134736556 3221224576 3221223248 134597427 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4913 4183 1116 68 0 4845 0
[pid=2738] vsize: 19652
Current children cumulated CPU time (s) 453.54
Current children cumulated vsize (Kb) 19652

[startup+470.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 45875 467 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223148 1076530932 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 463.42
Current children cumulated vsize (Kb) 19624

[startup+480.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 46858 472 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223072 134550022 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 473.3
Current children cumulated vsize (Kb) 19624

[startup+490.027 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53246 0 0 0 47832 481 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 483.13
Current children cumulated vsize (Kb) 19624

[startup+500.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 48812 489 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223136 134634130 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 493.01
Current children cumulated vsize (Kb) 19624

[startup+510.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 49792 496 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223152 134524338 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 502.88
Current children cumulated vsize (Kb) 19624

[startup+520.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53246 0 0 0 50771 503 0 0 25 0 1 0 1782042981 20094976 4176 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4906 4176 1116 68 0 4838 0
[pid=2738] vsize: 19624
Current children cumulated CPU time (s) 512.74
Current children cumulated vsize (Kb) 19624

[startup+530.031 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53254 0 0 0 51751 512 0 0 25 0 1 0 1782042981 20226048 4184 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4184 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 522.63
Current children cumulated vsize (Kb) 19752

[startup+540.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53254 0 0 0 52726 522 0 0 25 0 1 0 1782042981 20226048 4184 4294967295 134512640 134736556 3221224576 3221223160 1077378649 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4938 4184 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 532.48
Current children cumulated vsize (Kb) 19752

[startup+550.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53254 0 0 0 53704 530 0 0 25 0 1 0 1782042981 20226048 4184 4294967295 134512640 134736556 3221224576 3221223184 134608226 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4184 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 542.34
Current children cumulated vsize (Kb) 19752

[startup+560.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53255 0 0 0 54682 538 0 0 25 0 1 0 1782042981 20226048 4185 4294967295 134512640 134736556 3221224576 3221223136 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4185 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 552.2
Current children cumulated vsize (Kb) 19752

[startup+570.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53255 0 0 0 55663 545 0 0 25 0 1 0 1782042981 20226048 4185 4294967295 134512640 134736556 3221224576 3221223032 1077378283 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4185 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 562.08
Current children cumulated vsize (Kb) 19752

[startup+580.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53255 0 0 0 56643 551 0 0 25 0 1 0 1782042981 20103168 4178 4294967295 134512640 134736556 3221224576 3221223488 134584790 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4908 4178 1116 68 0 4840 0
[pid=2738] vsize: 19632
Current children cumulated CPU time (s) 571.94
Current children cumulated vsize (Kb) 19632

[startup+590.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53255 0 0 0 57620 559 0 0 25 0 1 0 1782042981 20103168 4178 4294967295 134512640 134736556 3221224576 3221223216 134620302 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4908 4178 1116 68 0 4840 0
[pid=2738] vsize: 19632
Current children cumulated CPU time (s) 581.79
Current children cumulated vsize (Kb) 19632

[startup+600.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53265 0 0 0 58595 568 0 0 25 0 1 0 1782042981 20176896 4188 4294967295 134512640 134736556 3221224576 3221223168 134620482 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4926 4188 1116 68 0 4858 0
[pid=2738] vsize: 19704
Current children cumulated CPU time (s) 591.63
Current children cumulated vsize (Kb) 19704

[startup+610.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53265 0 0 0 59573 576 0 0 25 0 1 0 1782042981 20176896 4188 4294967295 134512640 134736556 3221224576 3221223248 134631408 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4926 4188 1116 68 0 4858 0
[pid=2738] vsize: 19704
Current children cumulated CPU time (s) 601.49
Current children cumulated vsize (Kb) 19704

[startup+620.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 60553 584 0 0 25 0 1 0 1782042981 20312064 4200 4294967295 134512640 134736556 3221224576 3221223224 134560344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4200 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 611.37
Current children cumulated vsize (Kb) 19836

[startup+630.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 61531 591 0 0 25 0 1 0 1782042981 20312064 4200 4294967295 134512640 134736556 3221224576 3221223244 134560216 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4200 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 621.22
Current children cumulated vsize (Kb) 19836

[startup+640.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 62510 599 0 0 25 0 1 0 1782042981 20312064 4200 4294967295 134512640 134736556 3221224576 3221223044 1077378605 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4200 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 631.09
Current children cumulated vsize (Kb) 19836

[startup+650.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 63488 608 0 0 25 0 1 0 1782042981 20271104 4200 4294967295 134512640 134736556 3221224576 3221223288 134560326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4949 4200 1116 68 0 4881 0
[pid=2738] vsize: 19796
Current children cumulated CPU time (s) 640.96
Current children cumulated vsize (Kb) 19796

[startup+660.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 64465 618 0 0 25 0 1 0 1782042981 20271104 4200 4294967295 134512640 134736556 3221224576 3221223248 134529378 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4949 4200 1116 68 0 4881 0
[pid=2738] vsize: 19796
Current children cumulated CPU time (s) 650.83
Current children cumulated vsize (Kb) 19796

[startup+670.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 65443 626 0 0 25 0 1 0 1782042981 20271104 4200 4294967295 134512640 134736556 3221224576 3221223232 134605059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4949 4200 1116 68 0 4881 0
[pid=2738] vsize: 19796
Current children cumulated CPU time (s) 660.69
Current children cumulated vsize (Kb) 19796

[startup+680.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 66420 634 0 0 25 0 1 0 1782042981 20258816 4200 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4946 4200 1116 68 0 4878 0
[pid=2738] vsize: 19784
Current children cumulated CPU time (s) 670.54
Current children cumulated vsize (Kb) 19784

[startup+690.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 67396 643 0 0 25 0 1 0 1782042981 20258816 4200 4294967295 134512640 134736556 3221224576 3221223152 134527512 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4946 4200 1116 68 0 4878 0
[pid=2738] vsize: 19784
Current children cumulated CPU time (s) 680.39
Current children cumulated vsize (Kb) 19784

[startup+700.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 68377 649 0 0 25 0 1 0 1782042981 20226048 4200 4294967295 134512640 134736556 3221224576 3221223224 134543300 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4200 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 690.26
Current children cumulated vsize (Kb) 19752

[startup+710.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 69355 658 0 0 25 0 1 0 1782042981 20226048 4200 4294967295 134512640 134736556 3221224576 3221223240 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4200 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 700.13
Current children cumulated vsize (Kb) 19752

[startup+720.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53277 0 0 0 70338 664 0 0 25 0 1 0 1782042981 20226048 4200 4294967295 134512640 134736556 3221224576 3221222876 1077379950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4200 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 710.02
Current children cumulated vsize (Kb) 19752

[startup+730.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 71316 674 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223148 134534834 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 719.9
Current children cumulated vsize (Kb) 19752

[startup+740.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 72295 682 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 729.77
Current children cumulated vsize (Kb) 19752

[startup+750.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 73275 690 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223216 134620219 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 739.65
Current children cumulated vsize (Kb) 19752

[startup+760.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 74253 698 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223152 134524706 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 749.51
Current children cumulated vsize (Kb) 19752

[startup+770.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 75232 706 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223088 134549986 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 759.38
Current children cumulated vsize (Kb) 19752

[startup+780.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 76212 714 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221222876 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 769.26
Current children cumulated vsize (Kb) 19752

[startup+790.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 77190 721 0 0 25 0 1 0 1782042981 20226048 4201 4294967295 134512640 134736556 3221224576 3221223212 134560216 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4938 4201 1116 68 0 4870 0
[pid=2738] vsize: 19752
Current children cumulated CPU time (s) 779.11
Current children cumulated vsize (Kb) 19752

[startup+800.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 78167 729 0 0 25 0 1 0 1782042981 20209664 4201 4294967295 134512640 134736556 3221224576 3221223120 134544615 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4934 4201 1116 68 0 4866 0
[pid=2738] vsize: 19736
Current children cumulated CPU time (s) 788.96
Current children cumulated vsize (Kb) 19736

[startup+810.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 79145 737 0 0 25 0 1 0 1782042981 20209664 4201 4294967295 134512640 134736556 3221224576 3221223224 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4934 4201 1116 68 0 4866 0
[pid=2738] vsize: 19736
Current children cumulated CPU time (s) 798.82
Current children cumulated vsize (Kb) 19736

[startup+820.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 80122 746 0 0 25 0 1 0 1782042981 20209664 4201 4294967295 134512640 134736556 3221224576 3221223248 134605801 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4934 4201 1116 68 0 4866 0
[pid=2738] vsize: 19736
Current children cumulated CPU time (s) 808.68
Current children cumulated vsize (Kb) 19736

[startup+830.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53278 0 0 0 81101 753 0 0 25 0 1 0 1782042981 20209664 4201 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4934 4201 1116 68 0 4866 0
[pid=2738] vsize: 19736
Current children cumulated CPU time (s) 818.54
Current children cumulated vsize (Kb) 19736

[startup+840.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53289 0 0 0 82082 761 0 0 25 0 1 0 1782042981 20344832 4212 4294967295 134512640 134736556 3221224576 3221223216 1076648059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4967 4212 1116 68 0 4899 0
[pid=2738] vsize: 19868
Current children cumulated CPU time (s) 828.43
Current children cumulated vsize (Kb) 19868

[startup+850.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 83062 767 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223248 134629858 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 838.29
Current children cumulated vsize (Kb) 19836

[startup+860.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 84042 774 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223104 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 848.16
Current children cumulated vsize (Kb) 19836

[startup+870.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 85022 782 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223120 134540386 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 858.04
Current children cumulated vsize (Kb) 19836

[startup+880.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 86000 791 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223052 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 867.91
Current children cumulated vsize (Kb) 19836

[startup+890.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 86978 799 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223244 134553061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 877.77
Current children cumulated vsize (Kb) 19836

[startup+900.053 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53321 0 0 0 87955 807 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 887.62
Current children cumulated vsize (Kb) 19836

[startup+910.054 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 88935 815 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 897.5
Current children cumulated vsize (Kb) 19836

[startup+920.055 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 89913 822 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223264 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 907.35
Current children cumulated vsize (Kb) 19836

[startup+930.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 90892 830 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223264 134605900 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 917.22
Current children cumulated vsize (Kb) 19836

[startup+940.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 91872 838 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223236 134630068 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 927.1
Current children cumulated vsize (Kb) 19836

[startup+950.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 92850 846 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223140 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 936.96
Current children cumulated vsize (Kb) 19836

[startup+960.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 93831 854 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 946.85
Current children cumulated vsize (Kb) 19836

[startup+970.058 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53321 0 0 0 94808 863 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 956.71
Current children cumulated vsize (Kb) 19836

[startup+980.058 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 95785 871 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223236 134544527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 966.56
Current children cumulated vsize (Kb) 19836

[startup+990.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 96764 879 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223156 134524881 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 976.43
Current children cumulated vsize (Kb) 19836

[startup+1000.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 97740 887 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223248 134605897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 986.27
Current children cumulated vsize (Kb) 19836

[startup+1010.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 98720 893 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223136 134634139 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 996.13
Current children cumulated vsize (Kb) 19836

[startup+1020.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 99700 900 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223064 134553065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1006
Current children cumulated vsize (Kb) 19836

[startup+1030.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 100680 907 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223184 134608275 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1015.87
Current children cumulated vsize (Kb) 19836

[startup+1040.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 101655 915 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223184 134620469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1025.7
Current children cumulated vsize (Kb) 19836

[startup+1050.06 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) T 2737 2738 1333 0 -1 0 53321 0 0 0 102633 922 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1035.55
Current children cumulated vsize (Kb) 19836

[startup+1060.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 103608 932 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223184 134608226 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1045.4
Current children cumulated vsize (Kb) 19836

[startup+1070.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 104587 940 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221222876 1077379851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1055.27
Current children cumulated vsize (Kb) 19836

[startup+1080.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 105565 946 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223052 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1065.11
Current children cumulated vsize (Kb) 19836

[startup+1090.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 106545 953 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223104 134550248 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1074.98
Current children cumulated vsize (Kb) 19836

[startup+1100.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 107524 961 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223152 134524621 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1084.85
Current children cumulated vsize (Kb) 19836

[startup+1110.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 108504 969 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221223264 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1094.73
Current children cumulated vsize (Kb) 19836

[startup+1120.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53321 0 0 0 109483 978 0 0 25 0 1 0 1782042981 20312064 4229 4294967295 134512640 134736556 3221224576 3221222876 1077379908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4959 4229 1116 68 0 4891 0
[pid=2738] vsize: 19836
Current children cumulated CPU time (s) 1104.61
Current children cumulated vsize (Kb) 19836

[startup+1130.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 110464 985 0 0 25 0 1 0 1782042981 20447232 4235 4294967295 134512640 134736556 3221224576 3221223264 134597343 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4992 4235 1116 68 0 4924 0
[pid=2738] vsize: 19968
Current children cumulated CPU time (s) 1114.49
Current children cumulated vsize (Kb) 19968

[startup+1140.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 111443 991 0 0 25 0 1 0 1782042981 20447232 4235 4294967295 134512640 134736556 3221224576 3221223104 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4992 4235 1116 68 0 4924 0
[pid=2738] vsize: 19968
Current children cumulated CPU time (s) 1124.34
Current children cumulated vsize (Kb) 19968

[startup+1150.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 112421 1000 0 0 25 0 1 0 1782042981 20447232 4235 4294967295 134512640 134736556 3221224576 3221223152 134543852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4992 4235 1116 68 0 4924 0
[pid=2738] vsize: 19968
Current children cumulated CPU time (s) 1134.21
Current children cumulated vsize (Kb) 19968

[startup+1160.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 113398 1009 0 0 25 0 1 0 1782042981 20439040 4235 4294967295 134512640 134736556 3221224576 3221223280 134553227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4235 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1144.07
Current children cumulated vsize (Kb) 19960

[startup+1170.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 114374 1018 0 0 25 0 1 0 1782042981 20439040 4235 4294967295 134512640 134736556 3221224576 3221223328 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4235 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1153.92
Current children cumulated vsize (Kb) 19960

[startup+1180.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53327 0 0 0 115352 1027 0 0 25 0 1 0 1782042981 20439040 4235 4294967295 134512640 134736556 3221224576 3221223088 134543623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4235 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1163.79
Current children cumulated vsize (Kb) 19960

[startup+1190.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53331 0 0 0 116330 1035 0 0 25 0 1 0 1782042981 20439040 4239 4294967295 134512640 134736556 3221224576 3221223304 134560337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4239 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1173.65
Current children cumulated vsize (Kb) 19960

[startup+1200.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53331 0 0 0 117309 1041 0 0 25 0 1 0 1782042981 20439040 4239 4294967295 134512640 134736556 3221224576 3221223236 134560250 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4239 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1183.5
Current children cumulated vsize (Kb) 19960

[startup+1210.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 2738
Raw data (/proc/2738/stat): 2738 (bsolo) R 2737 2738 1333 0 -1 0 53331 0 0 0 118286 1050 0 0 25 0 1 0 1782042981 20439040 4239 4294967295 134512640 134736556 3221224576 3221223048 134553405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2738/statm): 4990 4239 1116 68 0 4922 0
[pid=2738] vsize: 19960
Current children cumulated CPU time (s) 1193.36
Current children cumulated vsize (Kb) 19960
One traced child (pid=2738) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1211.76
CPU time (s): 1195.03
CPU user time (s): 1184.5
CPU system time (s): 10.5224
CPU usage (%): 98.6195
Max. virtual memory (cumulated for all children) (Kb): 30044

Verifier Data

Verifier:	OK	-26