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/MIPLIB/miplib/normalized-mps-v2-13-7-misc07.opb
MD5SUM9cc94d1db4d494288ef67a8d5ad5d77e
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1408128
Optimality of the best value was proved NO
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1048576
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 11486079
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.02
Number of variables280
Total number of constraints471
Number of constraints which are clauses127
Number of constraints which are cardinality constraints (but not clauses)272
Number of constraints which are nor clauses,nor cardinality constraints72
Minimum length of a constraint1
Maximum length of a constraint253

Trace number 5151

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-19 22:50:17 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=907 boxname=wulflinc21 idbench=907 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  9cc94d1db4d494288ef67a8d5ad5d77e  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-misc07.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-misc07.opb
IDLAUNCH: 907
/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:        918932 kB
Buffers:         24392 kB
Cached:          61248 kB
SwapCached:        788 kB
Active:          30700 kB
Inactive:        57444 kB
HighTotal:      131008 kB
HighFree:        66836 kB
LowTotal:       903652 kB
LowFree:        852096 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              32 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            21632 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:11:24 (client local time) WITH STATUS 10 IN 1195.13 SECONDS
stats: 907 0 1195.13 10

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 280 variables and 247 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.713
c After prepocess the problem consists of 280 variables and 247 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 280 #Dec: 797 LB: 0 @ 1.677
c Restart #2 #Var: 280 #Dec: 1873 LB: 0 @ 4.151
c Restart #3 #Var: 280 #Dec: 3455 LB: 0 @ 5.83
c Restart #4 #Var: 280 #Dec: 4569 LB: 0 @ 7.531
c Restart #5 #Var: 280 #Dec: 5669 LB: 0 @ 10.025
c Restart #6 #Var: 280 #Dec: 6917 LB: 0 @ 13.209
c NEW SOLUTION FOUND: 1712768 @ 13.296 @ #Dec. 6974
c NEW SOLUTION FOUND: 1671808 @ 13.72 @ #Dec. 7137
c NEW SOLUTION FOUND: 1662208 @ 13.723 @ #Dec. 7140
c NEW SOLUTION FOUND: 1652608 @ 13.725 @ #Dec. 7140
c NEW SOLUTION FOUND: 1643008 @ 13.753 @ #Dec. 7152
c NEW SOLUTION FOUND: 1619328 @ 13.774 @ #Dec. 7163
c NEW SOLUTION FOUND: 1617408 @ 13.797 @ #Dec. 7171
c NEW SOLUTION FOUND: 1564288 @ 13.86 @ #Dec. 7212
c NEW SOLUTION FOUND: 1555968 @ 14.008 @ #Dec. 7298
c NEW SOLUTION FOUND: 1545728 @ 14.055 @ #Dec. 7320
c NEW SOLUTION FOUND: 1536128 @ 14.057 @ #Dec. 7320
c NEW SOLUTION FOUND: 1512448 @ 14.071 @ #Dec. 7322
c NEW SOLUTION FOUND: 1505408 @ 14.287 @ #Dec. 7450
c NEW SOLUTION FOUND: 1468288 @ 14.311 @ #Dec. 7460
c NEW SOLUTION FOUND: 1459968 @ 14.983 @ #Dec. 7869
c NEW SOLUTION FOUND: 1452928 @ 15.021 @ #Dec. 7892
c Restart #7 #Var: 280 #Dec: 9491 LB: 0 @ 17.209
c Restart #8 #Var: 278 #Dec: 11363 LB: 1048576 @ 21.144
c Restart #9 #Var: 278 #Dec: 13292 LB: 1048576 @ 24.78
c NEW SOLUTION FOUND: 1431808 @ 29.662 @ #Dec. 15390
c NEW SOLUTION FOUND: 1419648 @ 29.696 @ #Dec. 15407
c NEW SOLUTION FOUND: 1408128 @ 29.709 @ #Dec. 15412
c Restart #10 #Var: 278 #Dec: 17518 LB: 1048576 @ 34.928
c Restart #11 #Var: 278 #Dec: 20079 LB: 1048576 @ 46.321
c Restart #12 #Var: 278 #Dec: 23220 LB: 1048576 @ 54.05
c Restart #13 #Var: 278 #Dec: 26336 LB: 1048576 @ 65.754
c CHANGE to LPR mode... 	UB: 1408128	MIS: 1048576	LPR: 1229995 (0.209)	Diff: 0.8525
c Restart #0 #Var: 278 #Dec: 29589 LB: 1048576 @ 78.836
c Restart #1 #Var: 278 #Dec: 29792 LB: 1229995 @ 103.85
c Restart #2 #Var: 278 #Dec: 30198 LB: 1229995 @ 153.49
c Restart #3 #Var: 278 #Dec: 30802 LB: 1229995 @ 231.4
c Restart #4 #Var: 278 #Dec: 31606 LB: 1229995 @ 331.13
c Restart #5 #Var: 277 #Dec: 32613 LB: 1229995 @ 446.71
c Restart #6 #Var: 276 #Dec: 33820 LB: 1229995 @ 592.31
c Restart #7 #Var: 273 #Dec: 35235 LB: 1230848 @ 801.22
c Restart #8 #Var: 270 #Dec: 36848 LB: 1232840 @ 1031.1
s SATISFIABLE
v -COL260_bit_7 -COL260_bit_6 -COL260_bit_5 -COL260_bit_4 -COL260_bit_3 -COL260_bit_2 -COL260_bit_1 COL260_bit0 -COL260_bit1 -COL260_bit2 COL260_bit3 COL260_bit4 COL260_bit5 COL260_bit6 COL260_bit7 -COL260_bit8 COL260_bit9 -COL260_bit10 COL260_bit11 -COL260_bit12 COL260_bit13 -COL004_bit0 -COL005_bit0 -COL006_bit0 -COL007_bit0 -COL008_bit0 -COL009_bit0 -COL010_bit0 -COL011_bit0 -COL012_bit0 -COL013_bit0 -COL014_bit0 -COL015_bit0 -COL016_bit0 -COL017_bit0 -COL018_bit0 -COL019_bit0 -COL020_bit0 -COL021_bit0 -COL022_bit0 COL023_bit0 -COL024_bit0 -COL025_bit0 -COL026_bit0 -COL027_bit0 -COL028_bit0 COL029_bit0 -COL030_bit0 -COL034_bit0 -COL035_bit0 -COL036_bit0 -COL037_bit0 -COL038_bit0 -COL039_bit0 -COL040_bit0 -COL041_bit0 -COL042_bit0 -COL043_bit0 -COL044_bit0 -COL045_bit0 -COL046_bit0 -COL047_bit0 -COL048_bit0 -COL049_bit0 -COL050_bit0 -COL051_bit0 -COL052_bit0 -COL053_bit0 -COL054_bit0 -COL055_bit0 -COL056_bit0 -COL057_bit0 -COL058_bit0 COL059_bit0 -COL060_bit0 -COL064_bit0 -COL065_bit0 -COL066_bit0 -COL067_bit0 -COL068_bit0 -COL069_bit0 -COL070_bit0 -COL071_bit0 -COL072_bit0 -COL073_bit0 -COL074_bit0 -COL075_bit0 -COL076_bit0 -COL077_bit0 -COL078_bit0 -COL079_bit0 -COL080_bit0 -COL081_bit0 -COL082_bit0 -COL083_bit0 -COL084_bit0 -COL085_bit0 -COL086_bit0 -COL087_bit0 -COL088_bit0 -COL089_bit0 -COL090_bit0 -COL094_bit0 -COL095_bit0 -COL096_bit0 -COL097_bit0 -COL098_bit0 -COL099_bit0 -COL100_bit0 -COL101_bit0 -COL102_bit0 COL103_bit0 -COL104_bit0 -COL105_bit0 -COL106_bit0 -COL107_bit0 -COL108_bit0 -COL109_bit0 -COL110_bit0 -COL111_bit0 -COL112_bit0 -COL113_bit0 -COL114_bit0 -COL115_bit0 -COL116_bit0 -COL117_bit0 COL118_bit0 -COL119_bit0 -COL120_bit0 -COL124_bit0 -COL125_bit0 -COL126_bit0 -COL127_bit0 -COL128_bit0 -COL129_bit0 -COL130_bit0 -COL131_bit0 -COL132_bit0 -COL133_bit0 -COL134_bit0 -COL135_bit0 -COL136_bit0 -COL137_bit0 -COL138_bit0 -COL139_bit0 -COL140_bit0 -COL141_bit0 -COL142_bit0 -COL143_bit0 -COL144_bit0 -COL145_bit0 -COL146_bit0 -COL147_bit0 COL148_bit0 -COL149_bit0 -COL150_bit0 -COL154_bit0 -COL155_bit0 -COL156_bit0 -COL157_bit0 -COL158_bit0 -COL159_bit0 -COL160_bit0 -COL161_bit0 -COL162_bit0 -COL163_bit0 -COL164_bit0 -COL165_bit0 -COL166_bit0 -COL167_bit0 -COL168_bit0 -COL169_bit0 -COL170_bit0 -COL171_bit0 -COL172_bit0 -COL173_bit0 -COL174_bit0 -COL175_bit0 -COL176_bit0 -COL177_bit0 -COL178_bit0 -COL179_bit0 -COL180_bit0 -COL184_bit0 -COL185_bit0 COL186_bit0 -COL187_bit0 -COL188_bit0 -COL189_bit0 -COL190_bit0 -COL191_bit0 -COL192_bit0 -COL193_bit0 -COL194_bit0 -COL195_bit0 -COL196_bit0 COL197_bit0 -COL198_bit0 -COL199_bit0 -COL200_bit0 -COL201_bit0 -COL202_bit0 -COL203_bit0 -COL204_bit0 COL205_bit0 -COL206_bit0 -COL207_bit0 -COL208_bit0 -COL209_bit0 COL210_bit0 -COL214_bit0 -COL215_bit0 -COL216_bit0 -COL217_bit0 -COL218_bit0 -COL219_bit0 -COL220_bit0 -COL221_bit0 -COL222_bit0 -COL223_bit0 -COL224_bit0 -COL225_bit0 -COL226_bit0 -COL227_bit0 -COL228_bit0 -COL229_bit0 -COL230_bit0 -COL231_bit0 -COL232_bit0 -COL233_bit0 -COL234_bit0 -COL235_bit0 -COL236_bit0 -COL237_bit0 -COL238_bit0 -COL239_bit0 -COL240_bit0 COL244_bit0 -COL245_bit0 COL246_bit0 -COL247_bit0 COL248_bit0 -COL249_bit0 COL250_bit0 -COL251_bit0 COL252_bit0 -COL253_bit0 COL254_bit0 -COL255_bit0 COL256_bit0 -COL257_bit0 COL258_bit0 -COL259_bit0 -COL001_bit0 -COL002_bit0 -COL003_bit0 -COL031_bit0 -COL032_bit0 -COL033_bit0 -COL061_bit0 -COL062_bit0 -COL063_bit0 -COL091_bit0 -COL092_bit0 -COL093_bit0 -COL121_bit0 -COL122_bit0 -COL123_bit0 -COL151_bit0 -COL152_bit0 -COL153_bit0 -COL181_bit0 -COL182_bit0 -COL183_bit0 -COL211_bit0 -COL212_bit0 -COL213_bit0 -COL241_bit0 -COL242_bit0 -COL243_bit0 
c Cost: 1408128
c Exit Code: 10
c Total time: 1195.1 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/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1730898781 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 107 3 90 68 0 39 0
[pid=7253] 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-misc07.opb

