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

Namesubmitted/aloul/FPGA_SAT05/normalized-fpga35_35_sat_pb.cnf.cr.opb
MD5SUM022f43a9cfc62e9c9c77f51c14f8e5bf
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.83772
Number of variables1838
Total number of constraints1330
Number of constraints which are clauses1260
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35

Trace number 63

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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:        956168 kB
Buffers:         33540 kB
Cached:          21724 kB
SwapCached:       1040 kB
Active:          51400 kB
Inactive:         6496 kB
HighTotal:      131008 kB
HighFree:       108164 kB
LowTotal:       903652 kB
LowFree:        848004 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            15032 kB
Committed_AS:    72360 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 08:00:01 (client local time) WITH STATUS 0 IN 1195.03 SECONDS
stats: 57 7 1195.03 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 1838 variables and 1330 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 1.255
c After prepocess the problem consists of 1838 variables and 1330 constraints.
c Restart #1 #Var: 1838 #Dec: 477 LB: 0 @ 1.698
c Restart #2 #Var: 1838 #Dec: 917 LB: 0 @ 2.45
c Restart #3 #Var: 1838 #Dec: 1574 LB: 0 @ 3.777
c Restart #4 #Var: 1838 #Dec: 2445 LB: 0 @ 5.807
c Restart #5 #Var: 1838 #Dec: 3584 LB: 0 @ 8.379
c Restart #6 #Var: 1838 #Dec: 4931 LB: 0 @ 11.546
c Restart #7 #Var: 1838 #Dec: 6425 LB: 0 @ 15.425
c Restart #8 #Var: 1838 #Dec: 8111 LB: 0 @ 19.847
c Restart #9 #Var: 1838 #Dec: 10209 LB: 0 @ 25.17
c Restart #10 #Var: 1838 #Dec: 12406 LB: 0 @ 31.091
c Restart #11 #Var: 1838 #Dec: 14825 LB: 0 @ 38.061
c Restart #12 #Var: 1838 #Dec: 17408 LB: 0 @ 45.541
c Restart #13 #Var: 1838 #Dec: 20318 LB: 0 @ 53.44
c Restart #14 #Var: 1838 #Dec: 23296 LB: 0 @ 61.957
c Restart #15 #Var: 1838 #Dec: 26537 LB: 0 @ 71.508
c Restart #16 #Var: 1838 #Dec: 29995 LB: 0 @ 81.539
c Restart #17 #Var: 1838 #Dec: 33745 LB: 0 @ 92.993
c Restart #18 #Var: 1838 #Dec: 37664 LB: 0 @ 105.25
c Restart #19 #Var: 1838 #Dec: 41724 LB: 0 @ 118.68
c Restart #20 #Var: 1838 #Dec: 46046 LB: 0 @ 132.67
c Restart #21 #Var: 1838 #Dec: 50602 LB: 0 @ 147.01
c Restart #22 #Var: 1838 #Dec: 55503 LB: 0 @ 161.9
c Restart #23 #Var: 1838 #Dec: 60576 LB: 0 @ 177.03
c Restart #24 #Var: 1838 #Dec: 65809 LB: 0 @ 193.17
c Restart #25 #Var: 1838 #Dec: 71337 LB: 0 @ 210.09
c Restart #26 #Var: 1838 #Dec: 77178 LB: 0 @ 228.06
c Restart #27 #Var: 1838 #Dec: 83150 LB: 0 @ 248.04
c Restart #28 #Var: 1838 #Dec: 89283 LB: 0 @ 269.48
c Restart #29 #Var: 1838 #Dec: 95597 LB: 0 @ 293.68
c Restart #30 #Var: 1838 #Dec: 102347 LB: 0 @ 316.68
c Restart #31 #Var: 1838 #Dec: 109269 LB: 0 @ 342.98
c Restart #32 #Var: 1838 #Dec: 116307 LB: 0 @ 367.88
c Restart #33 #Var: 1838 #Dec: 123745 LB: 0 @ 395.17
c Restart #34 #Var: 1838 #Dec: 131442 LB: 0 @ 423.12
c Restart #35 #Var: 1838 #Dec: 139385 LB: 0 @ 455.37
c Restart #36 #Var: 1838 #Dec: 147324 LB: 0 @ 487.12
c Restart #37 #Var: 1838 #Dec: 155502 LB: 0 @ 519.8
c Restart #38 #Var: 1838 #Dec: 164035 LB: 0 @ 556.33
c Restart #39 #Var: 1838 #Dec: 172819 LB: 0 @ 593.24
c CHANGE Heuristic... 
c Restart #0 #Var: 1838 #Dec: 181804 LB: 0 @ 629.18
c Restart #1 #Var: 1838 #Dec: 182095 LB: 0 @ 629.69
c Restart #2 #Var: 1838 #Dec: 182533 LB: 0 @ 630.85
c Restart #3 #Var: 1838 #Dec: 183194 LB: 0 @ 633.2
c Restart #4 #Var: 1838 #Dec: 184063 LB: 0 @ 636.12
c Restart #5 #Var: 1838 #Dec: 185137 LB: 0 @ 639.69
c Restart #6 #Var: 1838 #Dec: 186382 LB: 0 @ 644.38
c Restart #7 #Var: 1838 #Dec: 187835 LB: 0 @ 649.93
c Restart #8 #Var: 1838 #Dec: 189491 LB: 0 @ 656.17
c Restart #9 #Var: 1838 #Dec: 191383 LB: 0 @ 663.51
c Restart #10 #Var: 1838 #Dec: 193488 LB: 0 @ 671.68
c Restart #11 #Var: 1838 #Dec: 195860 LB: 0 @ 680.46
c Restart #12 #Var: 1838 #Dec: 198526 LB: 0 @ 692.4
c Restart #13 #Var: 1838 #Dec: 201222 LB: 0 @ 704.68
c Restart #14 #Var: 1838 #Dec: 204322 LB: 0 @ 717.2
c Restart #15 #Var: 1838 #Dec: 207655 LB: 0 @ 731.61
c Restart #16 #Var: 1838 #Dec: 211362 LB: 0 @ 745.5
c Restart #17 #Var: 1838 #Dec: 215176 LB: 0 @ 760.69
c Restart #18 #Var: 1838 #Dec: 219332 LB: 0 @ 777.64
c Restart #19 #Var: 1838 #Dec: 223593 LB: 0 @ 794.48
c Restart #20 #Var: 1838 #Dec: 228118 LB: 0 @ 811.71
c Restart #21 #Var: 1838 #Dec: 232771 LB: 0 @ 830.72
c Restart #22 #Var: 1838 #Dec: 237677 LB: 0 @ 851.25
c Restart #23 #Var: 1838 #Dec: 242838 LB: 0 @ 870.22
c Restart #24 #Var: 1838 #Dec: 248173 LB: 0 @ 890.73
c Restart #25 #Var: 1838 #Dec: 253555 LB: 0 @ 911.56
c Restart #26 #Var: 1838 #Dec: 259192 LB: 0 @ 935.13
c Restart #27 #Var: 1838 #Dec: 265094 LB: 0 @ 958.98
c Restart #28 #Var: 1838 #Dec: 271219 LB: 0 @ 983.95
c Restart #29 #Var: 1838 #Dec: 277621 LB: 0 @ 1009.2
c Restart #30 #Var: 1838 #Dec: 284287 LB: 0 @ 1035.9
c Restart #31 #Var: 1838 #Dec: 291151 LB: 0 @ 1064.4
c Restart #32 #Var: 1838 #Dec: 298180 LB: 0 @ 1094
c Restart #33 #Var: 1838 #Dec: 305546 LB: 0 @ 1125.6
c Restart #34 #Var: 1838 #Dec: 312945 LB: 0 @ 1156.3
c Restart #35 #Var: 1838 #Dec: 320701 LB: 0 @ 1189.8
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/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1781309141 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 107 3 90 68 0 39 0
[pid=7012] 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/wulflinc2/normalized-fpga35_35_sat_pb.cnf.cr.opb

