Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-boeing2.opb
MD5SUM86934ee38968c649e6d8e09bdd8d93c2
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 2145
Biggest coefficient in the objective function 39321600000
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 2483529923827
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1280000000000
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 17827473345180
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables2319
Total number of constraints213
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 constraints213
Minimum length of a constraint9
Maximum length of a constraint1580

Trace number 5120

Launcher Data

LAUNCH ON wulflinc29 THE 2005-09-19 22:34:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=872 boxname=wulflinc29 idbench=872 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  86934ee38968c649e6d8e09bdd8d93c2  /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-13-7-boeing2.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-13-7-boeing2.opb
IDLAUNCH: 872
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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	: 3
cpu MHz		: 451.020
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:        913532 kB
Buffers:         25428 kB
Cached:          63996 kB
SwapCached:        676 kB
Active:          21676 kB
Inactive:        70156 kB
HighTotal:      131008 kB
HighFree:        64792 kB
LowTotal:       903652 kB
LowFree:        848740 kB
SwapTotal:     2097892 kB
SwapFree:      2096528 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5664 kB
Slab:            23448 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:54:42 (client local time) WITH STATUS 0 IN 1195.18 SECONDS
stats: 872 7 1195.18 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 2319 variables and 201 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 1.146
c After prepocess the problem consists of 1799 variables and 192 constraints.
c Initial Lower Bound: -22765232760
c Restart #1 #Var: 1799 #Dec: 5008 LB: -22765232760 @ 1.691
c Restart #2 #Var: 1799 #Dec: 15016 LB: -22765232760 @ 2.769
c Restart #3 #Var: 1799 #Dec: 31887 LB: -22765232760 @ 4.424
c Restart #4 #Var: 1799 #Dec: 57000 LB: -22765232760 @ 6.787
c Restart #5 #Var: 1799 #Dec: 92627 LB: -22765232760 @ 10.06
c Restart #6 #Var: 1799 #Dec: 110862 LB: -22765232760 @ 12.939
c Restart #7 #Var: 1799 #Dec: 147992 LB: -22765232760 @ 16.274
c Restart #8 #Var: 1799 #Dec: 149674 LB: -22765232760 @ 17.937
c Restart #9 #Var: 1799 #Dec: 152861 LB: -22765232760 @ 20.266
c Restart #10 #Var: 1799 #Dec: 157483 LB: -22765232760 @ 24.828
c Restart #11 #Var: 1799 #Dec: 161537 LB: -22765232760 @ 29.065
c Restart #12 #Var: 1798 #Dec: 165381 LB: -22486704760 @ 36.316
c Restart #13 #Var: 1798 #Dec: 169261 LB: -22486704760 @ 40.262
c Restart #14 #Var: 1798 #Dec: 173676 LB: -22486704760 @ 44.845
c Restart #15 #Var: 1798 #Dec: 177643 LB: -22486704760 @ 54.039
c Restart #16 #Var: 1798 #Dec: 181417 LB: -22486704760 @ 59.502
c Restart #17 #Var: 1798 #Dec: 185021 LB: -22486704760 @ 67.438
c Restart #18 #Var: 1798 #Dec: 192715 LB: -22486704760 @ 82.416
c Restart #19 #Var: 1798 #Dec: 198101 LB: -22486704760 @ 97.684
c Restart #20 #Var: 1798 #Dec: 204568 LB: -22486704760 @ 121.65
c Restart #21 #Var: 1798 #Dec: 209462 LB: -22486704760 @ 128.4
c Restart #22 #Var: 1798 #Dec: 217122 LB: -22486704760 @ 148.55
c Restart #23 #Var: 1798 #Dec: 224787 LB: -22486704760 @ 175.34
c Restart #24 #Var: 1798 #Dec: 231109 LB: -22486704760 @ 194.57
c Restart #25 #Var: 1798 #Dec: 238257 LB: -22486704760 @ 254
c Restart #26 #Var: 1798 #Dec: 244985 LB: -22486704760 @ 273.46
c Restart #27 #Var: 1798 #Dec: 253108 LB: -22486704760 @ 330.81
c Restart #28 #Var: 1797 #Dec: 260158 LB: -22208176760 @ 351.53
c Restart #29 #Var: 1797 #Dec: 267924 LB: -22208176760 @ 386.81
c Restart #30 #Var: 1797 #Dec: 275646 LB: -22208176760 @ 466.45
c Restart #31 #Var: 1797 #Dec: 287523 LB: -22208176760 @ 544.29
c Restart #32 #Var: 1797 #Dec: 294900 LB: -22208176760 @ 564.7
c CHANGE Heuristic... 
c Restart #0 #Var: 1797 #Dec: 302403 LB: -22208176760 @ 632.85
c Restart #1 #Var: 1797 #Dec: 302822 LB: -22208176760 @ 633.37
c Restart #2 #Var: 1797 #Dec: 304118 LB: -22208176760 @ 634.06
c Restart #3 #Var: 1797 #Dec: 306852 LB: -22208176760 @ 634.75
c Restart #4 #Var: 1797 #Dec: 307847 LB: -22208176760 @ 635.82
c Restart #5 #Var: 1797 #Dec: 309723 LB: -22208176760 @ 637.34
c Restart #6 #Var: 1797 #Dec: 311161 LB: -22208176760 @ 640.16
c Restart #7 #Var: 1797 #Dec: 313677 LB: -22208176760 @ 642.66
c Restart #8 #Var: 1797 #Dec: 316007 LB: -22208176760 @ 645.93
c Restart #9 #Var: 1797 #Dec: 319181 LB: -22208176760 @ 649.85
c Restart #10 #Var: 1797 #Dec: 322708 LB: -22208176760 @ 655.41
c Restart #11 #Var: 1797 #Dec: 326800 LB: -22208176760 @ 660.92
c Restart #12 #Var: 1797 #Dec: 330278 LB: -22208176760 @ 672.16
c Restart #13 #Var: 1797 #Dec: 333803 LB: -22208176760 @ 680.79
c Restart #14 #Var: 1797 #Dec: 337934 LB: -22208176760 @ 687.52
c Restart #15 #Var: 1797 #Dec: 342592 LB: -22208176760 @ 698.72
c Restart #16 #Var: 1797 #Dec: 348091 LB: -22208176760 @ 711.91
c Restart #17 #Var: 1797 #Dec: 353420 LB: -22208176760 @ 720.16
c Restart #18 #Var: 1797 #Dec: 359498 LB: -22208176760 @ 740.88
c Restart #19 #Var: 1797 #Dec: 363785 LB: -22208176760 @ 747.41
c Restart #20 #Var: 1797 #Dec: 368763 LB: -22208176760 @ 783.14
c Restart #21 #Var: 1797 #Dec: 375412 LB: -22208176760 @ 799.44
c Restart #22 #Var: 1797 #Dec: 381438 LB: -22208176760 @ 816.76
c Restart #23 #Var: 1797 #Dec: 386428 LB: -22208176760 @ 848.7
c Restart #24 #Var: 1797 #Dec: 392568 LB: -22208176760 @ 891.56
c Restart #25 #Var: 1797 #Dec: 401100 LB: -22208176760 @ 910.03
c Restart #26 #Var: 1797 #Dec: 407648 LB: -22208176760 @ 997.55
c Restart #27 #Var: 1797 #Dec: 417721 LB: -22208176760 @ 1095.3
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/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1853523842 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 107 3 90 68 0 39 0
[pid=32034] 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/wulflinc29/normalized-mps-v2-13-7-boeing2.opb

