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

Namemps-v2-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-recipe.opb
MD5SUMbd10fa79b23828275cb10d42f37d9d27
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 854
Biggest coefficient in the objective function 8192000
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 73033031
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5548468076544
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 95967816416175
Number of bits of the biggest sum of numbers47
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables2608
Total number of constraints159
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints159
Minimum length of a constraint7
Maximum length of a constraint280

Trace number 5094

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-19 22:24:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=836 boxname=wulflinc21 idbench=836 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  bd10fa79b23828275cb10d42f37d9d27  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-recipe.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-recipe.opb
IDLAUNCH: 836
/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:        906836 kB
Buffers:         33896 kB
Cached:          63916 kB
SwapCached:        788 kB
Active:          42664 kB
Inactive:        57716 kB
HighTotal:      131008 kB
HighFree:        64176 kB
LowTotal:       903652 kB
LowFree:        842660 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            21704 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:44:22 (client local time) WITH STATUS 0 IN 1195.02 SECONDS
stats: 836 7 1195.02 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 2608 variables and 219 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 1.237
c After prepocess the problem consists of 2104 variables and 163 constraints.
c Initial Lower Bound: -69711507
c Restart #1 #Var: 2104 #Dec: 4258 LB: -69711507 @ 1.941
c Restart #2 #Var: 2104 #Dec: 11221 LB: -69711507 @ 3.295
c Restart #3 #Var: 2104 #Dec: 23426 LB: -69711507 @ 5.77
c Restart #4 #Var: 2104 #Dec: 38984 LB: -69711507 @ 8.876
c Restart #5 #Var: 2104 #Dec: 53523 LB: -69711507 @ 12.254
c Restart #6 #Var: 2104 #Dec: 56220 LB: -69711507 @ 15.45
c Restart #7 #Var: 2104 #Dec: 69592 LB: -69711507 @ 19.737
c Restart #8 #Var: 2104 #Dec: 71292 LB: -69711507 @ 23.818
c Restart #9 #Var: 2104 #Dec: 73138 LB: -69711507 @ 28.404
c Restart #10 #Var: 2104 #Dec: 75162 LB: -69711507 @ 33.535
c Restart #11 #Var: 2104 #Dec: 77393 LB: -69711507 @ 39.058
c Restart #12 #Var: 2104 #Dec: 79850 LB: -69711507 @ 45.231
c Restart #13 #Var: 2104 #Dec: 82551 LB: -69711507 @ 51.858
c Restart #14 #Var: 2104 #Dec: 85402 LB: -69711507 @ 59.223
c Restart #15 #Var: 2104 #Dec: 88453 LB: -69711507 @ 67.398
c Restart #16 #Var: 2104 #Dec: 91737 LB: -69711507 @ 75.663
c Restart #17 #Var: 2104 #Dec: 95231 LB: -69711507 @ 84.552
c Restart #18 #Var: 2104 #Dec: 98937 LB: -69711507 @ 94.128
c Restart #19 #Var: 2104 #Dec: 102860 LB: -69711507 @ 104.21
c Restart #20 #Var: 2104 #Dec: 106908 LB: -69711507 @ 115.02
c Restart #21 #Var: 2104 #Dec: 111224 LB: -69711507 @ 126.6
c Restart #22 #Var: 2104 #Dec: 115676 LB: -69711507 @ 137.99
c Restart #23 #Var: 2104 #Dec: 120347 LB: -69711507 @ 150.31
c Restart #24 #Var: 2104 #Dec: 125264 LB: -69711507 @ 162.96
c Restart #25 #Var: 2104 #Dec: 130346 LB: -69711507 @ 175.97
c Restart #26 #Var: 2104 #Dec: 135615 LB: -69711507 @ 189.56
c Restart #27 #Var: 2104 #Dec: 141141 LB: -69711507 @ 203.93
c Restart #28 #Var: 2104 #Dec: 146865 LB: -69711507 @ 218.86
c Restart #29 #Var: 2104 #Dec: 152742 LB: -69711507 @ 234.13
c Restart #30 #Var: 2104 #Dec: 158857 LB: -69711507 @ 249.79
c Restart #31 #Var: 2104 #Dec: 165119 LB: -69711507 @ 266.06
c Restart #32 #Var: 2104 #Dec: 171631 LB: -69711507 @ 282.62
c Restart #33 #Var: 2104 #Dec: 178336 LB: -69711507 @ 300.02
c Restart #34 #Var: 2104 #Dec: 185261 LB: -69711507 @ 318.18
c Restart #35 #Var: 2104 #Dec: 192312 LB: -69711507 @ 336.38
c Restart #36 #Var: 2104 #Dec: 199571 LB: -69711507 @ 355.11
c Restart #37 #Var: 2104 #Dec: 207055 LB: -69711507 @ 374.49
c Restart #38 #Var: 2104 #Dec: 214733 LB: -69711507 @ 394.19
c Restart #39 #Var: 2104 #Dec: 222631 LB: -69711507 @ 414.43
c Restart #40 #Var: 2104 #Dec: 230748 LB: -69711507 @ 435.17
c Restart #41 #Var: 2104 #Dec: 239026 LB: -69711507 @ 456.75
c Restart #42 #Var: 2104 #Dec: 247506 LB: -69711507 @ 478.24
c Restart #43 #Var: 2104 #Dec: 256246 LB: -69711507 @ 499.85
c Restart #44 #Var: 2104 #Dec: 265137 LB: -69711507 @ 521.9
c Restart #45 #Var: 2104 #Dec: 274281 LB: -69711507 @ 544.17
c Restart #46 #Var: 2104 #Dec: 283573 LB: -69711507 @ 568.52
c Restart #47 #Var: 2104 #Dec: 293106 LB: -69711507 @ 592.59
c CHANGE Heuristic... 
c Restart #0 #Var: 2104 #Dec: 302854 LB: -69711507 @ 617.57
c Restart #1 #Var: 2104 #Dec: 303748 LB: -69711507 @ 618.09
c Restart #2 #Var: 2102 #Dec: 306091 LB: -69711507 @ 619.13
c Restart #3 #Var: 2102 #Dec: 306881 LB: -69711507 @ 620.68
c Restart #4 #Var: 2102 #Dec: 307730 LB: -69711507 @ 622.82
c Restart #5 #Var: 2102 #Dec: 308774 LB: -69711507 @ 625.46
c Restart #6 #Var: 2102 #Dec: 309995 LB: -69711507 @ 628.31
c Restart #7 #Var: 2101 #Dec: 311438 LB: -69711507 @ 632
c Restart #8 #Var: 2101 #Dec: 313132 LB: -69711507 @ 636.43
c Restart #9 #Var: 2101 #Dec: 315001 LB: -69711507 @ 641.14
c Restart #10 #Var: 2101 #Dec: 317056 LB: -69711507 @ 646.22
c Restart #11 #Var: 2101 #Dec: 319303 LB: -69711507 @ 651.62
c Restart #12 #Var: 2101 #Dec: 324144 LB: -69711507 @ 655.17
c Restart #13 #Var: 2101 #Dec: 326828 LB: -69711507 @ 662.48
c Restart #14 #Var: 2101 #Dec: 329668 LB: -69711507 @ 670.63
c Restart #15 #Var: 2101 #Dec: 332768 LB: -69711507 @ 678.49
c Restart #16 #Var: 2101 #Dec: 336641 LB: -69711507 @ 682.95
c Restart #17 #Var: 2101 #Dec: 340164 LB: -69711507 @ 691.79
c Restart #18 #Var: 2101 #Dec: 343832 LB: -69711507 @ 701.42
c Restart #19 #Var: 2101 #Dec: 347957 LB: -69711507 @ 707.19
c Restart #20 #Var: 2101 #Dec: 352035 LB: -69711507 @ 714
c Restart #21 #Var: 2101 #Dec: 356262 LB: -69711507 @ 721.38
c Restart #22 #Var: 2101 #Dec: 360699 LB: -69711507 @ 730.2
c Restart #23 #Var: 2101 #Dec: 365375 LB: -69711507 @ 736.91
c Restart #24 #Var: 2101 #Dec: 370282 LB: -69711507 @ 750.53
c Restart #25 #Var: 2101 #Dec: 375372 LB: -69711507 @ 763.52
c Restart #26 #Var: 2101 #Dec: 380699 LB: -69711507 @ 777.03
c Restart #27 #Var: 2101 #Dec: 386217 LB: -69711507 @ 791.1
c Restart #28 #Var: 2101 #Dec: 391919 LB: -69711507 @ 805.69
c Restart #29 #Var: 2101 #Dec: 397858 LB: -69711507 @ 820.73
c Restart #30 #Var: 2101 #Dec: 403972 LB: -69711507 @ 837.04
c Restart #31 #Var: 2101 #Dec: 410205 LB: -69711507 @ 852.53
c Restart #32 #Var: 2101 #Dec: 416752 LB: -69711507 @ 869.21
c Restart #33 #Var: 2101 #Dec: 423459 LB: -69711507 @ 886.83
c Restart #34 #Var: 2101 #Dec: 430410 LB: -69711507 @ 905.04
c Restart #35 #Var: 2101 #Dec: 437520 LB: -69711507 @ 923.52
c Restart #36 #Var: 2101 #Dec: 444873 LB: -69711507 @ 942.69
c Restart #37 #Var: 2101 #Dec: 452337 LB: -69711507 @ 962
c Restart #38 #Var: 2101 #Dec: 460095 LB: -69711507 @ 981.88
c Restart #39 #Var: 2101 #Dec: 468011 LB: -69711507 @ 1002.3
c Restart #40 #Var: 2101 #Dec: 476374 LB: -69711507 @ 1020
c Restart #41 #Var: 2101 #Dec: 484847 LB: -69711507 @ 1039.8
c Restart #42 #Var: 2101 #Dec: 493320 LB: -69711507 @ 1050.7
c Restart #43 #Var: 2101 #Dec: 502032 LB: -69711507 @ 1069.7
c Restart #44 #Var: 2101 #Dec: 510917 LB: -69711507 @ 1088.9
c Restart #45 #Var: 2101 #Dec: 520058 LB: -69711507 @ 1109.3
c Restart #46 #Var: 2101 #Dec: 529496 LB: -69711507 @ 1122.7
c Restart #47 #Var: 2101 #Dec: 538975 LB: -69711507 @ 1138.7
c Restart #48 #Var: 2101 #Dec: 548694 LB: -69711507 @ 1156.4
c Restart #49 #Var: 2101 #Dec: 558566 LB: -69711507 @ 1174.4
c Restart #50 #Var: 2101 #Dec: 568628 LB: -69711507 @ 1194.7
s UNKNOWN
c Exit Code: 0
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/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 1730742041 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/6928/statm): 107 3 90 68 0 39 0
[pid=6928] 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-mps-v2-13-7-recipe.opb