[startup+10.0026 s]
Raw data (loadavg): 0.59 0.27 0.10 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2052 0 0 0 963 17 0 0 25 0 1 0 1781309141 11517952 1963 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 2812 1963 1116 68 0 2744 0
[pid=7012] vsize: 11248
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (Kb) 11248

[startup+20.0033 s]
Raw data (loadavg): 0.66 0.29 0.11 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2315 0 0 0 1941 26 0 0 25 0 1 0 1781309141 12554240 2226 4294967295 134512640 134736556 3221224560 3221223104 134543691 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3065 2226 1116 68 0 2997 0
[pid=7012] vsize: 12260
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (Kb) 12260

[startup+30.004 s]
Raw data (loadavg): 0.71 0.32 0.12 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2455 0 0 0 2919 32 0 0 25 0 1 0 1781309141 13230080 2366 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3230 2366 1116 68 0 3162 0
[pid=7012] vsize: 12920
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (Kb) 12920

[startup+40.0037 s]
Raw data (loadavg): 0.75 0.34 0.12 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2535 0 0 0 3899 40 0 0 25 0 1 0 1781309141 13443072 2446 4294967295 134512640 134736556 3221224560 3221223284 134529202 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3282 2446 1116 68 0 3214 0
[pid=7012] vsize: 13128
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (Kb) 13128

[startup+50.0044 s]
Raw data (loadavg): 0.79 0.36 0.13 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2591 0 0 0 4879 47 0 0 25 0 1 0 1781309141 13713408 2502 4294967295 134512640 134736556 3221224560 3221223096 1077378389 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3348 2502 1116 68 0 3280 0
[pid=7012] vsize: 13392
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (Kb) 13392

[startup+60.0041 s]
Raw data (loadavg): 0.82 0.38 0.14 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2620 0 0 0 5859 53 0 0 25 0 1 0 1781309141 13848576 2531 4294967295 134512640 134736556 3221224560 3221223248 134605080 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3381 2531 1116 68 0 3313 0
[pid=7012] vsize: 13524
Current children cumulated CPU time (s) 59.12
Current children cumulated vsize (Kb) 13524

[startup+70.0048 s]
Raw data (loadavg): 0.85 0.40 0.15 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2661 0 0 0 6839 60 0 0 25 0 1 0 1781309141 13983744 2572 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3414 2572 1116 68 0 3346 0
[pid=7012] vsize: 13656
Current children cumulated CPU time (s) 68.99
Current children cumulated vsize (Kb) 13656

[startup+80.0055 s]
Raw data (loadavg): 0.87 0.42 0.16 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2670 0 0 0 7818 67 0 0 25 0 1 0 1781309141 13983744 2581 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3414 2581 1116 68 0 3346 0
[pid=7012] vsize: 13656
Current children cumulated CPU time (s) 78.85
Current children cumulated vsize (Kb) 13656

[startup+90.0052 s]
Raw data (loadavg): 0.89 0.44 0.17 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2683 0 0 0 8797 73 0 0 25 0 1 0 1781309141 14118912 2594 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3447 2594 1116 68 0 3379 0
[pid=7012] vsize: 13788
Current children cumulated CPU time (s) 88.7
Current children cumulated vsize (Kb) 13788

[startup+100.006 s]
Raw data (loadavg): 0.91 0.46 0.18 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2687 0 0 0 9777 81 0 0 25 0 1 0 1781309141 14118912 2598 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3447 2598 1116 68 0 3379 0
[pid=7012] vsize: 13788
Current children cumulated CPU time (s) 98.58
Current children cumulated vsize (Kb) 13788

[startup+110.006 s]
Raw data (loadavg): 0.92 0.47 0.19 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2687 0 0 0 10759 88 0 0 25 0 1 0 1781309141 14118912 2598 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3447 2598 1116 68 0 3379 0
[pid=7012] vsize: 13788
Current children cumulated CPU time (s) 108.47
Current children cumulated vsize (Kb) 13788

[startup+120.006 s]
Raw data (loadavg): 0.93 0.49 0.19 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2687 0 0 0 11741 94 0 0 25 0 1 0 1781309141 14118912 2598 4294967295 134512640 134736556 3221224560 3221223272 134560235 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3447 2598 1116 68 0 3379 0
[pid=7012] vsize: 13788
Current children cumulated CPU time (s) 118.35
Current children cumulated vsize (Kb) 13788

[startup+130.006 s]
Raw data (loadavg): 0.94 0.51 0.20 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2700 0 0 0 12724 100 0 0 25 0 1 0 1781309141 14118912 2611 4294967295 134512640 134736556 3221224560 3221223216 134524917 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3447 2611 1116 68 0 3379 0
[pid=7012] vsize: 13788
Current children cumulated CPU time (s) 128.24
Current children cumulated vsize (Kb) 13788

[startup+140.006 s]
Raw data (loadavg): 0.95 0.52 0.21 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2714 0 0 0 13707 107 0 0 25 0 1 0 1781309141 14237696 2625 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3476 2625 1116 68 0 3408 0
[pid=7012] vsize: 13904
Current children cumulated CPU time (s) 138.14
Current children cumulated vsize (Kb) 13904

[startup+150.006 s]
Raw data (loadavg): 1.04 0.55 0.22 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2737 0 0 0 14686 115 0 0 25 0 1 0 1781309141 14372864 2648 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3509 2648 1116 68 0 3441 0
[pid=7012] vsize: 14036
Current children cumulated CPU time (s) 148.01
Current children cumulated vsize (Kb) 14036