[startup+10.0032 s]
Raw data (loadavg): 0.87 0.97 0.99 1/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) T 32033 32034 19818 0 -1 0 3091 0 0 0 706 96 0 0 19 0 1 0 1853523842 15732736 3002 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32034/statm): 3841 3002 1116 68 0 3773 0
[pid=32034] vsize: 15364
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (Kb) 15364

[startup+20.004 s]
Raw data (loadavg): 0.89 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 3928 0 0 0 1396 199 0 0 23 0 1 0 1853523842 19189760 3839 4294967295 134512640 134736556 3221224560 3221223084 134535728 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 4685 3839 1116 68 0 4617 0
[pid=32034] vsize: 18740
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (Kb) 18740

[startup+30.0038 s]
Raw data (loadavg): 0.90 0.97 0.99 1/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) T 32033 32034 19818 0 -1 0 6604 0 0 0 2336 226 0 0 25 0 1 0 1853523842 30138368 6515 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32034/statm): 7358 6515 1116 68 0 7290 0
[pid=32034] vsize: 29432
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (Kb) 29432

[startup+40.0296 s]
Raw data (loadavg): 0.92 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 8571 0 0 0 3297 246 0 0 25 0 1 0 1853523842 38248448 8482 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 9338 8482 1116 68 0 9270 0
[pid=32034] vsize: 37352
Current children cumulated CPU time (s) 35.43
Current children cumulated vsize (Kb) 37352

[startup+50.0303 s]
Raw data (loadavg): 0.93 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 11828 0 0 0 4235 271 0 0 25 0 1 0 1853523842 51494912 11739 4294967295 134512640 134736556 3221224560 3221223196 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 12572 11739 1116 68 0 12504 0
[pid=32034] vsize: 50288
Current children cumulated CPU time (s) 45.06
Current children cumulated vsize (Kb) 50288

[startup+60.0311 s]
Raw data (loadavg): 0.94 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 12917 0 0 0 5205 284 0 0 25 0 1 0 1853523842 55959552 12828 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 13662 12828 1116 68 0 13594 0
[pid=32034] vsize: 54648
Current children cumulated CPU time (s) 54.89
Current children cumulated vsize (Kb) 54648

[startup+70.0319 s]
Raw data (loadavg): 0.95 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 14957 0 0 0 6171 299 0 0 25 0 1 0 1853523842 64339968 14868 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 15708 14868 1116 68 0 15640 0
[pid=32034] vsize: 62832
Current children cumulated CPU time (s) 64.7
Current children cumulated vsize (Kb) 62832

[startup+80.0327 s]
Raw data (loadavg): 0.96 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 16316 0 0 0 7139 312 0 0 25 0 1 0 1853523842 69890048 16227 4294967295 134512640 134736556 3221224560 3221222784 134717490 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 17063 16227 1116 68 0 16995 0
[pid=32034] vsize: 68252
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (Kb) 68252

[startup+90.0334 s]
Raw data (loadavg): 0.96 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 17642 0 0 0 8113 324 0 0 25 0 1 0 1853523842 75436032 17553 4294967295 134512640 134736556 3221224560 3221223200 134524877 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 18417 17553 1116 68 0 18349 0
[pid=32034] vsize: 73668
Current children cumulated CPU time (s) 84.37
Current children cumulated vsize (Kb) 73668