[startup+10.0029 s]
Raw data (loadavg): 0.84 0.95 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 2950 0 0 0 961 19 0 0 25 0 1 0 1730898781 15122432 2861 4294967295 134512640 134736556 3221224560 3221223204 1077374560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 3692 2861 1116 68 0 3624 0
[pid=7253] vsize: 14768
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (Kb) 14768

[startup+20.0036 s]
Raw data (loadavg): 0.87 0.96 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 3939 0 0 0 1933 32 0 0 25 0 1 0 1730898781 19181568 3850 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 4683 3850 1116 68 0 4615 0
[pid=7253] vsize: 18732
Current children cumulated CPU time (s) 19.65
Current children cumulated vsize (Kb) 18732

[startup+30.0043 s]
Raw data (loadavg): 0.89 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 5308 0 0 0 2901 45 0 0 25 0 1 0 1730898781 24854528 5219 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 6068 5219 1116 68 0 6000 0
[pid=7253] vsize: 24272
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (Kb) 24272

[startup+40.004 s]
Raw data (loadavg): 0.90 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 6223 0 0 0 3879 54 0 0 25 0 1 0 1730898781 28504064 6134 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 6959 6134 1116 68 0 6891 0
[pid=7253] vsize: 27836
Current children cumulated CPU time (s) 39.33
Current children cumulated vsize (Kb) 27836

[startup+50.0047 s]
Raw data (loadavg): 0.92 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 6808 0 0 0 4862 61 0 0 25 0 1 0 1730898781 30937088 6719 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 7553 6719 1116 68 0 7485 0
[pid=7253] vsize: 30212
Current children cumulated CPU time (s) 49.23
Current children cumulated vsize (Kb) 30212

[startup+60.0053 s]
Raw data (loadavg): 0.93 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 7751 0 0 0 5839 71 0 0 25 0 1 0 1730898781 34861056 7662 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 8511 7662 1116 68 0 8443 0
[pid=7253] vsize: 34044
Current children cumulated CPU time (s) 59.1
Current children cumulated vsize (Kb) 34044

[startup+70.005 s]
Raw data (loadavg): 0.94 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 8627 0 0 0 6819 79 0 0 25 0 1 0 1730898781 38375424 8538 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 9369 8538 1116 68 0 9301 0
[pid=7253] vsize: 37476
Current children cumulated CPU time (s) 68.98
Current children cumulated vsize (Kb) 37476

[startup+80.0057 s]
Raw data (loadavg): 0.95 0.96 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 9844 0 9 0 7778 87 0 0 21 0 1 0 1730898781 42590208 9633 4294967295 134512640 134736556 3221224560 3221222508 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10398 9633 1116 68 0 10330 0
[pid=7253] vsize: 41592
Current children cumulated CPU time (s) 78.65
Current children cumulated vsize (Kb) 41592