[startup+160.006 s]
Raw data (loadavg): 1.03 0.57 0.23 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2752 0 0 0 15665 123 0 0 25 0 1 0 1781309141 14331904 2663 4294967295 134512640 134736556 3221224560 3221223200 134553311 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3499 2663 1116 68 0 3431 0
[pid=7012] vsize: 13996
Current children cumulated CPU time (s) 157.88
Current children cumulated vsize (Kb) 13996

[startup+170.007 s]
Raw data (loadavg): 1.03 0.58 0.24 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2774 0 0 0 16645 132 0 0 25 0 1 0 1781309141 14467072 2685 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3532 2685 1116 68 0 3464 0
[pid=7012] vsize: 14128
Current children cumulated CPU time (s) 167.77
Current children cumulated vsize (Kb) 14128

[startup+180.008 s]
Raw data (loadavg): 1.02 0.60 0.25 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2820 0 0 0 17623 139 0 0 25 0 1 0 1781309141 14602240 2731 4294967295 134512640 134736556 3221224560 3221223036 134536693 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3565 2731 1116 68 0 3497 0
[pid=7012] vsize: 14260
Current children cumulated CPU time (s) 177.62
Current children cumulated vsize (Kb) 14260

[startup+190.008 s]
Raw data (loadavg): 1.02 0.61 0.25 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2841 0 0 0 18604 147 0 0 25 0 1 0 1781309141 14725120 2752 4294967295 134512640 134736556 3221224560 3221223096 1077377401 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3595 2752 1116 68 0 3527 0
[pid=7012] vsize: 14380
Current children cumulated CPU time (s) 187.51
Current children cumulated vsize (Kb) 14380

[startup+200.009 s]
Raw data (loadavg): 1.02 0.62 0.26 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2848 0 0 0 19586 154 0 0 25 0 1 0 1781309141 14725120 2759 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3595 2759 1116 68 0 3527 0
[pid=7012] vsize: 14380
Current children cumulated CPU time (s) 197.4
Current children cumulated vsize (Kb) 14380

[startup+210.01 s]
Raw data (loadavg): 1.01 0.63 0.27 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2872 0 0 0 20567 161 0 0 25 0 1 0 1781309141 14839808 2783 4294967295 134512640 134736556 3221224560 3221223152 134716183 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3623 2783 1116 68 0 3555 0
[pid=7012] vsize: 14492
Current children cumulated CPU time (s) 207.28
Current children cumulated vsize (Kb) 14492

[startup+220.011 s]
Raw data (loadavg): 1.01 0.64 0.28 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2893 0 0 0 21548 170 0 0 25 0 1 0 1781309141 14950400 2804 4294967295 134512640 134736556 3221224560 3221223200 134523829 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3650 2804 1116 68 0 3582 0
[pid=7012] vsize: 14600
Current children cumulated CPU time (s) 217.18
Current children cumulated vsize (Kb) 14600

[startup+230.011 s]
Raw data (loadavg): 1.01 0.66 0.28 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2912 0 0 0 22527 178 0 0 25 0 1 0 1781309141 15085568 2823 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3683 2823 1116 68 0 3615 0
[pid=7012] vsize: 14732
Current children cumulated CPU time (s) 227.05
Current children cumulated vsize (Kb) 14732

[startup+240.011 s]
Raw data (loadavg): 1.01 0.67 0.29 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2926 0 0 0 23508 186 0 0 25 0 1 0 1781309141 15085568 2837 4294967295 134512640 134736556 3221224560 3221223348 134603003 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3683 2837 1116 68 0 3615 0
[pid=7012] vsize: 14732
Current children cumulated CPU time (s) 236.94
Current children cumulated vsize (Kb) 14732

[startup+250.011 s]
Raw data (loadavg): 1.00 0.68 0.30 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2938 0 0 0 24491 192 0 0 25 0 1 0 1781309141 15085568 2849 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3683 2849 1116 68 0 3615 0
[pid=7012] vsize: 14732
Current children cumulated CPU time (s) 246.83
Current children cumulated vsize (Kb) 14732

[startup+260.011 s]
Raw data (loadavg): 1.00 0.69 0.30 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2940 0 0 0 25470 199 0 0 25 0 1 0 1781309141 15085568 2851 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3683 2851 1116 68 0 3615 0
[pid=7012] vsize: 14732
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (Kb) 14732

[startup+270.012 s]
Raw data (loadavg): 1.08 0.71 0.32 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2949 0 0 0 26452 205 0 0 25 0 1 0 1781309141 15204352 2860 4294967295 134512640 134736556 3221224560 3221223068 134537480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3712 2860 1116 68 0 3644 0
[pid=7012] vsize: 14848
Current children cumulated CPU time (s) 266.57
Current children cumulated vsize (Kb) 14848

[startup+280.012 s]
Raw data (loadavg): 1.06 0.72 0.32 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2953 0 0 0 27436 211 0 0 25 0 1 0 1781309141 15204352 2864 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3712 2864 1116 68 0 3644 0
[pid=7012] vsize: 14848
Current children cumulated CPU time (s) 276.47
Current children cumulated vsize (Kb) 14848

[startup+290.012 s]
Raw data (loadavg): 1.05 0.73 0.33 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2970 0 0 0 28418 218 0 0 25 0 1 0 1781309141 15339520 2881 4294967295 134512640 134736556 3221224560 3221223296 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2881 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 286.36
Current children cumulated vsize (Kb) 14980

[startup+300.013 s]
Raw data (loadavg): 1.05 0.74 0.34 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2984 0 0 0 29402 224 0 0 25 0 1 0 1781309141 15339520 2895 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3745 2895 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 296.26
Current children cumulated vsize (Kb) 14980

[startup+310.014 s]
Raw data (loadavg): 1.04 0.75 0.34 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2984 0 0 0 30380 233 0 0 25 0 1 0 1781309141 15339520 2895 4294967295 134512640 134736556 3221224560 3221222924 1077379908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2895 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 306.13
Current children cumulated vsize (Kb) 14980

[startup+320.014 s]
Raw data (loadavg): 1.03 0.75 0.35 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 2991 0 0 0 31361 240 0 0 25 0 1 0 1781309141 15339520 2902 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2902 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 316.01
Current children cumulated vsize (Kb) 14980

[startup+330.015 s]
Raw data (loadavg): 1.03 0.76 0.36 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2994 0 0 0 32344 245 0 0 25 0 1 0 1781309141 15339520 2905 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2905 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 325.89
Current children cumulated vsize (Kb) 14980