[startup+100.033 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 19160 0 0 0 9091 333 0 0 25 0 1 0 1853523842 81649664 19071 4294967295 134512640 134736556 3221224560 3221223276 134554060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 19934 19071 1116 68 0 19866 0
[pid=32034] vsize: 79736
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (Kb) 79736

[startup+110.034 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 19880 0 0 0 10074 340 0 0 25 0 1 0 1853523842 84492288 19791 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 20628 19791 1116 68 0 20560 0
[pid=32034] vsize: 82512
Current children cumulated CPU time (s) 104.14
Current children cumulated vsize (Kb) 82512

[startup+120.035 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 20567 0 0 0 11055 348 0 0 25 0 1 0 1853523842 87330816 20478 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 21321 20478 1116 68 0 21253 0
[pid=32034] vsize: 85284
Current children cumulated CPU time (s) 114.03
Current children cumulated vsize (Kb) 85284

[startup+130.035 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 21767 0 0 0 12033 358 0 0 25 0 1 0 1853523842 92332032 21678 4294967295 134512640 134736556 3221224560 3221223184 134544695 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 22542 21678 1116 68 0 22474 0
[pid=32034] vsize: 90168
Current children cumulated CPU time (s) 123.91
Current children cumulated vsize (Kb) 90168

[startup+140.034 s]
Raw data (loadavg): 0.98 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 24083 0 0 0 12992 375 0 0 25 0 1 0 1853523842 101793792 23994 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 24852 23994 1116 68 0 24784 0
[pid=32034] vsize: 99408
Current children cumulated CPU time (s) 133.67
Current children cumulated vsize (Kb) 99408

[startup+150.034 s]
Raw data (loadavg): 0.98 0.97 0.99 1/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) T 32033 32034 19818 0 -1 0 24966 0 0 0 13974 382 0 0 25 0 1 0 1853523842 105463808 24877 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32034/statm): 25748 24877 1116 68 0 25680 0
[pid=32034] vsize: 102992
Current children cumulated CPU time (s) 143.56
Current children cumulated vsize (Kb) 102992

[startup+160.035 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 25789 0 0 0 14957 389 0 0 25 0 1 0 1853523842 108720128 25700 4294967295 134512640 134736556 3221224560 3221223276 134554121 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 26543 25700 1116 68 0 26475 0
[pid=32034] vsize: 106172
Current children cumulated CPU time (s) 153.46
Current children cumulated vsize (Kb) 106172

[startup+170.035 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 26171 0 0 0 15939 396 0 0 20 0 1 0 1853523842 110342144 26082 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 26939 26082 1116 68 0 26871 0
[pid=32034] vsize: 107756
Current children cumulated CPU time (s) 163.35
Current children cumulated vsize (Kb) 107756

[startup+180.034 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 27046 0 0 0 16916 406 0 0 25 0 1 0 1853523842 113991680 26957 4294967295 134512640 134736556 3221224560 3221223232 134528656 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 27830 26957 1116 68 0 27762 0
[pid=32034] vsize: 111320
Current children cumulated CPU time (s) 173.22
Current children cumulated vsize (Kb) 111320

[startup+190.036 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 28344 0 0 0 17888 415 0 0 25 0 1 0 1853523842 119263232 28255 4294967295 134512640 134736556 3221224560 3221223216 134528776 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 29117 28255 1116 68 0 29049 0
[pid=32034] vsize: 116468
Current children cumulated CPU time (s) 183.03
Current children cumulated vsize (Kb) 116468

[startup+200.036 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 29322 0 0 0 18872 423 0 0 25 0 1 0 1853523842 123318272 29233 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 30107 29233 1116 68 0 30039 0
[pid=32034] vsize: 120428
Current children cumulated CPU time (s) 192.95
Current children cumulated vsize (Kb) 120428

[startup+210.037 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 29703 0 0 0 19863 427 0 0 25 0 1 0 1853523842 124805120 29614 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 30470 29614 1116 68 0 30402 0
[pid=32034] vsize: 121880
Current children cumulated CPU time (s) 202.9
Current children cumulated vsize (Kb) 121880

[startup+220.038 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 30025 0 0 0 20851 432 0 0 25 0 1 0 1853523842 126152704 29936 4294967295 134512640 134736556 3221224560 3221223120 134550993 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 30799 29936 1116 68 0 30731 0
[pid=32034] vsize: 123196
Current children cumulated CPU time (s) 212.83
Current children cumulated vsize (Kb) 123196

[startup+230.037 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 30268 0 0 0 21847 434 0 0 25 0 1 0 1853523842 127238144 30179 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 31064 30179 1116 68 0 30996 0
[pid=32034] vsize: 124256
Current children cumulated CPU time (s) 222.81
Current children cumulated vsize (Kb) 124256

[startup+240.037 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 30494 0 0 0 22840 437 0 0 25 0 1 0 1853523842 128049152 30405 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 31262 30405 1116 68 0 31194 0
[pid=32034] vsize: 125048
Current children cumulated CPU time (s) 232.77
Current children cumulated vsize (Kb) 125048

[startup+250.038 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 30752 0 0 0 23835 439 0 0 25 0 1 0 1853523842 129126400 30663 4294967295 134512640 134736556 3221224560 3221223176 134540169 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 31525 30663 1116 68 0 31457 0
[pid=32034] vsize: 126100
Current children cumulated CPU time (s) 242.74
Current children cumulated vsize (Kb) 126100

[startup+260.039 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 31044 0 0 0 24827 443 0 0 25 0 1 0 1853523842 130342912 30955 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 31822 30955 1116 68 0 31754 0
[pid=32034] vsize: 127288
Current children cumulated CPU time (s) 252.7
Current children cumulated vsize (Kb) 127288

[startup+270.038 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 31714 0 0 0 25811 449 0 0 25 0 1 0 1853523842 133181440 31625 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 32515 31625 1116 68 0 32447 0
[pid=32034] vsize: 130060
Current children cumulated CPU time (s) 262.6
Current children cumulated vsize (Kb) 130060

[startup+280.038 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 33020 0 0 0 26788 461 0 0 25 0 1 0 1853523842 138452992 32931 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 33802 32931 1116 68 0 33734 0
[pid=32034] vsize: 135208
Current children cumulated CPU time (s) 272.49
Current children cumulated vsize (Kb) 135208

[startup+290.039 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 33748 0 0 0 27773 468 0 0 25 0 1 0 1853523842 141447168 33659 4294967295 134512640 134736556 3221224560 3221223280 134529378 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 34533 33659 1116 68 0 34465 0
[pid=32034] vsize: 138132
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (Kb) 138132

[startup+300.039 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 33946 0 0 0 28769 471 0 0 25 0 1 0 1853523842 142262272 33857 4294967295 134512640 134736556 3221224560 3221223232 134528790 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 34732 33857 1116 68 0 34664 0
[pid=32034] vsize: 138928
Current children cumulated CPU time (s) 292.4
Current children cumulated vsize (Kb) 138928

[startup+310.04 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 34135 0 0 0 29765 473 0 0 25 0 1 0 1853523842 143073280 34046 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 34930 34046 1116 68 0 34862 0
[pid=32034] vsize: 139720
Current children cumulated CPU time (s) 302.38
Current children cumulated vsize (Kb) 139720

[startup+320.039 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 34384 0 0 0 30761 475 0 0 25 0 1 0 1853523842 144154624 34295 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 35194 34295 1116 68 0 35126 0
[pid=32034] vsize: 140776
Current children cumulated CPU time (s) 312.36
Current children cumulated vsize (Kb) 140776

[startup+330.04 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 34727 0 0 0 31749 479 0 0 25 0 1 0 1853523842 145506304 34638 4294967295 134512640 134736556 3221224560 3221223072 134543923 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 35524 34638 1116 68 0 35456 0
[pid=32034] vsize: 142096
Current children cumulated CPU time (s) 322.28
Current children cumulated vsize (Kb) 142096

[startup+340.041 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 35309 0 0 0 32725 489 0 0 25 0 1 0 1853523842 147922944 35219 4294967295 134512640 134736556 3221224560 3221223152 134716075 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 36114 35219 1116 68 0 36046 0
[pid=32034] vsize: 144456
Current children cumulated CPU time (s) 332.14
Current children cumulated vsize (Kb) 144456

[startup+350.041 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 35711 0 0 0 33714 494 0 0 25 0 1 0 1853523842 149557248 35621 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 36513 35621 1116 68 0 36445 0
[pid=32034] vsize: 146052
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (Kb) 146052

[startup+360.042 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 38240 0 0 0 34679 508 0 0 25 0 1 0 1853523842 159830016 38150 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 39021 38150 1116 68 0 38953 0
[pid=32034] vsize: 156084
Current children cumulated CPU time (s) 351.87
Current children cumulated vsize (Kb) 156084

[startup+370.042 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 38635 0 0 0 35668 513 0 0 25 0 1 0 1853523842 161452032 38545 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 39417 38545 1116 68 0 39349 0
[pid=32034] vsize: 157668
Current children cumulated CPU time (s) 361.81
Current children cumulated vsize (Kb) 157668

[startup+380.042 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 39264 0 0 0 36655 518 0 0 25 0 1 0 1853523842 164155392 39174 4294967295 134512640 134736556 3221224560 3221223296 134529391 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 40077 39174 1116 68 0 40009 0
[pid=32034] vsize: 160308
Current children cumulated CPU time (s) 371.73
Current children cumulated vsize (Kb) 160308

[startup+390.043 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 40155 0 0 0 37635 527 0 0 25 0 1 0 1853523842 167804928 40065 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 40968 40065 1116 68 0 40900 0
[pid=32034] vsize: 163872
Current children cumulated CPU time (s) 381.62
Current children cumulated vsize (Kb) 163872

[startup+400.044 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 40969 0 0 0 38618 534 0 0 25 0 1 0 1853523842 171048960 40879 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 41760 40879 1116 68 0 41692 0
[pid=32034] vsize: 167040
Current children cumulated CPU time (s) 391.52
Current children cumulated vsize (Kb) 167040

[startup+410.044 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 41252 0 0 0 39611 538 0 0 25 0 1 0 1853523842 172265472 41162 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 42057 41162 1116 68 0 41989 0
[pid=32034] vsize: 168228
Current children cumulated CPU time (s) 401.49
Current children cumulated vsize (Kb) 168228

[startup+420.045 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 41480 0 0 0 40606 540 0 0 25 0 1 0 1853523842 173211648 41390 4294967295 134512640 134736556 3221224560 3221223256 134553985 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 42288 41390 1116 68 0 42220 0
[pid=32034] vsize: 169152
Current children cumulated CPU time (s) 411.46
Current children cumulated vsize (Kb) 169152

[startup+430.046 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 41827 0 0 0 41597 545 0 0 25 0 1 0 1853523842 174600192 41737 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 42627 41737 1116 68 0 42559 0
[pid=32034] vsize: 170508
Current children cumulated CPU time (s) 421.42
Current children cumulated vsize (Kb) 170508

[startup+440.047 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 42064 0 0 0 42590 547 0 0 25 0 1 0 1853523842 175681536 41974 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 42891 41974 1116 68 0 42823 0
[pid=32034] vsize: 171564
Current children cumulated CPU time (s) 431.37
Current children cumulated vsize (Kb) 171564

[startup+450.047 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 42400 0 0 0 43582 551 0 0 25 0 1 0 1853523842 177033216 42310 4294967295 134512640 134736556 3221224560 3221223116 134543056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 43221 42310 1116 68 0 43153 0
[pid=32034] vsize: 172884
Current children cumulated CPU time (s) 441.33
Current children cumulated vsize (Kb) 172884

[startup+460.047 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 42703 0 0 0 44574 555 0 0 25 0 1 0 1853523842 178249728 42613 4294967295 134512640 134736556 3221224560 3221223148 134543536 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 43518 42613 1116 68 0 43450 0
[pid=32034] vsize: 174072
Current children cumulated CPU time (s) 451.29
Current children cumulated vsize (Kb) 174072

[startup+470.048 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 43113 0 0 0 45565 558 0 0 25 0 1 0 1853523842 180002816 43023 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 43946 43023 1116 68 0 43878 0
[pid=32034] vsize: 175784
Current children cumulated CPU time (s) 461.23
Current children cumulated vsize (Kb) 175784

[startup+480.048 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 43506 0 0 0 46552 563 0 0 25 0 1 0 1853523842 181628928 43416 4294967295 134512640 134736556 3221224560 3221223200 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 44343 43416 1116 68 0 44275 0
[pid=32034] vsize: 177372
Current children cumulated CPU time (s) 471.15
Current children cumulated vsize (Kb) 177372

[startup+490.049 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 43745 0 0 0 47540 568 0 0 25 0 1 0 1853523842 182575104 43655 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 44574 43655 1116 68 0 44506 0
[pid=32034] vsize: 178296
Current children cumulated CPU time (s) 481.08
Current children cumulated vsize (Kb) 178296

[startup+500.049 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 44140 0 0 0 48527 574 0 0 25 0 1 0 1853523842 184197120 44050 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 44970 44050 1116 68 0 44902 0
[pid=32034] vsize: 179880
Current children cumulated CPU time (s) 491.01
Current children cumulated vsize (Kb) 179880

[startup+510.05 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 44510 0 0 0 49518 578 0 0 25 0 1 0 1853523842 185683968 44420 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 45333 44420 1116 68 0 45265 0
[pid=32034] vsize: 181332
Current children cumulated CPU time (s) 500.96
Current children cumulated vsize (Kb) 181332

[startup+520.051 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 44853 0 0 0 50509 582 0 0 25 0 1 0 1853523842 187035648 44763 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 45663 44763 1116 68 0 45595 0
[pid=32034] vsize: 182652
Current children cumulated CPU time (s) 510.91
Current children cumulated vsize (Kb) 182652

[startup+530.051 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 45085 0 0 0 51503 585 0 0 25 0 1 0 1853523842 187981824 44995 4294967295 134512640 134736556 3221224560 3221223280 134529378 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 45894 44995 1116 68 0 45826 0
[pid=32034] vsize: 183576
Current children cumulated CPU time (s) 520.88
Current children cumulated vsize (Kb) 183576

[startup+540.052 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 45405 0 0 0 52492 590 0 0 25 0 1 0 1853523842 189333504 45315 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 46224 45315 1116 68 0 46156 0
[pid=32034] vsize: 184896
Current children cumulated CPU time (s) 530.82
Current children cumulated vsize (Kb) 184896

[startup+550.052 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 45939 0 0 0 53480 595 0 0 25 0 1 0 1853523842 191496192 45849 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 46752 45849 1116 68 0 46684 0
[pid=32034] vsize: 187008
Current children cumulated CPU time (s) 540.75
Current children cumulated vsize (Kb) 187008

[startup+560.053 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 46473 0 0 0 54467 601 0 0 25 0 1 0 1853523842 193802240 46383 4294967295 134512640 134736556 3221224560 3221223036 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 47315 46383 1116 68 0 47247 0
[pid=32034] vsize: 189260
Current children cumulated CPU time (s) 550.68
Current children cumulated vsize (Kb) 189260

[startup+570.054 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 48079 0 0 0 55440 613 0 0 25 0 1 0 1853523842 200392704 47989 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 48924 47989 1116 68 0 48856 0
[pid=32034] vsize: 195696
Current children cumulated CPU time (s) 560.53
Current children cumulated vsize (Kb) 195696

[startup+580.055 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 48997 0 0 0 56420 621 0 0 25 0 1 0 1853523842 204058624 48907 4294967295 134512640 134736556 3221224560 3221223296 134529164 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 49819 48907 1116 68 0 49751 0
[pid=32034] vsize: 199276
Current children cumulated CPU time (s) 570.41
Current children cumulated vsize (Kb) 199276

[startup+590.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 49410 0 0 0 57407 626 0 0 25 0 1 0 1853523842 205819904 49320 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 50249 49320 1116 68 0 50181 0
[pid=32034] vsize: 200996
Current children cumulated CPU time (s) 580.33
Current children cumulated vsize (Kb) 200996

[startup+600.055 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 49584 0 0 0 58403 628 0 0 25 0 1 0 1853523842 206495744 49494 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 50414 49494 1116 68 0 50346 0
[pid=32034] vsize: 201656
Current children cumulated CPU time (s) 590.31
Current children cumulated vsize (Kb) 201656

[startup+610.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 49735 0 0 0 59398 630 0 0 25 0 1 0 1853523842 207171584 49645 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 50579 49645 1116 68 0 50511 0
[pid=32034] vsize: 202316
Current children cumulated CPU time (s) 600.28
Current children cumulated vsize (Kb) 202316

[startup+620.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 49883 0 0 0 60393 633 0 0 25 0 1 0 1853523842 207712256 49793 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 50711 49793 1116 68 0 50643 0
[pid=32034] vsize: 202844
Current children cumulated CPU time (s) 610.26
Current children cumulated vsize (Kb) 202844

[startup+630.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 50485 0 0 0 61382 638 0 0 25 0 1 0 1853523842 210161664 50395 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 51309 50395 1116 68 0 51241 0
[pid=32034] vsize: 205236
Current children cumulated CPU time (s) 620.2
Current children cumulated vsize (Kb) 205236

[startup+640.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 51185 0 0 0 62372 644 0 0 25 0 1 0 1853523842 213135360 51095 4294967295 134512640 134736556 3221224560 3221223164 134537559 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 52035 51095 1116 68 0 51967 0
[pid=32034] vsize: 208140
Current children cumulated CPU time (s) 630.16
Current children cumulated vsize (Kb) 208140

[startup+650.056 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 53397 0 0 0 63322 665 0 0 25 0 1 0 1853523842 222191616 53307 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 54246 53307 1116 68 0 54178 0
[pid=32034] vsize: 216984
Current children cumulated CPU time (s) 639.87
Current children cumulated vsize (Kb) 216984

[startup+660.057 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 55546 0 0 0 64273 686 0 0 25 0 1 0 1853523842 230981632 55456 4294967295 134512640 134736556 3221224560 3221223136 134543155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 56392 55456 1116 68 0 56324 0
[pid=32034] vsize: 225568
Current children cumulated CPU time (s) 649.59
Current children cumulated vsize (Kb) 225568

[startup+670.058 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) T 32033 32034 19818 0 -1 0 57228 0 0 0 65234 702 0 0 25 0 1 0 1853523842 237875200 57138 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32034/statm): 58075 57138 1116 68 0 58007 0
[pid=32034] vsize: 232300
Current children cumulated CPU time (s) 659.36
Current children cumulated vsize (Kb) 232300

[startup+680.058 s]
Raw data (loadavg): 0.99 0.97 0.99 1/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) T 32033 32034 19818 0 -1 0 58347 0 0 0 66209 712 0 0 25 0 1 0 1853523842 242466816 58257 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32034/statm): 59196 58257 1116 68 0 59128 0
[pid=32034] vsize: 236784
Current children cumulated CPU time (s) 669.21
Current children cumulated vsize (Kb) 236784

[startup+690.058 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 59630 0 0 0 67184 722 0 0 25 0 1 0 1853523842 247734272 59540 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 60482 59540 1116 68 0 60414 0
[pid=32034] vsize: 241928
Current children cumulated CPU time (s) 679.06
Current children cumulated vsize (Kb) 241928

[startup+700.059 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 60625 0 0 0 68155 734 0 0 25 0 1 0 1853523842 251789312 60535 4294967295 134512640 134736556 3221224560 3221223132 134537468 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 61472 60535 1116 68 0 61404 0
[pid=32034] vsize: 245888
Current children cumulated CPU time (s) 688.89
Current children cumulated vsize (Kb) 245888

[startup+710.06 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 61966 0 0 0 69128 745 0 0 25 0 1 0 1853523842 257196032 61876 4294967295 134512640 134736556 3221224560 3221223116 134536623 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 62792 61876 1116 68 0 62724 0
[pid=32034] vsize: 251168
Current children cumulated CPU time (s) 698.73
Current children cumulated vsize (Kb) 251168

[startup+720.061 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 62911 0 0 0 70102 755 0 0 25 0 1 0 1853523842 261115904 62821 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 63749 62821 1116 68 0 63681 0
[pid=32034] vsize: 254996
Current children cumulated CPU time (s) 708.57
Current children cumulated vsize (Kb) 254996

[startup+730.061 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 64435 0 0 0 71067 769 0 0 25 0 1 0 1853523842 267333632 64345 4294967295 134512640 134736556 3221224560 3221223120 134551076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 65267 64345 1116 68 0 65199 0
[pid=32034] vsize: 261068
Current children cumulated CPU time (s) 718.36
Current children cumulated vsize (Kb) 261068

[startup+740.062 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 65310 0 0 0 72045 777 0 0 25 0 1 0 1853523842 270983168 65219 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 66158 65219 1116 68 0 66090 0
[pid=32034] vsize: 264632
Current children cumulated CPU time (s) 728.22
Current children cumulated vsize (Kb) 264632

[startup+750.063 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 66313 0 0 0 73022 787 0 0 25 0 1 0 1853523842 275038208 66222 4294967295 134512640 134736556 3221224560 3221223232 134528714 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 67148 66222 1116 68 0 67080 0
[pid=32034] vsize: 268592
Current children cumulated CPU time (s) 738.09
Current children cumulated vsize (Kb) 268592

[startup+760.064 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 68887 0 0 0 73990 802 0 0 25 0 1 0 1853523842 285581312 68796 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 69722 68796 1116 68 0 69654 0
[pid=32034] vsize: 278888
Current children cumulated CPU time (s) 747.92
Current children cumulated vsize (Kb) 278888

[startup+770.063 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 69281 0 0 0 74981 806 0 0 25 0 1 0 1853523842 287199232 69190 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 70117 69190 1116 68 0 70049 0
[pid=32034] vsize: 280468
Current children cumulated CPU time (s) 757.87
Current children cumulated vsize (Kb) 280468

[startup+780.063 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 69699 0 0 0 75970 812 0 0 25 0 1 0 1853523842 288956416 69608 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 70546 69608 1116 68 0 70478 0
[pid=32034] vsize: 282184
Current children cumulated CPU time (s) 767.82
Current children cumulated vsize (Kb) 282184

[startup+790.064 s]
Raw data (loadavg): 0.99 0.97 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 70190 0 0 0 76960 816 0 0 25 0 1 0 1853523842 290983936 70099 4294967295 134512640 134736556 3221224560 3221223232 134528509 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 71041 70099 1116 68 0 70973 0
[pid=32034] vsize: 284164
Current children cumulated CPU time (s) 777.76
Current children cumulated vsize (Kb) 284164

[startup+800.064 s]
Raw data (loadavg): 1.07 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 71423 0 0 0 77940 825 0 0 25 0 1 0 1853523842 295989248 71332 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 72263 71332 1116 68 0 72195 0
[pid=32034] vsize: 289052
Current children cumulated CPU time (s) 787.65
Current children cumulated vsize (Kb) 289052

[startup+810.065 s]
Raw data (loadavg): 1.06 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 72566 0 0 0 78919 835 0 0 25 0 1 0 1853523842 300720128 72475 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 73418 72475 1116 68 0 73350 0
[pid=32034] vsize: 293672
Current children cumulated CPU time (s) 797.54
Current children cumulated vsize (Kb) 293672

[startup+820.065 s]
Raw data (loadavg): 1.05 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 74343 0 0 0 79890 848 0 0 25 0 1 0 1853523842 308031488 74251 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 75203 74251 1116 68 0 75135 0
[pid=32034] vsize: 300812
Current children cumulated CPU time (s) 807.38
Current children cumulated vsize (Kb) 300812

[startup+830.065 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 75513 0 0 0 80869 858 0 0 25 0 1 0 1853523842 312897536 75421 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 76391 75421 1116 68 0 76323 0
[pid=32034] vsize: 305564
Current children cumulated CPU time (s) 817.27
Current children cumulated vsize (Kb) 305564

[startup+840.066 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 76040 0 0 0 81863 860 0 0 25 0 1 0 1853523842 315060224 75948 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 76919 75948 1116 68 0 76851 0
[pid=32034] vsize: 307676
Current children cumulated CPU time (s) 827.23
Current children cumulated vsize (Kb) 307676

[startup+850.067 s]
Raw data (loadavg): 1.03 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 76667 0 0 0 82853 866 0 0 25 0 1 0 1853523842 317628416 76575 4294967295 134512640 134736556 3221224560 3221223320 134531410 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 77546 76575 1116 68 0 77478 0
[pid=32034] vsize: 310184
Current children cumulated CPU time (s) 837.19
Current children cumulated vsize (Kb) 310184

[startup+860.068 s]
Raw data (loadavg): 1.03 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 77834 0 0 0 83832 877 0 0 18 0 1 0 1853523842 322359296 77742 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 78701 77742 1116 68 0 78633 0
[pid=32034] vsize: 314804
Current children cumulated CPU time (s) 847.09
Current children cumulated vsize (Kb) 314804

[startup+870.067 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 78692 0 0 0 84816 885 0 0 25 0 1 0 1853523842 326012928 78598 4294967295 134512640 134736556 3221224560 3221223164 134554110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 79593 78598 1116 68 0 79525 0
[pid=32034] vsize: 318372
Current children cumulated CPU time (s) 857.01
Current children cumulated vsize (Kb) 318372

[startup+880.067 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 79294 0 0 0 85806 888 0 0 25 0 1 0 1853523842 328445952 79200 4294967295 134512640 134736556 3221224560 3221223212 134544624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 80187 79200 1116 68 0 80119 0
[pid=32034] vsize: 320748
Current children cumulated CPU time (s) 866.94
Current children cumulated vsize (Kb) 320748

[startup+890.068 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 79922 0 0 0 86795 893 0 0 25 0 1 0 1853523842 331014144 79828 4294967295 134512640 134736556 3221224560 3221223288 134605903 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 80814 79828 1116 68 0 80746 0
[pid=32034] vsize: 323256
Current children cumulated CPU time (s) 876.88
Current children cumulated vsize (Kb) 323256

[startup+900.068 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 80534 0 0 0 87784 899 0 0 25 0 1 0 1853523842 333447168 80440 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 81408 80440 1116 68 0 81340 0
[pid=32034] vsize: 325632
Current children cumulated CPU time (s) 886.83
Current children cumulated vsize (Kb) 325632

[startup+910.068 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 81046 0 0 0 88771 903 0 0 25 0 1 0 1853523842 335618048 80952 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 81938 80952 1116 68 0 81870 0
[pid=32034] vsize: 327752
Current children cumulated CPU time (s) 896.74
Current children cumulated vsize (Kb) 327752

[startup+920.069 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 82135 0 0 0 89742 914 0 0 25 0 1 0 1853523842 340094976 82040 4294967295 134512640 134736556 3221224560 3221223164 134540401 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 83031 82040 1116 68 0 82963 0
[pid=32034] vsize: 332124
Current children cumulated CPU time (s) 906.56
Current children cumulated vsize (Kb) 332124

[startup+930.069 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 82731 0 0 0 90729 920 0 0 25 0 1 0 1853523842 342519808 82636 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 83623 82636 1116 68 0 83555 0
[pid=32034] vsize: 334492
Current children cumulated CPU time (s) 916.49
Current children cumulated vsize (Kb) 334492

[startup+940.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 83108 0 0 0 91723 924 0 0 25 0 1 0 1853523842 344145920 83013 4294967295 134512640 134736556 3221224560 3221223036 134536698 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 84020 83013 1116 68 0 83952 0
[pid=32034] vsize: 336080
Current children cumulated CPU time (s) 926.47
Current children cumulated vsize (Kb) 336080

[startup+950.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 83418 0 0 0 92718 925 0 0 25 0 1 0 1853523842 345362432 83323 4294967295 134512640 134736556 3221224560 3221223084 134536611 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 84317 83323 1116 68 0 84249 0
[pid=32034] vsize: 337268
Current children cumulated CPU time (s) 936.43
Current children cumulated vsize (Kb) 337268

[startup+960.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 83674 0 0 0 93713 928 0 0 25 0 1 0 1853523842 346443776 83579 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 84581 83579 1116 68 0 84513 0
[pid=32034] vsize: 338324
Current children cumulated CPU time (s) 946.41
Current children cumulated vsize (Kb) 338324

[startup+970.071 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 83915 0 0 0 94706 930 0 0 25 0 1 0 1853523842 347389952 83820 4294967295 134512640 134736556 3221224560 3221223084 134536682 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 84812 83820 1116 68 0 84744 0
[pid=32034] vsize: 339248
Current children cumulated CPU time (s) 956.36
Current children cumulated vsize (Kb) 339248

[startup+980.071 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 84132 0 0 0 95702 932 0 0 25 0 1 0 1853523842 348336128 84037 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 85043 84037 1116 68 0 84975 0
[pid=32034] vsize: 340172
Current children cumulated CPU time (s) 966.34
Current children cumulated vsize (Kb) 340172

[startup+990.072 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 84443 0 0 0 96696 934 0 0 25 0 1 0 1853523842 349552640 84348 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 85340 84348 1116 68 0 85272 0
[pid=32034] vsize: 341360
Current children cumulated CPU time (s) 976.3
Current children cumulated vsize (Kb) 341360

[startup+1000.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 84671 0 0 0 97691 937 0 0 25 0 1 0 1853523842 350498816 84576 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32034/statm): 85571 84576 1116 68 0 85503 0
[pid=32034] vsize: 342284
Current children cumulated CPU time (s) 986.28
Current children cumulated vsize (Kb) 342284

[startup+1010.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 84934 0 0 0 98684 940 0 0 25 0 1 0 1853523842 351580160 84839 4294967295 134512640 134736556 3221224560 3221223296 134529320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 85835 84839 1116 68 0 85767 0
[pid=32034] vsize: 343340
Current children cumulated CPU time (s) 996.24
Current children cumulated vsize (Kb) 343340

[startup+1020.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 85271 0 0 0 99674 943 0 0 25 0 1 0 1853523842 352968704 85175 4294967295 134512640 134736556 3221224560 3221223084 134536611 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 86174 85175 1116 68 0 86106 0
[pid=32034] vsize: 344696
Current children cumulated CPU time (s) 1006.17
Current children cumulated vsize (Kb) 344696

[startup+1030.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 85480 0 0 0 100668 946 0 0 25 0 1 0 1853523842 353914880 85384 4294967295 134512640 134736556 3221224560 3221223164 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 86405 85384 1116 68 0 86337 0
[pid=32034] vsize: 345620
Current children cumulated CPU time (s) 1016.14
Current children cumulated vsize (Kb) 345620

[startup+1040.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 85913 0 0 0 101660 950 0 0 25 0 1 0 1853523842 355672064 85817 4294967295 134512640 134736556 3221224560 3221223164 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 86834 85817 1116 68 0 86766 0
[pid=32034] vsize: 347336
Current children cumulated CPU time (s) 1026.1
Current children cumulated vsize (Kb) 347336

[startup+1050.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 86276 0 0 0 102652 953 0 0 25 0 1 0 1853523842 357158912 86180 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 87197 86180 1116 68 0 87129 0
[pid=32034] vsize: 348788
Current children cumulated CPU time (s) 1036.05
Current children cumulated vsize (Kb) 348788

[startup+1060.07 s]
Raw data (loadavg): 1.00 0.99 0.99 3/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 86509 0 0 0 103646 957 0 0 25 0 1 0 1853523842 358105088 86413 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 87428 86413 1116 68 0 87360 0
[pid=32034] vsize: 349712
Current children cumulated CPU time (s) 1046.03
Current children cumulated vsize (Kb) 349712

[startup+1070.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 86718 0 0 0 104642 959 0 0 25 0 1 0 1853523842 358916096 86622 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 87626 86622 1116 68 0 87558 0
[pid=32034] vsize: 350504
Current children cumulated CPU time (s) 1056.01
Current children cumulated vsize (Kb) 350504

[startup+1080.07 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 86920 0 0 0 105639 960 0 0 25 0 1 0 1853523842 359727104 86824 4294967295 134512640 134736556 3221224560 3221223084 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 87824 86824 1116 68 0 87756 0
[pid=32034] vsize: 351296
Current children cumulated CPU time (s) 1065.99
Current children cumulated vsize (Kb) 351296

[startup+1090.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 87108 0 0 0 106635 962 0 0 25 0 1 0 1853523842 360542208 87012 4294967295 134512640 134736556 3221224560 3221223120 134551002 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 88023 87012 1116 68 0 87955 0
[pid=32034] vsize: 352092
Current children cumulated CPU time (s) 1075.97
Current children cumulated vsize (Kb) 352092

[startup+1100.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 87538 0 0 0 107627 965 0 0 25 0 1 0 1853523842 362299392 87442 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 88452 87442 1116 68 0 88384 0
[pid=32034] vsize: 353808
Current children cumulated CPU time (s) 1085.92
Current children cumulated vsize (Kb) 353808

[startup+1110.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 87889 0 0 0 108620 968 0 0 25 0 1 0 1853523842 363651072 87793 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 88782 87793 1116 68 0 88714 0
[pid=32034] vsize: 355128
Current children cumulated CPU time (s) 1095.88
Current children cumulated vsize (Kb) 355128

[startup+1120.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 88045 0 0 0 109614 970 0 0 25 0 1 0 1853523842 364326912 87949 4294967295 134512640 134736556 3221224560 3221223276 134553972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 88947 87949 1116 68 0 88879 0
[pid=32034] vsize: 355788
Current children cumulated CPU time (s) 1105.84
Current children cumulated vsize (Kb) 355788

[startup+1130.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 88210 0 0 0 110608 973 0 0 25 0 1 0 1853523842 365002752 88114 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 89112 88114 1116 68 0 89044 0
[pid=32034] vsize: 356448
Current children cumulated CPU time (s) 1115.81
Current children cumulated vsize (Kb) 356448

[startup+1140.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 88403 0 0 0 111603 976 0 0 25 0 1 0 1853523842 365813760 88307 4294967295 134512640 134736556 3221224560 3221223296 134529464 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 89310 88307 1116 68 0 89242 0
[pid=32034] vsize: 357240
Current children cumulated CPU time (s) 1125.79
Current children cumulated vsize (Kb) 357240

[startup+1150.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 88624 0 0 0 112598 978 0 0 25 0 1 0 1853523842 366759936 88528 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 89541 88528 1116 68 0 89473 0
[pid=32034] vsize: 358164
Current children cumulated CPU time (s) 1135.76
Current children cumulated vsize (Kb) 358164

[startup+1160.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 88804 0 0 0 113594 980 0 0 25 0 1 0 1853523842 367435776 88708 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 89706 88708 1116 68 0 89638 0
[pid=32034] vsize: 358824
Current children cumulated CPU time (s) 1145.74
Current children cumulated vsize (Kb) 358824

[startup+1170.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 89007 0 0 0 114588 982 0 0 25 0 1 0 1853523842 368246784 88911 4294967295 134512640 134736556 3221224560 3221223172 134537472 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 89904 88911 1116 68 0 89836 0
[pid=32034] vsize: 359616
Current children cumulated CPU time (s) 1155.7
Current children cumulated vsize (Kb) 359616

[startup+1180.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 89246 0 0 0 115583 985 0 0 25 0 1 0 1853523842 369328128 89150 4294967295 134512640 134736556 3221224560 3221223208 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 90168 89150 1116 68 0 90100 0
[pid=32034] vsize: 360672
Current children cumulated CPU time (s) 1165.68
Current children cumulated vsize (Kb) 360672

[startup+1190.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 89435 0 0 0 116579 987 0 0 25 0 1 0 1853523842 370003968 89339 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 90333 89339 1116 68 0 90265 0
[pid=32034] vsize: 361332
Current children cumulated CPU time (s) 1175.66
Current children cumulated vsize (Kb) 361332

[startup+1200.08 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 32034
Raw data (/proc/32034/stat): 32034 (bsolo) R 32033 32034 19818 0 -1 0 89627 0 0 0 117576 989 0 0 25 0 1 0 1853523842 370814976 89531 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32034/statm): 90531 89531 1116 68 0 90463 0
[pid=32034] vsize: 362124
Current children cumulated CPU time (s) 1185.65
Current children cumulated vsize (Kb) 362124
One traced child (pid=32034) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1209.63
CPU time (s): 1195.18
CPU user time (s): 1185.11
CPU system time (s): 10.0705
CPU usage (%): 98.8057
Max. virtual memory (cumulated for all children) (Kb): 362124

Verifier Data

ERROR: no interpretation found !