[startup+10.0019 s]
Raw data (loadavg): 0.93 0.94 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3485 0 0 0 828 60 0 0 23 0 1 0 1730742041 17391616 3396 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4246 3396 1116 68 0 4178 0
[pid=6928] vsize: 16984
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (Kb) 16984

[startup+20.0026 s]
Raw data (loadavg): 0.94 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 1707 100 0 0 25 0 1 0 1730742041 17711104 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4324 3462 1116 68 0 4256 0
[pid=6928] vsize: 17296
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (Kb) 17296

[startup+30.0033 s]
Raw data (loadavg): 0.95 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 2688 107 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223256 134532881 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 27.95
Current children cumulated vsize (Kb) 17264

[startup+40.0039 s]
Raw data (loadavg): 0.95 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 3668 113 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (Kb) 17264

[startup+50.0046 s]
Raw data (loadavg): 0.96 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 4649 119 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223216 134524912 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 47.68
Current children cumulated vsize (Kb) 17264

[startup+60.0043 s]
Raw data (loadavg): 0.97 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 5631 125 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 57.56
Current children cumulated vsize (Kb) 17264

[startup+70.005 s]
Raw data (loadavg): 0.97 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 6612 133 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 67.45
Current children cumulated vsize (Kb) 17264

[startup+80.0057 s]
Raw data (loadavg): 0.97 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 7593 140 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 77.33
Current children cumulated vsize (Kb) 17264