[startup+90.0064 s]
Raw data (loadavg): 0.96 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 10731 0 9 0 8746 98 0 0 25 0 1 0 1730898781 43171840 9819 4294967295 134512640 134736556 3221224560 3221222624 1074867278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10540 9819 1116 68 0 10472 0
[pid=7253] vsize: 42160
Current children cumulated CPU time (s) 88.44
Current children cumulated vsize (Kb) 42160

[startup+100.007 s]
Raw data (loadavg): 0.96 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 13258 0 9 0 9702 114 0 0 25 0 1 0 1730898781 43171840 9821 4294967295 134512640 134736556 3221224560 3221222512 1074918583 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 10540 9821 1116 68 0 10472 0
[pid=7253] vsize: 42160
Current children cumulated CPU time (s) 98.16
Current children cumulated vsize (Kb) 42160

[startup+110.008 s]
Raw data (loadavg): 0.97 0.96 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 17401 0 9 0 10634 139 0 0 25 0 1 0 1730898781 43929600 9980 4294967295 134512640 134736556 3221224560 3221220476 1074860626 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10725 9980 1116 68 0 10657 0
[pid=7253] vsize: 42900
Current children cumulated CPU time (s) 107.73
Current children cumulated vsize (Kb) 42900

[startup+120.007 s]
Raw data (loadavg): 0.97 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 20448 0 9 0 11586 155 0 0 25 0 1 0 1730898781 43786240 9971 4294967295 134512640 134736556 3221224560 3221222852 1077374516 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10690 9971 1116 68 0 10622 0
[pid=7253] vsize: 42760
Current children cumulated CPU time (s) 117.41
Current children cumulated vsize (Kb) 42760

[startup+130.008 s]
Raw data (loadavg): 0.98 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 26733 0 9 0 12493 191 0 0 25 0 1 0 1730898781 43786240 9971 4294967295 134512640 134736556 3221224560 3221222800 1074153792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10690 9971 1116 68 0 10622 0
[pid=7253] vsize: 42760
Current children cumulated CPU time (s) 126.84
Current children cumulated vsize (Kb) 42760

[startup+140.009 s]
Raw data (loadavg): 0.98 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 33345 0 9 0 13397 227 0 0 25 0 1 0 1730898781 43999232 9992 4294967295 134512640 134736556 3221224560 3221220720 1076079635 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10742 9993 1116 68 0 10674 0
[pid=7253] vsize: 42968
Current children cumulated CPU time (s) 136.24
Current children cumulated vsize (Kb) 42968

[startup+150.009 s]
Raw data (loadavg): 0.98 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 39836 0 9 0 14314 257 0 0 25 0 1 0 1730898781 43831296 9982 4294967295 134512640 134736556 3221224560 3221222848 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10701 9982 1116 68 0 10633 0
[pid=7253] vsize: 42804
Current children cumulated CPU time (s) 145.71
Current children cumulated vsize (Kb) 42804

[startup+160.009 s]
Raw data (loadavg): 0.98 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 46499 0 9 0 15218 293 0 0 20 0 1 0 1730898781 43831296 9982 4294967295 134512640 134736556 3221224560 3221221496 1077380592 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 10701 9982 1116 68 0 10633 0
[pid=7253] vsize: 42804
Current children cumulated CPU time (s) 155.11
Current children cumulated vsize (Kb) 42804