[startup+340.015 s]
Raw data (loadavg): 1.02 0.77 0.36 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 2995 0 0 0 33327 253 0 0 25 0 1 0 1781309141 15339520 2906 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2906 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 335.8
Current children cumulated vsize (Kb) 14980

[startup+350.014 s]
Raw data (loadavg): 1.02 0.78 0.37 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3002 0 0 0 34308 259 0 0 25 0 1 0 1781309141 15339520 2913 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2913 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 345.67
Current children cumulated vsize (Kb) 14980

[startup+360.015 s]
Raw data (loadavg): 1.02 0.78 0.38 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3002 0 0 0 35290 266 0 0 25 0 1 0 1781309141 15339520 2913 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3745 2913 1116 68 0 3677 0
[pid=7012] vsize: 14980
Current children cumulated CPU time (s) 355.56
Current children cumulated vsize (Kb) 14980

[startup+370.016 s]
Raw data (loadavg): 1.01 0.79 0.38 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3003 0 0 0 36271 275 0 0 24 0 1 0 1781309141 15474688 2914 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3778 2914 1116 68 0 3710 0
[pid=7012] vsize: 15112
Current children cumulated CPU time (s) 365.46
Current children cumulated vsize (Kb) 15112

[startup+380.016 s]
Raw data (loadavg): 1.01 0.80 0.39 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3014 0 0 0 37255 281 0 0 25 0 1 0 1781309141 15474688 2925 4294967295 134512640 134736556 3221224560 3221223272 134553009 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3778 2925 1116 68 0 3710 0
[pid=7012] vsize: 15112
Current children cumulated CPU time (s) 375.36
Current children cumulated vsize (Kb) 15112

[startup+390.015 s]
Raw data (loadavg): 1.01 0.80 0.39 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3017 0 0 0 38237 287 0 0 25 0 1 0 1781309141 15474688 2928 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3778 2928 1116 68 0 3710 0
[pid=7012] vsize: 15112
Current children cumulated CPU time (s) 385.24
Current children cumulated vsize (Kb) 15112

[startup+400.017 s]
Raw data (loadavg): 1.01 0.81 0.40 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 3044 0 0 0 39217 294 0 0 25 0 1 0 1781309141 15605760 2955 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3810 2955 1116 68 0 3742 0
[pid=7012] vsize: 15240
Current children cumulated CPU time (s) 395.11
Current children cumulated vsize (Kb) 15240

[startup+410.017 s]
Raw data (loadavg): 1.00 0.81 0.41 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3044 0 0 0 40201 298 0 0 25 0 1 0 1781309141 15605760 2955 4294967295 134512640 134736556 3221224560 3221223240 134536507 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3810 2955 1116 68 0 3742 0
[pid=7012] vsize: 15240
Current children cumulated CPU time (s) 404.99
Current children cumulated vsize (Kb) 15240

[startup+420.017 s]
Raw data (loadavg): 1.00 0.82 0.41 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3047 0 0 0 41183 305 0 0 25 0 1 0 1781309141 15605760 2958 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3810 2958 1116 68 0 3742 0
[pid=7012] vsize: 15240
Current children cumulated CPU time (s) 414.88
Current children cumulated vsize (Kb) 15240

[startup+430.018 s]
Raw data (loadavg): 1.00 0.83 0.42 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3071 0 0 0 42168 310 0 0 25 0 1 0 1781309141 15740928 2982 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3843 2982 1116 68 0 3775 0
[pid=7012] vsize: 15372
Current children cumulated CPU time (s) 424.78
Current children cumulated vsize (Kb) 15372

[startup+440.018 s]
Raw data (loadavg): 1.00 0.83 0.42 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3071 0 0 0 43155 315 0 0 25 0 1 0 1781309141 15740928 2982 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3843 2982 1116 68 0 3775 0
[pid=7012] vsize: 15372
Current children cumulated CPU time (s) 434.7
Current children cumulated vsize (Kb) 15372

[startup+450.018 s]
Raw data (loadavg): 1.00 0.84 0.43 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3071 0 0 0 44140 321 0 0 25 0 1 0 1781309141 15740928 2982 4294967295 134512640 134736556 3221224560 3221223272 134560235 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 3843 2982 1116 68 0 3775 0
[pid=7012] vsize: 15372
Current children cumulated CPU time (s) 444.61
Current children cumulated vsize (Kb) 15372

[startup+460.019 s]
Raw data (loadavg): 1.00 0.84 0.43 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3096 0 0 0 45123 327 0 0 25 0 1 0 1781309141 15740928 3007 4294967295 134512640 134736556 3221224560 3221223100 134536596 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3843 3007 1116 68 0 3775 0
[pid=7012] vsize: 15372
Current children cumulated CPU time (s) 454.5
Current children cumulated vsize (Kb) 15372

[startup+470.02 s]
Raw data (loadavg): 1.00 0.85 0.44 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3096 0 0 0 46107 333 0 0 25 0 1 0 1781309141 15740928 3007 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3843 3007 1116 68 0 3775 0
[pid=7012] vsize: 15372
Current children cumulated CPU time (s) 464.4
Current children cumulated vsize (Kb) 15372

[startup+480.021 s]
Raw data (loadavg): 1.00 0.85 0.45 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3114 0 0 0 47090 339 0 0 25 0 1 0 1781309141 15876096 3025 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3876 3025 1116 68 0 3808 0
[pid=7012] vsize: 15504
Current children cumulated CPU time (s) 474.29
Current children cumulated vsize (Kb) 15504

[startup+490.02 s]
Raw data (loadavg): 1.00 0.85 0.45 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3132 0 0 0 48072 346 0 0 25 0 1 0 1781309141 15876096 3043 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3876 3043 1116 68 0 3808 0
[pid=7012] vsize: 15504
Current children cumulated CPU time (s) 484.18
Current children cumulated vsize (Kb) 15504

[startup+500.021 s]
Raw data (loadavg): 1.00 0.86 0.46 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3195 0 0 0 49057 353 0 0 25 0 1 0 1781309141 16146432 3106 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3942 3106 1116 68 0 3874 0
[pid=7012] vsize: 15768
Current children cumulated CPU time (s) 494.1
Current children cumulated vsize (Kb) 15768

[startup+510.021 s]
Raw data (loadavg): 1.00 0.86 0.46 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3207 0 0 0 50040 358 0 0 25 0 1 0 1781309141 16269312 3118 4294967295 134512640 134736556 3221224560 3221223312 134553227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 3972 3118 1116 68 0 3904 0
[pid=7012] vsize: 15888
Current children cumulated CPU time (s) 503.98
Current children cumulated vsize (Kb) 15888