[startup+90.0064 s]
Raw data (loadavg): 0.98 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 8575 146 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 87.21
Current children cumulated vsize (Kb) 17264

[startup+100.006 s]
Raw data (loadavg): 0.98 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 9560 151 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223152 134544584 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 97.11
Current children cumulated vsize (Kb) 17264

[startup+110.006 s]
Raw data (loadavg): 0.98 0.95 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 10543 158 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223096 1077377495 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 107.01
Current children cumulated vsize (Kb) 17264

[startup+120.006 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 11526 162 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 116.88
Current children cumulated vsize (Kb) 17264

[startup+130.006 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 12507 170 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223264 134605334 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 126.77
Current children cumulated vsize (Kb) 17264

[startup+140.007 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 13490 176 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 136.66
Current children cumulated vsize (Kb) 17264

[startup+150.007 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 14474 182 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 146.56
Current children cumulated vsize (Kb) 17264

[startup+160.007 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 15455 190 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 156.45
Current children cumulated vsize (Kb) 17264

[startup+170.007 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 16438 194 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 166.32
Current children cumulated vsize (Kb) 17264

[startup+180.006 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 17421 200 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 176.21
Current children cumulated vsize (Kb) 17264

[startup+190.007 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 18406 206 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 186.12
Current children cumulated vsize (Kb) 17264

[startup+200.008 s]
Raw data (loadavg): 0.99 0.96 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 19388 212 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 196
Current children cumulated vsize (Kb) 17264

[startup+210.008 s]
Raw data (loadavg): 0.99 0.96 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3551 0 0 0 20369 219 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 205.88
Current children cumulated vsize (Kb) 17264

[startup+220.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 21350 225 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 215.75
Current children cumulated vsize (Kb) 17264

[startup+230.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 22332 232 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223296 134605579 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 225.64
Current children cumulated vsize (Kb) 17264

[startup+240.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 23315 238 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 235.53
Current children cumulated vsize (Kb) 17264

[startup+250.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 24296 245 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223276 134560216 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 245.41
Current children cumulated vsize (Kb) 17264

[startup+260.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 25277 253 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 255.3
Current children cumulated vsize (Kb) 17264

[startup+270.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 26257 260 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223096 1077377636 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 265.17
Current children cumulated vsize (Kb) 17264

[startup+280.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 27240 267 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 275.07
Current children cumulated vsize (Kb) 17264

[startup+290.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 28220 275 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223280 134605463 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 284.95
Current children cumulated vsize (Kb) 17264

[startup+300.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 29200 282 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 294.82
Current children cumulated vsize (Kb) 17264

[startup+310.009 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 30182 288 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 304.7
Current children cumulated vsize (Kb) 17264

[startup+320.01 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3551 0 0 0 31163 296 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 314.59
Current children cumulated vsize (Kb) 17264

[startup+330.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 32146 301 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 324.47
Current children cumulated vsize (Kb) 17264

[startup+340.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 33129 309 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221222924 1077379947 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 334.38
Current children cumulated vsize (Kb) 17264

[startup+350.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 34111 317 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223284 134605913 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 344.28
Current children cumulated vsize (Kb) 17264

[startup+360.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 35094 322 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 1077377147 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 354.16
Current children cumulated vsize (Kb) 17264

[startup+370.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 36075 329 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 364.04
Current children cumulated vsize (Kb) 17264

[startup+380.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 37054 336 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223232 134524977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 373.9
Current children cumulated vsize (Kb) 17264

[startup+390.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 38036 342 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 383.78
Current children cumulated vsize (Kb) 17264

[startup+400.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 39017 348 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223096 1077377294 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 393.65
Current children cumulated vsize (Kb) 17264

[startup+410.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 39997 355 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223120 134550001 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 403.52
Current children cumulated vsize (Kb) 17264

[startup+420.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 40979 362 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 413.41
Current children cumulated vsize (Kb) 17264

[startup+430.01 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3551 0 0 0 41962 367 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 423.29
Current children cumulated vsize (Kb) 17264

[startup+440.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 42945 374 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 433.19
Current children cumulated vsize (Kb) 17264

[startup+450.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 43928 379 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 443.07
Current children cumulated vsize (Kb) 17264

[startup+460.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 44909 384 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 452.93
Current children cumulated vsize (Kb) 17264

[startup+470.011 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3551 0 0 0 45890 392 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 462.82
Current children cumulated vsize (Kb) 17264

[startup+480.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 46871 399 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223200 1076647565 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 472.7
Current children cumulated vsize (Kb) 17264

[startup+490.012 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3551 0 0 0 47852 407 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 482.59
Current children cumulated vsize (Kb) 17264

[startup+500.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 48835 413 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221222924 1077379895 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 492.48
Current children cumulated vsize (Kb) 17264

[startup+510.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 49816 419 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221222984 1077378193 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 502.35
Current children cumulated vsize (Kb) 17264

[startup+520.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3551 0 0 0 50797 426 0 0 25 0 1 0 1730742041 17678336 3462 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3462 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 512.23
Current children cumulated vsize (Kb) 17264

[startup+530.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3553 0 0 0 51779 432 0 0 25 0 1 0 1730742041 17678336 3464 4294967295 134512640 134736556 3221224560 3221223280 134605840 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3464 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (Kb) 17264

[startup+540.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 52760 439 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 531.99
Current children cumulated vsize (Kb) 17264

[startup+550.012 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3556 0 0 0 53741 446 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 541.87
Current children cumulated vsize (Kb) 17264

[startup+560.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 54725 451 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223276 134560240 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 551.76
Current children cumulated vsize (Kb) 17264

[startup+570.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 55708 458 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223280 134534866 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 561.66
Current children cumulated vsize (Kb) 17264

[startup+580.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 56689 466 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 571.55
Current children cumulated vsize (Kb) 17264

[startup+590.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 57672 472 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223180 1077374048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 581.44
Current children cumulated vsize (Kb) 17264

[startup+600.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 58654 479 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 591.33
Current children cumulated vsize (Kb) 17264

[startup+610.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 59635 485 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 601.2
Current children cumulated vsize (Kb) 17264

[startup+620.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3556 0 0 0 60617 491 0 0 25 0 1 0 1730742041 17678336 3467 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3467 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 611.08
Current children cumulated vsize (Kb) 17264

[startup+630.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3557 0 0 0 61587 501 0 0 25 0 1 0 1730742041 17678336 3468 4294967295 134512640 134736556 3221224560 3221223296 134605573 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3468 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 620.88
Current children cumulated vsize (Kb) 17264

[startup+640.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3557 0 0 0 62569 507 0 0 25 0 1 0 1730742041 17678336 3468 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3468 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 630.76
Current children cumulated vsize (Kb) 17264

[startup+650.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3559 0 0 0 63550 514 0 0 25 0 1 0 1730742041 17678336 3470 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3470 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 640.64
Current children cumulated vsize (Kb) 17264

[startup+660.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3564 0 0 0 64530 521 0 0 25 0 1 0 1730742041 17678336 3475 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4316 3475 1116 68 0 4248 0
[pid=6928] vsize: 17264
Current children cumulated CPU time (s) 650.51
Current children cumulated vsize (Kb) 17264

[startup+670.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 65496 532 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 660.28
Current children cumulated vsize (Kb) 17412

[startup+680.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 66481 538 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 670.19
Current children cumulated vsize (Kb) 17412

[startup+690.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 67459 546 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223076 134716529 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 680.05
Current children cumulated vsize (Kb) 17412

[startup+700.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 68432 555 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223104 134543125 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 689.87
Current children cumulated vsize (Kb) 17412

[startup+710.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 69418 560 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223272 134560225 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 699.78
Current children cumulated vsize (Kb) 17412

[startup+720.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 70389 570 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 709.59
Current children cumulated vsize (Kb) 17412

[startup+730.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 71365 579 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223280 134605914 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 719.44
Current children cumulated vsize (Kb) 17412

[startup+740.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 72342 588 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223152 134544600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 729.3
Current children cumulated vsize (Kb) 17412

[startup+750.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 73313 600 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 739.13
Current children cumulated vsize (Kb) 17412

[startup+760.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 74296 606 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223104 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 749.02
Current children cumulated vsize (Kb) 17412

[startup+770.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 75279 613 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 758.92
Current children cumulated vsize (Kb) 17412

[startup+780.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 76260 621 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223152 134716187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 768.81
Current children cumulated vsize (Kb) 17412

[startup+790.015 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 77242 628 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 778.7
Current children cumulated vsize (Kb) 17412

[startup+800.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 78224 635 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 788.59
Current children cumulated vsize (Kb) 17412

[startup+810.015 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 79205 641 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 798.46
Current children cumulated vsize (Kb) 17412

[startup+820.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 80185 649 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 808.34
Current children cumulated vsize (Kb) 17412

[startup+830.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 81167 656 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223336 134560326 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 818.23
Current children cumulated vsize (Kb) 17412

[startup+840.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 82151 661 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 828.12
Current children cumulated vsize (Kb) 17412

[startup+850.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 83131 668 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223104 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 837.99
Current children cumulated vsize (Kb) 17412

[startup+860.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 84112 675 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223280 134605860 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 847.87
Current children cumulated vsize (Kb) 17412

[startup+870.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 85092 682 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 857.74
Current children cumulated vsize (Kb) 17412

[startup+880.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 86075 687 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 867.62
Current children cumulated vsize (Kb) 17412

[startup+890.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 87057 694 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 877.51
Current children cumulated vsize (Kb) 17412

[startup+900.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 88038 701 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223152 134536194 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 887.39
Current children cumulated vsize (Kb) 17412

[startup+910.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 89020 706 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 897.26
Current children cumulated vsize (Kb) 17412

[startup+920.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 90003 712 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 907.15
Current children cumulated vsize (Kb) 17412

[startup+930.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 90985 719 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 917.04
Current children cumulated vsize (Kb) 17412

[startup+940.02 s]
Raw data (loadavg): 0.99 0.97 0.98 1/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3605 0 0 0 91968 725 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 926.93
Current children cumulated vsize (Kb) 17412

[startup+950.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 92950 731 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 936.81
Current children cumulated vsize (Kb) 17412

[startup+960.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 93929 739 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 946.68
Current children cumulated vsize (Kb) 17412

[startup+970.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3605 0 0 0 94911 745 0 0 25 0 1 0 1730742041 17829888 3515 4294967295 134512640 134736556 3221224560 3221223284 134605891 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4353 3515 1116 68 0 4285 0
[pid=6928] vsize: 17412
Current children cumulated CPU time (s) 956.56
Current children cumulated vsize (Kb) 17412

[startup+980.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3613 0 0 0 95893 750 0 0 25 0 1 0 1730742041 17960960 3523 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4385 3523 1116 68 0 4317 0
[pid=6928] vsize: 17540
Current children cumulated CPU time (s) 966.43
Current children cumulated vsize (Kb) 17540

[startup+990.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 96876 757 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223156 1077374062 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 976.33
Current children cumulated vsize (Kb) 17504

[startup+1000.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 97858 764 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 986.22
Current children cumulated vsize (Kb) 17504

[startup+1010.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 98841 770 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 996.11
Current children cumulated vsize (Kb) 17504

[startup+1020.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) T 6927 6928 20602 0 -1 0 3620 0 0 0 99822 779 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1006.01
Current children cumulated vsize (Kb) 17504

[startup+1030.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 100799 788 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1015.87
Current children cumulated vsize (Kb) 17504

[startup+1040.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 101778 796 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1025.74
Current children cumulated vsize (Kb) 17504

[startup+1050.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 102759 803 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1035.62
Current children cumulated vsize (Kb) 17504

[startup+1060.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 103730 813 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1045.43
Current children cumulated vsize (Kb) 17504

[startup+1070.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 104704 822 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1055.26
Current children cumulated vsize (Kb) 17504

[startup+1080.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 105685 830 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1065.15
Current children cumulated vsize (Kb) 17504

[startup+1090.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 106664 838 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550806 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1075.02
Current children cumulated vsize (Kb) 17504

[startup+1100.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 107644 845 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1084.89
Current children cumulated vsize (Kb) 17504

[startup+1110.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 108625 852 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1094.77
Current children cumulated vsize (Kb) 17504

[startup+1120.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 109605 859 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1104.64
Current children cumulated vsize (Kb) 17504

[startup+1130.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 110579 868 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1114.47
Current children cumulated vsize (Kb) 17504

[startup+1140.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 111552 877 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1124.29
Current children cumulated vsize (Kb) 17504

[startup+1150.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 112524 888 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223296 134605579 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1134.12
Current children cumulated vsize (Kb) 17504

[startup+1160.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3620 0 0 0 113498 897 0 0 25 0 1 0 1730742041 17924096 3530 4294967295 134512640 134736556 3221224560 3221223152 134716183 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3530 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1143.95
Current children cumulated vsize (Kb) 17504

[startup+1170.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3621 0 0 0 114472 906 0 0 25 0 1 0 1730742041 17924096 3531 4294967295 134512640 134736556 3221224560 3221223288 134605852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3531 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1153.78
Current children cumulated vsize (Kb) 17504

[startup+1180.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3623 0 0 0 115446 914 0 0 25 0 1 0 1730742041 17924096 3533 4294967295 134512640 134736556 3221224560 3221223212 134554079 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3533 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1163.6
Current children cumulated vsize (Kb) 17504

[startup+1190.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3623 0 0 0 116422 922 0 0 25 0 1 0 1730742041 17924096 3533 4294967295 134512640 134736556 3221224560 3221223344 134603007 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3533 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1173.44
Current children cumulated vsize (Kb) 17504

[startup+1200.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3623 0 0 0 117398 931 0 0 25 0 1 0 1730742041 17924096 3533 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3533 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (Kb) 17504

[startup+1210.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/57 6928
Raw data (/proc/6928/stat): 6928 (bsolo) R 6927 6928 20602 0 -1 0 3623 0 0 0 118374 939 0 0 25 0 1 0 1730742041 17924096 3533 4294967295 134512640 134736556 3221224560 3221223196 134550912 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6928/statm): 4376 3533 1116 68 0 4308 0
[pid=6928] vsize: 17504
Current children cumulated CPU time (s) 1193.13
Current children cumulated vsize (Kb) 17504
One traced child (pid=6928) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1211.94
CPU time (s): 1195.02
CPU user time (s): 1185.6
CPU system time (s): 9.41457
CPU usage (%): 98.6039
Max. virtual memory (cumulated for all children) (Kb): 17540

Verifier Data

ERROR: no interpretation found !