[startup+170.009 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 53097 0 9 0 16113 329 0 0 25 0 1 0 1730898781 43921408 10004 4294967295 134512640 134736556 3221224560 3221222512 1074918257 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10723 10004 1116 68 0 10655 0
[pid=7253] vsize: 42892
Current children cumulated CPU time (s) 164.42
Current children cumulated vsize (Kb) 42892

[startup+180.01 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 60332 0 9 0 16999 369 0 0 25 0 1 0 1730898781 44302336 10059 4294967295 134512640 134736556 3221224560 3221220604 1075663518 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10816 10059 1116 68 0 10748 0
[pid=7253] vsize: 43264
Current children cumulated CPU time (s) 173.68
Current children cumulated vsize (Kb) 43264

[startup+190.01 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 67653 0 9 0 17892 408 0 0 18 0 1 0 1730898781 44130304 10055 4294967295 134512640 134736556 3221224560 3221222644 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10774 10055 1116 68 0 10706 0
[pid=7253] vsize: 43096
Current children cumulated CPU time (s) 183
Current children cumulated vsize (Kb) 43096

[startup+200.011 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 75485 0 9 0 18792 447 0 0 25 0 1 0 1730898781 44208128 10072 4294967295 134512640 134736556 3221224560 3221222644 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10793 10072 1116 68 0 10725 0
[pid=7253] vsize: 43172
Current children cumulated CPU time (s) 192.39
Current children cumulated vsize (Kb) 43172

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 82553 0 9 0 19696 484 0 0 25 0 1 0 1730898781 44339200 10106 4294967295 134512640 134736556 3221224560 3221222956 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10825 10106 1116 68 0 10757 0
[pid=7253] vsize: 43300
Current children cumulated CPU time (s) 201.8
Current children cumulated vsize (Kb) 43300

[startup+220.011 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 89404 0 9 0 20600 518 0 0 19 0 1 0 1730898781 44494848 10144 4294967295 134512640 134736556 3221224560 3221223052 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 10863 10144 1116 68 0 10795 0
[pid=7253] vsize: 43452
Current children cumulated CPU time (s) 211.18
Current children cumulated vsize (Kb) 43452

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 97006 0 9 0 21494 561 0 0 25 0 1 0 1730898781 44601344 10154 4294967295 134512640 134736556 3221224560 3221222792 1074138315 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10889 10154 1116 68 0 10821 0
[pid=7253] vsize: 43556
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (Kb) 43556

[startup+240.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 103525 0 9 0 22403 594 0 0 25 0 1 0 1730898781 44650496 10182 4294967295 134512640 134736556 3221224560 3221222752 1074153779 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 10901 10182 1116 68 0 10833 0
[pid=7253] vsize: 43604
Current children cumulated CPU time (s) 229.97
Current children cumulated vsize (Kb) 43604

[startup+250.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 110261 0 9 0 23301 629 0 0 25 0 1 0 1730898781 44695552 10193 4294967295 134512640 134736556 3221224560 3221222240 1075828444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10912 10193 1116 68 0 10844 0
[pid=7253] vsize: 43648
Current children cumulated CPU time (s) 239.3
Current children cumulated vsize (Kb) 43648

[startup+260.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 118048 0 9 0 24183 674 0 0 25 0 1 0 1730898781 45240320 10262 4294967295 134512640 134736556 3221224560 3221220396 1074788930 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11045 10262 1116 68 0 10977 0
[pid=7253] vsize: 44180
Current children cumulated CPU time (s) 248.57
Current children cumulated vsize (Kb) 44180

[startup+270.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 124954 0 9 0 25081 709 0 0 24 0 1 0 1730898781 45248512 10263 4294967295 134512640 134736556 3221224560 3221221544 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11047 10263 1116 68 0 10979 0
[pid=7253] vsize: 44188
Current children cumulated CPU time (s) 257.9
Current children cumulated vsize (Kb) 44188

[startup+280.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 132098 0 9 0 25965 752 0 0 21 0 1 0 1730898781 44929024 10251 4294967295 134512640 134736556 3221224560 3221222364 1077411536 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 10969 10251 1116 68 0 10901 0
[pid=7253] vsize: 43876
Current children cumulated CPU time (s) 267.17
Current children cumulated vsize (Kb) 43876

[startup+290.014 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 139657 0 9 0 26845 795 0 0 25 0 1 0 1730898781 44933120 10252 4294967295 134512640 134736556 3221224560 3221222512 1074918583 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 10970 10252 1116 68 0 10902 0
[pid=7253] vsize: 43880
Current children cumulated CPU time (s) 276.4
Current children cumulated vsize (Kb) 43880

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 147157 0 9 0 27733 835 0 0 18 0 1 0 1730898781 45486080 10321 4294967295 134512640 134736556 3221224560 3221220688 1074882610 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11105 10321 1116 68 0 11037 0
[pid=7253] vsize: 44420
Current children cumulated CPU time (s) 285.68
Current children cumulated vsize (Kb) 44420

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 153598 0 9 0 28644 866 0 0 25 0 1 0 1730898781 45125632 10294 4294967295 134512640 134736556 3221224560 3221223088 134536601 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11017 10294 1116 68 0 10949 0
[pid=7253] vsize: 44068
Current children cumulated CPU time (s) 295.1
Current children cumulated vsize (Kb) 44068

[startup+320.016 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 160408 0 9 0 29531 908 0 0 25 0 1 0 1730898781 45342720 10322 4294967295 134512640 134736556 3221224560 3221222240 1075828432 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11070 10322 1116 68 0 11002 0
[pid=7253] vsize: 44280
Current children cumulated CPU time (s) 304.39
Current children cumulated vsize (Kb) 44280

[startup+330.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 165925 0 9 0 30458 938 0 0 20 0 1 0 1730898781 45371392 10327 4294967295 134512640 134736556 3221224560 3221221792 1074140082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11077 10327 1116 68 0 11009 0
[pid=7253] vsize: 44308
Current children cumulated CPU time (s) 313.96
Current children cumulated vsize (Kb) 44308

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 172931 0 9 0 31352 978 0 0 25 0 1 0 1730898781 45326336 10348 4294967295 134512640 134736556 3221224560 3221222848 1074153792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11066 10348 1116 68 0 10998 0
[pid=7253] vsize: 44264
Current children cumulated CPU time (s) 323.3
Current children cumulated vsize (Kb) 44264

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 179782 0 9 0 32263 1013 0 0 25 0 1 0 1730898781 45309952 10344 4294967295 134512640 134736556 3221224560 3221222908 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11062 10344 1116 68 0 10994 0
[pid=7253] vsize: 44248
Current children cumulated CPU time (s) 332.76
Current children cumulated vsize (Kb) 44248

[startup+360.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 186335 0 9 0 33174 1046 0 0 25 0 1 0 1730898781 45858816 10420 4294967295 134512640 134736556 3221224560 3221221576 1077410205 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11196 10420 1116 68 0 11128 0
[pid=7253] vsize: 44784
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (Kb) 44784

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 192631 0 9 0 34082 1081 0 0 25 0 1 0 1730898781 45977600 10439 4294967295 134512640 134736556 3221224560 3221220444 1074786324 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11225 10439 1116 68 0 11157 0
[pid=7253] vsize: 44900
Current children cumulated CPU time (s) 351.63
Current children cumulated vsize (Kb) 44900

[startup+380.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 200092 0 9 0 34980 1118 0 0 17 0 1 0 1730898781 46178304 10487 4294967295 134512640 134736556 3221224560 3221220752 1075115715 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11274 10487 1116 68 0 11206 0
[pid=7253] vsize: 45096
Current children cumulated CPU time (s) 360.98
Current children cumulated vsize (Kb) 45096

[startup+390.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 206563 0 9 0 35892 1151 0 0 25 0 1 0 1730898781 45899776 10488 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11206 10488 1116 68 0 11138 0
[pid=7253] vsize: 44824
Current children cumulated CPU time (s) 370.43
Current children cumulated vsize (Kb) 44824

[startup+400.019 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 213021 0 9 0 36805 1184 0 0 25 0 1 0 1730898781 46080000 10501 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11250 10501 1116 68 0 11182 0
[pid=7253] vsize: 45000
Current children cumulated CPU time (s) 379.89
Current children cumulated vsize (Kb) 45000

[startup+410.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 218861 0 9 0 37732 1212 0 0 21 0 1 0 1730898781 46493696 10553 4294967295 134512640 134736556 3221224560 3221221612 1075117860 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11351 10553 1116 68 0 11283 0
[pid=7253] vsize: 45404
Current children cumulated CPU time (s) 389.44
Current children cumulated vsize (Kb) 45404

[startup+420.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 225455 0 9 0 38631 1247 0 0 25 0 1 0 1730898781 46297088 10566 4294967295 134512640 134736556 3221224560 3221222512 1074918929 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11303 10566 1116 68 0 11235 0
[pid=7253] vsize: 45212
Current children cumulated CPU time (s) 398.78
Current children cumulated vsize (Kb) 45212

[startup+430.021 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 231427 0 9 0 39535 1281 0 0 25 0 1 0 1730898781 46678016 10611 4294967295 134512640 134736556 3221224560 3221220976 1075602743 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11396 10611 1116 68 0 11328 0
[pid=7253] vsize: 45584
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (Kb) 45584

[startup+440.021 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 237043 0 9 0 40459 1310 0 0 25 0 1 0 1730898781 46694400 10614 4294967295 134512640 134736556 3221224560 3221220848 1075114285 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11400 10614 1116 68 0 11332 0
[pid=7253] vsize: 45600
Current children cumulated CPU time (s) 417.69
Current children cumulated vsize (Kb) 45600

[startup+450.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 243189 0 9 0 41371 1343 0 0 25 0 1 0 1730898781 46358528 10600 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11318 10600 1116 68 0 11250 0
[pid=7253] vsize: 45272
Current children cumulated CPU time (s) 427.14
Current children cumulated vsize (Kb) 45272

[startup+460.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 248905 0 9 0 42294 1375 0 0 25 0 1 0 1730898781 46710784 10620 4294967295 134512640 134736556 3221224560 3221220740 1075115125 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11404 10620 1116 68 0 11336 0
[pid=7253] vsize: 45616
Current children cumulated CPU time (s) 436.69
Current children cumulated vsize (Kb) 45616

[startup+470.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 254546 0 9 0 43216 1405 0 0 25 0 1 0 1730898781 46415872 10614 4294967295 134512640 134736556 3221224560 3221222512 1074918198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11332 10614 1116 68 0 11264 0
[pid=7253] vsize: 45328
Current children cumulated CPU time (s) 446.21
Current children cumulated vsize (Kb) 45328

[startup+480.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 258893 0 9 0 44161 1427 0 0 25 0 1 0 1730898781 46833664 10658 4294967295 134512640 134736556 3221224560 3221220716 1075564150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11434 10658 1116 68 0 11366 0
[pid=7253] vsize: 45736
Current children cumulated CPU time (s) 455.88
Current children cumulated vsize (Kb) 45736

[startup+490.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 264450 0 9 0 45082 1460 0 0 25 0 1 0 1730898781 47017984 10705 4294967295 134512640 134736556 3221224560 3221220476 1074860647 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11479 10707 1116 68 0 11411 0
[pid=7253] vsize: 45916
Current children cumulated CPU time (s) 465.42
Current children cumulated vsize (Kb) 45916

[startup+500.026 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 271224 0 9 0 45993 1496 0 0 25 0 1 0 1730898781 46600192 10659 4294967295 134512640 134736556 3221224560 3221220976 1074153786 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11377 10659 1116 68 0 11309 0
[pid=7253] vsize: 45508
Current children cumulated CPU time (s) 474.89
Current children cumulated vsize (Kb) 45508

[startup+510.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 278107 0 9 0 46911 1526 0 0 25 0 1 0 1730898781 46813184 10711 4294967295 134512640 134736556 3221224560 3221222832 1074153812 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11429 10711 1116 68 0 11361 0
[pid=7253] vsize: 45716
Current children cumulated CPU time (s) 484.37
Current children cumulated vsize (Kb) 45716

[startup+520.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 283109 0 9 0 47843 1552 0 0 25 0 1 0 1730898781 46878720 10727 4294967295 134512640 134736556 3221224560 3221222424 1074138285 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11445 10727 1116 68 0 11377 0
[pid=7253] vsize: 45780
Current children cumulated CPU time (s) 493.95
Current children cumulated vsize (Kb) 45780

[startup+530.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 289791 0 9 0 48739 1588 0 0 25 0 1 0 1730898781 46940160 10740 4294967295 134512640 134736556 3221224560 3221222704 1074152920 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11460 10740 1116 68 0 11392 0
[pid=7253] vsize: 45840
Current children cumulated CPU time (s) 503.27
Current children cumulated vsize (Kb) 45840

[startup+540.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 297237 0 9 0 49620 1633 0 0 25 0 1 0 1730898781 46981120 10749 4294967295 134512640 134736556 3221224560 3221223180 134553304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11470 10749 1116 68 0 11402 0
[pid=7253] vsize: 45880
Current children cumulated CPU time (s) 512.53
Current children cumulated vsize (Kb) 45880

[startup+550.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 304260 0 9 0 50511 1673 0 0 25 0 1 0 1730898781 46993408 10755 4294967295 134512640 134736556 3221224560 3221223156 134682521 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11473 10755 1116 68 0 11405 0
[pid=7253] vsize: 45892
Current children cumulated CPU time (s) 521.84
Current children cumulated vsize (Kb) 45892

[startup+560.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 311255 0 9 0 51395 1714 0 0 25 0 1 0 1730898781 47099904 10781 4294967295 134512640 134736556 3221224560 3221223136 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11499 10781 1116 68 0 11431 0
[pid=7253] vsize: 45996
Current children cumulated CPU time (s) 531.09
Current children cumulated vsize (Kb) 45996

[startup+570.029 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 317931 0 9 0 52282 1755 0 0 25 0 1 0 1730898781 47140864 10790 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11509 10790 1116 68 0 11441 0
[pid=7253] vsize: 46036
Current children cumulated CPU time (s) 540.37
Current children cumulated vsize (Kb) 46036

[startup+580.03 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 324345 0 9 0 53188 1790 0 0 21 0 1 0 1730898781 47140864 10791 4294967295 134512640 134736556 3221224560 3221222972 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11509 10791 1116 68 0 11441 0
[pid=7253] vsize: 46036
Current children cumulated CPU time (s) 549.78
Current children cumulated vsize (Kb) 46036

[startup+590.029 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 331154 0 9 0 54090 1826 0 0 25 0 1 0 1730898781 47366144 10816 4294967295 134512640 134736556 3221224560 3221220524 1074788953 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11564 10816 1116 68 0 11496 0
[pid=7253] vsize: 46256
Current children cumulated CPU time (s) 559.16
Current children cumulated vsize (Kb) 46256

[startup+600.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 335924 0 9 0 55014 1854 0 0 25 0 1 0 1730898781 47628288 10838 4294967295 134512640 134736556 3221224560 3221220476 1074860617 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11628 10838 1116 68 0 11560 0
[pid=7253] vsize: 46512
Current children cumulated CPU time (s) 568.68
Current children cumulated vsize (Kb) 46512

[startup+610.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 341901 0 9 0 55927 1886 0 0 22 0 1 0 1730898781 47267840 10821 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11540 10821 1116 68 0 11472 0
[pid=7253] vsize: 46160
Current children cumulated CPU time (s) 578.13
Current children cumulated vsize (Kb) 46160

[startup+620.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 348582 0 9 0 56831 1922 0 0 25 0 1 0 1730898781 47673344 10883 4294967295 134512640 134736556 3221224560 3221220448 1075965280 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11639 10883 1116 68 0 11571 0
[pid=7253] vsize: 46556
Current children cumulated CPU time (s) 587.53
Current children cumulated vsize (Kb) 46556

[startup+630.031 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 354913 0 9 0 57739 1955 0 0 25 0 1 0 1730898781 47697920 10890 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11645 10890 1116 68 0 11577 0
[pid=7253] vsize: 46580
Current children cumulated CPU time (s) 596.94
Current children cumulated vsize (Kb) 46580

[startup+640.032 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7253
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 361341 0 9 0 58656 1986 0 0 24 0 1 0 1730898781 47644672 10914 4294967295 134512640 134736556 3221224560 3221222512 1074918607 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11632 10914 1116 68 0 11564 0
[pid=7253] vsize: 46528
Current children cumulated CPU time (s) 606.42
Current children cumulated vsize (Kb) 46528

[startup+650.032 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 367113 0 9 0 59569 2018 0 0 25 0 1 0 1730898781 47927296 10956 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11701 10956 1116 68 0 11633 0
[pid=7253] vsize: 46804
Current children cumulated CPU time (s) 615.87
Current children cumulated vsize (Kb) 46804

[startup+660.032 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 374371 0 9 0 60467 2057 0 0 25 0 1 0 1730898781 48209920 10985 4294967295 134512640 134736556 3221224560 3221221552 1075971410 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11770 10985 1116 68 0 11702 0
[pid=7253] vsize: 47080
Current children cumulated CPU time (s) 625.24
Current children cumulated vsize (Kb) 47080

[startup+670.033 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 381293 0 9 0 61386 2087 0 0 25 0 1 0 1730898781 48087040 11005 4294967295 134512640 134736556 3221224560 3221222512 1074916715 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11740 11005 1116 68 0 11672 0
[pid=7253] vsize: 46960
Current children cumulated CPU time (s) 634.73
Current children cumulated vsize (Kb) 46960

[startup+680.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 388432 0 9 0 62292 2123 0 0 25 0 1 0 1730898781 48087040 11022 4294967295 134512640 134736556 3221224560 3221222396 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11740 11022 1116 68 0 11672 0
[pid=7253] vsize: 46960
Current children cumulated CPU time (s) 644.15
Current children cumulated vsize (Kb) 46960

[startup+690.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 395292 0 9 0 63206 2155 0 0 25 0 1 0 1730898781 48287744 11071 4294967295 134512640 134736556 3221224560 3221222704 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11789 11071 1116 68 0 11721 0
[pid=7253] vsize: 47156
Current children cumulated CPU time (s) 653.61
Current children cumulated vsize (Kb) 47156

[startup+700.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 401377 0 9 0 64117 2189 0 0 18 0 1 0 1730898781 48570368 11115 4294967295 134512640 134736556 3221224560 3221220656 1074969467 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11858 11115 1116 68 0 11790 0
[pid=7253] vsize: 47432
Current children cumulated CPU time (s) 663.06
Current children cumulated vsize (Kb) 47432

[startup+710.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 408562 0 9 0 65022 2223 0 0 25 0 1 0 1730898781 48459776 11113 4294967295 134512640 134736556 3221224560 3221222736 1074153736 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11831 11113 1116 68 0 11763 0
[pid=7253] vsize: 47324
Current children cumulated CPU time (s) 672.45
Current children cumulated vsize (Kb) 47324

[startup+720.034 s]
Raw data (loadavg): 0.99 0.97 0.97 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 415445 0 9 0 65929 2261 0 0 25 0 1 0 1730898781 48807936 11159 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11916 11159 1116 68 0 11848 0
[pid=7253] vsize: 47664
Current children cumulated CPU time (s) 681.9
Current children cumulated vsize (Kb) 47664

[startup+730.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 422102 0 9 0 66814 2299 0 0 25 0 1 0 1730898781 49135616 11216 4294967295 134512640 134736556 3221224560 3221221584 1074867305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 11996 11216 1116 68 0 11928 0
[pid=7253] vsize: 47984
Current children cumulated CPU time (s) 691.13
Current children cumulated vsize (Kb) 47984

[startup+740.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 428394 0 9 0 67725 2333 0 0 22 0 1 0 1730898781 48885760 11175 4294967295 134512640 134736556 3221224560 3221221112 1075850777 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 11935 11175 1116 68 0 11867 0
[pid=7253] vsize: 47740
Current children cumulated CPU time (s) 700.58
Current children cumulated vsize (Kb) 47740

[startup+750.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 435557 0 9 0 68636 2367 0 0 21 0 1 0 1730898781 49319936 11262 4294967295 134512640 134736556 3221224560 3221220716 1075563980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12041 11262 1116 68 0 11973 0
[pid=7253] vsize: 48164
Current children cumulated CPU time (s) 710.03
Current children cumulated vsize (Kb) 48164

[startup+760.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 442457 0 9 0 69551 2399 0 0 25 0 1 0 1730898781 49217536 11235 4294967295 134512640 134736556 3221224560 3221221584 1074867206 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12016 11235 1116 68 0 11948 0
[pid=7253] vsize: 48064
Current children cumulated CPU time (s) 719.5
Current children cumulated vsize (Kb) 48064

[startup+770.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 449666 0 9 0 70458 2434 0 0 25 0 1 0 1730898781 49332224 11290 4294967295 134512640 134736556 3221224560 3221220784 1074961258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12044 11290 1116 68 0 11976 0
[pid=7253] vsize: 48176
Current children cumulated CPU time (s) 728.92
Current children cumulated vsize (Kb) 48176

[startup+780.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 456683 0 9 0 71363 2471 0 0 25 0 1 0 1730898781 49328128 11285 4294967295 134512640 134736556 3221224560 3221220416 1074788865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12043 11285 1116 68 0 11975 0
[pid=7253] vsize: 48172
Current children cumulated CPU time (s) 738.34
Current children cumulated vsize (Kb) 48172

[startup+790.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 463453 0 9 0 72260 2508 0 0 25 0 1 0 1730898781 49442816 11317 4294967295 134512640 134736556 3221224560 3221220672 1074794585 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12071 11317 1116 68 0 12003 0
[pid=7253] vsize: 48284
Current children cumulated CPU time (s) 747.68
Current children cumulated vsize (Kb) 48284

[startup+800.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 470131 0 9 0 73166 2544 0 0 25 0 1 0 1730898781 49283072 11314 4294967295 134512640 134736556 3221224560 3221222240 1075828615 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12032 11314 1116 68 0 11964 0
[pid=7253] vsize: 48128
Current children cumulated CPU time (s) 757.1
Current children cumulated vsize (Kb) 48128

[startup+810.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 477355 0 9 0 74053 2585 0 0 25 0 1 0 1730898781 49774592 11372 4294967295 134512640 134736556 3221224560 3221220740 1075115051 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12152 11372 1116 68 0 12084 0
[pid=7253] vsize: 48608
Current children cumulated CPU time (s) 766.38
Current children cumulated vsize (Kb) 48608

[startup+820.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 484400 0 9 0 74951 2622 0 0 25 0 1 0 1730898781 49778688 11368 4294967295 134512640 134736556 3221224560 3221221040 1075397144 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12153 11368 1116 68 0 12085 0
[pid=7253] vsize: 48612
Current children cumulated CPU time (s) 775.73
Current children cumulated vsize (Kb) 48612

[startup+830.037 s]
Raw data (loadavg): 1.07 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 490676 0 9 0 75873 2652 0 0 24 0 1 0 1730898781 49700864 11347 4294967295 134512640 134736556 3221224560 3221220524 1074788959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12134 11347 1116 68 0 12066 0
[pid=7253] vsize: 48536
Current children cumulated CPU time (s) 785.25
Current children cumulated vsize (Kb) 48536

[startup+840.037 s]
Raw data (loadavg): 1.06 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 495837 0 9 0 76806 2678 0 0 25 0 1 0 1730898781 49795072 11402 4294967295 134512640 134736556 3221224560 3221220740 1075115039 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12157 11402 1116 68 0 12089 0
[pid=7253] vsize: 48628
Current children cumulated CPU time (s) 794.84
Current children cumulated vsize (Kb) 48628

[startup+850.037 s]
Raw data (loadavg): 1.05 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 501487 0 9 0 77723 2710 0 0 25 0 1 0 1730898781 49639424 11401 4294967295 134512640 134736556 3221224560 3221220600 1077380592 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12119 11401 1116 68 0 12051 0
[pid=7253] vsize: 48476
Current children cumulated CPU time (s) 804.33
Current children cumulated vsize (Kb) 48476

[startup+860.038 s]
Raw data (loadavg): 1.04 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 507744 0 9 0 78628 2742 0 0 25 0 1 0 1730898781 49688576 11413 4294967295 134512640 134736556 3221224560 3221222752 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12131 11413 1116 68 0 12063 0
[pid=7253] vsize: 48524
Current children cumulated CPU time (s) 813.7
Current children cumulated vsize (Kb) 48524

[startup+870.037 s]
Raw data (loadavg): 1.04 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 514312 0 9 0 79533 2777 0 0 25 0 1 0 1730898781 50147328 11454 4294967295 134512640 134736556 3221224560 3221220604 1075663518 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12243 11455 1116 68 0 12175 0
[pid=7253] vsize: 48972
Current children cumulated CPU time (s) 823.1
Current children cumulated vsize (Kb) 48972

[startup+880.038 s]
Raw data (loadavg): 1.03 0.99 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 521308 0 9 0 80419 2814 0 0 24 0 1 0 1730898781 50126848 11447 4294967295 134512640 134736556 3221224560 3221221496 1074831393 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12238 11447 1116 68 0 12170 0
[pid=7253] vsize: 48952
Current children cumulated CPU time (s) 832.33
Current children cumulated vsize (Kb) 48952

[startup+890.038 s]
Raw data (loadavg): 1.11 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 528377 0 9 0 81314 2855 0 0 25 0 1 0 1730898781 49889280 11458 4294967295 134512640 134736556 3221224560 3221222952 1077410279 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12180 11458 1116 68 0 12112 0
[pid=7253] vsize: 48720
Current children cumulated CPU time (s) 841.69
Current children cumulated vsize (Kb) 48720

[startup+900.038 s]
Raw data (loadavg): 1.09 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 535570 0 9 0 82208 2890 0 0 22 0 1 0 1730898781 50032640 11484 4294967295 134512640 134736556 3221224560 3221222912 1074118856 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12215 11484 1116 68 0 12147 0
[pid=7253] vsize: 48860
Current children cumulated CPU time (s) 850.98
Current children cumulated vsize (Kb) 48860

[startup+910.038 s]
Raw data (loadavg): 1.07 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 542184 0 9 0 83118 2925 0 0 25 0 1 0 1730898781 50122752 11515 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12237 11515 1116 68 0 12169 0
[pid=7253] vsize: 48948
Current children cumulated CPU time (s) 860.43
Current children cumulated vsize (Kb) 48948

[startup+920.039 s]
Raw data (loadavg): 1.06 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 548498 0 9 0 84030 2957 0 0 25 0 1 0 1730898781 50724864 11602 4294967295 134512640 134736556 3221224560 3221220752 1075115715 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12384 11602 1116 68 0 12316 0
[pid=7253] vsize: 49536
Current children cumulated CPU time (s) 869.87
Current children cumulated vsize (Kb) 49536

[startup+930.04 s]
Raw data (loadavg): 1.05 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 554976 0 9 0 84943 2988 0 0 25 0 1 0 1730898781 50778112 11609 4294967295 134512640 134736556 3221224560 3221221112 1075850822 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12397 11609 1116 68 0 12329 0
[pid=7253] vsize: 49588
Current children cumulated CPU time (s) 879.31
Current children cumulated vsize (Kb) 49588

[startup+940.039 s]
Raw data (loadavg): 1.04 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 560458 0 9 0 85863 3017 0 0 21 0 1 0 1730898781 50384896 11583 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12301 11583 1116 68 0 12233 0
[pid=7253] vsize: 49204
Current children cumulated CPU time (s) 888.8
Current children cumulated vsize (Kb) 49204

[startup+950.039 s]
Raw data (loadavg): 1.04 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 567072 0 9 0 86759 3053 0 0 25 0 1 0 1730898781 50827264 11622 4294967295 134512640 134736556 3221224560 3221220512 1075088670 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12409 11622 1116 68 0 12341 0
[pid=7253] vsize: 49636
Current children cumulated CPU time (s) 898.12
Current children cumulated vsize (Kb) 49636

[startup+960.04 s]
Raw data (loadavg): 1.03 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 574331 0 9 0 87640 3096 0 0 21 0 1 0 1730898781 50622464 11628 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12359 11628 1116 68 0 12291 0
[pid=7253] vsize: 49436
Current children cumulated CPU time (s) 907.36
Current children cumulated vsize (Kb) 49436

[startup+970.039 s]
Raw data (loadavg): 1.03 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 581363 0 9 0 88548 3131 0 0 25 0 1 0 1730898781 51060736 11681 4294967295 134512640 134736556 3221224560 3221220672 1075091320 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12466 11681 1116 68 0 12398 0
[pid=7253] vsize: 49864
Current children cumulated CPU time (s) 916.79
Current children cumulated vsize (Kb) 49864

[startup+980.04 s]
Raw data (loadavg): 1.02 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 586916 0 9 0 89476 3161 0 0 23 0 1 0 1730898781 50720768 11665 4294967295 134512640 134736556 3221224560 3221222800 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12383 11665 1116 68 0 12315 0
[pid=7253] vsize: 49532
Current children cumulated CPU time (s) 926.37
Current children cumulated vsize (Kb) 49532

[startup+990.041 s]
Raw data (loadavg): 1.02 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 593563 0 9 0 90387 3195 0 0 24 0 1 0 1730898781 50921472 11698 4294967295 134512640 134736556 3221224560 3221222512 1074918583 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12432 11698 1116 68 0 12364 0
[pid=7253] vsize: 49728
Current children cumulated CPU time (s) 935.82
Current children cumulated vsize (Kb) 49728

[startup+1000.04 s]
Raw data (loadavg): 1.01 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 599731 0 9 0 91291 3230 0 0 25 0 1 0 1730898781 50987008 11703 4294967295 134512640 134736556 3221224560 3221222624 1074867358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12448 11703 1116 68 0 12380 0
[pid=7253] vsize: 49792
Current children cumulated CPU time (s) 945.21
Current children cumulated vsize (Kb) 49792

[startup+1010.04 s]
Raw data (loadavg): 1.01 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 605371 0 9 0 92217 3261 0 0 19 0 1 0 1730898781 50905088 11710 4294967295 134512640 134736556 3221224560 3221222680 134544054 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12428 11710 1116 68 0 12360 0
[pid=7253] vsize: 49712
Current children cumulated CPU time (s) 954.78
Current children cumulated vsize (Kb) 49712

[startup+1020.04 s]
Raw data (loadavg): 1.01 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 611647 0 9 0 93115 3295 0 0 25 0 1 0 1730898781 51421184 11770 4294967295 134512640 134736556 3221224560 3221221456 1074620363 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12554 11770 1116 68 0 12486 0
[pid=7253] vsize: 50216
Current children cumulated CPU time (s) 964.1
Current children cumulated vsize (Kb) 50216

[startup+1030.04 s]
Raw data (loadavg): 1.01 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 618943 0 9 0 94013 3332 0 0 25 0 1 0 1730898781 51314688 11768 4294967295 134512640 134736556 3221224560 3221220720 1074815500 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12528 11768 1116 68 0 12460 0
[pid=7253] vsize: 50112
Current children cumulated CPU time (s) 973.45
Current children cumulated vsize (Kb) 50112

[startup+1040.04 s]
Raw data (loadavg): 1.01 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 625736 0 9 0 94912 3369 0 0 25 0 1 0 1730898781 51142656 11768 4294967295 134512640 134736556 3221224560 3221222624 1074867331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12486 11768 1116 68 0 12418 0
[pid=7253] vsize: 49944
Current children cumulated CPU time (s) 982.81
Current children cumulated vsize (Kb) 49944

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 633025 0 9 0 95812 3406 0 0 25 0 1 0 1730898781 51490816 11816 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12571 11816 1116 68 0 12503 0
[pid=7253] vsize: 50284
Current children cumulated CPU time (s) 992.18
Current children cumulated vsize (Kb) 50284

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 640503 0 9 0 96707 3446 0 0 21 0 1 0 1730898781 51400704 11819 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12549 11819 1116 68 0 12481 0
[pid=7253] vsize: 50196
Current children cumulated CPU time (s) 1001.53
Current children cumulated vsize (Kb) 50196

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 647242 0 9 0 97598 3487 0 0 25 0 1 0 1730898781 51511296 11828 4294967295 134512640 134736556 3221224560 3221222160 1075818402 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12576 11828 1116 68 0 12508 0
[pid=7253] vsize: 50304
Current children cumulated CPU time (s) 1010.85
Current children cumulated vsize (Kb) 50304

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 654204 0 9 0 98506 3524 0 0 25 0 1 0 1730898781 51916800 11889 4294967295 134512640 134736556 3221224560 3221220368 1074870850 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12675 11889 1116 68 0 12607 0
[pid=7253] vsize: 50700
Current children cumulated CPU time (s) 1020.3
Current children cumulated vsize (Kb) 50700

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 660943 0 9 0 99411 3561 0 0 25 0 1 0 1730898781 51695616 11909 4294967295 134512640 134736556 3221224560 3221221356 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12621 11909 1116 68 0 12553 0
[pid=7253] vsize: 50484
Current children cumulated CPU time (s) 1029.72
Current children cumulated vsize (Kb) 50484

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 667925 0 9 0 100309 3599 0 0 25 0 1 0 1730898781 52080640 11938 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12715 11938 1116 68 0 12647 0
[pid=7253] vsize: 50860
Current children cumulated CPU time (s) 1039.08
Current children cumulated vsize (Kb) 50860

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 674565 0 9 0 101207 3634 0 0 25 0 1 0 1730898781 51834880 11938 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12655 11938 1116 68 0 12587 0
[pid=7253] vsize: 50620
Current children cumulated CPU time (s) 1048.41
Current children cumulated vsize (Kb) 50620

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 681767 0 9 0 102098 3673 0 0 18 0 1 0 1730898781 51785728 11932 4294967295 134512640 134736556 3221224560 3221222688 1073978447 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12643 11932 1116 68 0 12575 0
[pid=7253] vsize: 50572
Current children cumulated CPU time (s) 1057.71
Current children cumulated vsize (Kb) 50572

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 688809 0 9 0 102996 3714 0 0 25 0 1 0 1730898781 51900416 11960 4294967295 134512640 134736556 3221224560 3221222160 1075821183 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12671 11960 1116 68 0 12603 0
[pid=7253] vsize: 50684
Current children cumulated CPU time (s) 1067.1
Current children cumulated vsize (Kb) 50684

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 695915 0 9 0 103898 3751 0 0 25 0 1 0 1730898781 52056064 11992 4294967295 134512640 134736556 3221224560 3221222752 1074153782 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12709 11992 1116 68 0 12641 0
[pid=7253] vsize: 50836
Current children cumulated CPU time (s) 1076.49
Current children cumulated vsize (Kb) 50836

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 701740 0 9 0 104809 3786 0 0 25 0 1 0 1730898781 52056064 11998 4294967295 134512640 134736556 3221224560 3221222532 1077378716 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12709 11998 1116 68 0 12641 0
[pid=7253] vsize: 50836
Current children cumulated CPU time (s) 1085.95
Current children cumulated vsize (Kb) 50836

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 708973 0 9 0 105725 3818 0 0 25 0 1 0 1730898781 52617216 12069 4294967295 134512640 134736556 3221224560 3221220848 1075114199 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12846 12069 1116 68 0 12778 0
[pid=7253] vsize: 51384
Current children cumulated CPU time (s) 1095.43
Current children cumulated vsize (Kb) 51384

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 715864 0 9 0 106614 3857 0 0 21 0 1 0 1730898781 52649984 12072 4294967295 134512640 134736556 3221224560 3221220896 1074974017 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12854 12072 1116 68 0 12786 0
[pid=7253] vsize: 51416
Current children cumulated CPU time (s) 1104.71
Current children cumulated vsize (Kb) 51416

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 723109 0 9 0 107499 3898 0 0 25 0 1 0 1730898781 52256768 12047 4294967295 134512640 134736556 3221224560 3221222892 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12758 12047 1116 68 0 12690 0
[pid=7253] vsize: 51032
Current children cumulated CPU time (s) 1113.97
Current children cumulated vsize (Kb) 51032

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 729666 0 9 0 108412 3929 0 0 18 0 1 0 1730898781 52371456 12075 4294967295 134512640 134736556 3221224560 3221222800 1074153786 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12786 12075 1116 68 0 12718 0
[pid=7253] vsize: 51144
Current children cumulated CPU time (s) 1123.41
Current children cumulated vsize (Kb) 51144

[startup+1200.04 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 737349 0 9 0 109297 3969 0 0 19 0 1 0 1730898781 52473856 12100 4294967295 134512640 134736556 3221224560 3221222736 1074153770 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12811 12100 1116 68 0 12743 0
[pid=7253] vsize: 51244
Current children cumulated CPU time (s) 1132.66
Current children cumulated vsize (Kb) 51244

[startup+1210.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 743288 0 9 0 110217 4000 0 0 25 0 1 0 1730898781 52523008 12112 4294967295 134512640 134736556 3221224560 3221222800 1074153770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12823 12112 1116 68 0 12755 0
[pid=7253] vsize: 51292
Current children cumulated CPU time (s) 1142.17
Current children cumulated vsize (Kb) 51292

[startup+1220.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 750296 0 9 0 111132 4035 0 0 24 0 1 0 1730898781 53141504 12195 4294967295 134512640 134736556 3221224560 3221220880 1075894491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12974 12195 1116 68 0 12906 0
[pid=7253] vsize: 51896
Current children cumulated CPU time (s) 1151.67
Current children cumulated vsize (Kb) 51896

[startup+1230.05 s]
Raw data (loadavg): 1.00 1.00 0.98 1/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 756998 0 9 0 112055 4067 0 0 25 0 1 0 1730898781 52781056 12175 4294967295 134512640 134736556 3221224560 3221222956 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12886 12175 1116 68 0 12818 0
[pid=7253] vsize: 51544
Current children cumulated CPU time (s) 1161.22
Current children cumulated vsize (Kb) 51544

[startup+1240.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) T 7252 7253 20602 0 -1 0 764151 0 9 0 112952 4104 0 0 17 0 1 0 1730898781 52916224 12208 4294967295 134512640 134736556 3221224560 3221222924 1077781665 0 0 5 16384 3222434789 0 0 17 0 0 0
Raw data (/proc/7253/statm): 12919 12208 1116 68 0 12851 0
[pid=7253] vsize: 51676
Current children cumulated CPU time (s) 1170.56
Current children cumulated vsize (Kb) 51676

[startup+1250.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 771245 0 9 0 113837 4145 0 0 25 0 1 0 1730898781 53108736 12243 4294967295 134512640 134736556 3221224560 3221222692 1077782939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7253/statm): 12966 12243 1116 68 0 12898 0
[pid=7253] vsize: 51864
Current children cumulated CPU time (s) 1179.82
Current children cumulated vsize (Kb) 51864

[startup+1260.05 s]
Raw data (loadavg): 1.00 1.00 0.98 2/57 7255
Raw data (/proc/7253/stat): 7253 (bsolo) R 7252 7253 20602 0 -1 0 777805 0 9 0 114732 4182 0 0 25 0 1 0 1730898781 53514240 12282 4294967295 134512640 134736556 3221224560 3221220672 1075095166 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7253/statm): 13065 12282 1116 68 0 12997 0
[pid=7253] vsize: 52260
Current children cumulated CPU time (s) 1189.14
Current children cumulated vsize (Kb) 52260
One traced child (pid=7253) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 1266.49
CPU time (s): 1195.13
CPU user time (s): 1152.99
CPU system time (s): 42.1366
CPU usage (%): 94.3657
Max. virtual memory (cumulated for all children) (Kb): 52260

Verifier Data

Verifier:	OK	1408128