[startup+520.021 s]
Raw data (loadavg): 1.00 0.87 0.47 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3231 0 0 0 51025 364 0 0 25 0 1 0 1781309141 16404480 3142 4294967295 134512640 134736556 3221224560 3221222924 134634440 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4005 3142 1116 68 0 3937 0
[pid=7012] vsize: 16020
Current children cumulated CPU time (s) 513.89
Current children cumulated vsize (Kb) 16020

[startup+530.021 s]
Raw data (loadavg): 1.00 0.87 0.47 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3297 0 0 0 52010 368 0 0 25 0 1 0 1781309141 16613376 3208 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4056 3208 1116 68 0 3988 0
[pid=7012] vsize: 16224
Current children cumulated CPU time (s) 523.78
Current children cumulated vsize (Kb) 16224

[startup+540.021 s]
Raw data (loadavg): 1.00 0.87 0.48 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 3309 0 0 0 52995 375 0 0 25 0 1 0 1781309141 16613376 3220 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4056 3220 1116 68 0 3988 0
[pid=7012] vsize: 16224
Current children cumulated CPU time (s) 533.7
Current children cumulated vsize (Kb) 16224

[startup+550.021 s]
Raw data (loadavg): 1.00 0.88 0.48 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3318 0 0 0 53977 381 0 0 25 0 1 0 1781309141 16748544 3229 4294967295 134512640 134736556 3221224560 3221223188 134524331 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4089 3229 1116 68 0 4021 0
[pid=7012] vsize: 16356
Current children cumulated CPU time (s) 543.58
Current children cumulated vsize (Kb) 16356

[startup+560.021 s]
Raw data (loadavg): 1.00 0.88 0.49 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3334 0 0 0 54964 385 0 0 25 0 1 0 1781309141 16748544 3245 4294967295 134512640 134736556 3221224560 3221223272 134553044 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4089 3245 1116 68 0 4021 0
[pid=7012] vsize: 16356
Current children cumulated CPU time (s) 553.49
Current children cumulated vsize (Kb) 16356

[startup+570.022 s]
Raw data (loadavg): 1.07 0.90 0.50 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3342 0 0 0 55947 391 0 0 25 0 1 0 1781309141 16748544 3253 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4089 3253 1116 68 0 4021 0
[pid=7012] vsize: 16356
Current children cumulated CPU time (s) 563.38
Current children cumulated vsize (Kb) 16356

[startup+580.023 s]
Raw data (loadavg): 1.06 0.91 0.50 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3350 0 0 0 56929 399 0 0 24 0 1 0 1781309141 16871424 3261 4294967295 134512640 134736556 3221224560 3221223088 134716641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4119 3261 1116 68 0 4051 0
[pid=7012] vsize: 16476
Current children cumulated CPU time (s) 573.28
Current children cumulated vsize (Kb) 16476

[startup+590.022 s]
Raw data (loadavg): 1.05 0.91 0.51 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3359 0 0 0 57914 406 0 0 25 0 1 0 1781309141 16871424 3270 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4119 3270 1116 68 0 4051 0
[pid=7012] vsize: 16476
Current children cumulated CPU time (s) 583.2
Current children cumulated vsize (Kb) 16476

[startup+600.023 s]
Raw data (loadavg): 1.04 0.91 0.51 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3371 0 0 0 58898 411 0 0 25 0 1 0 1781309141 16871424 3282 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4119 3282 1116 68 0 4051 0
[pid=7012] vsize: 16476
Current children cumulated CPU time (s) 593.09
Current children cumulated vsize (Kb) 16476

[startup+610.024 s]
Raw data (loadavg): 1.04 0.91 0.52 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 3371 0 0 0 59881 419 0 0 25 0 1 0 1781309141 16871424 3282 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4119 3282 1116 68 0 4051 0
[pid=7012] vsize: 16476
Current children cumulated CPU time (s) 603
Current children cumulated vsize (Kb) 16476

[startup+620.024 s]
Raw data (loadavg): 1.03 0.92 0.52 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3380 0 0 0 60866 424 0 0 25 0 1 0 1781309141 17006592 3291 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4152 3291 1116 68 0 4084 0
[pid=7012] vsize: 16608
Current children cumulated CPU time (s) 612.9
Current children cumulated vsize (Kb) 16608

[startup+630.024 s]
Raw data (loadavg): 1.02 0.92 0.53 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3394 0 0 0 61851 429 0 0 25 0 1 0 1781309141 17006592 3305 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4152 3305 1116 68 0 4084 0
[pid=7012] vsize: 16608
Current children cumulated CPU time (s) 622.8
Current children cumulated vsize (Kb) 16608

[startup+640.025 s]
Raw data (loadavg): 1.02 0.92 0.53 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3652 0 0 0 62830 437 0 0 25 0 1 0 1781309141 18087936 3563 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4416 3563 1116 68 0 4348 0
[pid=7012] vsize: 17664
Current children cumulated CPU time (s) 632.67
Current children cumulated vsize (Kb) 17664

[startup+650.024 s]
Raw data (loadavg): 1.02 0.92 0.54 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 3841 0 0 0 63810 447 0 0 25 0 1 0 1781309141 18898944 3752 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4614 3752 1116 68 0 4546 0
[pid=7012] vsize: 18456
Current children cumulated CPU time (s) 642.57
Current children cumulated vsize (Kb) 18456

[startup+660.024 s]
Raw data (loadavg): 1.01 0.92 0.54 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 3889 0 0 0 64793 454 0 0 25 0 1 0 1781309141 19034112 3800 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4647 3800 1116 68 0 4579 0
[pid=7012] vsize: 18588
Current children cumulated CPU time (s) 652.47
Current children cumulated vsize (Kb) 18588

[startup+670.025 s]
Raw data (loadavg): 1.01 0.93 0.55 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3909 0 0 0 65778 460 0 0 25 0 1 0 1781309141 19169280 3820 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4680 3820 1116 68 0 4612 0
[pid=7012] vsize: 18720
Current children cumulated CPU time (s) 662.38
Current children cumulated vsize (Kb) 18720

[startup+680.026 s]
Raw data (loadavg): 1.01 0.93 0.55 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 3916 0 0 0 66761 467 0 0 25 0 1 0 1781309141 19161088 3827 4294967295 134512640 134736556 3221224560 3221223136 134524037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4678 3827 1116 68 0 4610 0
[pid=7012] vsize: 18712
Current children cumulated CPU time (s) 672.28
Current children cumulated vsize (Kb) 18712

[startup+690.025 s]
Raw data (loadavg): 1.01 0.93 0.55 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4037 0 0 0 67744 473 0 0 25 0 1 0 1781309141 19652608 3948 4294967295 134512640 134736556 3221224560 3221223200 134523648 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4798 3948 1116 68 0 4730 0
[pid=7012] vsize: 19192
Current children cumulated CPU time (s) 682.17
Current children cumulated vsize (Kb) 19192

