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-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUM40451c04b9f854eea430dc02cae12dee
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
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 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1250.23
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491

Trace number 507

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        946812 kB
Buffers:         33444 kB
Cached:          27796 kB
SwapCached:        708 kB
Active:          54540 kB
Inactive:         9292 kB
HighTotal:      131008 kB
HighFree:        99568 kB
LowTotal:       903652 kB
LowFree:        847244 kB
SwapTotal:     2097136 kB
SwapFree:      2095936 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            18308 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:02:14 (client local time) WITH STATUS 0 IN 1195.18 SECONDS
stats: 438 7 1195.18 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 7994 variables and 560 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 4.868
c After prepocess the problem consists of 7994 variables and 560 constraints.
c Initial Lower Bound: -68719476658
c Restart #1 #Var: 7994 #Dec: 11465 LB: -68719476658 @ 6.588
c Restart #2 #Var: 7994 #Dec: 28675 LB: -68719476658 @ 9.534
c Restart #3 #Var: 7994 #Dec: 52777 LB: -68719476658 @ 13.832
c Restart #4 #Var: 7994 #Dec: 84021 LB: -68719476658 @ 19.478
c Restart #5 #Var: 7994 #Dec: 130635 LB: -68719476658 @ 27.326
c Restart #6 #Var: 7994 #Dec: 173656 LB: -68719476658 @ 36.61
c Restart #7 #Var: 7994 #Dec: 188617 LB: -68719476658 @ 39.877
c Restart #8 #Var: 7994 #Dec: 193887 LB: -68719476658 @ 45.343
c Restart #9 #Var: 7994 #Dec: 198905 LB: -68719476658 @ 49.347
c Restart #10 #Var: 7994 #Dec: 206837 LB: -68719476658 @ 53.676
c Restart #11 #Var: 7994 #Dec: 218391 LB: -68719476658 @ 58.182
c Restart #12 #Var: 7994 #Dec: 237724 LB: -68719476658 @ 62.544
c Restart #13 #Var: 7994 #Dec: 243923 LB: -68719476658 @ 66.766
c Restart #14 #Var: 7991 #Dec: 251399 LB: -68719476658 @ 72.656
c Restart #15 #Var: 7989 #Dec: 262102 LB: -68719476658 @ 79.225
c Restart #16 #Var: 7988 #Dec: 271188 LB: -68719476658 @ 88.498
c Restart #17 #Var: 7988 #Dec: 279259 LB: -68719476658 @ 100.03
c Restart #18 #Var: 7988 #Dec: 288364 LB: -68719476658 @ 111.66
c Restart #19 #Var: 7987 #Dec: 297564 LB: -68719476658 @ 125.05
c Restart #20 #Var: 7987 #Dec: 304818 LB: -68719476658 @ 141
c Restart #21 #Var: 7987 #Dec: 315440 LB: -68719476658 @ 158.25
c Restart #22 #Var: 7987 #Dec: 327813 LB: -68719476658 @ 177.17
c Restart #23 #Var: 7986 #Dec: 337920 LB: -68719476658 @ 192.32
c Restart #24 #Var: 7986 #Dec: 348781 LB: -68719476658 @ 208.67
c Restart #25 #Var: 7986 #Dec: 361809 LB: -68719476658 @ 231.6
c Restart #26 #Var: 7986 #Dec: 377601 LB: -68719476658 @ 261.38
c Restart #27 #Var: 7985 #Dec: 384987 LB: -68719476658 @ 293.66
c Restart #28 #Var: 7984 #Dec: 396372 LB: -68719476658 @ 335.52
c Restart #29 #Var: 7984 #Dec: 409668 LB: -68719476658 @ 369.18
c Restart #30 #Var: 7984 #Dec: 422736 LB: -68719476658 @ 411.5
c Restart #31 #Var: 7984 #Dec: 437813 LB: -68719476658 @ 459.58
c Restart #32 #Var: 7984 #Dec: 451769 LB: -68719476658 @ 505.82
c Restart #33 #Var: 7984 #Dec: 469519 LB: -68719476658 @ 537.36
c Restart #34 #Var: 7984 #Dec: 483804 LB: -68719476658 @ 577.83
c CHANGE Heuristic... 
c Restart #0 #Var: 7984 #Dec: 496845 LB: -68719476658 @ 651.92
c Restart #1 #Var: 7984 #Dec: 500132 LB: -68719476658 @ 652.71
c Restart #2 #Var: 7982 #Dec: 504801 LB: -68719476658 @ 653.89
c Restart #3 #Var: 7980 #Dec: 509890 LB: -68719476658 @ 655.73
c Restart #4 #Var: 7978 #Dec: 512299 LB: -68719476658 @ 657.94
c Restart #5 #Var: 7978 #Dec: 514569 LB: -68719476658 @ 662.21
c Restart #6 #Var: 7978 #Dec: 517376 LB: -68719476658 @ 666.86
c Restart #7 #Var: 7977 #Dec: 519895 LB: -68719476658 @ 675.97
c Restart #8 #Var: 7977 #Dec: 524575 LB: -68719476658 @ 683.8
c Restart #9 #Var: 7977 #Dec: 531169 LB: -68719476658 @ 695.28
c Restart #10 #Var: 7977 #Dec: 535515 LB: -68719476658 @ 709.23
c Restart #11 #Var: 7977 #Dec: 541287 LB: -68719476658 @ 726.1
c Restart #12 #Var: 7977 #Dec: 546910 LB: -68719476658 @ 736.93
c Restart #13 #Var: 7977 #Dec: 553008 LB: -68719476658 @ 756.63
c Restart #14 #Var: 7977 #Dec: 562200 LB: -68719476658 @ 776.36
c Restart #15 #Var: 7977 #Dec: 568352 LB: -68719476658 @ 791.62
c Restart #16 #Var: 7977 #Dec: 576728 LB: -68719476658 @ 820.59
c Restart #17 #Var: 7977 #Dec: 586561 LB: -68719476658 @ 841.87
c Restart #18 #Var: 7977 #Dec: 594220 LB: -68719476658 @ 857.46
c Restart #19 #Var: 7977 #Dec: 604202 LB: -68719476658 @ 876.81
c Restart #20 #Var: 7977 #Dec: 611087 LB: -68719476658 @ 893.72
c Restart #21 #Var: 7977 #Dec: 616979 LB: -68719476658 @ 930.17
c Restart #22 #Var: 7977 #Dec: 634373 LB: -68719476658 @ 956.46
c Restart #23 #Var: 7977 #Dec: 648229 LB: -68719476658 @ 988.26
c Restart #24 #Var: 7977 #Dec: 657365 LB: -68719476658 @ 1013.6
c Restart #25 #Var: 7977 #Dec: 667295 LB: -68719476658 @ 1057.9
c Restart #26 #Var: 7977 #Dec: 675387 LB: -68719476658 @ 1091.6
c Restart #27 #Var: 7977 #Dec: 688513 LB: -68719476658 @ 1131.5
c Restart #28 #Var: 7977 #Dec: 705058 LB: -68719476658 @ 1187.6
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/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782408916 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 107 3 90 68 0 39 0
[pid=3027] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-grow7.opb