[startup+700.026 s]
Raw data (loadavg): 1.01 0.93 0.56 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4049 0 0 0 68729 480 0 0 24 0 1 0 1781309141 19652608 3960 4294967295 134512640 134736556 3221224560 3221223088 134716641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4798 3960 1116 68 0 4730 0
[pid=7012] vsize: 19192
Current children cumulated CPU time (s) 692.09
Current children cumulated vsize (Kb) 19192

[startup+710.027 s]
Raw data (loadavg): 1.00 0.93 0.56 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4058 0 0 0 69715 484 0 0 25 0 1 0 1781309141 19787776 3969 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4831 3969 1116 68 0 4763 0
[pid=7012] vsize: 19324
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (Kb) 19324

[startup+720.027 s]
Raw data (loadavg): 1.00 0.93 0.57 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4059 0 0 0 70699 490 0 0 25 0 1 0 1781309141 19787776 3970 4294967295 134512640 134736556 3221224560 3221223216 134608231 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4831 3970 1116 68 0 4763 0
[pid=7012] vsize: 19324
Current children cumulated CPU time (s) 711.89
Current children cumulated vsize (Kb) 19324

[startup+730.028 s]
Raw data (loadavg): 1.00 0.94 0.57 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4064 0 0 0 71683 496 0 0 25 0 1 0 1781309141 19787776 3975 4294967295 134512640 134736556 3221224560 3221223204 1077374592 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4831 3975 1116 68 0 4763 0
[pid=7012] vsize: 19324
Current children cumulated CPU time (s) 721.79
Current children cumulated vsize (Kb) 19324

[startup+740.028 s]
Raw data (loadavg): 1.00 0.94 0.57 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 4072 0 0 0 72665 503 0 0 25 0 1 0 1781309141 19787776 3983 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4831 3983 1116 68 0 4763 0
[pid=7012] vsize: 19324
Current children cumulated CPU time (s) 731.68
Current children cumulated vsize (Kb) 19324

[startup+750.028 s]
Raw data (loadavg): 1.00 0.94 0.58 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4081 0 0 0 73647 510 0 0 25 0 1 0 1781309141 19787776 3992 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4831 3992 1116 68 0 4763 0
[pid=7012] vsize: 19324
Current children cumulated CPU time (s) 741.57
Current children cumulated vsize (Kb) 19324

[startup+760.028 s]
Raw data (loadavg): 1.00 0.94 0.58 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4091 0 0 0 74629 518 0 0 25 0 1 0 1781309141 19918848 4002 4294967295 134512640 134736556 3221224560 3221223248 134524405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4863 4002 1116 68 0 4795 0
[pid=7012] vsize: 19452
Current children cumulated CPU time (s) 751.47
Current children cumulated vsize (Kb) 19452

[startup+770.029 s]
Raw data (loadavg): 1.00 0.94 0.58 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 4097 0 0 0 75611 525 0 0 25 0 1 0 1781309141 19881984 4008 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4854 4008 1116 68 0 4786 0
[pid=7012] vsize: 19416
Current children cumulated CPU time (s) 761.36
Current children cumulated vsize (Kb) 19416

[startup+780.03 s]
Raw data (loadavg): 1.00 0.94 0.59 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4097 0 0 0 76594 531 0 0 25 0 1 0 1781309141 19881984 4008 4294967295 134512640 134736556 3221224560 3221223188 134524881 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4854 4008 1116 68 0 4786 0
[pid=7012] vsize: 19416
Current children cumulated CPU time (s) 771.25
Current children cumulated vsize (Kb) 19416

[startup+790.029 s]
Raw data (loadavg): 1.00 0.95 0.59 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4101 0 0 0 77578 536 0 0 25 0 1 0 1781309141 19881984 4012 4294967295 134512640 134736556 3221224560 3221223120 134551088 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4854 4012 1116 68 0 4786 0
[pid=7012] vsize: 19416
Current children cumulated CPU time (s) 781.14
Current children cumulated vsize (Kb) 19416

[startup+800.03 s]
Raw data (loadavg): 1.00 0.95 0.60 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4112 0 0 0 78562 541 0 0 25 0 1 0 1781309141 20017152 4023 4294967295 134512640 134736556 3221224560 3221223088 134716605 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4887 4023 1116 68 0 4819 0
[pid=7012] vsize: 19548
Current children cumulated CPU time (s) 791.03
Current children cumulated vsize (Kb) 19548

[startup+810.031 s]
Raw data (loadavg): 1.00 0.95 0.60 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4121 0 0 0 79545 547 0 0 25 0 1 0 1781309141 19972096 4032 4294967295 134512640 134736556 3221224560 3221223120 134551017 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4876 4032 1116 68 0 4808 0
[pid=7012] vsize: 19504
Current children cumulated CPU time (s) 800.92
Current children cumulated vsize (Kb) 19504

[startup+820.031 s]
Raw data (loadavg): 1.00 0.95 0.60 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4138 0 0 0 80527 553 0 0 25 0 1 0 1781309141 20094976 4049 4294967295 134512640 134736556 3221224560 3221223120 134551217 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 4906 4049 1116 68 0 4838 0
[pid=7012] vsize: 19624
Current children cumulated CPU time (s) 810.8
Current children cumulated vsize (Kb) 19624

[startup+830.032 s]
Raw data (loadavg): 1.00 0.95 0.61 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4143 0 0 0 81508 561 0 0 25 0 1 0 1781309141 20094976 4054 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4906 4054 1116 68 0 4838 0
[pid=7012] vsize: 19624
Current children cumulated CPU time (s) 820.69
Current children cumulated vsize (Kb) 19624

[startup+840.032 s]
Raw data (loadavg): 1.00 0.95 0.61 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4151 0 0 0 82492 566 0 0 25 0 1 0 1781309141 20090880 4062 4294967295 134512640 134736556 3221224560 3221223284 134529474 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4905 4062 1116 68 0 4837 0
[pid=7012] vsize: 19620
Current children cumulated CPU time (s) 830.58
Current children cumulated vsize (Kb) 19620

[startup+850.032 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4151 0 0 0 83476 572 0 0 25 0 1 0 1781309141 20090880 4062 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4905 4062 1116 68 0 4837 0
[pid=7012] vsize: 19620
Current children cumulated CPU time (s) 840.48
Current children cumulated vsize (Kb) 19620

[startup+860.032 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4155 0 0 0 84458 579 0 0 25 0 1 0 1781309141 20090880 4066 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4905 4066 1116 68 0 4837 0
[pid=7012] vsize: 19620
Current children cumulated CPU time (s) 850.37
Current children cumulated vsize (Kb) 19620

[startup+870.033 s]
Raw data (loadavg): 1.00 0.95 0.62 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4188 0 0 0 85439 586 0 0 25 0 1 0 1781309141 20226048 4099 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 4938 4099 1116 68 0 4870 0
[pid=7012] vsize: 19752
Current children cumulated CPU time (s) 860.25
Current children cumulated vsize (Kb) 19752

[startup+880.034 s]
Raw data (loadavg): 1.00 0.95 0.63 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4234 0 0 0 86423 591 0 0 25 0 1 0 1781309141 20496384 4145 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5004 4145 1116 68 0 4936 0
[pid=7012] vsize: 20016
Current children cumulated CPU time (s) 870.14
Current children cumulated vsize (Kb) 20016

[startup+890.033 s]
Raw data (loadavg): 1.00 0.95 0.63 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4263 0 0 0 87406 598 0 0 25 0 1 0 1781309141 20631552 4174 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5037 4174 1116 68 0 4969 0
[pid=7012] vsize: 20148
Current children cumulated CPU time (s) 880.04
Current children cumulated vsize (Kb) 20148

[startup+900.034 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4302 0 0 0 88390 604 0 0 25 0 1 0 1781309141 20766720 4213 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5070 4213 1116 68 0 5002 0
[pid=7012] vsize: 20280
Current children cumulated CPU time (s) 889.94
Current children cumulated vsize (Kb) 20280

[startup+910.034 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4303 0 0 0 89373 611 0 0 25 0 1 0 1781309141 20766720 4214 4294967295 134512640 134736556 3221224560 3221223096 1077378438 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5070 4214 1116 68 0 5002 0
[pid=7012] vsize: 20280
Current children cumulated CPU time (s) 899.84
Current children cumulated vsize (Kb) 20280

[startup+920.034 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4353 0 0 0 90356 617 0 0 25 0 1 0 1781309141 20901888 4264 4294967295 134512640 134736556 3221224560 3221223172 134537411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5103 4264 1116 68 0 5035 0
[pid=7012] vsize: 20412
Current children cumulated CPU time (s) 909.73
Current children cumulated vsize (Kb) 20412

[startup+930.035 s]
Raw data (loadavg): 1.00 0.96 0.64 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4360 0 0 0 91340 623 0 0 25 0 1 0 1781309141 20901888 4271 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5103 4271 1116 68 0 5035 0
[pid=7012] vsize: 20412
Current children cumulated CPU time (s) 919.63
Current children cumulated vsize (Kb) 20412

[startup+940.035 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4374 0 0 0 92325 628 0 0 25 0 1 0 1781309141 21037056 4285 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5136 4285 1116 68 0 5068 0
[pid=7012] vsize: 20544
Current children cumulated CPU time (s) 929.53
Current children cumulated vsize (Kb) 20544

[startup+950.035 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4391 0 0 0 93310 634 0 0 25 0 1 0 1781309141 21037056 4302 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5136 4302 1116 68 0 5068 0
[pid=7012] vsize: 20544
Current children cumulated CPU time (s) 939.44
Current children cumulated vsize (Kb) 20544

[startup+960.036 s]
Raw data (loadavg): 1.00 0.96 0.65 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4424 0 0 0 94294 641 0 0 25 0 1 0 1781309141 21172224 4335 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5169 4335 1116 68 0 5101 0
[pid=7012] vsize: 20676
Current children cumulated CPU time (s) 949.35
Current children cumulated vsize (Kb) 20676

[startup+970.037 s]
Raw data (loadavg): 1.07 0.98 0.66 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4452 0 0 0 95275 647 0 0 25 0 1 0 1781309141 21307392 4363 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5202 4363 1116 68 0 5134 0
[pid=7012] vsize: 20808
Current children cumulated CPU time (s) 959.22
Current children cumulated vsize (Kb) 20808

[startup+980.037 s]
Raw data (loadavg): 1.06 0.98 0.66 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 4452 0 0 0 96259 652 0 0 25 0 1 0 1781309141 21307392 4363 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5202 4363 1116 68 0 5134 0
[pid=7012] vsize: 20808
Current children cumulated CPU time (s) 969.11
Current children cumulated vsize (Kb) 20808

[startup+990.036 s]
Raw data (loadavg): 1.05 0.98 0.67 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4465 0 0 0 97244 658 0 0 25 0 1 0 1781309141 21442560 4376 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5235 4376 1116 68 0 5167 0
[pid=7012] vsize: 20940
Current children cumulated CPU time (s) 979.02
Current children cumulated vsize (Kb) 20940

[startup+1000.04 s]
Raw data (loadavg): 1.04 0.98 0.67 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4480 0 0 0 98227 665 0 0 25 0 1 0 1781309141 21442560 4391 4294967295 134512640 134736556 3221224560 3221222532 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5235 4391 1116 68 0 5167 0
[pid=7012] vsize: 20940
Current children cumulated CPU time (s) 988.92
Current children cumulated vsize (Kb) 20940

[startup+1010.04 s]
Raw data (loadavg): 1.04 0.98 0.67 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4480 0 0 0 99211 670 0 0 25 0 1 0 1781309141 21442560 4391 4294967295 134512640 134736556 3221224560 3221223152 134544578 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5235 4391 1116 68 0 5167 0
[pid=7012] vsize: 20940
Current children cumulated CPU time (s) 998.81
Current children cumulated vsize (Kb) 20940

[startup+1020.04 s]
Raw data (loadavg): 1.03 0.98 0.68 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4498 0 0 0 100196 675 0 0 25 0 1 0 1781309141 21577728 4409 4294967295 134512640 134736556 3221224560 3221223272 134553056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5268 4409 1116 68 0 5200 0
[pid=7012] vsize: 21072
Current children cumulated CPU time (s) 1008.71
Current children cumulated vsize (Kb) 21072

[startup+1030.04 s]
Raw data (loadavg): 1.02 0.98 0.68 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4498 0 0 0 101179 682 0 0 25 0 1 0 1781309141 21577728 4409 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5268 4409 1116 68 0 5200 0
[pid=7012] vsize: 21072
Current children cumulated CPU time (s) 1018.61
Current children cumulated vsize (Kb) 21072

[startup+1040.04 s]
Raw data (loadavg): 1.02 0.98 0.68 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4543 0 0 0 102162 688 0 0 25 0 1 0 1781309141 21712896 4454 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5301 4454 1116 68 0 5233 0
[pid=7012] vsize: 21204
Current children cumulated CPU time (s) 1028.5
Current children cumulated vsize (Kb) 21204

[startup+1050.04 s]
Raw data (loadavg): 1.02 0.98 0.69 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4574 0 0 0 103146 693 0 0 25 0 1 0 1781309141 21848064 4485 4294967295 134512640 134736556 3221224560 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5334 4485 1116 68 0 5266 0
[pid=7012] vsize: 21336
Current children cumulated CPU time (s) 1038.39
Current children cumulated vsize (Kb) 21336

[startup+1060.04 s]
Raw data (loadavg): 1.01 0.98 0.69 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4628 0 0 0 104130 701 0 0 25 0 1 0 1781309141 22118400 4539 4294967295 134512640 134736556 3221224560 3221223104 134551048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5400 4539 1116 68 0 5332 0
[pid=7012] vsize: 21600
Current children cumulated CPU time (s) 1048.31
Current children cumulated vsize (Kb) 21600

[startup+1070.04 s]
Raw data (loadavg): 1.01 0.98 0.69 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4666 0 0 0 105114 706 0 0 25 0 1 0 1781309141 22253568 4577 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 5433 4577 1116 68 0 5365 0
[pid=7012] vsize: 21732
Current children cumulated CPU time (s) 1058.2
Current children cumulated vsize (Kb) 21732

[startup+1080.04 s]
Raw data (loadavg): 1.01 0.98 0.69 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4676 0 0 0 106099 711 0 0 25 0 1 0 1781309141 22253568 4587 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 5433 4587 1116 68 0 5365 0
[pid=7012] vsize: 21732
Current children cumulated CPU time (s) 1068.1
Current children cumulated vsize (Kb) 21732

[startup+1090.04 s]
Raw data (loadavg): 1.01 0.98 0.70 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4676 0 0 0 107083 717 0 0 25 0 1 0 1781309141 22253568 4587 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 5433 4587 1116 68 0 5365 0
[pid=7012] vsize: 21732
Current children cumulated CPU time (s) 1078
Current children cumulated vsize (Kb) 21732

[startup+1100.04 s]
Raw data (loadavg): 1.01 0.98 0.70 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4678 0 0 0 108066 724 0 0 25 0 1 0 1781309141 22253568 4589 4294967295 134512640 134736556 3221224560 3221223108 1077378623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5433 4589 1116 68 0 5365 0
[pid=7012] vsize: 21732
Current children cumulated CPU time (s) 1087.9
Current children cumulated vsize (Kb) 21732

[startup+1110.04 s]
Raw data (loadavg): 1.00 0.98 0.70 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4698 0 0 0 109051 729 0 0 25 0 1 0 1781309141 22388736 4609 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5466 4609 1116 68 0 5398 0
[pid=7012] vsize: 21864
Current children cumulated CPU time (s) 1097.8
Current children cumulated vsize (Kb) 21864

[startup+1120.04 s]
Raw data (loadavg): 1.00 0.98 0.71 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4698 0 0 0 110035 735 0 0 25 0 1 0 1781309141 22388736 4609 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5466 4609 1116 68 0 5398 0
[pid=7012] vsize: 21864
Current children cumulated CPU time (s) 1107.7
Current children cumulated vsize (Kb) 21864

[startup+1130.04 s]
Raw data (loadavg): 1.00 0.98 0.71 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4699 0 0 0 111021 740 0 0 25 0 1 0 1781309141 22388736 4610 4294967295 134512640 134736556 3221224560 3221223156 1077374550 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5466 4610 1116 68 0 5398 0
[pid=7012] vsize: 21864
Current children cumulated CPU time (s) 1117.61
Current children cumulated vsize (Kb) 21864

[startup+1140.04 s]
Raw data (loadavg): 1.00 0.98 0.71 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4727 0 0 0 112003 748 0 0 25 0 1 0 1781309141 22523904 4638 4294967295 134512640 134736556 3221224560 3221223164 134537524 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5499 4638 1116 68 0 5431 0
[pid=7012] vsize: 21996
Current children cumulated CPU time (s) 1127.51
Current children cumulated vsize (Kb) 21996

[startup+1150.04 s]
Raw data (loadavg): 1.00 0.98 0.71 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4727 0 0 0 112988 754 0 0 25 0 1 0 1781309141 22523904 4638 4294967295 134512640 134736556 3221224560 3221223268 134560250 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5499 4638 1116 68 0 5431 0
[pid=7012] vsize: 21996
Current children cumulated CPU time (s) 1137.42
Current children cumulated vsize (Kb) 21996

[startup+1160.04 s]
Raw data (loadavg): 1.00 0.98 0.72 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4759 0 0 0 113971 760 0 0 25 0 1 0 1781309141 22659072 4670 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7012/statm): 5532 4670 1116 68 0 5464 0
[pid=7012] vsize: 22128
Current children cumulated CPU time (s) 1147.31
Current children cumulated vsize (Kb) 22128

[startup+1170.04 s]
Raw data (loadavg): 1.00 0.98 0.72 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4884 0 0 0 114954 767 0 0 25 0 1 0 1781309141 23064576 4795 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5631 4795 1116 68 0 5563 0
[pid=7012] vsize: 22524
Current children cumulated CPU time (s) 1157.21
Current children cumulated vsize (Kb) 22524

[startup+1180.04 s]
Raw data (loadavg): 1.08 1.00 0.73 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4901 0 0 0 115938 773 0 0 25 0 1 0 1781309141 23199744 4812 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5664 4812 1116 68 0 5596 0
[pid=7012] vsize: 22656
Current children cumulated CPU time (s) 1167.11
Current children cumulated vsize (Kb) 22656

[startup+1190.04 s]
Raw data (loadavg): 1.14 1.01 0.74 1/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) T 7011 7012 6872 0 -1 0 4916 0 0 0 116923 779 0 0 25 0 1 0 1781309141 23199744 4827 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5664 4827 1116 68 0 5596 0
[pid=7012] vsize: 22656
Current children cumulated CPU time (s) 1177.02
Current children cumulated vsize (Kb) 22656

[startup+1200.04 s]
Raw data (loadavg): 1.12 1.01 0.74 2/56 7012
Raw data (/proc/7012/stat): 7012 (bsolo) R 7011 7012 6872 0 -1 0 4934 0 0 0 117908 784 0 0 25 0 1 0 1781309141 23334912 4845 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7012/statm): 5697 4845 1116 68 0 5629 0
[pid=7012] vsize: 22788
Current children cumulated CPU time (s) 1186.92
Current children cumulated vsize (Kb) 22788
One traced child (pid=7012) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1208.2
CPU time (s): 1195.03
CPU user time (s): 1187.13
CPU system time (s): 7.8988
CPU usage (%): 98.9098
Max. virtual memory (cumulated for all children) (Kb): 22788

Verifier Data

ERROR: no interpretation found !