[startup+10.0028 s]
Raw data (loadavg): 0.93 0.98 0.91 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 7474 0 0 0 856 58 0 0 23 0 1 0 1782408916 33947648 7385 4294967295 134512640 134736556 3221224560 3221223268 134609065 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 8288 7385 1116 68 0 8220 0
[pid=3027] vsize: 33152
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (Kb) 33152

[startup+20.0035 s]
Raw data (loadavg): 0.94 0.98 0.91 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 7480 0 0 0 1663 118 0 0 20 0 1 0 1782408916 33947648 7391 4294967295 134512640 134736556 3221224560 3221223280 134605858 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 8288 7391 1116 68 0 8220 0
[pid=3027] vsize: 33152
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (Kb) 33152

[startup+30.0042 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 7480 0 0 0 2462 183 0 0 18 0 1 0 1782408916 33947648 7391 4294967295 134512640 134736556 3221224560 3221223136 134550740 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 8288 7391 1116 68 0 8220 0
[pid=3027] vsize: 33152
Current children cumulated CPU time (s) 26.45
Current children cumulated vsize (Kb) 33152

[startup+40.0048 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 7486 0 0 0 3273 244 0 0 25 0 1 0 1782408916 33947648 7397 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 8288 7397 1116 68 0 8220 0
[pid=3027] vsize: 33152
Current children cumulated CPU time (s) 35.17
Current children cumulated vsize (Kb) 33152

[startup+50.0055 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 7535 0 0 0 4190 271 0 0 25 0 1 0 1782408916 34189312 7446 4294967295 134512640 134736556 3221224560 3221222968 1077377470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 8347 7446 1116 68 0 8279 0
[pid=3027] vsize: 33388
Current children cumulated CPU time (s) 44.61
Current children cumulated vsize (Kb) 33388

[startup+60.0052 s]
Raw data (loadavg): 1.01 1.00 0.92 1/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) T 3026 3027 1333 0 -1 0 7560 0 0 0 5111 297 0 0 17 0 1 0 1782408916 34275328 7471 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/3027/statm): 8368 7471 1116 68 0 8300 0
[pid=3027] vsize: 33472
Current children cumulated CPU time (s) 54.08
Current children cumulated vsize (Kb) 33472

[startup+70.0058 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 10164 0 0 0 5984 344 0 0 25 0 1 0 1782408916 44937216 10075 4294967295 134512640 134736556 3221224560 3221223084 134540059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 10971 10075 1116 68 0 10903 0
[pid=3027] vsize: 43884
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (Kb) 43884

[startup+80.0065 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 11738 0 0 0 6926 364 0 0 22 0 1 0 1782408916 51290112 11649 4294967295 134512640 134736556 3221224560 3221223104 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 12522 11649 1116 68 0 12454 0
[pid=3027] vsize: 50088
Current children cumulated CPU time (s) 72.9
Current children cumulated vsize (Kb) 50088

[startup+90.0071 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 13770 0 0 0 7849 394 0 0 25 0 1 0 1782408916 59662336 13681 4294967295 134512640 134736556 3221224560 3221222692 134717263 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 14566 13681 1116 68 0 14498 0
[pid=3027] vsize: 58264
Current children cumulated CPU time (s) 82.43
Current children cumulated vsize (Kb) 58264

[startup+100.008 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 15258 0 0 0 8804 412 0 0 25 0 1 0 1782408916 65744896 15169 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 16051 15169 1116 68 0 15983 0
[pid=3027] vsize: 64204
Current children cumulated CPU time (s) 92.16
Current children cumulated vsize (Kb) 64204

[startup+110.008 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 16216 0 0 0 9764 429 0 0 25 0 1 0 1782408916 69664768 16127 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 17008 16127 1116 68 0 16940 0
[pid=3027] vsize: 68032
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (Kb) 68032

[startup+120.009 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 17497 0 0 0 10721 447 0 0 25 0 1 0 1782408916 74932224 17408 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 18294 17408 1116 68 0 18226 0
[pid=3027] vsize: 73176
Current children cumulated CPU time (s) 111.68
Current children cumulated vsize (Kb) 73176

[startup+130.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 18786 0 0 0 11681 463 0 0 25 0 1 0 1782408916 80199680 18697 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 19580 18697 1116 68 0 19512 0
[pid=3027] vsize: 78320
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (Kb) 78320

[startup+140.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 20301 0 0 0 12642 480 0 0 25 0 1 0 1782408916 86421504 20212 4294967295 134512640 134736556 3221224560 3221223168 134537370 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 21099 20212 1116 68 0 21031 0
[pid=3027] vsize: 84396
Current children cumulated CPU time (s) 131.22
Current children cumulated vsize (Kb) 84396

[startup+150.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 21527 0 0 0 13616 490 0 0 25 0 1 0 1782408916 91422720 21438 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 22320 21438 1116 68 0 22252 0
[pid=3027] vsize: 89280
Current children cumulated CPU time (s) 141.06
Current children cumulated vsize (Kb) 89280

[startup+160.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 22565 0 0 0 14578 506 0 0 25 0 1 0 1782408916 95748096 22476 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 23376 22476 1116 68 0 23308 0
[pid=3027] vsize: 93504
Current children cumulated CPU time (s) 150.84
Current children cumulated vsize (Kb) 93504

[startup+170.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 24077 0 0 0 15544 519 0 0 25 0 1 0 1782408916 101834752 23988 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 24862 23988 1116 68 0 24794 0
[pid=3027] vsize: 99448
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (Kb) 99448

[startup+180.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 25421 0 0 0 16505 536 0 0 25 0 1 0 1782408916 107376640 25332 4294967295 134512640 134736556 3221224560 3221223068 134540059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 26215 25332 1116 68 0 26147 0
[pid=3027] vsize: 104860
Current children cumulated CPU time (s) 170.41
Current children cumulated vsize (Kb) 104860

[startup+190.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 26556 0 0 0 17475 549 0 0 25 0 1 0 1782408916 112107520 26467 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 27370 26467 1116 68 0 27302 0
[pid=3027] vsize: 109480
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (Kb) 109480

[startup+200.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 27811 0 0 0 18439 564 0 0 25 0 1 0 1782408916 117235712 27722 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 28622 27722 1116 68 0 28554 0
[pid=3027] vsize: 114488
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 114488

[startup+210.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 29159 0 0 0 19401 580 0 0 25 0 1 0 1782408916 122642432 29070 4294967295 134512640 134736556 3221224560 3221223136 134543110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 29942 29070 1116 68 0 29874 0
[pid=3027] vsize: 119768
Current children cumulated CPU time (s) 199.81
Current children cumulated vsize (Kb) 119768

[startup+220.013 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 30172 0 0 0 20366 594 0 0 25 0 1 0 1782408916 126836736 30083 4294967295 134512640 134736556 3221224560 3221223104 134551210 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 30966 30083 1116 68 0 30898 0
[pid=3027] vsize: 123864
Current children cumulated CPU time (s) 209.6
Current children cumulated vsize (Kb) 123864

[startup+230.013 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 31085 0 0 0 21335 606 0 0 25 0 1 0 1782408916 130625536 30996 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 31891 30996 1116 68 0 31823 0
[pid=3027] vsize: 127564
Current children cumulated CPU time (s) 219.41
Current children cumulated vsize (Kb) 127564

[startup+240.014 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 31973 0 0 0 22303 620 0 0 25 0 1 0 1782408916 134275072 31884 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 32782 31884 1116 68 0 32714 0
[pid=3027] vsize: 131128
Current children cumulated CPU time (s) 229.23
Current children cumulated vsize (Kb) 131128

[startup+250.015 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 32626 0 0 0 23276 630 0 0 25 0 1 0 1782408916 136966144 32537 4294967295 134512640 134736556 3221224560 3221223296 134605871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 33439 32537 1116 68 0 33371 0
[pid=3027] vsize: 133756
Current children cumulated CPU time (s) 239.06
Current children cumulated vsize (Kb) 133756

[startup+260.015 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 33379 0 0 0 24248 643 0 0 25 0 1 0 1782408916 139939840 33290 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 34165 33290 1116 68 0 34097 0
[pid=3027] vsize: 136660
Current children cumulated CPU time (s) 248.91
Current children cumulated vsize (Kb) 136660

[startup+270.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 34113 0 0 0 25217 654 0 0 25 0 1 0 1782408916 143048704 34024 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 34924 34024 1116 68 0 34856 0
[pid=3027] vsize: 139696
Current children cumulated CPU time (s) 258.71
Current children cumulated vsize (Kb) 139696

[startup+280.017 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 35126 0 0 0 26189 666 0 0 25 0 1 0 1782408916 147103744 35037 4294967295 134512640 134736556 3221224560 3221223096 134536707 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 35914 35037 1116 68 0 35846 0
[pid=3027] vsize: 143656
Current children cumulated CPU time (s) 268.55
Current children cumulated vsize (Kb) 143656

[startup+290.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 36090 0 0 0 27170 675 0 0 25 0 1 0 1782408916 151158784 36001 4294967295 134512640 134736556 3221224560 3221223068 134717566 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 36904 36001 1116 68 0 36836 0
[pid=3027] vsize: 147616
Current children cumulated CPU time (s) 278.45
Current children cumulated vsize (Kb) 147616

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 36411 0 0 0 28164 678 0 0 25 0 1 0 1782408916 152379392 36322 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 37202 36322 1116 68 0 37134 0
[pid=3027] vsize: 148808
Current children cumulated CPU time (s) 288.42
Current children cumulated vsize (Kb) 148808

[startup+310.02 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 36948 0 0 0 29149 685 0 0 25 0 1 0 1782408916 154677248 36859 4294967295 134512640 134736556 3221224560 3221223296 134529073 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 37763 36859 1116 68 0 37695 0
[pid=3027] vsize: 151052
Current children cumulated CPU time (s) 298.34
Current children cumulated vsize (Kb) 151052

[startup+320.02 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 37599 0 0 0 30124 697 0 0 25 0 1 0 1782408916 157245440 37510 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 38390 37510 1116 68 0 38322 0
[pid=3027] vsize: 153560
Current children cumulated CPU time (s) 308.21
Current children cumulated vsize (Kb) 153560

[startup+330.02 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 38182 0 0 0 31103 705 0 0 25 0 1 0 1782408916 159678464 38093 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 38984 38093 1116 68 0 38916 0
[pid=3027] vsize: 155936
Current children cumulated CPU time (s) 318.08
Current children cumulated vsize (Kb) 155936

[startup+340.022 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 38753 0 0 0 32090 712 0 0 25 0 1 0 1782408916 161980416 38664 4294967295 134512640 134736556 3221224560 3221223232 134529180 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 39546 38664 1116 68 0 39478 0
[pid=3027] vsize: 158184
Current children cumulated CPU time (s) 328.02
Current children cumulated vsize (Kb) 158184

[startup+350.022 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 39314 0 0 0 33072 719 0 0 25 0 1 0 1782408916 164417536 39225 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 40141 39225 1116 68 0 40073 0
[pid=3027] vsize: 160564
Current children cumulated CPU time (s) 337.91
Current children cumulated vsize (Kb) 160564

[startup+360.023 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 39705 0 0 0 34050 727 0 0 25 0 1 0 1782408916 165896192 39616 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 40502 39616 1116 68 0 40434 0
[pid=3027] vsize: 162008
Current children cumulated CPU time (s) 347.77
Current children cumulated vsize (Kb) 162008

[startup+370.024 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) T 3026 3027 1333 0 -1 0 39839 0 0 0 35033 734 0 0 25 0 1 0 1782408916 166445056 39750 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3027/statm): 40636 39750 1116 68 0 40568 0
[pid=3027] vsize: 162544
Current children cumulated CPU time (s) 357.67
Current children cumulated vsize (Kb) 162544

[startup+380.024 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 40027 0 0 0 36012 743 0 0 25 0 1 0 1782408916 167227392 39938 4294967295 134512640 134736556 3221224560 3221223248 134528947 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 40827 39938 1116 68 0 40759 0
[pid=3027] vsize: 163308
Current children cumulated CPU time (s) 367.55
Current children cumulated vsize (Kb) 163308

[startup+390.025 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 40342 0 0 0 36995 749 0 0 25 0 1 0 1782408916 168579072 40253 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 41157 40253 1116 68 0 41089 0
[pid=3027] vsize: 164628
Current children cumulated CPU time (s) 377.44
Current children cumulated vsize (Kb) 164628

[startup+400.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 40720 0 0 0 37980 755 0 0 25 0 1 0 1782408916 170065920 40631 4294967295 134512640 134736556 3221224560 3221223024 134717162 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 41520 40631 1116 68 0 41452 0
[pid=3027] vsize: 166080
Current children cumulated CPU time (s) 387.35
Current children cumulated vsize (Kb) 166080

[startup+410.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 41468 0 0 0 38959 765 0 0 25 0 1 0 1782408916 173178880 41379 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 42280 41379 1116 68 0 42212 0
[pid=3027] vsize: 169120
Current children cumulated CPU time (s) 397.24
Current children cumulated vsize (Kb) 169120

[startup+420.027 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 42440 0 0 0 39937 772 0 0 25 0 1 0 1782408916 177098752 42351 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 43237 42351 1116 68 0 43169 0
[pid=3027] vsize: 172948
Current children cumulated CPU time (s) 407.09
Current children cumulated vsize (Kb) 172948

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 43172 0 0 0 40916 780 0 0 25 0 1 0 1782408916 180207616 43083 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 43996 43083 1116 68 0 43928 0
[pid=3027] vsize: 175984
Current children cumulated CPU time (s) 416.96
Current children cumulated vsize (Kb) 175984

[startup+440.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 43674 0 0 0 41893 789 0 0 25 0 1 0 1782408916 182247424 43584 4294967295 134512640 134736556 3221224560 3221223076 134540162 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 44494 43584 1116 68 0 44426 0
[pid=3027] vsize: 177976
Current children cumulated CPU time (s) 426.82
Current children cumulated vsize (Kb) 177976

[startup+450.029 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 44296 0 0 0 42876 798 0 0 25 0 1 0 1782408916 184815616 44206 4294967295 134512640 134736556 3221224560 3221223084 134540147 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 45121 44206 1116 68 0 45053 0
[pid=3027] vsize: 180484
Current children cumulated CPU time (s) 436.74
Current children cumulated vsize (Kb) 180484

[startup+460.03 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 45198 0 0 0 43854 809 0 0 25 0 1 0 1782408916 188465152 45107 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 46012 45107 1116 68 0 45944 0
[pid=3027] vsize: 184048
Current children cumulated CPU time (s) 446.63
Current children cumulated vsize (Kb) 184048

[startup+470.03 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 46054 0 0 0 44833 818 0 0 25 0 1 0 1782408916 191979520 45963 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 46870 45963 1116 68 0 46802 0
[pid=3027] vsize: 187480
Current children cumulated CPU time (s) 456.51
Current children cumulated vsize (Kb) 187480

[startup+480.03 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) T 3026 3027 1333 0 -1 0 46614 0 0 0 45813 826 0 0 25 0 1 0 1782408916 194281472 46523 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3027/statm): 47432 46523 1116 68 0 47364 0
[pid=3027] vsize: 189728
Current children cumulated CPU time (s) 466.39
Current children cumulated vsize (Kb) 189728

[startup+490.031 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 47108 0 0 0 46798 833 0 0 25 0 1 0 1782408916 196308992 47017 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 47927 47017 1116 68 0 47859 0
[pid=3027] vsize: 191708
Current children cumulated CPU time (s) 476.31
Current children cumulated vsize (Kb) 191708

[startup+500.031 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 47579 0 0 0 47779 840 0 0 25 0 1 0 1782408916 198193152 47488 4294967295 134512640 134736556 3221224560 3221223216 134536527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 48387 47488 1116 68 0 48319 0
[pid=3027] vsize: 193548
Current children cumulated CPU time (s) 486.19
Current children cumulated vsize (Kb) 193548

[startup+510.031 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 48037 0 0 0 48762 848 0 0 25 0 1 0 1782408916 200060928 47946 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 48843 47946 1116 68 0 48775 0
[pid=3027] vsize: 195372
Current children cumulated CPU time (s) 496.1
Current children cumulated vsize (Kb) 195372

[startup+520.032 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 48651 0 0 0 49743 857 0 0 25 0 1 0 1782408916 202629120 48560 4294967295 134512640 134736556 3221224560 3221223060 134536046 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 49470 48560 1116 68 0 49402 0
[pid=3027] vsize: 197880
Current children cumulated CPU time (s) 506
Current children cumulated vsize (Kb) 197880

[startup+530.032 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 49273 0 0 0 50713 869 0 0 25 0 1 0 1782408916 205213696 49182 4294967295 134512640 134736556 3221224560 3221223120 134544709 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 50101 49182 1116 68 0 50033 0
[pid=3027] vsize: 200404
Current children cumulated CPU time (s) 515.82
Current children cumulated vsize (Kb) 200404

[startup+540.033 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 50048 0 0 0 51683 881 0 0 25 0 1 0 1782408916 208457728 49957 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 50893 49957 1116 68 0 50825 0
[pid=3027] vsize: 203572
Current children cumulated CPU time (s) 525.64
Current children cumulated vsize (Kb) 203572

[startup+550.034 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 50938 0 0 0 52654 892 0 0 25 0 1 0 1782408916 212099072 50847 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 51782 50847 1116 68 0 51714 0
[pid=3027] vsize: 207128
Current children cumulated CPU time (s) 535.46
Current children cumulated vsize (Kb) 207128

[startup+560.034 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 51690 0 0 0 53629 903 0 0 25 0 1 0 1782408916 215212032 51599 4294967295 134512640 134736556 3221224560 3221223272 134694484 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 52542 51599 1116 68 0 52474 0
[pid=3027] vsize: 210168
Current children cumulated CPU time (s) 545.32
Current children cumulated vsize (Kb) 210168

[startup+570.035 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 52701 0 0 0 54608 911 0 0 25 0 1 0 1782408916 219267072 52610 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 53532 52610 1116 68 0 53464 0
[pid=3027] vsize: 214128
Current children cumulated CPU time (s) 555.19
Current children cumulated vsize (Kb) 214128

[startup+580.036 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 53618 0 0 0 55585 922 0 0 25 0 1 0 1782408916 223051776 53527 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 54456 53527 1116 68 0 54388 0
[pid=3027] vsize: 217824
Current children cumulated CPU time (s) 565.07
Current children cumulated vsize (Kb) 217824

[startup+590.036 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 54222 0 0 0 56569 928 0 0 25 0 1 0 1782408916 225484800 54131 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 55050 54131 1116 68 0 54982 0
[pid=3027] vsize: 220200
Current children cumulated CPU time (s) 574.97
Current children cumulated vsize (Kb) 220200

[startup+600.037 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 54898 0 0 0 57548 937 0 0 25 0 1 0 1782408916 228323328 54807 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 55743 54807 1116 68 0 55675 0
[pid=3027] vsize: 222972
Current children cumulated CPU time (s) 584.85
Current children cumulated vsize (Kb) 222972

[startup+610.037 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 55304 0 0 0 58536 943 0 0 25 0 1 0 1782408916 229961728 55213 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 56143 55213 1116 68 0 56075 0
[pid=3027] vsize: 224572
Current children cumulated CPU time (s) 594.79
Current children cumulated vsize (Kb) 224572

[startup+620.037 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 55756 0 0 0 59526 947 0 0 25 0 1 0 1782408916 231854080 55665 4294967295 134512640 134736556 3221224560 3221223120 134537473 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 56605 55665 1116 68 0 56537 0
[pid=3027] vsize: 226420
Current children cumulated CPU time (s) 604.73
Current children cumulated vsize (Kb) 226420

[startup+630.037 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) T 3026 3027 1333 0 -1 0 56197 0 0 0 60515 952 0 0 25 0 1 0 1782408916 233611264 56106 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3027/statm): 57034 56106 1116 68 0 56966 0
[pid=3027] vsize: 228136
Current children cumulated CPU time (s) 614.67
Current children cumulated vsize (Kb) 228136

[startup+640.039 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 56615 0 0 0 61502 956 0 0 25 0 1 0 1782408916 235372544 56523 4294967295 134512640 134736556 3221224560 3221223072 134543125 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 57464 56523 1116 68 0 57396 0
[pid=3027] vsize: 229856
Current children cumulated CPU time (s) 624.58
Current children cumulated vsize (Kb) 229856

[startup+650.039 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 56826 0 0 0 62494 959 0 0 25 0 1 0 1782408916 236183552 56734 4294967295 134512640 134736556 3221224560 3221223104 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 57662 56734 1116 68 0 57594 0
[pid=3027] vsize: 230648
Current children cumulated CPU time (s) 634.53
Current children cumulated vsize (Kb) 230648

[startup+660.039 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 57209 0 0 0 63483 963 0 0 25 0 1 0 1782408916 237805568 57117 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 58058 57117 1116 68 0 57990 0
[pid=3027] vsize: 232232
Current children cumulated CPU time (s) 644.46
Current children cumulated vsize (Kb) 232232

[startup+670.041 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 57719 0 0 0 64438 979 0 0 25 0 1 0 1782408916 239833088 57627 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 58553 57627 1116 68 0 58485 0
[pid=3027] vsize: 234212
Current children cumulated CPU time (s) 654.17
Current children cumulated vsize (Kb) 234212

[startup+680.041 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 58829 0 0 0 65386 999 0 0 25 0 1 0 1782408916 244428800 58737 4294967295 134512640 134736556 3221224560 3221223272 134694477 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 59675 58737 1116 68 0 59607 0
[pid=3027] vsize: 238700
Current children cumulated CPU time (s) 663.85
Current children cumulated vsize (Kb) 238700

[startup+690.042 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 59923 0 0 0 66362 1010 0 0 25 0 1 0 1782408916 248889344 59831 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 60764 59831 1116 68 0 60696 0
[pid=3027] vsize: 243056
Current children cumulated CPU time (s) 673.72
Current children cumulated vsize (Kb) 243056

[startup+700.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 60706 0 0 0 67334 1022 0 0 25 0 1 0 1782408916 252133376 60614 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 61556 60614 1116 68 0 61488 0
[pid=3027] vsize: 246224
Current children cumulated CPU time (s) 683.56
Current children cumulated vsize (Kb) 246224

[startup+710.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 61287 0 0 0 68301 1035 0 0 25 0 1 0 1782408916 254431232 61195 4294967295 134512640 134736556 3221224560 3221223296 134529437 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 62117 61195 1116 68 0 62049 0
[pid=3027] vsize: 248468
Current children cumulated CPU time (s) 693.36
Current children cumulated vsize (Kb) 248468

[startup+720.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 61985 0 0 0 69280 1044 0 0 25 0 1 0 1782408916 257396736 61893 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 62841 61893 1116 68 0 62773 0
[pid=3027] vsize: 251364
Current children cumulated CPU time (s) 703.24
Current children cumulated vsize (Kb) 251364

[startup+730.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 62733 0 0 0 70257 1055 0 0 25 0 1 0 1782408916 260370432 62641 4294967295 134512640 134736556 3221224560 3221223164 134537551 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 63567 62641 1116 68 0 63499 0
[pid=3027] vsize: 254268
Current children cumulated CPU time (s) 713.12
Current children cumulated vsize (Kb) 254268

[startup+740.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 63277 0 0 0 71241 1062 0 0 25 0 1 0 1782408916 262668288 63185 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 64128 63185 1116 68 0 64060 0
[pid=3027] vsize: 256512
Current children cumulated CPU time (s) 723.03
Current children cumulated vsize (Kb) 256512

[startup+750.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 64139 0 0 0 72214 1073 0 0 25 0 1 0 1782408916 266182656 64047 4294967295 134512640 134736556 3221224560 3221223216 134536527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 64986 64047 1116 68 0 64918 0
[pid=3027] vsize: 259944
Current children cumulated CPU time (s) 732.87
Current children cumulated vsize (Kb) 259944

[startup+760.048 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 64773 0 0 0 73191 1082 0 0 25 0 1 0 1782408916 268750848 64681 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 65613 64681 1116 68 0 65545 0
[pid=3027] vsize: 262452
Current children cumulated CPU time (s) 742.73
Current children cumulated vsize (Kb) 262452

[startup+770.048 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 65260 0 0 0 74175 1089 0 0 25 0 1 0 1782408916 270778368 65168 4294967295 134512640 134736556 3221224560 3221223444 134601241 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 66108 65168 1116 68 0 66040 0
[pid=3027] vsize: 264432
Current children cumulated CPU time (s) 752.64
Current children cumulated vsize (Kb) 264432

[startup+780.049 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 65885 0 0 0 75147 1100 0 0 25 0 1 0 1782408916 273346560 65793 4294967295 134512640 134736556 3221224560 3221223208 134554078 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 66735 65793 1116 68 0 66667 0
[pid=3027] vsize: 266940
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (Kb) 266940

[startup+790.049 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 66661 0 0 0 76121 1111 0 0 25 0 1 0 1782408916 276455424 66569 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 67494 66569 1116 68 0 67426 0
[pid=3027] vsize: 269976
Current children cumulated CPU time (s) 772.32
Current children cumulated vsize (Kb) 269976

[startup+800.05 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 67489 0 0 0 77090 1124 0 0 25 0 1 0 1782408916 279834624 67397 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 68319 67397 1116 68 0 68251 0
[pid=3027] vsize: 273276
Current children cumulated CPU time (s) 782.14
Current children cumulated vsize (Kb) 273276

[startup+810.051 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 68823 0 0 0 78066 1136 0 0 25 0 1 0 1782408916 285376512 68731 4294967295 134512640 134736556 3221224560 3221223140 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 69672 68731 1116 68 0 69604 0
[pid=3027] vsize: 278688
Current children cumulated CPU time (s) 792.02
Current children cumulated vsize (Kb) 278688

[startup+820.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 69451 0 0 0 79048 1144 0 0 25 0 1 0 1782408916 287944704 69359 4294967295 134512640 134736556 3221224560 3221223224 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 70299 69359 1116 68 0 70231 0
[pid=3027] vsize: 281196
Current children cumulated CPU time (s) 801.92
Current children cumulated vsize (Kb) 281196

[startup+830.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 69942 0 0 0 80031 1151 0 0 25 0 1 0 1782408916 289972224 69850 4294967295 134512640 134736556 3221224560 3221223084 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 70794 69850 1116 68 0 70726 0
[pid=3027] vsize: 283176
Current children cumulated CPU time (s) 811.82
Current children cumulated vsize (Kb) 283176

[startup+840.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 70458 0 0 0 81014 1158 0 0 25 0 1 0 1782408916 291999744 70366 4294967295 134512640 134736556 3221224560 3221223296 134528947 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 71289 70366 1116 68 0 71221 0
[pid=3027] vsize: 285156
Current children cumulated CPU time (s) 821.72
Current children cumulated vsize (Kb) 285156

[startup+850.052 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 71323 0 0 0 81983 1171 0 0 25 0 1 0 1782408916 295653376 71231 4294967295 134512640 134736556 3221224560 3221223172 134634320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 72181 71231 1116 68 0 72113 0
[pid=3027] vsize: 288724
Current children cumulated CPU time (s) 831.54
Current children cumulated vsize (Kb) 288724

[startup+860.053 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 72021 0 0 0 82961 1181 0 0 25 0 1 0 1782408916 298491904 71929 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 72874 71929 1116 68 0 72806 0
[pid=3027] vsize: 291496
Current children cumulated CPU time (s) 841.42
Current children cumulated vsize (Kb) 291496

[startup+870.054 s]
Raw data (loadavg): 1.00 1.00 0.92 1/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) T 3026 3027 1333 0 -1 0 73037 0 0 0 83928 1195 0 0 25 0 1 0 1782408916 302678016 72945 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3027/statm): 73896 72945 1116 68 0 73828 0
[pid=3027] vsize: 295584
Current children cumulated CPU time (s) 851.23
Current children cumulated vsize (Kb) 295584

[startup+880.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 73658 0 0 0 84902 1206 0 0 25 0 1 0 1782408916 305242112 73566 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 74522 73566 1116 68 0 74454 0
[pid=3027] vsize: 298088
Current children cumulated CPU time (s) 861.08
Current children cumulated vsize (Kb) 298088

[startup+890.054 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 74572 0 0 0 85877 1216 0 0 25 0 1 0 1782408916 308891648 74480 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 75413 74480 1116 68 0 75345 0
[pid=3027] vsize: 301652
Current children cumulated CPU time (s) 870.93
Current children cumulated vsize (Kb) 301652

[startup+900.055 s]
Raw data (loadavg): 1.08 1.02 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 75304 0 0 0 86846 1229 0 0 25 0 1 0 1782408916 311861248 75212 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 76138 75212 1116 68 0 76070 0
[pid=3027] vsize: 304552
Current children cumulated CPU time (s) 880.75
Current children cumulated vsize (Kb) 304552

[startup+910.055 s]
Raw data (loadavg): 1.07 1.02 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 76355 0 0 0 87823 1238 0 0 25 0 1 0 1782408916 316186624 76263 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 77194 76263 1116 68 0 77126 0
[pid=3027] vsize: 308776
Current children cumulated CPU time (s) 890.61
Current children cumulated vsize (Kb) 308776

[startup+920.057 s]
Raw data (loadavg): 1.06 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 76912 0 0 0 88806 1246 0 0 25 0 1 0 1782408916 318484480 76820 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 77755 76820 1116 68 0 77687 0
[pid=3027] vsize: 311020
Current children cumulated CPU time (s) 900.52
Current children cumulated vsize (Kb) 311020

[startup+930.057 s]
Raw data (loadavg): 1.05 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 77277 0 0 0 89794 1251 0 0 25 0 1 0 1782408916 319971328 77185 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 78118 77185 1116 68 0 78050 0
[pid=3027] vsize: 312472
Current children cumulated CPU time (s) 910.45
Current children cumulated vsize (Kb) 312472

[startup+940.057 s]
Raw data (loadavg): 1.04 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 77603 0 0 0 90784 1256 0 0 25 0 1 0 1782408916 321323008 77511 4294967295 134512640 134736556 3221224560 3221223036 134536698 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 78448 77511 1116 68 0 78380 0
[pid=3027] vsize: 313792
Current children cumulated CPU time (s) 920.4
Current children cumulated vsize (Kb) 313792

[startup+950.058 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 77935 0 0 0 91775 1259 0 0 25 0 1 0 1782408916 322674688 77843 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 78778 77843 1116 68 0 78710 0
[pid=3027] vsize: 315112
Current children cumulated CPU time (s) 930.34
Current children cumulated vsize (Kb) 315112

[startup+960.058 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 78476 0 0 0 92743 1273 0 0 25 0 1 0 1782408916 324972544 78384 4294967295 134512640 134736556 3221224560 3221223004 134634440 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 79339 78384 1116 68 0 79271 0
[pid=3027] vsize: 317356
Current children cumulated CPU time (s) 940.16
Current children cumulated vsize (Kb) 317356

[startup+970.058 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 79284 0 0 0 93709 1287 0 0 25 0 1 0 1782408916 328216576 79192 4294967295 134512640 134736556 3221224560 3221223296 134528960 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 80131 79192 1116 68 0 80063 0
[pid=3027] vsize: 320524
Current children cumulated CPU time (s) 949.96
Current children cumulated vsize (Kb) 320524

[startup+980.059 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 79896 0 0 0 94672 1301 0 0 25 0 1 0 1782408916 330784768 79804 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 80758 79804 1116 68 0 80690 0
[pid=3027] vsize: 323032
Current children cumulated CPU time (s) 959.73
Current children cumulated vsize (Kb) 323032

[startup+990.06 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 80537 0 0 0 95644 1313 0 0 25 0 1 0 1782408916 333352960 80445 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 81385 80445 1116 68 0 81317 0
[pid=3027] vsize: 325540
Current children cumulated CPU time (s) 969.57
Current children cumulated vsize (Kb) 325540

[startup+1000.06 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 81423 0 0 0 96626 1321 0 0 25 0 1 0 1782408916 337002496 81331 4294967295 134512640 134736556 3221224560 3221223120 134551017 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 82276 81331 1116 68 0 82208 0
[pid=3027] vsize: 329104
Current children cumulated CPU time (s) 979.47
Current children cumulated vsize (Kb) 329104

[startup+1010.06 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 82017 0 0 0 97606 1329 0 0 25 0 1 0 1782408916 339431424 81925 4294967295 134512640 134736556 3221224560 3221223232 134528735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 82869 81925 1116 68 0 82801 0
[pid=3027] vsize: 331476
Current children cumulated CPU time (s) 989.35
Current children cumulated vsize (Kb) 331476

[startup+1020.06 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 82853 0 0 0 98579 1341 0 0 25 0 1 0 1782408916 342810624 82761 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 83694 82761 1116 68 0 83626 0
[pid=3027] vsize: 334776
Current children cumulated CPU time (s) 999.2
Current children cumulated vsize (Kb) 334776

[startup+1030.06 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 83707 0 0 0 99558 1350 0 0 25 0 1 0 1782408916 346333184 83615 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 84554 83615 1116 68 0 84486 0
[pid=3027] vsize: 338216
Current children cumulated CPU time (s) 1009.08
Current children cumulated vsize (Kb) 338216

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 84299 0 0 0 100534 1359 0 0 25 0 1 0 1782408916 348766208 84207 4294967295 134512640 134736556 3221224560 3221223104 134544584 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 85148 84207 1116 68 0 85080 0
[pid=3027] vsize: 340592
Current children cumulated CPU time (s) 1018.93
Current children cumulated vsize (Kb) 340592

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 84614 0 0 0 101520 1365 0 0 25 0 1 0 1782408916 350113792 84522 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 85477 84522 1116 68 0 85409 0
[pid=3027] vsize: 341908
Current children cumulated CPU time (s) 1028.85
Current children cumulated vsize (Kb) 341908

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 84997 0 0 0 102508 1370 0 0 25 0 1 0 1782408916 351588352 84905 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 85837 84905 1116 68 0 85769 0
[pid=3027] vsize: 343348
Current children cumulated CPU time (s) 1038.78
Current children cumulated vsize (Kb) 343348

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 85423 0 0 0 103495 1376 0 0 25 0 1 0 1782408916 353345536 85331 4294967295 134512640 134736556 3221224560 3221223168 134537420 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 86266 85331 1116 68 0 86198 0
[pid=3027] vsize: 345064
Current children cumulated CPU time (s) 1048.71
Current children cumulated vsize (Kb) 345064

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 86027 0 0 0 104478 1383 0 0 25 0 1 0 1782408916 355913728 85935 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 86893 85935 1116 68 0 86825 0
[pid=3027] vsize: 347572
Current children cumulated CPU time (s) 1058.61
Current children cumulated vsize (Kb) 347572

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 86835 0 0 0 105457 1391 0 0 25 0 1 0 1782408916 359157760 86743 4294967295 134512640 134736556 3221224560 3221222968 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 87685 86743 1116 68 0 87617 0
[pid=3027] vsize: 350740
Current children cumulated CPU time (s) 1068.48
Current children cumulated vsize (Kb) 350740

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 87526 0 0 0 106440 1398 0 0 25 0 1 0 1782408916 361992192 87434 4294967295 134512640 134736556 3221224560 3221223296 134529520 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 88377 87434 1116 68 0 88309 0
[pid=3027] vsize: 353508
Current children cumulated CPU time (s) 1078.38
Current children cumulated vsize (Kb) 353508

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 88056 0 0 0 107426 1403 0 0 25 0 1 0 1782408916 364154880 87964 4294967295 134512640 134736556 3221224560 3221223228 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 88905 87964 1116 68 0 88837 0
[pid=3027] vsize: 355620
Current children cumulated CPU time (s) 1088.29
Current children cumulated vsize (Kb) 355620

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 88478 0 0 0 108411 1409 0 0 25 0 1 0 1782408916 365912064 88386 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 89334 88386 1116 68 0 89266 0
[pid=3027] vsize: 357336
Current children cumulated CPU time (s) 1098.2
Current children cumulated vsize (Kb) 357336

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 88994 0 0 0 109396 1416 0 0 25 0 1 0 1782408916 368058368 88902 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 89858 88902 1116 68 0 89790 0
[pid=3027] vsize: 359432
Current children cumulated CPU time (s) 1108.12
Current children cumulated vsize (Kb) 359432

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 89417 0 0 0 110383 1420 0 0 25 0 1 0 1782408916 369778688 89325 4294967295 134512640 134736556 3221224560 3221223088 134716641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 90278 89325 1116 68 0 90210 0
[pid=3027] vsize: 361112
Current children cumulated CPU time (s) 1118.03
Current children cumulated vsize (Kb) 361112

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 89909 0 0 0 111360 1430 0 0 25 0 1 0 1782408916 371814400 89817 4294967295 134512640 134736556 3221224560 3221223136 134544672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 90775 89817 1116 68 0 90707 0
[pid=3027] vsize: 363100
Current children cumulated CPU time (s) 1127.9
Current children cumulated vsize (Kb) 363100

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 90297 0 0 0 112333 1441 0 0 25 0 1 0 1782408916 373415936 90204 4294967295 134512640 134736556 3221224560 3221223120 134550956 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 91166 90204 1116 68 0 91098 0
[pid=3027] vsize: 364664
Current children cumulated CPU time (s) 1137.74
Current children cumulated vsize (Kb) 364664

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 90828 0 0 0 113313 1448 0 0 25 0 1 0 1782408916 375578624 90735 4294967295 134512640 134736556 3221224560 3221223312 134597438 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 91694 90735 1116 68 0 91626 0
[pid=3027] vsize: 366776
Current children cumulated CPU time (s) 1147.61
Current children cumulated vsize (Kb) 366776

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 91446 0 0 0 114292 1457 0 0 25 0 1 0 1782408916 378019840 91353 4294967295 134512640 134736556 3221224560 3221223184 134537458 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 92290 91353 1116 68 0 92222 0
[pid=3027] vsize: 369160
Current children cumulated CPU time (s) 1157.49
Current children cumulated vsize (Kb) 369160

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 91922 0 0 0 115277 1463 0 0 25 0 1 0 1782408916 380047360 91829 4294967295 134512640 134736556 3221224560 3221223212 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 92785 91829 1116 68 0 92717 0
[pid=3027] vsize: 371140
Current children cumulated CPU time (s) 1167.4
Current children cumulated vsize (Kb) 371140

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 92252 0 0 0 116267 1469 0 0 25 0 1 0 1782408916 381399040 92159 4294967295 134512640 134736556 3221224560 3221223152 134537400 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3027/statm): 93115 92159 1116 68 0 93047 0
[pid=3027] vsize: 372460
Current children cumulated CPU time (s) 1177.36
Current children cumulated vsize (Kb) 372460

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 3027
Raw data (/proc/3027/stat): 3027 (bsolo) R 3026 3027 1333 0 -1 0 92584 0 0 0 117249 1476 0 0 25 0 1 0 1782408916 382750720 92491 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3027/statm): 93445 92491 1116 68 0 93377 0
[pid=3027] vsize: 373780
Current children cumulated CPU time (s) 1187.25
Current children cumulated vsize (Kb) 373780
One traced child (pid=3027) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1218.09
CPU time (s): 1195.18
CPU user time (s): 1180.19
CPU system time (s): 14.9947
CPU usage (%): 98.1192
Max. virtual memory (cumulated for all children) (Kb): 373780

Verifier Data

ERROR: no interpretation found !